Просмотр файла vendor/verot/class.upload.php/src/lang/class.upload.nl_NL.php

Размер файла: 6.89Kb
  1. <?php
  2. // +------------------------------------------------------------------------+
  3. // | class.upload.nl_NL.php |
  4. // +------------------------------------------------------------------------+
  5. // | Copyright (c) Alfons Knaapen 2010. All rights reserved. |
  6. // | Version 0.29 |
  7. // | Last modified 30/05/2010 |
  8. // | Email Alfons Knaapen |
  9. // +------------------------------------------------------------------------+
  10. // | This program is free software; you can redistribute it and/or modify |
  11. // | it under the terms of the GNU General Public License version 2 as |
  12. // | published by the Free Software Foundation. |
  13. // | |
  14. // | This program is distributed in the hope that it will be useful, |
  15. // | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  16. // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  17. // | GNU General Public License for more details. |
  18. // | |
  19. // | You should have received a copy of the GNU General Public License |
  20. // | along with this program; if not, write to the |
  21. // | Free Software Foundation, Inc., 59 Temple Place, Suite 330, |
  22. // | Boston, MA 02111-1307 USA |
  23. // | |
  24. // | Please give credit on sites that use class.upload and submit changes |
  25. // | of the script so other people can use them as well. |
  26. // | This script is free to use, don't abuse. |
  27. // +------------------------------------------------------------------------+
  28.  
  29. /**
  30. * Class upload dutch translation
  31. *
  32. * @version 0.29
  33. * @author Alfons Knaapen
  34. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  35. * @copyright Alfons Knaapen
  36. * @package cmf
  37. * @subpackage external
  38. */
  39.  
  40. $translation = array();
  41. $translation['file_error'] = 'Bestandsfout. Probeer het opnieuw svp.';
  42. $translation['local_file_missing'] = 'Het lokale bestand is niet gevonden.';
  43. $translation['local_file_not_readable'] = 'Het lokale bestand is niet leesbaar.';
  44. $translation['uploaded_too_big_ini'] = 'Upload fout (de grootte van het bestand is meer dan is toegestaan door de upload_max_filesize parameter in php.ini).';
  45. $translation['uploaded_too_big_html'] = 'Upload fout (de grootte van het bestand is meer dan is toegestaan door de MAX_FILE_SIZE parameter in het html formulier).';
  46. $translation['uploaded_partial'] = 'Upload fout (het bestand is slechts gedeeltelijk ge-upload).';
  47. $translation['uploaded_missing'] = 'Upload fout (er is geen bestand ge-upload).';
  48. $translation['uploaded_no_tmp_dir'] = 'Upload fout (de tijdelijke opslag folder ontbreekt).';
  49. $translation['uploaded_cant_write'] = 'Upload fout (kon bestand niet opslaan).';
  50. $translation['uploaded_err_extension'] = 'Upload fout (het bestand heeft de verkeerde extensie).';
  51. $translation['uploaded_unknown'] = 'Upload fout (onbekende foutcode).';
  52. $translation['try_again'] = 'Upload fout. Probeer het opnieuw svp.';
  53. $translation['file_too_big'] = 'Het bestand is te groot.';
  54. $translation['no_mime'] = 'MIME soort kan niet vastgesteld worden.';
  55. $translation['incorrect_file'] = 'Incorrect type bestand.';
  56. $translation['image_too_wide'] = 'De afbeelding is te breed.';
  57. $translation['image_too_narrow'] = 'De afbeelding is te smal.';
  58. $translation['image_too_high'] = 'De afbeelding is te hoog.';
  59. $translation['image_too_short'] = 'De afbeelding is te kort.';
  60. $translation['ratio_too_high'] = 'De afbeelding-ratio is te hoog.';
  61. $translation['ratio_too_low'] = 'De afbeelding-ratio is te laag.';
  62. $translation['too_many_pixels'] = 'De afbeelding bevat te veel pixels.';
  63. $translation['not_enough_pixels'] = 'De afbeelding bevat te weinig pixels.';
  64. $translation['file_not_uploaded'] = 'Bestand niet ge-upload. Kan de verwerking niet afmaken.';
  65. $translation['already_exists'] = '%s bestaat al. Kies svp een andere bestandsnaam.';
  66. $translation['temp_file_missing'] = 'Incorrect tijdelijk bron-bestand. Kan de verwerking niet afmaken.';
  67. $translation['source_missing'] = 'Incorrecte upload bron-bestand. Kan de verwerking niet afmaken.';
  68. $translation['destination_dir'] = 'Doel directory kan niet gemaakt worden. Kan de verwerking niet afmaken.';
  69. $translation['destination_dir_missing'] = 'Doel directory bestaat niet. Kan de verwerking niet afmaken.';
  70. $translation['destination_path_not_dir'] = 'Doel pad is geen directory. Kan de verwerking niet afmaken.';
  71. $translation['destination_dir_write'] = 'Doel directory kan niet schrijfbaar gemaakt worden. Kan de verwerking niet afmaken.';
  72. $translation['destination_path_write'] = 'Doel pad is niet schrijfbaar. Kan de verwerking niet afmaken.';
  73. $translation['temp_file'] = 'Kan geen tijdelijk bestand maken. Kan de verwerking niet afmaken.';
  74. $translation['source_not_readable'] = 'Bron-bestand is niet leesbaar. Kan de verwerking niet afmaken.';
  75. $translation['no_create_support'] = 'Het maken van een afbeelding uit %s wordt niet ondersteund.';
  76. $translation['create_error'] = 'Fout bij het maken van %s afbeelding vanuit het bron-bestand.';
  77. $translation['source_invalid'] = 'Het bron-bestand kan niet gelezen worden. Is het wel een afbeelding?';
  78. $translation['gd_missing'] = 'De GD bibliotheek lijkt niet geinstalleerd.';
  79. $translation['watermark_no_create_support'] = 'Kan het watermerk niet lezen, het maken van een afbeelding uit %s wordt niet ondersteund.';
  80. $translation['watermark_create_error'] = 'Kan het watermerk niet maken, kan geen %s als bron lezen.';
  81. $translation['watermark_invalid'] = 'Kan het watermerk niet lezen, onbekend afbeelding formaat.';
  82. $translation['file_create'] = 'Het maken van %s wordt niet ondersteund.';
  83. $translation['no_conversion_type'] = 'Geen conversie soort gedefinieeerd.';
  84. $translation['copy_failed'] = 'Fout bij het kopieren op de server. De kopieer opdracht is mislukt.';
  85. $translation['reading_failed'] = 'Bestand is niet leesbaar. Kan de verwerking niet afmaken.';
  86. ?>