tvprops.inc.php 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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'] = 'Oplopend';
  29. $_lang['galtv.descending'] = 'Aflopend';
  30. $_lang['galtv.limit'] = 'Limiet';
  31. $_lang['galtv.limit_desc'] = 'Aantal Gallery albums on weer te geven, of 0 voor alles.';
  32. $_lang['galtv.listwidth'] = 'Dropdown Breedte';
  33. $_lang['galtv.listwidth_desc'] = 'De breedte van de dropdown in pixels.';
  34. $_lang['galtv.maxheight'] = 'Dropdown Max Hoogte';
  35. $_lang['galtv.maxheight_desc'] = 'Maximale hoogte van de dropdown in pixels.';
  36. $_lang['galtv.name'] = 'Name';
  37. $_lang['galtv.parent'] = 'Bovenliggend Album';
  38. $_lang['galtv.parent_desc'] = 'Wanneer ingesteld zullen alleen albums welke direct onder dit album ID zitten worden weergegeven. Laat leeg voor all albums, of 0 voor alle albums op het eerste niveau.';
  39. $_lang['galtv.rank'] = 'Rank';
  40. $_lang['galtv.showcover'] = 'Cover';
  41. $_lang['galtv.showcover_desc'] = 'Laat een thumbnail voor elk album zien.';
  42. $_lang['galtv.shownone'] = '"Geen" Toestaan';
  43. $_lang['galtv.shownone_desc'] = 'Laat een "Geen" optie zien om een lege waarde toe te staan.';
  44. $_lang['galtv.sort'] = 'Sorteer';
  45. $_lang['galtv.sort_desc'] = 'Veld op om te sorteren';
  46. $_lang['galtv.sortdir'] = 'Sorteer Richting';
  47. $_lang['galtv.sortdir_desc'] = 'De richting om op te sorteren.';
  48. $_lang['galtv.start'] = 'Start Index';
  49. $_lang['galtv.start_desc'] = 'Als limiet groter is dan 0, begin bij deze index met weergeven.';
  50. $_lang['galtv.width'] = 'Breedte';
  51. $_lang['galtv.width_desc'] = 'Breedte van de dropdown in pixels.';