PageRenderTime 68ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/yii/framework/messages/pl/yii.php

https://github.com/joshuaswarren/weatherhub
PHP | 257 lines | 238 code | 0 blank | 19 comment | 0 complexity | ba7d2fff1b12a103c8d8f71d1893fc53 MD5 | raw file
  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. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE, this file must be saved in UTF-8 encoding.
  18. *
  19. * @version $Id: $
  20. */
  21. return array (
  22. '"{path}" is not a valid directory.' => 'Ścieżka "{path}" nie jest poprawnym katalogiem.',
  23. '&lt; Previous' => '&lt; Poprzednia',
  24. '&lt;&lt; First' => '&lt;&lt; Pierwsza',
  25. 'Action class {class} must implement the "run" method.' => 'Klasa akcji {class} musi implementować metodę "run".',
  26. 'Active Record requires a "db" CDbConnection application component.' => 'Active Record wymaga komponentu aplikacji "db" CDbConnection.',
  27. 'Active record "{class}" has an invalid configuration for relation "{relation}". It must specify the relation type, the related active record class and the foreign key.' => 'Konfiguracja rekordu aktywnego "{class}" jest niewłaściwa dla relacji" {relation}". Musi ona definiować typ relacji, referującą do niej klasę rekordu aktywnego i klucz obcy.',
  28. 'Active record "{class}" is trying to select an invalid column "{column}". Note, the column must exist in the table or be an expression with alias.' => 'Active record "{class}" próbuje wybrać nieodpowiednią kolumnę "{column}". Pamiętaj, że kolumna musi istnieć w tabeli lub musi być wyrażona aliasem.',
  29. 'Active record class "{class}" does not have a scope named "{scope}".' => 'Klasa rekordu aktywnego "{class}" nie posiada nazwanego zbioru (ang. scope) "{scope}"',
  30. 'Adding a foreign key constraint to an existing table is not supported by SQLite.' => 'Dodawanie ograniczenia klucza obcego do istniejącej tabeli nie jest wspierane przez SQLite.',
  31. 'Alias "{alias}" is invalid. Make sure it points to an existing PHP file.' => 'Nieprawidłowy alias "{alias}". Upewnij się, że wskazuje on na istniejący plik PHP.',
  32. 'Alias "{alias}" is invalid. Make sure it points to an existing directory or file.' => 'Nieprawidłowy alias "{alias}". Upewnij się, że wskazuje na istniejący katalog lub plik.',
  33. 'Alias "{alias}" is invalid. Make sure it points to an existing directory.' => 'Nieprawidłowy "{alias}". Upewnij się, że wskazuje on na istniejący katalog.',
  34. 'Altering a DB column is not supported by SQLite.' => 'Zmienianie kolumny bazy danych nie jest wspierane przez SQLite.',
  35. 'Application Log' => 'Log aplikacji',
  36. 'Application base path "{path}" is not a valid directory.' => 'Podstawowa ścieżka aplikacji "{path}" nie jest poprawnym katalogiem.',
  37. 'Application runtime path "{path}" is not valid. Please make sure it is a directory writable by the Web server process.' => 'Ścieżka uruchomieniowa aplikacji "{path}" jest nieprawidłowa. Upewnij się, że ten katalog jest dostępny do zapisu dla procesu serwera.',
  38. 'Authorization item "{item}" has already been assigned to user "{user}".' => 'Żeton "{item}" został już przypisany użytkownikowi "{user}".',
  39. 'Base path "{path}" is not a valid directory.' => 'Ścieżka bazowa "{path}" nie jest poprawnym katalogiem.',
  40. 'CApcCache requires PHP apc extension to be loaded.' => 'CApcCache wymaga załadowanego rozszerzenia PHP apc.',
  41. 'CAssetManager.basePath "{path}" is invalid. Please make sure the directory exists and is writable by the Web server process.' => 'Ścieżka CAssetManager.basePath "{path}" jest nieprawidłowa. Upewnij się, że ten katalog istnieje i jest dostępny do zapisu dla procesu serwera.',
  42. 'CCacheHttpSession.cacheID is invalid. Please make sure "{id}" refers to a valid cache application component.' => 'Identyfikator CCacheHttpSession.cacheID jest niepoprawny. Upewnij się, że "{id}" odnosi się do istniejącego komponentu buforującego aplikacji.',
  43. 'CCaptchaValidator.action "{id}" is invalid. Unable to find such an action in the current controller.' => 'Metoda CCaptchaValidator.action "{id}" jest nieprawidłowa. Nie mogę znaleźć takiej metody w bieżącym kontrolerze.',
  44. 'CDbAuthManager.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'Identyfikator CDbAuthManager.connectionID "{id}" jest niewłaściwy. Upewnij się, że odnosi się on do ID komponentu aplikacji CDbConnection.',
  45. 'CDbCache.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'Identyfikator CDbCache.connectionID "{id}" jest nieprawidłowy. Upewnij się, że odnosi się on do ID komponentu aplikacji CDbConnection.',
  46. 'CDbCacheDependency.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'DbCacheDependency.connectionID "{id}" jest nierpawidłowy. Upewnij się, że wskazuje on na ID komponentu aplikacji CDbConnection.',
  47. 'CDbCacheDependency.sql cannot be empty.' => 'Wyrażenie CDbCacheDependency.sql nie może być puste.',
  48. 'CDbCommand failed to execute the SQL statement: {error}' => 'CDbCommand nie zdołał wykonać instrukcji SQL: {error}',
  49. 'CDbCommand failed to prepare the SQL statement: {error}' => 'CDbCommand nie zdołał przygotować instrukcji SQL: {error}',
  50. 'CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.' => 'Wywołanie CDbCommand::execute() nie powiodło się: {error}. Wykonywana instrukcja SQL to: {sql}.',
  51. 'CDbCommand::{method}() failed: {error}. The SQL statement executed was: {sql}.' => 'Wywołanie CDbCommand::{method}() nie powiodło się: {error}. Wykonywana instrukcja SQL to: {sql}.',
  52. 'CDbConnection does not support reading schema for {driver} database.' => 'CDbConnection nie wspiera odczytu schematu bazy danych {driver}.',
  53. 'CDbConnection failed to open the DB connection.' => 'CDbConnection nie zdołał otworzyć połączenia DB.',
  54. 'CDbConnection failed to open the DB connection: {error}' => 'CDbConnection nie zdołał otworzyć połączenia DB: {error}',
  55. 'CDbConnection.connectionString cannot be empty.' => 'Wyrażenie CDbConnection.connectionString nie może być puste.',
  56. 'CDbDataReader cannot rewind. It is a forward-only reader.' => 'CDbDataReader nie może przewijać wstecz. Czyta tylko naprzód.',
  57. 'CDbHttpSession.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'Identyfikator CDbHttpSession.connectionID "{id}" jest niepoprawny. Upewnij się, że odnosi się on do ID komponentu aplikacji CDbConnection.',
  58. 'CDbLogRoute.connectionID "{id}" does not point to a valid CDbConnection application component.' => 'Identyfikator CDbLogRoute.connectionID "{id}" nie wskazuje na właściwy komponent CDbConnection aplikacji.',
  59. 'CDbMessageSource.connectionID is invalid. Please make sure "{id}" refers to a valid database application component.' => 'Identyfikator CDbMessageSource.connectionID jest nieprawidłowy. Upewnij się, że "{id}" odnosi się do właściwego komponentu bazodanowego aplikacji.',
  60. 'CDbTestFixture.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbTestFixture.connectionID "{id}" jest nieprawdiłowy. Uperwnij się, że wskazuje on na ID komponentu aplikacji CDbConnection.',
  61. 'CDbTransaction is inactive and cannot perform commit or roll back operations.' => 'CDbTransaction jest nieaktywny i nie może wykonać poleceń COMMIT lub ROLLBACK.',
  62. 'CDirectoryCacheDependency.directory cannot be empty.' => 'Katalog CDirectoryCacheDependency.directory nie może być pusty.',
  63. 'CEAcceleratorCache requires PHP eAccelerator extension to be loaded, enabled or compiled with the "--with-eaccelerator-shared-memory" option.' => 'CEAcceleratorCache wymaga załadowanego, dostępnego lub skompilowanego z opcją "--with-eaccelerator-shared-memory" rozszerzenia PHP eAccelerator',
  64. 'CFileCacheDependency.fileName cannot be empty.' => 'Nazwa pliku CFileCacheDependency.fileName nie może być pusta.',
  65. 'CFileLogRoute.logPath "{path}" does not point to a valid directory. Make sure the directory exists and is writable by the Web server process.' => 'Ścieżka CFileLogRoute.logPath "{path}" nie wskazuje na właściwy katalog. Upewnij się, że ten katalog istnieje i jest dostępny do zapisu dla procesu serwera.',
  66. 'CFilterChain can only take objects implementing the IFilter interface.' => 'CFilterChain może przyjmować tylko obiekty implementujące interfejs IFilter.',
  67. 'CFlexWidget.baseUrl cannot be empty.' => 'Url CFlexWidget.baseUrl nie może być pusty.',
  68. 'CFlexWidget.name cannot be empty.' => 'Nazwa CFlexWidget.name nie może być pusta.',
  69. 'CGlobalStateCacheDependency.stateName cannot be empty.' => 'Nazwa stanu CGlobalStateCacheDependency.stateName nie może być pusta.',
  70. 'CHttpCookieCollection can only hold CHttpCookie objects.' => 'Kolekcja CHttpCookieCollection może przechowywać tylko obiekty CHttpCookie.',
  71. 'CHttpRequest is unable to determine the entry script URL.' => 'CHttpRequest nie może określić adresu URL skryptu wejściowego.',
  72. 'CHttpRequest is unable to determine the path info of the request.' => 'CHttpRequest nie może określić ścieżki żądania.',
  73. 'CHttpRequest is unable to determine the request URI.' => 'CHttpRequest nie może określić URI żądania.',
  74. 'CHttpSession.cookieMode can only be "none", "allow" or "only".' => 'CHttpSession.cookieMode może przyjmować tylko wartości "none", "allow" lub "only".',
  75. 'CHttpSession.gcProbability "{value}" is invalid. It must be an integer between 0 and 100.' => 'Wartość CHttpSession.gcProbability "{value}" jest nieprawidłowa. Musi być liczbą całkowitą z przedziału 0 do 100.',
  76. 'CHttpSession.savePath "{path}" is not a valid directory.' => 'Ścieżka CHttpSession.savePath "{path}" nie jest prawidłowym katalogiem.',
  77. 'CMemCache server configuration must be an array.' => 'Konfiguracja serwera CMemCache musi być tablicą.',
  78. 'CMemCache server configuration must have "host" value.' => 'Konfiguracja serwera CMemCache musi zawierać wartość "host".',
  79. 'CProfileLogRoute found a mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.' => 'CProfileLogRoute natrafił na błędny blok kodu "{token}". Upewnij się, że wywołania Yii::beginProfile() i Yii::endProfile() są poprawnie zagnieżdżone.',
  80. 'CProfileLogRoute.report "{report}" is invalid. Valid values include "summary" and "callstack".' => 'Wartość CProfileLogRoute.report "{report}" jest nieprawidłowa. Właściwe wartości zawierają "summary" i "callstack".',
  81. 'CSecurityManager requires PHP mcrypt extension to be loaded in order to use data encryption feature.' => 'Do załadowania CSecurityManager wymagane jest rozszerzenie PHP mcrypt .',
  82. 'CSecurityManager.encryptionKey cannot be empty.' => 'Klucz CSecurityManager.encryptionKey nie może być pusty.',
  83. 'CSecurityManager.validationKey cannot be empty.' => 'Klucz CSecurityManager.validationKey nie może być pusty.',
  84. 'CTypedList<{type}> can only hold objects of {type} class.' => 'Lista CTypedList<{type}> może przechowywać tylko obiekty klasy {type}.',
  85. 'CTypedMap<{type}> can only hold objects of {type} class.' => 'Mapa CTypedMap<{type}> może posiadać jedynie obiekty klasy {type}.',
  86. 'CUrlManager.UrlFormat must be either "path" or "get".' => 'Wartość CUrlManager.UrlFormat musi zawierać "path" lub "get".',
  87. 'CWinCache requires PHP wincache extension to be loaded.' => 'CWinCache wymaga załadowanego rozszerzenia PHP wincache.',
  88. 'CWinCache user cache is disabled. Please set wincache.ucenabled to On in your php.ini.' => 'Bufor użytkownika CWinCache jest wyłączony. Ustaw wincache.ucenabled na wartość On w Twoim pliku php.ini.',
  89. 'CXCache requires PHP XCache extension to be loaded.' => 'CXCache wymaga załadowanego rozszerzenie PHP XCache.',
  90. 'CZendDataCache requires PHP Zend Data Cache extension to be loaded.' => 'CZendDataCache wymaga załadowanego rozszerzenia PHP Zend Data Cache.',
  91. 'Cannot add "{child}" as a child of "{name}". A loop has been detected.' => 'Nie mogę dodać "{child}" jako potomka "{name}". Wykryto zapętlenie.',
  92. 'Cannot add "{child}" as a child of "{parent}". A loop has been detected.' => 'Nie mogę dodać "{child}" jako potomka rodzica "{parent}". Wykryto zapętlenie.',
  93. 'Cannot add "{name}" as a child of itself.' => 'Nie mogę dodać "{name}" jako potomka samego siebie.',
  94. 'Cannot add an item of type "{child}" to an item of type "{parent}".' => 'Nie mogę dodać pozycji typu "{child}" do pozycji typu "{parent}".',
  95. 'Column name must be either a string or an array.' => 'Nazwa kolumny musi być stringiem lub tablicą.',
  96. 'Dropping DB column is not supported by SQLite.' => 'Usuwanie kolumny bazy danych nie jest wspierane przez SQLite',
  97. 'Dropping a foreign key constraint is not supported by SQLite.' => 'Usuwanie ograniczenia klucza obcego nie jest wpierane przez SQLite',
  98. 'Either "{parent}" or "{child}" does not exist.' => 'Zarówno "{parent}" jak i "{child}" nie istnieją.',
  99. 'Error: Table "{table}" does not have a primary key.' => 'Błąd: tabela "{table}" nie ma klucza głównego.',
  100. 'Error: Table "{table}" has a composite primary key which is not supported by crud command.' => 'Błąd: tabela "{table}" zawiera złożony klucz główny, który nie jest wspierany przez polecenie crud.',
  101. 'Event "{class}.{event}" is attached with an invalid handler "{handler}".' => 'Zdarzenie "{class}.{event}" jest połączone z niewłaściwym uchwytem "{handler}".',
  102. 'Event "{class}.{event}" is not defined.' => 'Zdarzenie "{class}.{event}" nie jest zdefiniowane.',
  103. 'Extension path "{path}" does not exist.' => 'Ścieżka rozszerzenia "{path}" nie istnieje.',
  104. 'Failed to initialize the mcrypt module.' => 'Inicjalizacja modułu mcrypt nie powiodła się.',
  105. 'Failed to set unsafe attribute "{attribute}".' => 'Ustawianie niebezpiecznego (ang. unsafe) atrybutu "{attribute}" nie powiodło się.',
  106. 'Failed to write the uploaded file "{file}" to disk.' => 'Zapis przesłanego pliku "{file}" na dysk nie powiódł się.',
  107. 'File upload was stopped by extension.' => 'Przesyłanie pliku zostało zatrzymane przez rozszerzenie.',
  108. 'Filter "{filter}" is invalid. Controller "{class}" does not have the filter method "filter{filter}".' => 'Filtr "{filter}" jest niepoprawny. Kontroler "{class}" nie posiada metody filtru "filter{filter}".',
  109. 'GD and FreeType PHP extensions are required.' => 'Rozszerzenia GD oraz FreeType PHP są wymagane.',
  110. 'Get a new code' => 'Pobierz nowy kod',
  111. 'Go to page: ' => 'Przejdź do strony: ',
  112. 'Invalid MO file revision: {revision}.' => 'Nieprawidłowa zmiana pliku MO: {revision}.',
  113. 'Invalid MO file: {file} (magic: {magic}).' => 'Nieprawidłowy plik MO: {file} (liczba magiczna: {magic}).',
  114. 'Invalid enumerable value "{value}". Please make sure it is among ({enum}).' => 'Nieprawidłowa wartość typu wyliczeniowego "{value}". Upewnij się, że jest wśród wartości typu ({enum}).',
  115. 'Invalid operator "{operator}".' => 'Nieprawidłowy operator "{operator}".',
  116. 'Last &gt;&gt;' => 'Ostatnia &gt;&gt;',
  117. 'List data must be an array or an object implementing Traversable.' => 'Wartość listy musi być tablicą lub obiektem implementującym interfejs Traversable.',
  118. 'List index "{index}" is out of bound.' => 'Indeks listy "{index}" znajduje się poza zakresem.',
  119. 'Login Required' => 'Wymagane logowanie',
  120. 'Map data must be an array or an object implementing Traversable.' => 'Dane mapy muszą być tablicą lub obiektem implementującym interfejs Traversable.',
  121. 'Missing the temporary folder to store the uploaded file "{file}".' => 'Brak tymczasowego katalogu do zapisania wczytywanego pliku "{file}".',
  122. 'Next &gt;' => 'Następna&gt;',
  123. 'No columns are being updated for table "{table}".' => 'Żadna kolumna nie została zaktualizowana w tabeli "{table}".',
  124. 'No counter columns are being updated for table "{table}".' => 'Żadna kolumna licznika nie została zaktualizowana w tabeli "{table}".',
  125. 'Object configuration must be an array containing a "class" element.' => 'Konfiguracja obiektu musi być tablicą zawierającą element "class".',
  126. 'Please fix the following input errors:' => 'Popraw następujące błędy:',
  127. 'Property "{class}.{property}" is not defined.' => 'Właściwość "{class}.{property}" nie jest zdefiniowana.',
  128. 'Property "{class}.{property}" is read only.' => 'Właściwość "{class}.{property}" jest tylko do odczytu.',
  129. 'Property CMaskedTextField.mask cannot be empty.' => 'Właściwość CMaskedTextField.mask nie może być pusta.',
  130. 'Queue data must be an array or an object implementing Traversable.' => 'Dane kolejki muszą być tablicą lub muszą być obiektem implementującym interfejs Traversable.',
  131. 'Relation "{name}" is not defined in active record class "{class}".' => 'Relacja "{name}" nie jest zdefiniowana w klasie rekordu aktywnego "{class}".',
  132. 'Renaming a DB column is not supported by SQLite.' => 'Zmiana nazwy kolumny bazy danych nie jest wspierana przez SQL.',
  133. 'Stack data must be an array or an object implementing Traversable.' => 'Dane stosu muszą być tablicą lub muszą być obiektem implementującym interfejs Traversable.',
  134. 'Table "{table}" does not exist.' => 'Tabela "{table}" nie istnieje.',
  135. 'Table "{table}" does not have a column named "{column}".' => 'Tabela "{table}" nie posiada kolumny o nazwie "{column}".',
  136. 'The "db" application component must be configured to be a CDbConnection object.' => 'Komponent aplikacji "db" musi być skonfigurowany jako obiekt CDbConnection',
  137. 'The "filter" property must be specified with a valid callback.' => 'Właściwość "filter" musi być określona wraz z poprawnym odwołaniem.',
  138. 'The "pattern" property must be specified with a valid regular expression.' => 'Właściwość "pattern" musi być określona z właściwym wyrażeniem regularnym.',
  139. 'The "range" property must be specified with a list of values.' => 'Właściowść "range" musi być zdefiniowana jako lista wartości.',
  140. 'The CSRF token could not be verified.' => 'Żeton CSRF nie mógł zostać zweryfikowany.',
  141. 'The DB query must contain the "from" portion.' => 'Zapytanie bazodanowe musi zawierać część "from".',
  142. 'The STAT relation "{name}" cannot have child relations.' => 'Relacja statystyczna STAT "{name}" nie może posiadać relacji potomnych.',
  143. 'The URL pattern "{pattern}" for route "{route}" is not a valid regular expression.' => 'Wzorzec URL "{pattern}" dla trasy "{route}" nie jest poprawnym wyrażeniem regularnym.',
  144. 'The active record cannot be deleted because it is new.' => 'Bieżący rekord nie może zostać usunięty ponieważ jest nowy.',
  145. 'The active record cannot be inserted to database because it is not new.' => 'Bieżący rekord nie może zostać wstawiony ponieważ nie jest nowy.',
  146. 'The active record cannot be updated because it is new.' => 'Bieżący rekord nie może zostać zaktualizowany ponieważ jest nowy.',
  147. 'The asset "{asset}" to be published does not exist.' => 'Zasób "{asset}" przeznaczony do opublikowania nie istnieje.',
  148. 'The command path "{path}" is not a valid directory.' => 'Ścieżka polecenia "{path}" nie jest właściwym katalogiem.',
  149. 'The controller path "{path}" is not a valid directory.' => 'Ścieżka kontrolera "{path}" nie jest właściwym katalogiem.',
  150. 'The file "{file}" cannot be uploaded. Only files with these extensions are allowed: {extensions}.' => 'Plik "{file}" nie może być załadowany. Dopuszczalne są tylko pliki z następującymi rozszerzeniami: {extensions}.',
  151. 'The file "{file}" is too large. Its size cannot exceed {limit} bytes.' => 'Plik "{file}" jest zbyt wielki. Rozmiar nie może przekraczać {limit} bajtów.',
  152. 'The file "{file}" is too small. Its size cannot be smaller than {limit} bytes.' => 'Plik "{file}" jest zbyt mały. Rozmiar nie może być mniejszy niż {limit} bajtów.',
  153. 'The file "{file}" was only partially uploaded.' => 'Plik "{file}" został tylko częściowo przesłany.',
  154. 'The first element in a filter configuration must be the filter class.' => 'Pierwszy element konfiguracji filtra musi być klasą filtra.',
  155. 'The format of {attribute} is invalid.' => 'Format atrybutu {attribute} jest niepoprawny.',
  156. 'The item "{name}" does not exist.' => 'Element "{name}" nie istnieje.',
  157. 'The item "{parent}" already has a child "{child}".' => 'Element "{parent}" posiada już potomka "{child}".',
  158. 'The layout path "{path}" is not a valid directory.' => 'Ścieżka układu "{path}" nie jest prawidłowym katalogiem.',
  159. 'The list is read only.' => 'Tę listą można tylko odczytywać.',
  160. 'The map is read only.' => 'Te mapę można tylko odczytywać.',
  161. 'The module path "{path}" is not a valid directory.' => 'Ścieżka modułu "{path}" nie jest poprawnym katalogiem.',
  162. 'The pattern for 12 hour format must be "h" or "hh".' => 'Wzorcem formatowania kodowania godzin dla doby 12 godzinnej jest "h" lub "hh".',
  163. 'The pattern for 24 hour format must be "H" or "HH".' => 'Wzorcem formatowania kodowania godzin dla doby 24 godzinnej jest "H" lub "HH".',
  164. 'The pattern for AM/PM marker must be "a".' => 'Wzorcem formatowania kodowania znacznika AM/PM jest "a".',
  165. 'The pattern for day in month must be "F".' => 'Wzorcem formatowania dnia w miesiącu jest "F".',
  166. 'The pattern for day in year must be "D", "DD" or "DDD".' => 'Wzorcem formatowania dnia w roku jest "D", "DD" lub "DDD".',
  167. 'The pattern for day of the month must be "d" or "dd".' => 'Wzorcem formatowania dnia miesiąca jest "d" lub "dd".',
  168. 'The pattern for day of the week must be "E", "EE", "EEE", "EEEE", "EEEEE", "e", "ee", "eee", "eeee", "eeeee", "c", "cccc" or "ccccc".' => 'Wzorcem formatowania dnia tygodnia jest jeden z: "E", "EE", "EEE", "EEEE", "EEEEE", "e", "ee", "eee", "eeee", "eeeee", "c", "cccc" lub "ccccc".',
  169. 'The pattern for era must be "G", "GG", "GGG", "GGGG" or "GGGGG".' => 'Wzorcem formatowania ery jest "G", "GG", "GGG", "GGGG" lub "GGGGG".',
  170. 'The pattern for hour in AM/PM must be "K" or "KK".' => 'Wzorcem formatowania godziny przed- lub popołudniowej (AM/PM) jest "K" lub "KK".',
  171. 'The pattern for hour in day must be "k" or "kk".' => 'Wzorcem formatowania godziny w ciągu dnia jest "k" or "kk".',
  172. 'The pattern for minutes must be "m" or "mm".' => 'Wzorcem formatowania minut jest "m" lub "mm".',
  173. 'The pattern for month must be "M", "MM", "MMM", "MMMM", "L", "LL", "LLL" or "LLLL".' => 'Wzorcem formatowania miesiąca jest jeden z: "M", "MM", "MMM", "MMMM", "L", "LL", "LLL" lub "LLLL".',
  174. 'The pattern for seconds must be "s" or "ss".' => 'Wzorcem formatowania sekund jest "s" lub "ss".',
  175. 'The pattern for time zone must be "z" or "v".' => 'Wzorcem formatowania strefy czasowej jest "z" lub "v".',
  176. 'The pattern for week in month must be "W".' => 'Wzorcem formatowania numeru tygodnia w miesiącu jest be "W".',
  177. 'The pattern for week in year must be "w".' => 'Wzorcem formatowania numeru tygodnia w roku jest be "w".',
  178. 'The queue is empty.' => 'Kolejka jest pusta.',
  179. 'The relation "{relation}" in active record class "{class}" is not specified correctly. The join table "{joinTable}" given in the foreign key cannot be found in the database.' => 'Relacja "{relation}" w klasie rekordu aktywnego "{class}" jest zdefiniowana nieprawidłowo. Tabeli dołączanej "{joinTable}" zdefiniowanej w kluczu obcym nie można odnaleźć w bazie danych.',
  180. 'The relation "{relation}" in active record class "{class}" is not specified correctly: the join table "{joinTable}" given in the foreign key cannot be found in the database.' => 'Relacja "{relation}" w klasie rekordu aktywnego "{class}" jest zdefiniowana nieprawidłowo: w bazie danych nie można odnaleźć dołączanej tabeli "{joinTable}" podanej w kluczu obcym.',
  181. 'The relation "{relation}" in active record class "{class}" is specified with a foreign key "{key}" that does not point to the parent table "{table}".' => 'Relacja "{relation}" w klasie rekordu aktywnego "{class}" jest zdefiniowana z kluczem obcym "{key}", który nie wskazuje na tabelę rodzica "{table}".',
  182. 'The relation "{relation}" in active record class "{class}" is specified with an incomplete foreign key. The foreign key must consist of columns referencing both joining tables.' => 'Relacja "{relation}" w klasie rekordu aktywnego "{class}" jest opisana niekompletnym kluczem obcym. Klucz obcy musi składać się z odpowiednich kolumn obu łączonych tabel.',
  183. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key "{key}". There is no such column in the table "{table}".' => 'Relacja "{relation}" w klasie rekordu aktywnego "{class}" jest zdefiniowana z nieprawidłowym kluczem obcym"{key}". Nie istnieje taka kolumna w tabeli "{table}".',
  184. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key. The columns in the key must match the primary keys of the table "{table}".' => 'Relacja "{relation}" w klasie rekordu aktywnego "{class}" jest określona z nierpawidłowym kluczem obcym. Kolumny w kluczu muszą zgadzać się z kluczami głównymi tabeli "{table}".',
  185. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key. The format of the foreign key must be "joinTable(fk1,fk2,...)".' => 'Relacja "{relation}" klasie rekordu aktywnego "{class}" jest opisana nieprawidłowym kluczem obcym. Format klucza obcego musi być postaci "joinTable(fk1,fk2,...)".',
  186. 'The requested view "{name}" was not found.' => 'Żądany widok "{name}" nie został znaleziony.',
  187. 'The stack is empty.' => 'Stos jest pusty.',
  188. 'The system is unable to find the requested action "{action}".' => 'System nie może odnaleźć żądanej akcji "{action}".',
  189. 'The system view path "{path}" is not a valid directory.' => 'Ścieżka widoku systemowego "{path}" nie jest prawidłowym katalogiem.',
  190. 'The table "{table}" for active record class "{class}" cannot be found in the database.' => 'Tabela "{table}" dla bieżącego rekordu klasy "{class}" nie została znaleziona w bazie danych.',
  191. 'The value for the column "{column}" is not supplied when querying the table "{table}".' => 'Wartość kolumny "{column}" nie została dostarczona podczas wykonywania zapytania na tabeli "{table}".',
  192. 'The verification code is incorrect.' => 'Wpisany kod weryfikujący jest niepoprawny.',
  193. 'The view path "{path}" is not a valid directory.' => 'Ścieżka widoku "{path}" nie jest poprawnym katalogiem.',
  194. 'Theme directory "{directory}" does not exist.' => 'Katalog tematów "{directory}" nie istnieje.',
  195. 'This content requires the <a href="http://www.adobe.com/go/getflash/">Adobe Flash Player</a>.' => 'Ta zawartość wymaga zainstalowanego <a href="http://www.adobe.com/go/getflash/">Adobe Flash Player</a>.',
  196. 'Unable to add an item whose name is the same as an existing item.' => 'Nie można dodać elementu o nazwie identycznej z już istniejącym elementem.',
  197. 'Unable to change the item name. The name "{name}" is already used by another item.' => 'Nie można zmienić nazwy elementu. Nazwa "{name}" jest już używana przez inny element.',
  198. 'Unable to create application state file "{file}". Make sure the directory containing the file exists and is writable by the Web server process.' => 'Nie można utworzyć pliku stanu aplikacji "{file}". Upewnij się, że katalog zawierający ten plik istnieje i jest dostępny do zapisu dla procesu serwera.',
  199. 'Unable to find "{column}" in table "{table}".' => 'Nie można znaleźć kolumny "{column}" w tabeli "{table}"',
  200. 'Unable to import "{alias}". Please check your server configuration to make sure you are allowed to change PHP include_path.' => 'Nie można zaimportować "{alias}". Sprawdź konfigurację swojego serwera aby upewnić się, że możesz zmieniać PHP include_path.',
  201. 'Unable to lock file "{file}" for reading.' => 'Nie można zablokować pliku "{file}" do odczytu.',
  202. 'Unable to lock file "{file}" for writing.' => 'Nie można zablokować pliku "{file}" do zapisu.',
  203. 'Unable to read file "{file}".' => 'Nie można czytać pliku "{file}".',
  204. 'Unable to replay the action "{object}.{method}". The method does not exist.' => 'Nie można ponowić akcji "{object}.{method}". Ta metoda nie istnieje.',
  205. 'Unable to resolve the request "{route}".' => 'Nie można rozszyfrować żądania "{route}".',
  206. 'Unable to write file "{file}".' => 'Nie można zpisać do pliku "{file}".',
  207. 'Unknown authorization item "{name}".' => 'Nieznany element autoryzacji "{name}".',
  208. 'Unknown operator "{operator}".' => 'Nieznany operator "{operator}',
  209. 'Unknown type "{type}".' => 'Nieznany typ "{type}".',
  210. 'Unrecognized locale "{locale}".' => 'Nierozpoznana lokalizacja "{locale}".',
  211. 'View file "{file}" does not exist.' => 'Plik widoku "{file}" nie istnieje.',
  212. 'Yii application can only be created once.' => 'Aplikacja Yii może być utworzona tyko raz.',
  213. 'You are not authorized to perform this action.' => 'Nie jesteś upoważniony do wykonania tej akcji.',
  214. 'Your request is invalid.' => 'Twoje żądanie jest nieprawidłowe.',
  215. 'Your request is not valid.' => 'Twoje żądanie nie jest poprawne.',
  216. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" został już wykorzystany.',
  217. '{attribute} "{value}" is invalid.' => 'Wartość "{value}" atrybutu {attribute} jest nieprawidłowa.',
  218. '{attribute} cannot accept more than {limit} files.' => 'Atrybut {attribute} nie zezwala na więcej niż {limit} pliki(ów).',
  219. '{attribute} cannot be blank.' => 'Pole {attribute} nie może być puste.',
  220. '{attribute} is in the list.' => 'Atrybut {attribute} znajduje się w liście.',
  221. '{attribute} is invalid.' => 'Zawartość pola {attribute} jest nieprawidłowa.',
  222. '{attribute} is not a valid URL.' => 'Zawartość pola {attribute} nie jest poprawnym adresem URL.',
  223. '{attribute} is not a valid email address.' => 'Zawartość pola {attribute} nie jest poprawnym adresem email.',
  224. '{attribute} is not in the list.' => '{attribute} nie występuje na tej liście.',
  225. '{attribute} is of the wrong length (should be {length} characters).' => 'Pole {attribute} posiada niepoprawną długość (powinno posiadać {length} znaków).',
  226. '{attribute} is too big (maximum is {max}).' => 'Wartość w polu {attribute} jest zbyt wielkia (maksimum stanowi {max}).',
  227. '{attribute} is too long (maximum is {max} characters).' => 'Pole {attribute} jest za długie (maksymalna ilość znaków to {max}).',
  228. '{attribute} is too short (minimum is {min} characters).' => 'Pole {attribute} jest za krótkie (minimalna ilość znaków to {min}).',
  229. '{attribute} is too small (minimum is {min}).' => 'Wartość w polu {attribute} jest zbyt mała (minimum stanowi {min}).',
  230. '{attribute} must be a number.' => 'Zawartość pola {attribute} musi być liczbą.',
  231. '{attribute} must be an integer.' => 'Zawartość pola {attribute} musi być liczbą całkowitą.',
  232. '{attribute} must be either {true} or {false}.' => 'Atrybut {attribute} musi posiadać wartość {true} lub {false}.',
  233. '{attribute} must be greater than "{compareValue}".' => 'Atrybut {attribute} musi być większy od "{compareValue}".',
  234. '{attribute} must be greater than or equal to "{compareValue}".' => 'Atrybut {attribute} musi być większy lub równy "{compareValue}".',
  235. '{attribute} must be less than "{compareValue}".' => 'Atrybut {attribute} musi być mniejszy od "{compareValue}".',
  236. '{attribute} must be less than or equal to "{compareValue}".' => 'Atrybut {attribute} musi być mniejszy równy "{compareValue}".',
  237. '{attribute} must be repeated exactly.' => '{attribute} musi być powtórzony dokładnie.',
  238. '{attribute} must be {type}.' => 'Zawartość pola {attribute} musi być typu {type}.',
  239. '{attribute} must be {value}.' => 'Atrybut {attribute} musi posiadać wartość {value}.',
  240. '{attribute} must not be equal to "{compareValue}".' => 'Pole {attribute} nie może być równy "{compareValue}".',
  241. '{className} does not support add() functionality.' => 'Klasa {className} nie wspiera funkcjonalności add().',
  242. '{className} does not support delete() functionality.' => 'Klasa {className} nie wspiera funkcjonalności delete().',
  243. '{className} does not support flushValues() functionality.' => 'Klasa {className} nie wspiera funkcjonalności flushValues().',
  244. '{className} does not support get() functionality.' => 'Klasa {className} nie wspiera funkcjonalności get().',
  245. '{className} does not support set() functionality.' => 'Klasa {className} nie wspiera funkcjonalności set().',
  246. '{class} does not have a method named "{name}".' => 'Klasa {class} nie posiada metody "{name}".',
  247. '{class} does not have relation "{name}".' => 'Klasa {class} nie posiada relacji o nazwie "{name}".',
  248. '{class} does not support fetching all table names.' => 'Klasa {class} nie wspiera pobierania wszystkich nazw tabeli.',
  249. '{class} has an invalid validation rule. The rule must specify attributes to be validated and the validator name.' => 'Klasa {class} ma niewłaściwą regułę sprawdzania poprawności. Reguła musi określać atrybuty, które mają zostać zweryfikowane i nazwę walidatora.',
  250. '{class} must specify "model" and "attribute" or "name" property values.' => 'Klasa {class} musi określać wartości właściwości "model" i "attribute" lub "name".',
  251. '{class}.allowAutoLogin must be set true in order to use cookie-based authentication.' => 'Parametr {class}.allowAutoLogin musi być ustawiony na true aby móc użyć autoryzacji opartej o cookie.',
  252. '{class}::authenticate() must be implemented.' => 'Metoda {class}::authenticate() musi być zaimplementowana.',
  253. '{controller} cannot find the requested view "{view}".' => 'Kontroler {controller} nie może znaleźć wymaganego widoku "{view}".',
  254. '{controller} contains improperly nested widget tags in its view "{view}". A {widget} widget does not have an endWidget() call.' => 'Kontroler {controller} zawiera niewłaściwie zagnieżdżone tagi widgetów w swoim widoku "{view}". Widżet {widget} nie ma wywołania endWidget().',
  255. '{controller} has an extra endWidget({id}) call in its view.' => 'Kontroler {controller} ma dodatkowe wywołanie endWidget({id}) w swoim widoku.',
  256. '{widget} cannot find the view "{view}".' => 'Widżet {widget} nie może odnaleźć widoku "{view}".',
  257. );