PageRenderTime 43ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/yii/framework/messages/cs/yii.php

https://github.com/joshuaswarren/weatherhub
PHP | 241 lines | 225 code | 0 blank | 16 comment | 0 complexity | d65707ce919d2634998fb252054aefae MD5 | raw file
  1. <?php
  2. /**
  3. * Message translations for [cs]
  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. * @version $Id: $
  17. */
  18. return array (
  19. 'Alias "{alias}" is invalid. Make sure it points to an existing PHP file.' => 'Alias "{alias}" je neplatný. Ubezpečte se, že obsahuje cestu k platnému PHP souboru.',
  20. 'GD and FreeType PHP extensions are required.' => 'Požadované jsou PHP rozšírení GD a FreeType.',
  21. 'The "range" property must be specified with a list of values.' => 'Vlastnost "range" musí mít specifikovaný seznam hodnot.',
  22. 'The pattern for day of the week must be "E", "EE", "EEE", "EEEE", "EEEEE", "e", "ee", "eee", "eeee", "eeeee", "c", "cccc" or "ccccc".' => 'Formát pro den v týdnu musí být "E", "EE", "EEE", "EEEE", "EEEEE", "e", "ee", "eee", "eeee", "eeeee", "c", "cccc" or "ccccc".',
  23. 'Unable to import "{alias}". Please check your server configuration to make sure you are allowed to change PHP include_path.' => 'Nepodařilo se importovat "{alias}". Ujistěte se, že konfigurace serveru vám umožňuje změnit PHP nastavení pro include_path.',
  24. 'Your request is invalid.' => 'Váš požadavek je neplatný.',
  25. '{attribute} is in the list.' => '{attribute} se nachází v seznamu.',
  26. '{className} does not support flushValues() functionality.' => '{className} nepodporuje funkcionalitu flushValues().',
  27. '"{path}" is not a valid directory.' => '"{path}" není platný adresář.',
  28. '&lt; Previous' => '&lt; Předcházející',
  29. '&lt;&lt; First' => '&lt;&lt; První',
  30. 'Active Record requires a "db" CDbConnection application component.' => 'Active Record vyžaduje komponentu aplikace "db" CDbConnection.',
  31. '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.' => 'Active record "{class}" má neplatnou konfiguraci pro relaci "{relation}". Konfigurace musí specifikovat typ relace, Active record objekt a foreign key.',
  32. '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}" se pokusila najít neplatný sloupec "{column}". Pozor - hledaný sloupec musí existovať v databázi, nebo musí být výrazem s aliasem.',
  33. 'Active record class "{class}" does not have a scope named "{scope}".' => 'Active record objekt "{class}" nemá přiřazený jmenný prostor "{scope}".',
  34. 'Alias "{alias}" is invalid. Make sure it points to an existing directory or file.' => 'Alias "{alias}" je neplatný. Ujistěte se, že ukazuje na existující adresář nebo soubor.',
  35. 'Application Log' => 'Aplikační log',
  36. 'Application base path "{path}" is not a valid directory.' => 'Hlavní cesta k adresáři aplikace "{path}" je neplatná.',
  37. 'Application runtime path "{path}" is not valid. Please make sure it is a directory writable by the Web server process.' => 'Runtime cesta k aplikaci "{path}" je neplatná. Ujistěte se, že ukazuje na existující adresář a má práva zápisu pro webový server.',
  38. 'Authorization item "{item}" has already been assigned to user "{user}".' => 'Autorizační záznam "{item}" je už přiřazený užívateli "{user}".',
  39. 'Base path "{path}" is not a valid directory.' => 'Cesta k hlavnímu adresáři "{path}" je neplatná.',
  40. 'CApcCache requires PHP apc extension to be loaded.' => 'CApcCache vyžaduje přítomnost knihovny APC.',
  41. 'CAssetManager.basePath "{path}" is invalid. Please make sure the directory exists and is writable by the Web server process.' => 'CAssetManager.basePath "{path}" je neplatná. Ujistěte se, že ukazuje na existující adresář a má práva zápisu pro webový server.',
  42. 'CCacheHttpSession.cacheID is invalid. Please make sure "{id}" refers to a valid cache application component.' => 'CCacheHttpSession.cacheID je neplatné. Ujistěte se, že "{id}" odkazuje na platnou cache komponentu aplikace.',
  43. 'CCaptchaValidator.action "{id}" is invalid. Unable to find such an action in the current controller.' => 'CCaptchaValidator.action "{id}" má nesprávně nastavenou akci. Nebylo možné nájít uvedenou akci v současném kontroleru.',
  44. 'CDbAuthManager.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbAuthManager.connectionID "{id}" je neplatné. Ujistěte se, že odkazuje na ID aplikační komponenty CDbConnection.',
  45. 'CDbCache.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbCache.connectionID "{id}" je neplatné. Ujistěte se, že odkazuje na ID aplikační komponentu CDbConnection.',
  46. 'CDbCacheDependency.sql cannot be empty.' => 'CDbCacheDependency.sql nemůže být prázdný.',
  47. 'CDbCommand failed to execute the SQL statement: {error}' => 'CDbCommand nemohl vykonat SQL příkaz: {error}',
  48. 'CDbCommand failed to prepare the SQL statement: {error}' => 'CDbCommand nemohl připravit SQL příkaz: {error}',
  49. 'CDbConnection does not support reading schema for {driver} database.' => 'CDbConnection nepodporuje načtení schématu pro databázový ovladač {driver}.',
  50. 'CDbConnection failed to open the DB connection.' => 'CDbConnection se nemohl připojit na databázi.',
  51. 'CDbConnection failed to open the DB connection: {error}' => 'CDbConnection se nemohol připojit na databázi: {error}',
  52. 'CDbConnection is inactive and cannot perform any DB operations.' => 'CDbConnection je neaktívní a nemůže vykonávat žádné databázové operace.',
  53. 'CDbConnection.connectionString cannot be empty.' => 'CDbConnection.connectionString nemůže být prázdný.',
  54. 'CDbDataReader cannot rewind. It is a forward-only reader.' => 'CDbDataReader nemůže číst předchozí záznamy. Je možné číst pouze nasledujíce záznamy.',
  55. 'CDbHttpSession.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbHttpSession.connectionID "{id}" je neplatné. Ujistěte se, že odkazuje na ID aplikační komponenty CDbConnection.',
  56. 'CDbLogRoute.connectionID "{id}" does not point to a valid CDbConnection application component.' => 'CDbLogRoute.connectionID "{id}" neukazuje na platnou aplikační komponentu CDbConnection.',
  57. 'CDbMessageSource.connectionID is invalid. Please make sure "{id}" refers to a valid database application component.' => 'CDbMessageSource.connectionID je neplatné. Ujistěte se, že "{id}" odkazuje na platnou databázovou komponentu.',
  58. 'CDbTestFixture.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbTestFixture.connectionID "{id}" je neplatné. Ujistěte se, že odkazuje na platné ID databázové komponenty aplikáce.',
  59. 'CDbTransaction is inactive and cannot perform commit or roll back operations.' => 'CDbTransaction není aktívní a nemůže vykonávat operace commit ani rollback.',
  60. 'CDirectoryCacheDependency.directory cannot be empty.' => 'CDirectoryCacheDependency.directory nemůže být prázdné.',
  61. 'CEAcceleratorCache requires PHP eAccelerator extension to be loaded, enabled or compiled with the "--with-eaccelerator-shared-memory" option.' => 'CEAcceleratorCache vyžaduje přítomnost PHP rozšíření eAccelerator, nebo mít zapnutou podporu s nastavením "--with-eaccelerator-shared-memory".',
  62. 'CFileCacheDependency.fileName cannot be empty.' => 'CFileCacheDependency.fileName nemůže být prázdne.',
  63. 'CFileLogRoute.logPath "{path}" does not point to a valid directory. Make sure the directory exists and is writable by the Web server process.' => 'CFileLogRoute.logPath "{path}" ukazuje cestu k neexistujícímu adresáři. Ujistěte se, že adresář existuje a má práva zápisu pro webový server.',
  64. 'CFilterChain can only take objects implementing the IFilter interface.' => 'CFilterChain akceptuje pouze objekt implementující interface IFilter.',
  65. 'CFlexWidget.baseUrl cannot be empty.' => 'CFlexWidget.baseUrl nemůže být prázdné.',
  66. 'CFlexWidget.name cannot be empty.' => 'CFlexWidget.name nemůže být prázdné.',
  67. 'CGlobalStateCacheDependency.stateName cannot be empty.' => 'CGlobalStateCacheDependency.stateName nemůže být prázdné.',
  68. 'CHttpCookieCollection can only hold CHttpCookie objects.' => 'CHttpCookieCollection může obsahovat pouze objekty typu CHttpCookie.',
  69. 'CHttpRequest is unable to determine the entry script URL.' => 'CHttpRequest nedokázal identifikovat URL vstupního souboru.',
  70. 'CHttpRequest is unable to determine the path info of the request.' => 'CHttpRequest nedokázal identifikovat informace o cestě k souboru požadavku.',
  71. 'CHttpRequest is unable to determine the request URI.' => 'CHttpRequest nedokázal identifikovat požadované URI.',
  72. 'CHttpSession.cookieMode can only be "none", "allow" or "only".' => 'CHttpSession.cookieMode může nabývat pouze hodnoty "none", "allow" nebo "only".',
  73. 'CHttpSession.gcProbability "{value}" is invalid. It must be an integer between 0 and 100.' => 'CHttpSession.gcProbability "{value}" je neplatná. Zadajte prosím integer mezi 0 až 100.',
  74. 'CHttpSession.savePath "{path}" is not a valid directory.' => 'CHttpSession.savePath "{path}" není platný adresář.',
  75. 'CMemCache server configuration must be an array.' => 'Konfigurace CMemCache musí být pole.',
  76. 'CMemCache server configuration must have "host" value.' => 'Konfigurace CMemCache musí obsahovat hodnotu pro "host".',
  77. 'CMultiFileUpload.name is required.' => 'CMultiFileUpload.name je povinný údaj.',
  78. 'CProfileLogRoute found a mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.' => 'CProfileLogRoute zjistil nesprávně uspořádané bloky kódu "{token}". Ujistěte se, že volání Yii::beginProfile() a Yii::endProfile() jsou vložené správně.',
  79. 'CProfileLogRoute.report "{report}" is invalid. Valid values include "summary" and "callstack".' => 'CProfileLogRoute.report "{report}" je nesprávný. Správné hodnoty mohou být "summary" a "callstack".',
  80. 'CSecurityManager requires PHP mcrypt extension to be loaded in order to use data encryption feature.' => 'CSecurityManager vyžaduje prítomnost PHP rozšíření MCrypt pro účely využití šifrujícich funkcí.',
  81. 'CSecurityManager.encryptionKey cannot be empty.' => 'CSecurityManager.encryptionKey nemůže být prázdný.',
  82. 'CSecurityManager.validationKey cannot be empty.' => 'CSecurityManager.validationKey nemůže být prázdný.',
  83. 'CTypedList<{type}> can only hold objects of {type} class.' => 'CTypedList<{type}> může obsahovat pouze objekty třídy {type}.',
  84. 'CUrlManager.UrlFormat must be either "path" or "get".' => 'CUrlManager.UrlFormat musí být "path" nebo "get".',
  85. 'CWinCache requires PHP wincache extension to be loaded.' => 'CWinCache vyžaduje přítomnost knihovny PHP wincache.',
  86. 'CWinCache user cache is disabled. Please set wincache.ucenabled to On in your php.ini.' => 'CWinCache je deaktivovaná. Nastavte prosím wincache.ucenabled "On" v konfiguračním souboru php.ini.',
  87. 'CXCache requires PHP XCache extension to be loaded.' => 'CXCache vyžaduje přítomnost PHP knihovny XCache.',
  88. 'CZendDataCache requires PHP Zend Data Cache extension to be loaded.' => 'CZendDataCache vyžaduje přítomnost PHP knihovny Zend Data Cache.',
  89. 'Cannot add "{child}" as a child of "{name}". A loop has been detected.' => 'Není možné přidat "{child}" jako potomka "{name}". Byl identifikovaný nekonečný cyklus.',
  90. 'Cannot add "{child}" as a child of "{parent}". A loop has been detected.' => 'Není možné přidat "{child}" jako potomka "{parent}". Byl identifikovaný nekonečný cyklus.',
  91. 'Cannot add "{name}" as a child of itself.' => 'Není možné přidat "{name}" jako potomka sebe sama.',
  92. 'Cannot add an item of type "{child}" to an item of type "{parent}".' => 'Není možné přidat položku typu "{child}" k položce typu "{parent}".',
  93. 'Column name must be either a string or an array.' => 'Název sloupce musí být retězec nebo pole.',
  94. 'Either "{parent}" or "{child}" does not exist.' => '"{parent}" nebo "{child}" neexistují.',
  95. 'Error: Table "{table}" does not have a primary key.' => 'Chyba: Tabulka "{table}" neobsahuje primární klíč.',
  96. 'Error: Table "{table}" has a composite primary key which is not supported by crud command.' => 'Chyba: Tabulka "{table}" obsahuje složený primární klíč, který ale není podporovaný CRUD příkazem.',
  97. 'Event "{class}.{event}" is attached with an invalid handler "{handler}".' => 'Událost "{class}.{event}" je připojená neplatným obsluhovačem udalostí "{handler}".',
  98. 'Event "{class}.{event}" is not defined.' => 'Událost "{class}.{event}" není definovaná.',
  99. 'Extension path "{path}" does not exist.' => 'Cesta pro rozšíření "{path}" neexistuje.',
  100. 'Failed to initialize the mcrypt module.' => 'Nepodařilo se iniciovat mcrypt modul.',
  101. 'Failed to set unsafe attribute "{attribute}".' => 'Nepodařilo se nastavit neošetřený atribut "{attribute}".',
  102. 'Failed to write the uploaded file "{file}" to disk.' => 'Nepodařilo se zapsat nahraný soubor "{file}" na disk.',
  103. 'File upload was stopped by extension.' => 'Nahrávání souboru bylo přerušené rozšířením.',
  104. 'Filter "{filter}" is invalid. Controller "{class}" does have the filter method "filter{filter}".' => 'Filter "{filter}" je neplatný. Kontroler "{class}" neobsahuje filtrovací metodu "filter{filter}".',
  105. 'Get a new code' => 'Nový kód',
  106. 'Go to page: ' => 'Přejít na stránku: ',
  107. 'Invalid MO file revision: {revision}.' => 'Neplatná revíze MO souboru: {revision}.',
  108. 'Invalid MO file: {file} (magic: {magic}).' => 'Neplatný MO soubor: {file} (magic: {magic}).',
  109. 'Invalid enumerable value "{value}". Please make sure it is among ({enum}).' => 'Neplatná spočítatelná hodnota "{value}". Ujistěte se, že hodnota je z výběru ({enum}).',
  110. 'Invalid operator "{operator}".' => 'Neplatný operátor "{operator}".',
  111. 'Last &gt;&gt;' => 'Poslední &gt;&gt;',
  112. 'List data must be an array or an object implementing Traversable.' => 'Položky seznamu musí být buď pole nebo objekt implementující Traversable.',
  113. 'List index "{index}" is out of bound.' => 'Index seznamu "{index}" je mimo povolený rozsahu.',
  114. 'Login Required' => 'Musíte se přihlásit.',
  115. 'Map data must be an array or an object implementing Traversable.' => 'Mapa musí obsahovat pole nebo objekt implementující Traversable.',
  116. 'Missing the temporary folder to store the uploaded file "{file}".' => 'Dočasný adresář pro uložení nahrávaného souboru "{file}" nebyl nalezen.',
  117. 'Next &gt;' => 'Nasledující &gt;',
  118. 'No columns are being updated for table "{table}".' => 'V tabulce "{table}" nebudou aktualizovaná žádná pole.',
  119. 'No counter columns are being updated for table "{table}".' => 'V tabulce "{table}" nebudou aktualizovaná žádná pole pro počítadla.',
  120. 'Object configuration must be an array containing a "class" element.' => 'Konfigurace objektu musí být pole obsahující element "class".',
  121. 'Please fix the following input errors:' => 'Opravte prosím nasledující chyby ve vstupních údajích:',
  122. 'Property "{class}.{property}" is not defined.' => 'Vlastnost "{class}.{property}" není definovaná.',
  123. 'Property "{class}.{property}" is read only.' => 'Vlastnost "{class}.{property}" je určená jen na čtení.',
  124. 'Queue data must be an array or an object implementing Traversable.' => 'Řazená data (queue data) musí být pole nebo objekt implementující Traversable.',
  125. 'Relation "{name}" is not defined in active record class "{class}".' => 'Relace "{name}" není definovaná v objektu aktívního záznamu "{class}".',
  126. 'Resetting PK sequence is not supported.' => 'Nastavení PK (primárního klíče) není podporované.',
  127. 'Setting integrity check is not supported.' => 'Ověření integrity není podporované.',
  128. 'Stack data must be an array or an object implementing Traversable.' => 'Data v zásobníku musí být pole nebo objekt implementující Traversable.',
  129. 'Table "{table}" does not exist.' => 'Tabulka "{table}" neexistuje.',
  130. 'Table "{table}" does not have a column named "{column}".' => 'Tabulka "{table}" neobsahuje sloupec s názvem "{column}".',
  131. 'The "filter" property must be specified with a valid callback.' => 'Vlastnost "filter" musí být specifikovaná s platnou zpětnou funkcí.',
  132. 'The "pattern" property must be specified with a valid regular expression.' => 'Vlastnost "pattern" musí být specifikovaná s platným regulárním výrazem.',
  133. 'The CSRF token could not be verified.' => 'CSFR token nemohl být ověřený.',
  134. 'The STAT relation "{name}" cannot have child relations.' => 'STAT relace "{name}" nesmí mít žádné potomkové relace.',
  135. 'The URL pattern "{pattern}" for route "{route}" is not a valid regular expression.' => 'URL výraz "{pattern}" pro cestu "{route}" není platný regulární výraz.',
  136. 'The active record cannot be deleted because it is new.' => 'Aktívní záznam nemůže být odstraněný, protože je nový.',
  137. 'The active record cannot be inserted to database because it is not new.' => 'Aktívní záznam nemůže být vložený do databáze protože není nový.',
  138. 'The active record cannot be updated because it is new.' => 'Aktívní záznam nemůže být aktualizovaný, protože je nový.',
  139. 'The asset "{asset}" to be published does not exist.' => 'Položka "{asset}" určená na publikování neexistuje.',
  140. 'The command path "{path}" is not a valid directory.' => 'Příkazový rádek "{path}" neobsahuje cestu k platnému adresáři.',
  141. 'The controller path "{path}" is not a valid directory.' => 'Cesta kontroleru "{path}" neobsahuje cestu k platnému adresáři.',
  142. 'The file "{file}" cannot be uploaded. Only files with these extensions are allowed: {extensions}.' => 'Soubor "{file}" nemůže být nahraný. Povolené jsou pouze soubory s nasledujícími příponami: {extensions}.',
  143. 'The file "{file}" is too large. Its size cannot exceed {limit} bytes.' => 'Soubor "{file}" je příliš velký. Jeho velikost nesmí být větší než {limit} bajtů.',
  144. 'The file "{file}" is too small. Its size cannot be smaller than {limit} bytes.' => 'Soubor "{file}" je příliš malý. Jeho velikost nesmí být menší než {limit} bajtů.',
  145. 'The file "{file}" was only partially uploaded.' => 'Soubor "{file}" byl nahraný pouze částečně.',
  146. 'The first element in a filter configuration must be the filter class.' => 'První element v konfiguraci filtru musí být objekt filter.',
  147. 'The item "{name}" does not exist.' => 'Položka "{name}" neexistuje.',
  148. 'The item "{parent}" already has a child "{child}".' => 'Položka "{parent}" už obsahuje potomka "{child}".',
  149. 'The layout path "{path}" is not a valid directory.' => 'Cesta k náhledu "{path}" obsahuje cestu k neplatnému adresáři.',
  150. 'The list is read only.' => 'Seznam je určený pouze na čtení.',
  151. 'The map is read only.' => 'Mapa je určená pouze na čtení.',
  152. 'The module path "{path}" is not a valid directory.' => 'Cesta k modulu "{path}" obsahuje neplatnou cestu k adresáři.',
  153. 'The pattern for 12 hour format must be "h" or "hh".' => 'Formát pro 12 hodín musí být "h" nebo "hh".',
  154. 'The pattern for 24 hour format must be "H" or "HH".' => 'Formát pro 24 hodín musí být "H" nebo "HH".',
  155. 'The pattern for AM/PM marker must be "a".' => 'Formát pro AM/PM musí být "a".',
  156. 'The pattern for day in month must be "F".' => 'Formát pro den v týdnu musí být "F".',
  157. 'The pattern for day in year must be "D", "DD" or "DDD".' => 'Formát pro den v roce musí být "D", "DD" nebo "DDD".',
  158. 'The pattern for day of the month must be "d" or "dd".' => 'Formát pro den v měsíci musí být "d" nebo "dd".',
  159. 'The pattern for era must be "G", "GG", "GGG", "GGGG" or "GGGGG".' => 'Formát pro období musí být "G", "GG", "GGG", "GGGG" nebo "GGGGG".',
  160. 'The pattern for hour in AM/PM must be "K" or "KK".' => 'Formát pro hodinu v AM/PM musí být "K" nebo "KK".',
  161. 'The pattern for hour in day must be "k" or "kk".' => 'Formát pro hodinu v průběhu dne musí být "k" nebo "kk".',
  162. 'The pattern for minutes must be "m" or "mm".' => 'Formát pro minuty musí být "m" nebo "mm".',
  163. 'The pattern for month must be "M", "MM", "MMM", "MMMM", "L", "LL", "LLL" or "LLLL".' => 'Formát pro měsíc musí být "M", "MM", "MMM", "MMMM", "L", "LL", "LLL" nebo "LLLL".',
  164. 'The pattern for seconds must be "s" or "ss".' => 'Formát pro sekundy musí být "s" nebo "ss".',
  165. 'The pattern for time zone must be "z" or "v".' => 'Formát pro časovou zónu musí být "z" nebo "v".',
  166. 'The pattern for week in month must be "W".' => 'Formát pro týden v měsíci musí být "W".',
  167. 'The pattern for week in year must be "w".' => 'Formát pre týden v roce musí být "w".',
  168. 'The queue is empty.' => 'Zásobník je prázdný.',
  169. '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.' => 'Relace "{relation}" v aktivním záznamu "{class}" není specifikovaná korektně. Propojená tabulka "{joinTable}" uvedená ve foreign key nebyla nalezena v databázi.',
  170. '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.' => 'Relace "{relation}" v aktívním záznamu "{class}" není specifikovaná korektně: Propojená tabulka "{joinTable}" uvedená ve foreign key nebyla nalezena v databázi.',
  171. 'The relation "{relation}" in active record class "{class}" is specified with a foreign key "{key}" that does not point to the parent table "{table}".' => 'Relace "{relation}" v aktívním záznamu "{class}" je specifikovaná prostredníctvím klíče (foreign key), který neukazuje na rodičovskou tabulku "{table}".',
  172. '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.' => 'Relace "{relation}" v aktívním záznamu "{class}" je specifikovaná neúplným klíčem (foreign key). Foreign key se musí skládat ze sloupců (polí) odkazujícich na obě propojené tabulky.',
  173. '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}".' => 'Relace "{relation}" v aktívním záznamu "{class}" je specifikovaná pomocí neplatného klíče (foreign key). Uvedený sloupec v tabulce "{table}" neexistuje.',
  174. '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}".' => 'Relace "{relation}" v aktívním záznamu "{class}" je specifikovaná pomocí neplatného klíče (foreign key). Sloupce v klíči se musí shodovat s primárními klíči v tabullce "{table}".',
  175. '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,...)".' => 'Relace "{relation}" v aktívním záznamu "{class}" je specifikovaná pomocí neplatného klíče (foreign key). Formát klíče musí být "joinTable(fk1,fk2,...)".',
  176. 'The requested view "{name}" was not found.' => 'Požadovaný náhled "{name}" nebyl nelezen.',
  177. 'The stack is empty.' => 'Zásobník je prázdný.',
  178. 'The system is unable to find the requested action "{action}".' => 'Systém nenalezl požadovanou akci "{action}".',
  179. 'The system view path "{path}" is not a valid directory.' => 'Cesta k systémovému náhledu "{path}" není platným adresářem.',
  180. 'The table "{table}" for active record class "{class}" cannot be found in the database.' => 'Tabulka aktívního záznamu pro objekt "{class}" nebyla nalezena v databázi.',
  181. 'The value for the column "{column}" is not supplied when querying the table "{table}".' => 'Při dotazovaní tabulky "{table}" není uvedená hodnota pole "{column}".',
  182. 'The verification code is incorrect.' => 'Kód pro ověření není správný.',
  183. 'The view path "{path}" is not a valid directory.' => 'Cesta k náhledu "{path}" není platným adresářem.',
  184. 'Theme directory "{directory}" does not exist.' => 'Adresář "{directory}" neexistuje.',
  185. 'This content requires the <a href="http://www.adobe.com/go/getflash/">Adobe Flash Player</a>.' => 'Tento obsah vyžaduje <a href="http://www.adobe.com/go/getflash/">Adobe Flash Player</a>.',
  186. 'Unable to add an item whose name is the same as an existing item.' => 'Není možné přidat položku, jejíž jméno již existuje.',
  187. 'Unable to change the item name. The name "{name}" is already used by another item.' => 'Není možné změnit název položky. Název "{name}" už používá jiná položka.',
  188. 'Unable to create application state file "{file}". Make sure the directory containing the file exists and is writable by the Web server process.' => 'Není možné vytvořit soubor se statusem aplikace "{file}". Ujistěte se, že adresář obsahující tento soubor existuje a má práva zápisu pro webový server.',
  189. 'Unable to lock file "{file}" for reading.' => 'Nepodařilo se uzakmnout soubor "{file}" pro čtení.',
  190. 'Unable to lock file "{file}" for writing.' => 'Nepodařilo se uzakmnout soubor "{file}" pro zápis.',
  191. 'Unable to read file "{file}".' => 'Nepodařilo se načíst soubor "{file}".',
  192. 'Unable to replay the action "{object}.{method}". The method does not exist.' => 'Nepodařilo se zopakovat akci "{object}.{method}". Metoda neexistuje.',
  193. 'Unable to resolve the request "{route}".' => 'Nepodařilo se spracovat požadavek "{route}".',
  194. 'Unable to write file "{file}".' => 'Nepodařilo se zapsat do souboru "{file}".',
  195. 'Unknown authorization item "{name}".' => 'Neznámá autorizační položka "{name}".',
  196. 'Unknown type "{type}".' => 'Neznámý typ "{type}".',
  197. 'Unrecognized locale "{locale}".' => 'Neznámá jazyková mutace "{locale}".',
  198. 'View file "{file}" does not exist.' => 'Soubor pro šablonu "{file}" nebyl nalezen.',
  199. 'Yii application can only be created once.' => 'Yii aplikáce může být vytvořená pouze jednou.',
  200. 'You are not authorized to perform this action.' => 'Nemáte oprávnění na požadovanou akci.',
  201. 'Your request is not valid.' => 'Váš požadavek je neplatný.',
  202. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" je již použitý.',
  203. '{attribute} "{value}" is invalid.' => '{attribute} "{value}" je neplatný.',
  204. '{attribute} cannot accept more than {limit} files.' => '{attribute} nemůže akceptovat více než {limit} souborů.',
  205. '{attribute} cannot be blank.' => '{attribute} nesmí být prázdný.',
  206. '{attribute} is invalid.' => '{attribute} je neplatný.',
  207. '{attribute} is not a valid URL.' => '{attribute} není správný URL odkaz.',
  208. '{attribute} is not a valid email address.' => '{attribute} není platná emailová adresa.',
  209. '{attribute} is not in the list.' => '{attribute} není v seznamu.',
  210. '{attribute} is of the wrong length (should be {length} characters).' => '{attribute} nemá správnou délku (měl by mít {length} znaků)',
  211. '{attribute} is too big (maximum is {max}).' => '{attribute} je příliš velký (maximum je {max}).',
  212. '{attribute} is too long (maximum is {max} characters).' => '{attribute} je příliš dlouhý (maximum je {max} znaků).',
  213. '{attribute} is too short (minimum is {min} characters).' => '{attribute} je příliš krátký (minimum je {min} znaků).',
  214. '{attribute} is too small (minimum is {min}).' => '{attribute} je příliš malý (minimum je {min}).',
  215. '{attribute} must be a number.' => '{attribute} musí být číslo.',
  216. '{attribute} must be an integer.' => '{attribute} musí být typu integer.',
  217. '{attribute} must be either {true} or {false}.' => '{attribute} musí být {true} nebo {false}.',
  218. '{attribute} must be greater than "{compareValue}".' => '{attribute} musí být větší než "{compareValue}".',
  219. '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} musí být větší nebo rovný "{compareValue}".',
  220. '{attribute} must be less than "{compareValue}".' => '{attribute} musí být menší než "{compareValue}".',
  221. '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} musí být menší nebo rovný "{compareValue}".',
  222. '{attribute} must be repeated exactly.' => '{attribute} musí být přesně zopakovaný.',
  223. '{attribute} must be {type}.' => '{attribute} musí být typu {type}.',
  224. '{attribute} must be {value}.' => '{attribute} musí mít hodnotu {value}.',
  225. '{attribute} must not be equal to "{compareValue}".' => '{attribute} musí být rovný "{compareValue}".',
  226. '{className} does not support add() functionality.' => '{className} nepodporuje funkcionalitu add().',
  227. '{className} does not support delete() functionality.' => '{className} nepodporuje funkcionalitu delete().',
  228. '{className} does not support get() functionality.' => '{className} nepodporuje funkcionalitu get().',
  229. '{className} does not support set() functionality.' => '{className} nepodporuje funkcionalitu set().',
  230. '{class} does not have a method named "{name}".' => '{class} nemá implementovanou metodu "{name}".',
  231. '{class} does not have relation "{name}".' => '{class} nezná relaci "{name}".',
  232. '{class} does not support fetching all table names.' => '{class} nepodporuje načtení názvů všech tabulek.',
  233. '{class} has an invalid validation rule. The rule must specify attributes to be validated and the validator name.' => '{class} nemá správně definované validační pravidlo. Pravidlo musí špecifikovať atribút, ktorý sa má validovať ako aj meno validátora.',
  234. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} musí definovať hodnotu pro vlastnosti "model" a "attribute" nebo "name".',
  235. '{class}.allowAutoLogin must be set true in order to use cookie-based authentication.' => '{class}.allowAutoLogin musí být nastavená na "true" pro zapnutí podpory autentifikace přes cookies.',
  236. '{class}::authenticate() must be implemented.' => 'Je nutné implementovat metodu {class}::authenticate().',
  237. '{controller} cannot find the requested view "{view}".' => '{controller} nenalezl požadovanou šablonu "{view}".',
  238. '{controller} contains improperly nested widget tags in its view "{view}". A {widget} widget does not have an endWidget() call.' => '{controller} obsahuje nesprávně umístněné Widget tagy v šabloně "{view}". Blok pro {widget} nemá korektně ukončený blok zavolaním metody endWidget().',
  239. '{controller} has an extra endWidget({id}) call in its view.' => '{controller} má navíc volanou metodu endWidget({id}) v šabloně.',
  240. '{widget} cannot find the view "{view}".' => '{widget} nenalezl šablonu "{view}".',
  241. );