| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?php
- /**
- * Message translations.
- *
- * This file is automatically generated by 'yiic message' command.
- * It contains the localizable messages extracted from source code.
- * You may modify this file by translating the extracted messages.
- *
- * Each array element represents the translation (value) of a message (key).
- * If the value is empty, the message is considered as not translated.
- * Messages that no longer need translation will have their translations
- * enclosed between a pair of '@@' marks.
- *
- * NOTE, this file must be saved in UTF-8 encoding.
- */
- return array (
- 'GD extension with<br />FreeType support' => 'Rozszerzenie GD <br />ze wsparciem dla FreeType',
- 'GD installed<br />FreeType support not installed' => 'Rozszerzenie GD jest zainstalowane<br />ale bez wsparcia FreeType',
- 'GD not installed' => 'Nie zainstalowano GD',
- '$_SERVER does not have {vars}.' => '$_SERVER nie posiada zmiennej(nych) {vars}',
- '$_SERVER variable' => 'zmienna $_SERVER',
- '$_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.',
- 'APC extension' => 'rozszerzenie APC',
- '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>',
- 'DOM extension' => 'rozszerzenie DOM',
- 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Zarówno $_SERVER["REQUEST_URI"] jak i $_SERVER["QUERY_STRING"] muszą istnieć.',
- 'Mcrypt extension' => 'rozszerzenie Mcrypt',
- 'Memcache extension' => 'rozszerzenie Memcache',
- 'PCRE extension' => 'rozszerzenie PCRE',
- 'PDO MySQL extension' => 'rozszerzenie PDO MySQL',
- 'PDO PostgreSQL extension' => 'rozszerzenie PDO PostgreSQL ',
- 'PDO SQLite extension' => 'rozszerzenie PDO SQLite ',
- 'PDO extension' => 'rozszerzenie PDO',
- 'PHP 5.1.0 or higher is required.' => 'Wymagane jest PHP w wersji 5.1.0 lub wyższej',
- 'PHP version' => 'wersja PHP',
- 'Reflection extension' => 'rozszerzenie Reflection',
- 'SOAP extension' => 'rozszerzenie SOAP',
- 'SPL extension' => 'rozszerzenie SPL',
- 'This is required by encrypt and decrypt methods.' => 'Wymagane przez metody szyfrujące i deszyfrujące.',
- 'This is required if you are using MySQL database.' => 'Wymagane jeśli używasz bazy danych MySQL.',
- 'This is required if you are using PostgreSQL database.' => 'Wymagane jeśli używasz bazy danych PostgreSQL.',
- 'This is required if you are using SQLite database.' => 'Wymagane jeśli używasz bazy danych SQLite',
- '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.',
- );
|