default.inc.php 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?php
  2. /**
  3. * Gallery
  4. *
  5. * Copyright 2010-2012 by Shaun McCormick <shaun@modx.com>
  6. *
  7. * Gallery is free software; you can redistribute it and/or modify it under the
  8. * terms of the GNU General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option) any later
  10. * version.
  11. *
  12. * Gallery is distributed in the hope that it will be useful, but WITHOUT ANY
  13. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  14. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License along with
  17. * Gallery; if not, write to the Free Software Foundation, Inc., 59 Temple
  18. * Place, Suite 330, Boston, MA 02111-1307 USA
  19. *
  20. * @package gallery
  21. */
  22. /**
  23. * Default English Lexicon Entries for Gallery
  24. *
  25. * @package gallery
  26. * @subpackage lexicon
  27. */
  28. $_lang['gallery'] = 'Gallery';
  29. $_lang['gallery.year'] = 'Year';
  30. $_lang['gallery.active'] = 'Active';
  31. $_lang['gallery.active_desc'] = 'If unchecked, this album will not be viewable.';
  32. $_lang['gallery.album'] = 'Album';
  33. $_lang['gallery.album_create'] = 'Create Album';
  34. $_lang['gallery.album_err_nf'] = 'Album not found.';
  35. $_lang['gallery.album_err_ns'] = 'Album not specified.';
  36. $_lang['gallery.album_err_ns_name'] = 'Please enter a valid name for the album.';
  37. $_lang['gallery.album_err_remove'] = 'An error occurred while trying to remove the album.';
  38. $_lang['gallery.album_err_save'] = 'An error occurred while trying to save the album.';
  39. $_lang['gallery.album_remove'] = 'Remove Album';
  40. $_lang['gallery.album_remove_confirm'] = 'Are you sure you want to remove this album? Any items that are not in any other albums will also be removed.';
  41. $_lang['gallery.album_update'] = 'Update Album';
  42. $_lang['gallery.albums'] = 'Albums';
  43. $_lang['gallery.back'] = 'Back';
  44. $_lang['gallery.batch_upload'] = 'Batch Upload';
  45. $_lang['gallery.batch_upload_intro'] = 'Specify a directory on the filesystem to scan for images. You can use {base_path}, {core_path}, or {assets_path} as placeholders.';
  46. $_lang['gallery.batch_upload_tags'] = 'Tags to assign to any items batch uploaded, in comma-separated list format.';
  47. $_lang['gallery.bytes'] = 'bytes';
  48. $_lang['gallery.comma_separated_list'] = 'Comma-separated list';
  49. $_lang['gallery.clearsuccessful'] = 'Clear Successful Uploads';
  50. $_lang['gallery.clearfailure'] = 'Clear Failed Uploads';
  51. $_lang['gallery.cover_filename'] = 'Album cover';
  52. $_lang['gallery.delete_cover'] = 'Delete cover';
  53. $_lang['gallery.directory'] = 'Directory';
  54. $_lang['gallery.directory_desc'] = 'The directory to scan for images.';
  55. $_lang['gallery.directory_err_create'] = 'Could not create directory: [[+directory]]';
  56. $_lang['gallery.directory_err_nf'] = 'Directory not found.';
  57. $_lang['gallery.directory_err_ns'] = 'Directory not specified.';
  58. $_lang['gallery.directory_err_write'] = 'Could not write to directory: [[+directory]]';
  59. $_lang['gallery.file'] = 'File';
  60. $_lang['gallery.file_err_move'] = 'An error occurred while trying to move the file: [[+file]] to [[+target]]';
  61. $_lang['gallery.file_name'] = 'File Name';
  62. $_lang['gallery.file_size'] = 'File Size';
  63. $_lang['gallery.height'] = 'Height';
  64. $_lang['gallery.images_selected'] = '[[+count]] images selected.';
  65. $_lang['gallery.inactive'] = 'Inactive';
  66. $_lang['gallery.intro_msg'] = 'Here you can manage your albums. Right-click on an album to view more options.';
  67. $_lang['gallery.item_active_desc'] = 'Inactive items will not be shown publicly in your albums.';
  68. $_lang['gallery.item_delete'] = 'Delete Item';
  69. $_lang['gallery.item_delete_confirm'] = 'Are you sure you want to delete this item entirely? This is irreversible.';
  70. $_lang['gallery.item_delete_multiple'] = 'Delete Selected Items';
  71. $_lang['gallery.item_delete_multiple_confirm'] = 'Are you sure you want to delete these items entirely? This is irreversible.';
  72. $_lang['gallery.item_err_nf'] = 'Item not found.';
  73. $_lang['gallery.item_err_ns'] = 'Item not specified.';
  74. $_lang['gallery.item_err_ns_file'] = 'Please specify a file to upload.';
  75. $_lang['gallery.item_err_remove'] = 'An error occurred while trying to remove the item.';
  76. $_lang['gallery.item_err_save'] = 'An error occurred while trying to save the item.';
  77. $_lang['gallery.item_err_upload'] = 'An error occurred while trying to upload the item.';
  78. $_lang['gallery.item_remove'] = 'Remove Item';
  79. $_lang['gallery.item_remove_album'] = 'Remove Item from Album';
  80. $_lang['gallery.item_update'] = 'Update Item';
  81. $_lang['gallery.item_upload'] = 'Upload Item';
  82. $_lang['gallery.item_upload_file_desc'] = 'The file of the image you wish to upload.';
  83. $_lang['gallery.item_url'] = 'URL';
  84. $_lang['gallery.item_url_desc'] = 'A URL that the user will go to when clicking this Gallery Item.';
  85. $_lang['gallery.items'] = 'Items';
  86. $_lang['gallery.loading_ellipsis'] = 'Loading...';
  87. $_lang['gallery.menu_desc'] = 'A dynamic gallery system.';
  88. $_lang['gallery.multi_item_upload'] = 'Multi-Upload';
  89. $_lang['gallery.parent'] = 'Parent';
  90. $_lang['gallery.prominent'] = 'Prominent';
  91. $_lang['gallery.prominent_desc'] = 'Making an Album non-prominent can be used to hide Albums from your Album listing, should you want a private album, or to create non-listed albums.';
  92. $_lang['gallery.refresh'] = 'Refresh';
  93. $_lang['gallery.set_as_cover'] = 'Make as album cover';
  94. $_lang['gallery.tags'] = 'Tags';
  95. $_lang['gallery.title'] = 'Title';
  96. $_lang['gallery.upload'] = 'Upload';
  97. $_lang['gallery.upload_cover'] = 'Upload cover';
  98. $_lang['gallery.view_cover'] = 'View cover';
  99. $_lang['gallery.width'] = 'Width';
  100. $_lang['gallery.xpdozip_err_nf'] = 'Could not load xPDOZip class.';
  101. $_lang['gallery.zip_err_ns'] = 'Please specify a zip file.';
  102. $_lang['gallery.zip_err_unpack'] = 'Could not unpack zip file. Please check and make sure that your zip file is not corrupted, and that the Gallery files path is correct.';
  103. $_lang['gallery.zip_file'] = 'Zip File';
  104. $_lang['gallery.zip_upload'] = 'Zip Upload';
  105. $_lang['gallery.zip_upload_intro'] = 'Specify a zip file to upload for images. Gallery will unzip the file and place the images in it in this Album.';
  106. $_lang['area_backend'] = 'Backend';
  107. $_lang['setting_gallery.backend_thumb_far'] = 'Backend Thumbnail Aspect Ratio';
  108. $_lang['setting_gallery.backend_thumb_far_desc'] = 'The phpThumb FAR (aspect ratio) setting for thumbnails when managing them in the backend.';
  109. $_lang['setting_gallery.backend_thumb_height'] = 'Backend Thumbnail Height';
  110. $_lang['setting_gallery.backend_thumb_height_desc'] = 'The height in pixels for thumbnails when managing them in the backend.';
  111. $_lang['setting_gallery.backend_thumb_width'] = 'Backend Thumbnail Width';
  112. $_lang['setting_gallery.backend_thumb_width_desc'] = 'The width in pixels for thumbnails when managing them in the backend.';
  113. $_lang['setting_gallery.backend_thumb_zoomcrop'] = 'Backend Thumbnail Zoomcrop';
  114. $_lang['setting_gallery.backend_thumb_zoomcrop_desc'] = 'Whether or not to use zoomcrop for thumbnails when managing them in the backend.';
  115. $_lang['setting_gallery.default_batch_upload_path'] = 'Default Batch Upload Path';
  116. $_lang['setting_gallery.default_batch_upload_path_desc'] = 'The default value to use for the path when using batch upload.';
  117. $_lang['setting_gallery.thumbs_prepend_site_url'] = 'Prepend Site URL to Thumbs';
  118. $_lang['setting_gallery.thumbs_prepend_site_url_desc'] = 'If true, will prepend the site URL to all thumbnails being sent to phpThumb.';