tv.inc.php 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. * Custom TV English Lexicon Entries for Gallery
  24. *
  25. * @package gallery
  26. * @subpackage lexicon
  27. */
  28. $_lang['gallery.active'] = 'Active';
  29. $_lang['gallery.alt_text'] = 'Alt Text';
  30. $_lang['gallery.browser'] = 'Gallery Browser';
  31. $_lang['gallery.choose_item'] = 'Choose an Image';
  32. $_lang['gallery.class'] = 'CSS Classes';
  33. $_lang['gallery.clear_image'] = 'Clear Image';
  34. $_lang['gallery.crop_bottom'] = 'Crop Bottom';
  35. $_lang['gallery.crop_enable'] = 'Enable Cropping';
  36. $_lang['gallery.crop_left'] = 'Crop Left';
  37. $_lang['gallery.crop_right'] = 'Crop Right';
  38. $_lang['gallery.crop_top'] = 'Crop Top';
  39. $_lang['gallery.file_name'] = 'File Name';
  40. $_lang['gallery.file_size'] = 'File Size';
  41. $_lang['gallery.height'] = 'Height';
  42. $_lang['gallery.inactive'] = 'Inactive';
  43. $_lang['gallery.other_opt'] = 'Other phpThumb Options';
  44. $_lang['gallery.other_opt_desc'] = 'Any other phpThumb configuration parameters you want to pass. Please use the URL format for them.';
  45. $_lang['gallery.pos_b'] = 'Bottom';
  46. $_lang['gallery.pos_bl'] = 'Bottom Left';
  47. $_lang['gallery.pos_br'] = 'Bottom Right';
  48. $_lang['gallery.pos_c'] = 'Center';
  49. $_lang['gallery.pos_l'] = 'Left';
  50. $_lang['gallery.pos_r'] = 'Right';
  51. $_lang['gallery.pos_t'] = 'Top';
  52. $_lang['gallery.pos_tr'] = 'Top Right';
  53. $_lang['gallery.pos_tl'] = 'Top Left';
  54. $_lang['gallery.resize'] = 'Resize';
  55. $_lang['gallery.rotate'] = 'Rotate';
  56. $_lang['gallery.tags'] = 'Tags';
  57. $_lang['gallery.title'] = 'Title';
  58. $_lang['gallery.watermark_options'] = 'Watermark Options';
  59. $_lang['gallery.watermark_options_desc'] = 'Note: Options here cannot be shown in preview mode.';
  60. $_lang['gallery.watermark_text'] = 'Text Watermark';
  61. $_lang['gallery.watermark_text_desc'] = 'Text to have on the image as a watermark.';
  62. $_lang['gallery.watermark_text_position'] = 'Text Watermark Position';
  63. $_lang['gallery.watermark_text_position_desc'] = 'The position of the text watermark.';
  64. $_lang['gallery.width'] = 'Width';