tvprops.inc.php 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 TVs
  24. *
  25. * @package gallery
  26. * @subpackage lexicon
  27. */
  28. $_lang['galtv.ascending'] = 'Ascending';
  29. $_lang['galtv.descending'] = 'Descending';
  30. $_lang['galtv.limit'] = 'Limit';
  31. $_lang['galtv.limit_desc'] = 'The number of Gallery Albums to limit. Set to 0 to show all.';
  32. $_lang['galtv.listwidth'] = 'Dropdown Width';
  33. $_lang['galtv.listwidth_desc'] = 'The width of the combobox dropdown, in pixels.';
  34. $_lang['galtv.maxheight'] = 'Dropdown Max Height';
  35. $_lang['galtv.maxheight_desc'] = 'Maximum height of the dropdown list for the combobox.';
  36. $_lang['galtv.name'] = 'Name';
  37. $_lang['galtv.parent'] = 'Parent Album';
  38. $_lang['galtv.parent_desc'] = 'If set, will use only the albums that are direct children of the specified album ID. Set to blank to show all, 0 to show only top-level albums.';
  39. $_lang['galtv.rank'] = 'Rank';
  40. $_lang['galtv.showcover'] = 'Show Cover';
  41. $_lang['galtv.showcover_desc'] = 'Show a thumbnail of the cover next to each album.';
  42. $_lang['galtv.shownone'] = 'Show None Option';
  43. $_lang['galtv.shownone_desc'] = 'Show a "None" option that can be selected for a blank value.';
  44. $_lang['galtv.sort'] = 'Sort By';
  45. $_lang['galtv.sort_desc'] = 'The field to sort the albums by.';
  46. $_lang['galtv.sortdir'] = 'Sort Direction';
  47. $_lang['galtv.sortdir_desc'] = 'The direction to sort the albums by.';
  48. $_lang['galtv.start'] = 'Start Index';
  49. $_lang['galtv.start_desc'] = 'If limit is greater than 0, will start at this index.';
  50. $_lang['galtv.width'] = 'Width';
  51. $_lang['galtv.width_desc'] = 'The width of the combobox, in pixels.';
  52. $_lang['galtv.subchilds'] = 'Show all of parent sub childs';
  53. $_lang['galtv.subchilds_desc'] = 'Show all of parent childs and subchilds.';