tv.inc.php 2.8 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'] = 'Actief';
  29. $_lang['gallery.alt_text'] = 'Alt Tekst';
  30. $_lang['gallery.browser'] = 'Galerij Browser';
  31. $_lang['gallery.choose_item'] = 'Kies een Afbeelding';
  32. $_lang['gallery.class'] = 'CSS Classes';
  33. $_lang['gallery.clear_image'] = 'Leeg Afbeelding';
  34. $_lang['gallery.crop_bottom'] = 'Onder Bijsnijden';
  35. $_lang['gallery.crop_enable'] = 'Bijsnijden Aanzetten';
  36. $_lang['gallery.crop_left'] = 'Links Bijsnijden';
  37. $_lang['gallery.crop_right'] = 'Rechts Bijsnijden';
  38. $_lang['gallery.crop_top'] = 'Boven Bijsnijden';
  39. $_lang['gallery.file_name'] = 'Bestandsnaam';
  40. $_lang['gallery.file_size'] = 'Bestandsgrootte';
  41. $_lang['gallery.height'] = 'Hoogte';
  42. $_lang['gallery.inactive'] = 'Inactief';
  43. $_lang['gallery.other_opt'] = 'Andere phpThumb opties';
  44. $_lang['gallery.other_opt_desc'] = 'Andere phpThumb configuratie die je wilt gebruiken. Hiervoor moet je de URL notatie gebruiken.';
  45. $_lang['gallery.pos_b'] = 'Onder';
  46. $_lang['gallery.pos_bl'] = 'Linksonder';
  47. $_lang['gallery.pos_br'] = 'Rechtsonder';
  48. $_lang['gallery.pos_c'] = 'Midden';
  49. $_lang['gallery.pos_l'] = 'Links';
  50. $_lang['gallery.pos_r'] = 'Rechts';
  51. $_lang['gallery.pos_t'] = 'Boven';
  52. $_lang['gallery.pos_tr'] = 'Rechtsboven';
  53. $_lang['gallery.pos_tl'] = 'Linksboven';
  54. $_lang['gallery.resize'] = 'Grootte Veranderen';
  55. $_lang['gallery.rotate'] = 'Draaien';
  56. $_lang['gallery.tags'] = 'Tags';
  57. $_lang['gallery.title'] = 'Titel';
  58. $_lang['gallery.watermark_options'] = 'Watermerk Opties';
  59. $_lang['gallery.watermark_options_desc'] = 'Let op: Deze opties kunnen niet worden weergegeven in de preview.';
  60. $_lang['gallery.watermark_text'] = 'Tekst Watermerk';
  61. $_lang['gallery.watermark_text_desc'] = 'Tekst om op de afbeelding als watermerk te zetten.';
  62. $_lang['gallery.watermark_text_position'] = 'Tekst Watermerk Positie';
  63. $_lang['gallery.watermark_text_position_desc'] = 'De positie voor het tekst watermerk op de afbeelding.';
  64. $_lang['gallery.width'] = 'Breedte';