| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
- /**
- * Gallery
- *
- * Copyright 2010-2012 by Shaun McCormick <shaun@modx.com>
- *
- * Gallery is free software; you can redistribute it and/or modify it under the
- * terms of the GNU General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option) any later
- * version.
- *
- * Gallery is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * Gallery; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * @package gallery
- */
- /**
- * Custom TV English Lexicon Entries for Gallery
- *
- * @package gallery
- * @subpackage lexicon
- */
- $_lang['gallery.active'] = 'Active';
- $_lang['gallery.alt_text'] = 'Alt Text';
- $_lang['gallery.browser'] = 'Gallery Browser';
- $_lang['gallery.choose_item'] = 'Choose an Image';
- $_lang['gallery.class'] = 'CSS Classes';
- $_lang['gallery.clear_image'] = 'Clear Image';
- $_lang['gallery.crop_bottom'] = 'Crop Bottom';
- $_lang['gallery.crop_enable'] = 'Enable Cropping';
- $_lang['gallery.crop_left'] = 'Crop Left';
- $_lang['gallery.crop_right'] = 'Crop Right';
- $_lang['gallery.crop_top'] = 'Crop Top';
- $_lang['gallery.file_name'] = 'File Name';
- $_lang['gallery.file_size'] = 'File Size';
- $_lang['gallery.height'] = 'Height';
- $_lang['gallery.inactive'] = 'Inactive';
- $_lang['gallery.other_opt'] = 'Other phpThumb Options';
- $_lang['gallery.other_opt_desc'] = 'Any other phpThumb configuration parameters you want to pass. Please use the URL format for them.';
- $_lang['gallery.pos_b'] = 'Bottom';
- $_lang['gallery.pos_bl'] = 'Bottom Left';
- $_lang['gallery.pos_br'] = 'Bottom Right';
- $_lang['gallery.pos_c'] = 'Center';
- $_lang['gallery.pos_l'] = 'Left';
- $_lang['gallery.pos_r'] = 'Right';
- $_lang['gallery.pos_t'] = 'Top';
- $_lang['gallery.pos_tr'] = 'Top Right';
- $_lang['gallery.pos_tl'] = 'Top Left';
- $_lang['gallery.resize'] = 'Resize';
- $_lang['gallery.rotate'] = 'Rotate';
- $_lang['gallery.tags'] = 'Tags';
- $_lang['gallery.title'] = 'Title';
- $_lang['gallery.watermark_options'] = 'Watermark Options';
- $_lang['gallery.watermark_options_desc'] = 'Note: Options here cannot be shown in preview mode.';
- $_lang['gallery.watermark_text'] = 'Text Watermark';
- $_lang['gallery.watermark_text_desc'] = 'Text to have on the image as a watermark.';
- $_lang['gallery.watermark_text_position'] = 'Text Watermark Position';
- $_lang['gallery.watermark_text_position_desc'] = 'The position of the text watermark.';
- $_lang['gallery.width'] = 'Width';
|