yii.php 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. 'GD extension with<br />FreeType support' => 'Rozszerzenie GD <br />ze wsparciem dla FreeType',
  18. 'GD installed<br />FreeType support not installed' => 'Rozszerzenie GD jest zainstalowane<br />ale bez wsparcia FreeType',
  19. 'GD not installed' => 'Nie zainstalowano GD',
  20. '$_SERVER does not have {vars}.' => '$_SERVER nie posiada zmiennej(nych) {vars}',
  21. '$_SERVER variable' => 'zmienna $_SERVER',
  22. '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] musi być taki sam jak ścieżka pliku skryptu wejściowego.',
  23. 'APC extension' => 'rozszerzenie APC',
  24. 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Wszystkie <a href="http://www.yiiframework.com/doc/api/#system.db">klasy bazodanowe</a>',
  25. 'DOM extension' => 'rozszerzenie DOM',
  26. 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Zarówno $_SERVER["REQUEST_URI"] jak i $_SERVER["QUERY_STRING"] muszą istnieć.',
  27. 'Mcrypt extension' => 'rozszerzenie Mcrypt',
  28. 'Memcache extension' => 'rozszerzenie Memcache',
  29. 'PCRE extension' => 'rozszerzenie PCRE',
  30. 'PDO MySQL extension' => 'rozszerzenie PDO MySQL',
  31. 'PDO PostgreSQL extension' => 'rozszerzenie PDO PostgreSQL ',
  32. 'PDO SQLite extension' => 'rozszerzenie PDO SQLite ',
  33. 'PDO extension' => 'rozszerzenie PDO',
  34. 'PHP 5.1.0 or higher is required.' => 'Wymagane jest PHP w wersji 5.1.0 lub wyższej',
  35. 'PHP version' => 'wersja PHP',
  36. 'Reflection extension' => 'rozszerzenie Reflection',
  37. 'SOAP extension' => 'rozszerzenie SOAP',
  38. 'SPL extension' => 'rozszerzenie SPL',
  39. 'This is required by encrypt and decrypt methods.' => 'Wymagane przez metody szyfrujące i deszyfrujące.',
  40. 'This is required if you are using MySQL database.' => 'Wymagane jeśli używasz bazy danych MySQL.',
  41. 'This is required if you are using PostgreSQL database.' => 'Wymagane jeśli używasz bazy danych PostgreSQL.',
  42. 'This is required if you are using SQLite database.' => 'Wymagane jeśli używasz bazy danych SQLite',
  43. 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Nie można określić ścieżki URL. Upewnij się, że $_SERVER["PATH_INFO"] (lub $_SERVER["PHP_SELF"] oraz $_SERVER["SCRIPT_NAME"]) zawierają odpowiednie wartości.',
  44. );