Skip to content

Commit 4b5906f

Browse files
nijelweblate
authored andcommitted
Translated using Weblate (Czech)
Currently translated at 94.9% (2831 of 2982 strings) [CI skip]
1 parent 6ab4424 commit 4b5906f

1 file changed

Lines changed: 22 additions & 33 deletions

File tree

po/cs.po

Lines changed: 22 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ msgstr ""
66
"Project-Id-Version: phpMyAdmin 4.3.5-dev\n"
77
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
88
"POT-Creation-Date: 2015-01-01 08:24-0500\n"
9-
"PO-Revision-Date: 2014-12-01 12:37+0200\n"
9+
"PO-Revision-Date: 2015-01-15 09:05+0200\n"
1010
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
11-
"Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/4-3/cs/"
12-
">\n"
11+
"Language-Team: Czech <https://hosted.weblate.org/projects/phpmyadmin/4-3/cs/>"
12+
"\n"
1313
"Language: cs\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18-
"X-Generator: Weblate 2.1-dev\n"
18+
"X-Generator: Weblate 2.2-dev\n"
1919

2020
#: changelog.php:36 license.php:28
2121
#, php-format
@@ -2278,16 +2278,14 @@ msgstr "Zobrazit skryté položky navigačního panelu."
22782278

22792279
#: js/messages.php:472 libraries/config/messages.inc.php:420
22802280
#: libraries/navigation/NavigationTree.class.php:1235
2281-
#, fuzzy
22822281
#| msgid "Customize main panel"
22832282
msgid "Link with main panel"
2284-
msgstr "Přizpůsobení hlavního panelu"
2283+
msgstr "Spojit s hlavním panelem"
22852284

22862285
#: js/messages.php:473 libraries/navigation/NavigationTree.class.php:1238
2287-
#, fuzzy
22882286
#| msgid "Customize main panel"
22892287
msgid "Unlink from main panel"
2290-
msgstr "Přizpůsobení hlavního panelu"
2288+
msgstr "Odpojit od hlavního panelu"
22912289

22922290
#: js/messages.php:476
22932291
msgid "The requested page was not found in the history, it may have expired."
@@ -8837,10 +8835,9 @@ msgid "Filter by name or regex"
88378835
msgstr "Filtrovat položky podle jména nebo regexu"
88388836

88398837
#: libraries/navigation/NavigationTree.class.php:1229
8840-
#, fuzzy
88418838
#| msgid "Expand/Collapse"
88428839
msgid "Collapse all"
8843-
msgstr "Rozbalit/sbalit"
8840+
msgstr "Sbalit vše"
88448841

88458842
#. l10n: The word "Node" must not be translated here
88468843
#: libraries/navigation/NodeFactory.class.php:41
@@ -9151,10 +9148,9 @@ msgstr ""
91519148

91529149
#: libraries/normalization.lib.php:457 libraries/normalization.lib.php:600
91539150
#: libraries/normalization.lib.php:663
9154-
#, fuzzy
91559151
#| msgid "Error in processing request:"
91569152
msgid "Error in processing!"
9157-
msgstr "Chyba při zpracování požadavku:"
9153+
msgstr "Chyba při zpracování!"
91589154

91599155
#: libraries/normalization.lib.php:501
91609156
#, php-format
@@ -9841,7 +9837,6 @@ msgstr ""
98419837
"code>"
98429838

98439839
#: libraries/plugins/export/ExportSql.class.php:403
9844-
#, fuzzy
98459840
#| msgid ""
98469841
#| "both of the above<br /> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
98479842
#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
@@ -9850,7 +9845,7 @@ msgid ""
98509845
"tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
98519846
msgstr ""
98529847
"obě výše uvedené možnosti<br /> &nbsp; &nbsp; &nbsp; Příklad: <code>INSERT "
9853-
"INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
9848+
"INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
98549849

98559850
#: libraries/plugins/export/ExportSql.class.php:408
98569851
msgid ""
@@ -10201,7 +10196,6 @@ msgstr ""
1020110196
"musí být prázdný."
1020210197

