yii.php 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yiic message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * NOTE, this file must be saved in UTF-8 encoding.
  15. */
  16. return array (
  17. '$_SERVER does not have {vars}.' => '$_SERVER heeft geen {vars}.',
  18. '$_SERVER variable' => '$_SERVER variabele',
  19. '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] moet hetzelfde zijn als het bestandspad van het startscript.',
  20. 'APC extension' => 'APC extensie',
  21. 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Alle <a href="http://www.yiiframework.com/doc/api/#system.db">DB-gerelateerde classes</a>',
  22. 'DOM extension' => 'DOM extensie',
  23. 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Of $_SERVER["REQUEST_URI"] of $_SERVER["QUERY_STRING"] moet gedefinieerd zijn.',
  24. 'GD extension' => 'GD extensie',
  25. 'Mcrypt extension' => 'Mcrypt extensie',
  26. 'Memcache extension' => 'Memcache extensie',
  27. 'PCRE extension' => 'PCRE extensie',
  28. 'PDO MySQL extension' => 'PDO MySQL extensie',
  29. 'PDO PostgreSQL extension' => 'PDO PostgreSQL extensie',
  30. 'PDO SQLite extension' => 'PDO SQLite extensie',
  31. 'PDO extension' => 'PDO extensie',
  32. 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 of hoger is vereist.',
  33. 'PHP version' => 'PHP versie',
  34. 'Reflection extension' => 'Reflection extensie',
  35. 'SOAP extension' => 'SOAP extensie',
  36. 'SPL extension' => 'SPL extensie',
  37. 'This is required if you are using MySQL database.' => 'Dit is vereist als een MySQL database wordt gebruikt.',
  38. 'This is required if you are using PostgreSQL database.' => 'Dit is vereist als een PostgreSQL database wordt gebruikt.',
  39. 'This is required if you are using SQLite database.' => 'Dit is vereist als een SQLite database wordt gebruikt.',
  40. 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Niet in staat om informatie over het URL pad te verkrijgen. Zorg er a.u.b. voor dat $_SERVER["PATH_INFO"] (of $_SERVER["PHP_SELF"] en $_SERVER["SCRIPT_NAME"]) een juiste waarde bevatten.',
  41. );