The branch, master has been updated via 7067db1516b1abcfbfb8671794c7076b428de64b (commit) from d51a545b51a0b649b4a5182652de70c8ce611707 (commit)
- Log ----------------------------------------------------------------- commit 7067db1516b1abcfbfb8671794c7076b428de64b Author: Michal Čihař michal@cihar.com Date: Fri Dec 31 16:05:48 2010 +0100
Update Czech translation.
-----------------------------------------------------------------------
Summary of changes: output/cs/Documentation.html | 6 ++-- po/cs.po | 44 ++++++++++++++++++++++++++++++++++++----- 2 files changed, 41 insertions(+), 9 deletions(-)
diff --git a/output/cs/Documentation.html b/output/cs/Documentation.html index 5ba61ba..bdad9fe 100644 --- a/output/cs/Documentation.html +++ b/output/cs/Documentation.html @@ -1708,7 +1708,7 @@ generated.<br /> more information about MySQL manuals and their types.</dd>
<dt id="cfg_MySQLManualType">$cfg['MySQLManualType'] text</dt> - <dd>Type of MySQL documentation: + <dd>Druh dokumentace MySQL: <ul><li>viewable - "viewable online", current one used on MySQL website</li> <li>searchable - "Searchable, with user comments"</li> <li>chapters - "HTML, one page per chapter"</li> @@ -1748,7 +1748,7 @@ conversion. Possible values are: <li>recode - use recode_string function</li> <li>none - disable encoding conversion</li> </ul> - Default is auto.</dd> + Výchozí je auto.</dd> <dd> Enabled charset conversion activates a pull-down menu in the Export and Import pages, to choose the character set when exporting a file. The default @@ -1795,7 +1795,7 @@ possibilities</li> <li>yes - GD 2 functions can be used</li> <li>no - GD 2 function cannot be used</li> </ul> - Default is auto. + Výchozí je auto. </dd>
<dt id="cfg_CheckConfigurationPermissions">$cfg['CheckConfigurationPermissions'] boolean</dt> diff --git a/po/cs.po b/po/cs.po index 5e558d2..6a69a68 100644 --- a/po/cs.po +++ b/po/cs.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: po 4a\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2010-12-31 15:53+0100\n" -"PO-Revision-Date: 2010-12-31 15:41+0100\n" +"PO-Revision-Date: 2010-12-31 16:05+0100\n" "Last-Translator: Michal michal@cihar.com\n" "Language-Team: Czech cs@li.org\n" "Language: cs\n" @@ -3430,7 +3430,7 @@ msgstr "" #: orig-docs/Documentation.html:1537 #, no-wrap msgid "disable_functions = phpinfo()" -msgstr "" +msgstr "disable_functions = phpinfo()"
#. type: Content of: <html><body><div><dl><dd> #: orig-docs/Documentation.html:1539 @@ -3800,7 +3800,7 @@ msgstr "$cfg['MySQLManualType'] text" #. type: Content of: <html><body><div><dl><dd> #: orig-docs/Documentation.html:1677 msgid "Type of MySQL documentation:" -msgstr "" +msgstr "Druh dokumentace MySQL:"
#. type: Content of: <html><body><div><dl><dd><ul><li> #: orig-docs/Documentation.html:1678 @@ -3923,7 +3923,7 @@ msgstr "Převod znakové sady" #. type: Content of: <html><body><div><dl><dd> #: orig-docs/Documentation.html:1719 orig-docs/Documentation.html:1765 msgid "Default is auto." -msgstr "" +msgstr "Výchozí je auto."
#. type: Content of: <html><body><div><dl><dd> #: orig-docs/Documentation.html:1721 @@ -8484,6 +8484,33 @@ msgid "" "INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');\n" "INSERT INTO REL_towns VALUES ('M', 'Montréal');\n" msgstr "" +"CREATE TABLE REL_countries (\n" +" country_code char(1) NOT NULL default '',\n" +" description varchar(10) NOT NULL default '',\n" +" PRIMARY KEY (country_code)\n" +") TYPE=MyISAM;\n" +"\n" +"INSERT INTO REL_countries VALUES ('C', 'Canada');\n" +"\n" +"CREATE TABLE REL_persons (\n" +" id tinyint(4) NOT NULL auto_increment,\n" +" person_name varchar(32) NOT NULL default '',\n" +" town_code varchar(5) default '0',\n" +" country_code char(1) NOT NULL default '',\n" +" PRIMARY KEY (id)\n" +") TYPE=MyISAM;\n" +"\n" +"INSERT INTO REL_persons VALUES (11, 'Marc', 'S', '');\n" +"INSERT INTO REL_persons VALUES (15, 'Paul', 'S', 'C');\n" +"\n" +"CREATE TABLE REL_towns (\n" +" town_code varchar(5) NOT NULL default '0',\n" +" description varchar(30) NOT NULL default '',\n" +" PRIMARY KEY (town_code)\n" +") TYPE=MyISAM;\n" +"\n" +"INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');\n" +"INSERT INTO REL_towns VALUES ('M', 'Montréal');\n"
#. type: Content of: <html><body><div><p> #: orig-docs/Documentation.html:3880 @@ -9168,6 +9195,9 @@ msgid "" "mkdir tmp\n" "chmod o+rwx tmp\n" msgstr "" +"cd phpMyAdmin\n" +"mkdir tmp\n" +"chmod o+rwx tmp\n"
#. type: Content of: <html><body><div><h4> #: orig-docs/Documentation.html:4220 @@ -9544,6 +9574,8 @@ msgid "" "<tt>git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/" "phpmyadmin</tt>" msgstr "" +"<tt>git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/" +"phpmyadmin</tt>"
#. type: Content of: <html><body><div><ol><li> #: orig-docs/Documentation.html:4383 @@ -9619,7 +9651,7 @@ msgstr "" #. type: Content of: <html><body><div><dl><dt> #: orig-docs/Documentation.html:4416 msgid "<code>userID</code>" -msgstr "" +msgstr "<code>userID</code>"
#. type: Content of: <html><body><div><dl><dd> #: orig-docs/Documentation.html:4417 @@ -9629,7 +9661,7 @@ msgstr "" #. type: Content of: <html><body><div><dl><dt> #: orig-docs/Documentation.html:4419 msgid "<code>userStatus</code>" -msgstr "" +msgstr "<code>userStatus</code>"
#. type: Content of: <html><body><div><dl><dd> #: orig-docs/Documentation.html:4420
hooks/post-receive