1020310198
#: libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php:31
10204-
#, fuzzy
1020510199
#| msgid ""
1020610200
#| "LINUX ONLY: Launches an external application and feeds it the column data "
1020710201
#| "via standard input. Returns the standard output of the application. The "
@@ -10228,13 +10222,13 @@ msgstr ""
1022810222
"JEN PRO LINUX: Spustí externí program, na jeho standardní vstup pošle obsah "
1022910223
"pole a zobrazí výstup programu. Výchozí je program Tidy, který pěkně "
1023010224
"zformátuje HTML. Z bezpečnostních důvodů musíte jména povolených programů "
10231-
"zapsat do souboru libraries/plugins/transformations/Text_Plain_External."
10232-
"class.php. První parametr je číslo programu, který má být spuštěn a druhý "
10233-
"parametr udává parametry tohoto programu. Třetí parametr určuje, zda mají "
10234-
"být ve výstupu nahrazeny HTML entity (např. pro zobrazení zdrojového kódu "
10235-
"HTML) (výchozí je 1, tedy převádět na entity), čtvrtý (při nastavení na 1) "
10236-
"zajistí přidání parametru NOWRAP k vypisovanému textu, čímž se zachová "
10237-
"formátování (výchozí je 1)."
10225+
"zapsat do souboru libraries/plugins/transformations/output/"
10226+
"Text_Plain_External.class.php. První parametr je číslo programu, který má "
10227+
"být spuštěn a druhý parametr udává parametry tohoto programu. Třetí parametr "
10228+
"určuje, zda mají být ve výstupu nahrazeny HTML entity (např. pro zobrazení "
10229+
"zdrojového kódu HTML) (výchozí je 1, tedy převádět na entity), čtvrtý (při "
10230+
"nastavení na 1) zajistí přidání parametru NOWRAP k vypisovanému textu, čímž "
10231+
"se zachová formátování (výchozí je 1)."
1023810232

1023910233
#: libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php:31
1024010234
msgid ""
@@ -10389,10 +10383,9 @@ msgid "Error: FOREIGN KEY relation could not be removed!"
1038910383
msgstr "Chyba: Relace nemohla být přidána!"
1039010384

1039110385
#: libraries/pmd_common.php:651
10392-
#, fuzzy
1039310386
#| msgid "Error: Relation could not be added!"
1039410387
msgid "Error: Internal relation could not be removed!"
10395-
msgstr "Chyba: Relace nemohla být přidána!"
10388+
msgstr "Chyba: Itenrní relace nemohla být odstraněna!"
1039610389

1039710390
#: libraries/pmd_common.php:655
1039810391
#, fuzzy
@@ -13728,10 +13721,9 @@ msgid "Foreign key constraints"
1372813721
msgstr "Omezení cizího klíče"
1372913722

1373013723
#: libraries/tbl_relation.lib.php:374
13731-
#, fuzzy
1373213724
#| msgid "Action"
1373313725
msgid "Actions"
13734-
msgstr "Operace"
13726+
msgstr "Akce"
1373513727

1373613728
#: libraries/tbl_relation.lib.php:375
1373713729
#, fuzzy
@@ -13749,10 +13741,9 @@ msgid "Foreign key constraint"
1374913741
msgstr "Omezení cizího klíče"
1375013742

1375113743
#: libraries/tbl_relation.lib.php:406
13752-
#, fuzzy
1375313744
#| msgid "Add constraints"
1375413745
msgid "+ Add constraint"
13755-
msgstr "Přidat integritní omezení"
13746+
msgstr "+ Přidat omezení"
1375613747

1375713748
#: libraries/tbl_relation.lib.php:443
1375813749
#, fuzzy, php-format
@@ -13765,10 +13756,9 @@ msgid "Constraint name"
1376513756
msgstr "Jméno omezení"
1376613757

1376713758
#: libraries/tbl_relation.lib.php:530
13768-
#, fuzzy
1376913759
#| msgid "Add column"
1377013760
msgid "+ Add column"
13771-
msgstr "Přidat sloupec"
13761+
msgstr "+ Přidat sloupec"
1377213762

1377313763
#: libraries/tbl_relation.lib.php:674
1377413764
msgid "Choose column to display:"
@@ -13781,10 +13771,9 @@ msgid "Display column was successfully updated."
1378113771
msgstr "Vlákno %s bylo úspěšně zabito."
1378213772

1378313773
#: libraries/tbl_relation.lib.php:900
13784-
#, fuzzy
1378513774
#| msgid "Internal relation has been added."
1378613775
msgid "Internal relations were successfully updated."
13787-
msgstr "Interní relace byla vytvořena."
13776+
msgstr "Interní relace byla úspěšně změněna."
1378813777

1378913778
#: libraries/tbl_relation.lib.php:1165
1379013779
#, php-format
@@ -14282,7 +14271,7 @@ msgstr "Chybné jméno tabulky"
1428214271
#: tbl_replace.php:236
1428314272
#, php-format
1428414273
msgid "Row: %1$s, Column: %2$s, Error: %3$s"
14285-
msgstr ""
14274+
msgstr "Řádek: %1$s, Sloupec: %2$s, Chyba: %3$s"
1428614275

1428714276
#: tbl_structure.php:93
1428814277
msgid "No column selected."

0 commit comments

Comments
 (0)