en.php 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. <?php
  2. return array(
  3. // Hack for core bug
  4. 'untitled' => "untitled",
  5. // Menu items and titles
  6. 'image' => "Photo",
  7. 'images' => "Photos",
  8. 'caption' => "Caption",
  9. 'photos' => "Photos",
  10. 'album' => "Photo Album",
  11. 'albums' => "Photo Albums",
  12. 'tidypics:disabled' => 'Disabled',
  13. 'tidypics:enabled' => 'Enabled',
  14. 'admin:settings:photos' => 'Tidypics',
  15. 'photos:add' => "Create album",
  16. 'photos:addphotos' => "Upload photos",
  17. 'images:upload' => "Upload photos to this album",
  18. 'album:slideshow' => "Slideshow",
  19. 'album:yours' => "Your photo albums",
  20. 'album:yours:friends' => "Your friends' photo albums",
  21. 'album:user' => "%s's photo albums",
  22. 'album:friends' => "Friends' photo albums",
  23. 'album:all' => "All photo albums",
  24. 'photos:group' => "Group photos",
  25. 'photos:group_albums' => "Group photo albums",
  26. 'item:object:image' => "Photos",
  27. 'item:object:album' => "Albums",
  28. 'item:object:tidypics_batch' => "Tidypics Batches",
  29. 'tidypics:uploading:images' => "Please wait. Uploading photos.",
  30. 'tidypics:enablephotos' => 'Enable group photo albums module',
  31. 'tidypics:enable_group_images' => 'Enable group photos module',
  32. 'tidypics:editprops' => 'Edit Photo Properties',
  33. 'tidypics:mostcommented' => 'Most commented photos',
  34. 'tidypics:mostcommented:nosuccess' => 'There haven\'t been any photos commented yet.',
  35. 'tidypics:mostcommentedthismonth' => 'Most commented this month',
  36. 'tidypics:mostcommentedthismonth:nosuccess' => 'There haven\'t been any photos commented this month yet.',
  37. 'tidypics:mostcommentedlastmonth' => 'Most commented last month',
  38. 'tidypics:mostcommentedlastmonth:nosuccess' => 'There haven\'t been any photos commented last month.',
  39. 'tidypics:mostcommentedthisyear' => 'Most commented this year',
  40. 'tidypics:mostcommentedthisyear:nosuccess' => 'There haven\'t been any photos commented this year yet.',
  41. 'tidypics:mostcommentedtoday' => 'Most commented today',
  42. 'tidypics:mostcommentedtoday:nosuccess' => 'There haven\'t been any photos commented today yet.',
  43. 'tidypics:mostviewed' => 'Most viewed photos',
  44. 'tidypics:mostviewed:nosuccess' => 'No photos were viewed on this site yet.',
  45. 'tidypics:mostviewedthisyear' => 'Most viewed this year',
  46. 'tidypics:mostviewedthisyear:nosuccess' => 'No photos were viewed yet this year.',
  47. 'tidypics:mostviewedthismonth' => 'Most viewed this month',
  48. 'tidypics:mostviewedthismonth:nosuccess' => 'No photos were viewed yet this month.',
  49. 'tidypics:mostviewedlastmonth' => 'Most viewed last month',
  50. 'tidypics:mostviewedlastmonth:nosuccess' => 'No photos were viewed last month.',
  51. 'tidypics:mostviewedtoday' => 'Most viewed today',
  52. 'tidypics:mostviewedtoday:nosuccess' => 'No photos were views yet today.',
  53. 'tidypics:recentlyviewed' => 'Recently viewed photos',
  54. 'tidypics:recentlyviewed:nosuccess' => 'There are no images which have recently been viewed.',
  55. 'tidypics:recentlycommented' => 'Recently commented photos',
  56. 'tidypics:recentlycommented:nosuccess' => 'There are no images which have recently been commented on.',
  57. 'tidypics:albums' => 'Photo albums',
  58. 'tidypics:siteimagesall' => 'All photos',
  59. 'tidypics:siteimagesall:nosuccess' => 'There are not yet any photos on this site.',
  60. 'tidypics:siteimagesowner' => "%s's photos",
  61. 'tidypics:siteimagesowner:nosuccess' => 'You have not uploaded any photos yet.',
  62. 'tidypics:siteimagesfriends' => "Friends' photos",
  63. 'tidypics:siteimagesfriends:nosuccess' => 'Your friends have not uploaded any photos yet.',
  64. 'tidypics:siteimagesgroup' => "%s's photos",
  65. 'tidypics:siteimagesgroup:nosuccess' => 'There have not been uploaded any photos to this group yet.',
  66. 'tidypics:mostrecent' => 'Most recent images',
  67. 'tidypics:mostrecent:description' => 'This widget lists the most recent photos uploaded to the site.',
  68. 'tidypics:albums_mostrecent' => 'Most recent albums',
  69. 'tidypics:albums_mostrecent:description' => 'This widget lists the most recent albums created on the site.',
  70. 'tidypics:yourmostviewed' => 'Your most viewed photos',
  71. 'tidypics:yourmostrecent' => 'Your most recent photos',
  72. 'tidypics:friendmostviewed' => "%s's most viewed photos",
  73. 'tidypics:friendmostrecent' => "%s's most recent photos",
  74. 'tidypics:highestrated' => "Highest rated photos",
  75. 'tidypics:highestrated:nosuccess' => "There have no photos been rated yet.",
  76. 'tidypics:highestvotecount' => "Most rated photos",
  77. 'tidypics:highestvotecount:nosuccess' => "There have no photos been rated yet.",
  78. 'tidypics:recentlyvoted' => "Recently rated photos",
  79. 'tidypics:recentlyvoted:nosuccess' => "There have no photos been rated yet.",
  80. 'tidypics:views' => "%s views",
  81. 'tidypics:viewsbyowner' => "by %s users (not including you)",
  82. 'tidypics:viewsbyothers' => "(%s by you)",
  83. 'tidypics:administration' => 'Tidypics Administration',
  84. 'tidypics:stats' => 'Stats',
  85. 'tidypics:nophotosingroup' => 'This groups does not have any photos yet.',
  86. 'tidypics:upgrade' => 'Upgrade',
  87. 'tidypics:sort' => 'Sorting the %s album',
  88. 'tidypics:none' => 'No photo albums',
  89. // Settings
  90. 'tidypics:settings' => 'Settings',
  91. 'tidypics:settings:main' => 'Primary settings',
  92. 'tidypics:settings:image_lib' => "Image Library",
  93. 'tidypics:settings:thumbnail' => "Thumbnail Creation",
  94. 'tidypics:settings:help' => "Help",
  95. 'tidypics:settings:download_link' => "Show download link",
  96. 'tidypics:settings:tagging' => "Enable photo tagging",
  97. 'tidypics:settings:exif' => "Display EXIF data",
  98. 'tidypics:settings:view_count' => "Display view count",
  99. 'tidypics:settings:slideshow' => 'Enable slideshow',
  100. 'tidypics:settings:uploader' => "Use Plupload HTML5/HTML4 uploader",
  101. 'tidypics:settings:grp_perm_override' => "Allow group members full access to group albums",
  102. 'tidypics:settings:maxfilesize' => "Maximum image size in megabytes (MB):",
  103. 'tidypics:settings:quota' => "User Quota (MB) - 0 equals no quota (Note: file sizes of thumbnails are not considered for quota calculation. Therefore, a user can allocate a bit more disc space than the quota.)",
  104. 'tidypics:settings:watermark' => "Enter text to appear in the watermark",
  105. 'tidypics:settings:im_path' => "Enter the path to your ImageMagick commands",
  106. 'tidypics:settings:img_river_view' => "How many entries in activity river for each batch of uploaded photos",
  107. 'tidypics:settings:album_river_view' => "Show the album cover or a set of photos for new album",
  108. 'tidypics:settings:river_comments_thumbnails' => "Include a preview image in activity river entries when albums and images are commented on",
  109. 'tidypics:option:river_comments_thumbnails_small' => "Preview in album view photo size",
  110. 'tidypics:option:river_comments_thumbnails_tiny' => "Preview in thumbnail photo size",
  111. 'tidypics:option:river_comments_no_preview' => "No preview image",
  112. 'tidypics:settings:largesize' => "Primary photos size",
  113. 'tidypics:settings:smallsize' => "Album view photos size",
  114. 'tidypics:settings:tinysize' => "Thumbnail photos size",
  115. 'tidypics:settings:sizes:instructs' => 'You may need to change the CSS if you change the default sizes.',
  116. 'tidypics:settings:im_id' => "Photo ID",
  117. 'tidypics:settings:heading:img_lib' => "Image Library Settings",
  118. 'tidypics:settings:heading:main' => "Major Settings",
  119. 'tidypics:settings:heading:river' => "Activity Integration Options",
  120. 'tidypics:settings:heading:sizes' => "Thumbnail Size",
  121. 'tidypics:settings:heading:groups' => "Group Settings",
  122. 'tidypics:option:all' => 'A separate entry for each uploaded photo',
  123. 'tidypics:option:single' => 'One entry with only the first photo of the batch',
  124. 'tidypics:option:batch' => 'One entry with all photos of the batch',
  125. 'tidypics:option:none' => 'No activity river entry',
  126. 'tidypics:option:cover' => 'Album cover photo',
  127. 'tidypics:option:set' => 'A set of up to 7 photos',
  128. // Server analysis
  129. 'tidypics:server_info' => 'Server Information',
  130. 'tidypics:server_info:gd_desc' => 'Elgg requires the GD extension to be loaded',
  131. 'tidypics:server_info:exec_desc' => 'Required for ImageMagick command line',
  132. 'tidypics:server_info:memory_limit_desc' => 'Change memory_limit to increase',
  133. 'tidypics:server_info:peak_usage_desc' => 'This is approximately the minimum per page',
  134. 'tidypics:server_info:upload_max_filesize_desc' => 'Max size of an uploaded photo file',
  135. 'tidypics:server_info:post_max_size_desc' => 'Max post size = sum of photos + html form',
  136. 'tidypics:server_info:max_input_time_desc' => 'Time script waits for upload to finish',
  137. 'tidypics:server_info:max_execution_time_desc' => 'Max time a script will run',
  138. 'tidypics:server_info:php_version' => 'PHP Version',
  139. 'tidypics:server_info:memory_limit' => 'Memory Available to PHP',
  140. 'tidypics:server_info:peak_usage' => 'Memory Used to Load This Page',
  141. 'tidypics:server_info:upload_max_filesize' => 'Max File Upload Size',
  142. 'tidypics:server_info:post_max_size' => 'Max Post Size',
  143. 'tidypics:server_info:max_input_time' => 'Max Input Time',
  144. 'tidypics:server_info:max_execution_time' => 'Max Execution Time',
  145. 'tidypics:server_config' => 'Server Configuration',
  146. 'tidypics:server_configuration_doc' => 'Server configuration documentation',
  147. // ImageMagick test
  148. 'tidypics:lib_tools:testing' => 'Tidypics needs to know the location of the ImageMagick executables if you have selected it as the image library. Your hosting service should be able to provide this to you. You can test if the location is correct below. If successful, it should display the version of ImageMagick installed on your server.',
  149. 'tidypics:lib_tools:error' => 'Unable to run ImageMagick. Please check the path.',
  150. // Thumbnail tool
  151. 'tidypics:thumbnail_tool' => 'Thumbnail Creation',
  152. 'tidypics:thumbnail_tool_blurb' => 'This page allows you to create thumbnails for photos when the thumbnail creation failed during upload. You may experience problems with thumbnail creation if your image library is not configured properly or if there is not enough memory for the GD library to load and resize a photo. If your users have experienced problems with thumbnail creation and you have corrected your configuration, you can try to redo the thumbnails. Find the unique identifier of the photo (the so called GUID which is the number near the end of the url when viewing a photo) and enter it below.',
  153. 'tidypics:thumbnail_tool:unknown_image' => 'Unable to get original photo.',
  154. 'tidypics:thumbnail_tool:invalid_image_info' => 'Error retrieving information about the photo.',
  155. 'tidypics:thumbnail_tool:create_failed' => 'Failed to create thumbnails.',
  156. 'tidypics:thumbnail_tool:created' => 'Created thumbnails.',
  157. // Delete image tool
  158. 'tidypics:delete_image' => "Delete image",
  159. 'tidypics:delete_image_id' => "Photo ID",
  160. 'tidypics:delete_image_blurb' => 'This page allows you to delete a photo entry in case the photo can\'t be deleted via the delete button on the site\'s front end. This could be necessary in case something went completely wrong at uploading the photo (which hopefully occurs only very rarely!) and the corresponding page of this photo is messed up. Find the unique identifier of the photo (the so called GUID which is the number near the end of the url belonging to this photo entry) and enter it below.',
  161. 'tidypics:delete_image:no_guid' => 'There\'s no Elgg entity with this GUID.',
  162. 'tidypics:delete_image:success' => 'The Tidypics image-entity was deleted.',
  163. 'tidypics:delete_image:no_image' => 'This GUID does not belong to a Tidypics image-entity. Deletion aborted.',
  164. // Actions
  165. 'album:create' => "Create new album",
  166. 'album:add' => "Add Photo Album",
  167. 'album:addpix' => "Add photos to album",
  168. 'album:edit' => "Edit album",
  169. 'album:delete' => "Delete album",
  170. 'album:sort' => "Sort",
  171. 'image:edit' => "Edit photo",
  172. 'image:delete' => "Delete photo",
  173. 'image:download' => "Download photo",
  174. // Forms
  175. 'album:title' => "Title",
  176. 'album:desc' => "Description",
  177. 'album:tags' => "Tags",
  178. 'album:cover' => "Make this photo the album cover?",
  179. 'album:cover_link' => 'Make cover',
  180. 'tidypics:title:quota' => 'Quota',
  181. 'tidypics:quota' => "Quota usage:",
  182. 'tidypics:uploader:no_flash' => "Your browser doesn't have sufficient HTML5 or HTML4 support. Unfortunately, uploading of photos will not work. Please, update your browser.",
  183. 'tidypics:uploader:choose' => "Choose photos",
  184. 'tidypics:uploader:upload' => "Upload photos",
  185. 'tidypics:uploader:describe' => "Describe photos",
  186. 'tidypics:uploader:instructs' => 'There are three easy steps for adding photos to your album using this uploader: on this page you need to choose the photos to be uploaded first and then upload them in a second step. After the upload has finished you will be automatically redirected to a new page where you can enter titles and descriptions for the uploaded photos as the last step.<br><br> You can upload up some photos at a time (%s MB maximum per photo).',
  187. 'tidypics:uploader:basic' => 'You can upload up some photos at a time (%s MB maximum per photo). After the upload of the selected photos is finished you will be redirected to a new page where you can enter titles and descriptions for the uploaded photos.',
  188. 'tidypics:sort:instruct' => 'Sort the album photos by dragging and dropping the photos. Then click the save button.',
  189. 'tidypics:sort:no_images' => 'No photos found to sort. Upload photos using the link above.',
  190. 'tidypics:album_select' => 'Before you can start with uploading your photos you need to select one of your albums you want to add the photos to or you can select to create a new album: ',
  191. 'tidypics:continue' => 'Continue',
  192. 'tidypics:uploader:filetype' => 'Allowed image file types',
  193. // Albums
  194. 'album:created_by' => 'By ',
  195. 'album:num' => 'with %s photos',
  196. // Views
  197. 'image:total' => "Photos in album:",
  198. 'image:by' => "Photo added by",
  199. 'album:by' => "Album created by",
  200. 'album:created:on' => "Created",
  201. 'image:none' => "No photos have been added yet.",
  202. 'image:back' => "Previous",
  203. 'image:next' => "Next",
  204. 'image:index' => "%u of %u",
  205. // Tagging
  206. 'tidypics:taginstruct' => 'Select the area that you want to tag or %s.<br> Type a friend\'s name in or add a word tag to the photo.',
  207. 'tidypics:quit' => 'Quit',
  208. 'tidypics:finish_tagging' => 'Stop tagging',
  209. 'tidypics:tagthisphoto' => 'Tag this photo',
  210. 'tidypics:actiontag' => 'Tag',
  211. 'tidypics:actioncancel' => 'Cancel',
  212. 'tidypics:usertagged' => "Photos you are tagged in",
  213. 'tidypics_tagged_members' => "Tagged members in this photos",
  214. 'tidypics:usertag' => "%s tagged in photos",
  215. 'tidypics:usertag:nosuccess' => "User does not exist.",
  216. 'tidypics:usertags_photos:nosuccess' => "You have not yet been tagged in any photos.",
  217. 'tidypics:phototagging:success' => 'Photo tag was successfully added.',
  218. 'tidypics:phototagging:nosuccess' => 'Photo tag failed because there was no tag entered or all entered tags were duplicates of existing tags.',
  219. 'tidypics:phototagging:success_partly' => 'Photo tag was successfully added but the duplicate word tags were omitted.',
  220. 'tidypics:phototagging:error' => 'Unexpected error occurred during tagging.',
  221. 'tidypics:phototagging:delete:success' => 'Photo tag was removed.',
  222. 'tidypics:phototagging:delete:error' => 'Unexpected error occurred when removing photo tag.',
  223. 'tidypics:phototagging:delete:confirm' => 'Remove this tag?',
  224. 'tidypics:tag:subject' => "You have been tagged in a photo",
  225. 'tidypics:tag:body' => "You have been tagged in the photo %s by %s.
  226. The photo can be viewed here: %s",
  227. // RSS
  228. 'tidypics:posted' => 'posted a photo:',
  229. // Widgets
  230. 'tidypics:widget:albums' => "Photo Albums",
  231. 'tidypics:widget:album_descr' => "Showcase your photo albums",
  232. 'tidypics:widget:num_albums' => "Number of albums to display",
  233. 'tidypics:widget:latest' => "Latest Photos",
  234. 'tidypics:widget:latest_descr' => "Display your latest photos",
  235. 'tidypics:widget:num_latest' => "Number of photos to display",
  236. 'album:more' => "View all albums",
  237. 'tidypics:widget:no_images' => "No photos available yet.",
  238. 'tidypics:widget:no_albums' => "No photo albums available yet.",
  239. // River
  240. 'image:river:created' => "%s added the photo %s to the album %s",
  241. 'image:river:created_single_entry' => "%s added the photo %s and %s more to the album %s",
  242. 'image:river:created:multiple' => "%s added %u photos to the album %s",
  243. 'image:river:item' => "a photo",
  244. 'image:river:annotate' => "a comment on the photo",
  245. 'image:river:tagged' => "%s tagged %s in the photo %s",
  246. 'image:river:wordtagged' => '%s added new tags to the photo %s',
  247. 'image:river:wordtagged_single' => '%s added a new tag to the photo %s',
  248. 'image:river:tagged:unknown' => "%s tagged %s in a photo",
  249. 'river:create:object:album' => "%s created a new photo album %s",
  250. 'album:river:item' => "an album",
  251. 'album:river:annotate' => "a comment on the photo album",
  252. 'river:comment:object:image' => '%s commented on the photo %s',
  253. 'river:comment:object:album' => '%s commented on the album %s',
  254. // Notifications
  255. 'tidypics:newalbum_subject' => 'New photo album',
  256. 'tidypics:newalbum' => '%s created a new photo album',
  257. 'tidypics:updatealbum_subject' => 'New photos in album',
  258. 'tidypics:updatealbum' => "%s uploaded new photos to the album %s",
  259. 'tidypics:notify:summary_newalbum' => 'New photo album called %s',
  260. 'tidypics:notify:subject_newalbum' => 'New photo album: %s',
  261. 'tidypics:notify:body_newalbum' => '%s created a new photo album: %s
  262. View and comment on the album:
  263. %s',
  264. 'tidypics:notify:summary_updatealbum' => 'New photos in album %s',
  265. 'tidypics:notify:subject_updatealbum' => 'New photos in album: %s',
  266. 'tidypics:notify:body_updatealbum' => '%s uploaded new photos to the album %s
  267. View and comment on the album:
  268. %s',
  269. // Status messages
  270. 'tidypics:upl_success' => "Your photos uploaded successfully.",
  271. 'image:saved' => "Your photo was successfully saved.",
  272. 'images:saved' => "All photos were successfully saved.",
  273. 'image:deleted' => "Your photo was successfully deleted.",
  274. 'image:delete:confirm' => "Are you sure you want to delete this photo?",
  275. 'images:edited' => "Your photos were successfully updated.",
  276. 'album:edited' => "Your album was successfully updated.",
  277. 'album:saved' => "Your album was successfully saved.",
  278. 'album:deleted' => "Your album was successfully deleted.",
  279. 'album:delete:confirm' => "Are you sure you want to delete this album?",
  280. 'album:created' => "Your new album has been created.",
  281. 'album:save_cover_image' => 'Cover image saved.',
  282. 'tidypics:settings:save:ok' => 'Successfully saved the Tidypics plugin settings.',
  283. 'tidypics:album:sorted' => 'The album %s is sorted',
  284. 'tidypics:album:could_not_sort' => 'Could not sort the album %s. Make sure there are photos in the album and try again.',
  285. 'tidypics:upgrade:success' => 'Upgrade of Tidypics was successful.',
  286. // Error messages
  287. 'tidypics:baduploadform' => "There was an error with the upload form.",
  288. 'tidypics:partialuploadfailure' => "There were errors uploading some of the photos (%s of %s photos).",
  289. 'tidypics:completeuploadfailure' => "Upload of photos failed.",
  290. 'tidypics:exceedpostlimit' => "Too many large photos - try to upload fewer or smaller photos.",
  291. 'tidypics:exceedmax_number' => "Uploading is limited to a maximum number of %s photos at once.",
  292. 'tidypics:noimages' => "No photos were selected.",
  293. 'tidypics:image_mem' => "Photo is too large - too many bytes.",
  294. 'tidypics:image_pixels' => "Photo has too many pixels.",
  295. 'tidypics:unk_error' => "Unknown upload error.",
  296. 'tidypics:save_error' => "Unknown error saving the image on server.",
  297. 'tidypics:not_image' => "This is not a recognized image file type.",
  298. 'tidypics:deletefailed' => "Sorry. Deletion failed.",
  299. 'tidypics:deleted' => "Successful deletion.",
  300. 'tidypics:nosettings' => "Admin of this site has not set photo album settings.",
  301. 'tidypics:exceed_quota' => "You have exceeded the quota set by the administrator.",
  302. 'tidypics:cannot_upload_exceeds_quota' => 'Photo not uploaded. File size exceeds available quota.',
  303. 'album:none' => "No albums have been created yet.",
  304. 'album:error' => "An error occured on creating the album.",
  305. 'album:uploadfailed' => "Sorry; we could not save your album.",
  306. 'album:deletefailed' => "Your album could not be deleted.",
  307. 'album:blank' => "Please give this album a title.",
  308. 'album:invalid_album' => 'Invalid album',
  309. 'album:cannot_save_cover_image' => 'Cannot save cover image.',
  310. 'image:downloadfailed' => "Sorry; this photo is not available.",
  311. 'images:notedited' => "Not all photos were successfully updated.",
  312. 'image:blank' => 'Please give this photo a title.',
  313. 'image:error' => 'Could not save photo.',
  314. 'tidypics:upgrade:failed' => "The upgrade of Tidypics failed"
  315. );