|
17 | 17 | * NOTE, this file must be saved in UTF-8 encoding. |
18 | 18 | */ |
19 | 19 | return array ( |
20 | | - 'CHttpSession.gcProbability "{value}" is invalid. It must be a float between 0 and 100.' => 'Neplatná hodnota CHttpSession.gcProbability "{value}". Zadajte prosím float medzi 0 az 100.', |
21 | | - 'GD with FreeType or ImageMagick PHP extensions are required.' => 'Požadované je PHP rozšírenie GD s FreeType alebo ImageMagick.', |
| 20 | + 'Adding a primary key after table has been created is not supported by SQLite.' => 'Pridanie primárneho kľúča po vytvorení tabuľky nie je podporované databázou SQLite.', |
| 21 | + 'Removing a primary key after table has been created is not supported by SQLite.' => 'Odstránenie primárneho kľúča po vytvorení tabuľky nie je podporované databázou SQLite.', |
22 | 22 | '"{path}" is not a valid directory.' => '"{path}" nie je platný adresár.', |
23 | 23 | '< Previous' => '< Predchádzajúca', |
24 | 24 | '<< First' => '<< Prvá', |
|
69 | 69 | 'CHttpRequest is unable to determine the path info of the request.' => 'CHttpRequest nedokázal identifikovať informácie o ceste k súboru požiadavky.', |
70 | 70 | 'CHttpRequest is unable to determine the request URI.' => 'CHttpRequest nedokázal identifikovať požadovanú URI.', |
71 | 71 | 'CHttpSession.cookieMode can only be "none", "allow" or "only".' => 'CHttpSession.cookieMode môže nadobudnúť len hodnoty "none", "allow" alebo "only".', |
| 72 | + 'CHttpSession.gcProbability "{value}" is invalid. It must be a float between 0 and 100.' => 'Neplatná hodnota CHttpSession.gcProbability "{value}". Zadajte prosím float medzi 0 az 100.', |
72 | 73 | 'CHttpSession.savePath "{path}" is not a valid directory.' => 'CHttpSession.savePath "{path}" nie je platný adresár.', |
73 | 74 | 'CMemCache requires PHP {extension} extension to be loaded.' => 'CMemCache vyžaduje nahraté rozšírenie PHP {extension}.', |
74 | 75 | 'CMemCache server configuration must be an array.' => 'Konfigurácia CMemCache musí byť pole.', |
|
105 | 106 | 'Failed to write the uploaded file "{file}" to disk.' => 'Nepodarilo sa zapísať nahratý súbor "{file}" na disk.', |
106 | 107 | 'File upload was stopped by extension.' => 'Nahrávanie súboru bolo prerušené rozšírením.', |
107 | 108 | 'Filter "{filter}" is invalid. Controller "{class}" does not have the filter method "filter{filter}".' => 'Filter "{filter}" je neplatný. Controller "{class}" nemá implementovanú metódu pre filter "filter{filter}".', |
| 109 | + 'GD with FreeType or ImageMagick PHP extensions are required.' => 'Požadované je PHP rozšírenie GD s FreeType alebo ImageMagick.', |
108 | 110 | 'Get a new code' => 'Nový kód', |
109 | 111 | 'Go to page: ' => 'Prejsť na stránku: ', |
110 | 112 | 'In order to use MIME-type validation provided by CFileValidator fileinfo PECL extension should be installed.' => 'Pre využitie kontroly MIME-typ súboru v rámci validátora CFileValidator je potrebné mať inštalované PECL rozšírenie fileinfo.', |
|
254 | 256 | '{controller} contains improperly nested widget tags in its view "{view}". A {widget} widget does not have an endWidget() call.' => '{controller} obsahuje nesprávne umiestnené Widget tagy v šablóne "{view}". Blok pre {widget} nemá korektne ukončený blok zavolaním metódy endWidget().', |
255 | 257 | '{controller} has an extra endWidget({id}) call in its view.' => '{controller} má naviac volanú metódu endWidget ({id}) v šablóne.', |
256 | 258 | '{n} B' => '{n} B', |
257 | | - '{n} byte|{n} bytes' => '{n} bajtov', |
258 | 259 | '{n} GB' => '{n} GB', |
259 | | - '{n} gigabyte|{n} gigabytes' => '{n} gigabajtov', |
260 | 260 | '{n} KB' => '{n} KB', |
261 | | - '{n} kilobyte|{n} kilobytes' => '{n} kilobajtov', |
262 | 261 | '{n} MB' => '{n} MB', |
263 | | - '{n} megabyte|{n} megabytes' => '{n} megabajtov', |
264 | 262 | '{n} TB' => '{n} TB', |
265 | | - '{n} terabyte|{n} terabytes' => '{n} terabajtov', |
| 263 | + '{n} byte|{n} bytes' => '{n} bajt|{n} bajtov', |
| 264 | + '{n} gigabyte|{n} gigabytes' => '{n} gigabajt|{n} gigabajtov', |
| 265 | + '{n} kilobyte|{n} kilobytes' => '{n} kilobajt|{n} kilobajtov', |
| 266 | + '{n} megabyte|{n} megabytes' => '{n} megabajt|{n} megabajtov', |
| 267 | + '{n} terabyte|{n} terabytes' => '{n} terabajt|{n} terabajtov', |
266 | 268 | '{widget} cannot find the view "{view}".' => '{widget} nenašiel šablónu "{view}".', |
267 | 269 | ); |
0 commit comments