Git
Threads by month
- ----- 2025 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
June 2010
- 3 participants
- 104 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4776-g58ee5d4
by Michal Čihař 08 Jun '10
by Michal Čihař 08 Jun '10
08 Jun '10
The branch, master has been updated
via 58ee5d4bd205a7ee52b5bbba6eeacd449e2be157 (commit)
from 017c8c42215223c51c3e1426f27e4c3e9f168668 (commit)
- Log -----------------------------------------------------------------
commit 58ee5d4bd205a7ee52b5bbba6eeacd449e2be157
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Jun 8 10:40:43 2010 +0200
Make it possible to translate this.
-----------------------------------------------------------------------
Summary of changes:
server_databases.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server_databases.php b/server_databases.php
index de962b8..9a05c70 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -264,13 +264,13 @@ if ($databases_count > 0) {
echo '<td class="tool" style="text-align: center;">' . "\n";
if (strlen(array_search($current["SCHEMA_NAME"], ${"server_{$type}_Ignore_DB"}))>0) {
- echo '<img class="icon" src="' . $pmaThemeImage . 's_cancel.png" width="16" height="16" alt="NOT REPLICATED" />' . "\n";
+ echo '<img class="icon" src="' . $pmaThemeImage . 's_cancel.png" width="16" height="16" alt="' . __('Not replicated') . '" />' . "\n";
} else {
$key = array_search($current["SCHEMA_NAME"], ${"server_{$type}_Do_DB"});
if (strlen($key) > 0 || (${"server_{$type}_Do_DB"}[0] == "" && count(${"server_{$type}_Do_DB"}) == 1)) {
// if ($key != null) did not work for index "0"
- echo '<img class="icon" src="' . $pmaThemeImage . 's_success.png" width="16" height="16" alt="REPLICATED" />' . "\n";
+ echo '<img class="icon" src="' . $pmaThemeImage . 's_success.png" width="16" height="16" alt="' . __('Replicated') . '" />' . "\n";
} else {
echo '';
}
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4775-g017c8c4
by Michal Čihař 08 Jun '10
by Michal Čihař 08 Jun '10
08 Jun '10
The branch, master has been updated
via 017c8c42215223c51c3e1426f27e4c3e9f168668 (commit)
from 2e955af34451852700ac502f917e74fb852f326d (commit)
- Log -----------------------------------------------------------------
commit 017c8c42215223c51c3e1426f27e4c3e9f168668
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Jun 8 10:38:26 2010 +0200
Name is already a message.
-----------------------------------------------------------------------
Summary of changes:
server_databases.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server_databases.php b/server_databases.php
index bfb2946..de962b8 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -196,7 +196,7 @@ if ($databases_count > 0) {
elseif($type == "slave")
$name = __('Slave replication');
if (${"server_{$type}_status"})
- echo ' <th>'.$GLOBALS[$name].'</th>' . "\n";
+ echo ' <th>'. $name .'</th>' . "\n";
}
if ($is_superuser) {
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 4a6232a1531e8c09df5cbe6cb605048aec7d4865
by Michal Čihař 08 Jun '10
by Michal Čihař 08 Jun '10
08 Jun '10
The branch, master has been updated
via 4a6232a1531e8c09df5cbe6cb605048aec7d4865 (commit)
from 805d5733b7f62deb5c7c69c479297720a7922e73 (commit)
- Log -----------------------------------------------------------------
commit 4a6232a1531e8c09df5cbe6cb605048aec7d4865
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Jun 8 09:26:49 2010 +0200
Refresh translations.
-----------------------------------------------------------------------
Summary of changes:
output/fr/Documentation.html | 47 +++++++++++++++++++++++++-----------------
pot/ca-full.pot | 2 +-
pot/ca-html.pot | 2 +-
pot/ca-txt.pot | 2 +-
pot/cs-full.pot | 13 +----------
pot/cs-html.pot | 2 +-
pot/cs-txt.pot | 2 +-
pot/de-full.pot | 13 +----------
pot/de-html.pot | 2 +-
pot/de-txt.pot | 2 +-
pot/en_GB-full.pot | 4 +-
pot/en_GB-html.pot | 2 +-
pot/en_GB-txt.pot | 2 +-
pot/es-full.pot | 2 +-
pot/es-html.pot | 2 +-
pot/es-txt.pot | 2 +-
pot/fi-full.pot | 2 +-
pot/fi-html.pot | 2 +-
pot/fi-txt.pot | 2 +-
pot/fr-full.pot | 13 +----------
pot/fr-html.pot | 2 +-
pot/fr-txt.pot | 2 +-
pot/gl-full.pot | 2 +-
pot/gl-html.pot | 2 +-
pot/gl-txt.pot | 2 +-
pot/hu-full.pot | 2 +-
pot/hu-html.pot | 2 +-
pot/hu-txt.pot | 2 +-
pot/hy-full.pot | 13 +----------
pot/hy-html.pot | 2 +-
pot/hy-txt.pot | 2 +-
pot/it-full.pot | 13 +----------
pot/it-html.pot | 2 +-
pot/it-txt.pot | 2 +-
pot/ja-full.pot | 2 +-
pot/ja-html.pot | 2 +-
pot/ja-txt.pot | 2 +-
pot/ka-full.pot | 2 +-
pot/ka-html.pot | 2 +-
pot/ka-txt.pot | 2 +-
pot/lt-full.pot | 2 +-
pot/lt-html.pot | 2 +-
pot/lt-txt.pot | 2 +-
pot/mn-full.pot | 2 +-
pot/mn-html.pot | 2 +-
pot/mn-txt.pot | 2 +-
pot/nb-full.pot | 2 +-
pot/nb-html.pot | 2 +-
pot/nb-txt.pot | 2 +-
pot/nl-full.pot | 2 +-
pot/nl-html.pot | 2 +-
pot/nl-txt.pot | 2 +-
pot/pl-full.pot | 13 +----------
pot/pl-html.pot | 2 +-
pot/pl-txt.pot | 2 +-
pot/pt_BR-full.pot | 13 +----------
pot/pt_BR-html.pot | 2 +-
pot/pt_BR-txt.pot | 2 +-
pot/ro-full.pot | 2 +-
pot/ro-html.pot | 2 +-
pot/ro-txt.pot | 2 +-
pot/sk-full.pot | 2 +-
pot/sk-html.pot | 2 +-
pot/sk-txt.pot | 2 +-
pot/sv-full.pot | 2 +-
pot/sv-html.pot | 2 +-
pot/sv-txt.pot | 2 +-
pot/tr-full.pot | 2 +-
pot/tr-html.pot | 2 +-
pot/tr-txt.pot | 2 +-
pot/zh_CN-full.pot | 13 +----------
pot/zh_CN-html.pot | 2 +-
pot/zh_CN-txt.pot | 2 +-
pot/zh_TW-full.pot | 13 +----------
pot/zh_TW-html.pot | 2 +-
pot/zh_TW-txt.pot | 2 +-
76 files changed, 104 insertions(+), 194 deletions(-)
diff --git a/output/fr/Documentation.html b/output/fr/Documentation.html
index 399b9d0..6ad3654 100644
--- a/output/fr/Documentation.html
+++ b/output/fr/Documentation.html
@@ -123,8 +123,10 @@ la section appropriée dans le manuel de MySQL.
<h3>Actuellement phpMyAdmin sait :</h3>
-<ul><li>browse and drop databases, tables, views, columns and indexes</li>
- <li>create, copy, drop, rename and alter databases, tables, columns and indexes</li>
+<ul><li>parcourir et supprimer bases de données, tables, vues, champs et
+index</li>
+ <li>créer, copier, supprimer, renommer et modifier bases de
+données, tables, , vues, champs et index</li>
<li>maintenir serveur, bases de données et tables en proposant une
configuration serveur;</li>
<li>supprimer, modifier et ajouter des champs;</li>
@@ -172,7 +174,8 @@ qu'image ou les liens de téléchargement;
3.6</a>);</li>
<li>gérer mysqli, l'extension améliorée de MySQL (voir <a
href="#faq1_17"><abbr title="Foire Aux Questions">FAQ</abbr> 1.17</a>);</li>
- <li>communicate in <a href="./translators.html">58 different languages</a>
+ <li>communiquer dans <a href="./translators.fr.html">58 langues
+différentes.</a>
</li>
<li>synchroniser deux bases de données résidant sur le même serveur ou sur des
serveurs distants<a href="#faq9_1">(voir <abbr title="Foire Aux
@@ -389,13 +392,16 @@ de votre serveur Web. Vous pouvez trouver un exemple de fichier
<h3 id="linked-tables">Infrastructure des tables liées</h3>
-<p> For a whole set of new features (bookmarks, comments, <abbr
-title="structured query language">SQL</abbr>-history, tracking mechanism,
-<abbr title="Portable Document Format">PDF</abbr>-generation, column
-contents transformation, etc.) you need to create a set of special
-tables. Those tables can be located in your own database, or in a central
-database for a multi-user installation (this database would then be accessed
-by the controluser, so no other user should have rights to it).</p>
+<p> Si vous voulez bénéficier de toute une série de
+nouveautés (signets, commentaires, historique <abbr title="structured
+query language">SQL</abbr>, mécanisme de suivi, génération de
+<abbr title="Portable Document Format">PDF</abbr>, transformation des
+contenus de champ, etc.), vous devrez créer un ensemble de tables
+spéciales. Ces tables peuvent se trouver dans votre propre base de
+données, ou dans une base de données centrale pour une
+installation multi-utilisateurs (cette base de données serait alors
+accée par le controluser, aussi, aucun autre utilisateur ne devrait
+avoir de droits sur celle-ci).</p>
<p> Veuillez regarder dans votre répertoire <tt>./scripts/</tt>,
où vous devriez trouver un fichier du nom de
@@ -916,7 +922,7 @@ renseignements.
<dt id="servers_auth_http_realm">
<span
id="cfg_Servers_auth_http_realm">$cfg['Servers'][$i]['auth_http_realm']</span>
-string<br />
+chaîne<br />
</dt>
<dd>
En utilisant l'authentification auth_type = '<abbr title="HyperText Transfer
@@ -1075,18 +1081,21 @@ requêtes que vous utilisez souvent.<br /><br />
<span id="cfg_Servers_relation">$cfg['Servers'][$i]['relation']</span>
chaîne
</dt>
- <dd>Since release 2.2.4 you can describe, in a special 'relation' table, which
-column is a key in another table (a foreign key). phpMyAdmin currently uses
-this to
+ <dd>Depuis la version 2.2.4, vous pouvez décrire, dans une table
+spéciale « relation », quel colonne est une
+clé pour une autre table (une clé étrangère).
+phpMyAdmin utilise actuellement cela pour :
<ul><li>rendre cliquable, quand vous affichez la table maître, les valeurs des
données qui pointent vers une table étrangère;</li>
- <li>display in an optional tool-tip the "display column" when browsing
-the master table, if you move the mouse to a column containing a foreign key
-(use also the 'table_info' table);<br />
+ <li>afficher dans une info-bulle optionnelle « Afficher la colonne »
+lors du parcours de la table maître, si vous déplacez la souris sur une
+colonne contenant une clé étrangère (utilise aussi la table
+'table_info') ;<br />
(voir la section <a href="#faqdisplay"><abbr title="Foire Aux
Questions">FAQ</abbr> 6.7</a>)</li>
- <li>in edit/insert mode, display a drop-down list of possible foreign keys (key
-value and "display column" are shown)<br />
+ <li>en mode modification/insertion, afficher une liste déroulante des
+clés étrangères disponibles (la valeur de la clé
+et le champ d'affichage sont indiqués)<br />
(voir la section <a href="#faq6_21"><abbr title="Foire Aux
Questions">FAQ</abbr> 6.21</a>)</li>
<li>afficher les liens dans la page de propriétés de la table,
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index bc2142b..4dd291c 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ca-html.pot b/pot/ca-html.pot
index 2782858..738aa03 100644
--- a/pot/ca-html.pot
+++ b/pot/ca-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ca-txt.pot b/pot/ca-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/ca-txt.pot
+++ b/pot/ca-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/cs-full.pot b/pot/cs-full.pot
index 531bb8d..b1e59ed 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# cs-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:17+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# cs-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/cs-html.pot b/pot/cs-html.pot
index b2cf38b..23cc764 100644
--- a/pot/cs-html.pot
+++ b/pot/cs-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:17+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/cs-txt.pot b/pot/cs-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/cs-txt.pot
+++ b/pot/cs-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/de-full.pot b/pot/de-full.pot
index 6d43eaa..9bc08e7 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# de-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# de-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/de-html.pot b/pot/de-html.pot
index 0c553de..6ce2361 100644
--- a/pot/de-html.pot
+++ b/pot/de-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/de-txt.pot b/pot/de-txt.pot
index dba3a45..67ed7fa 100644
--- a/pot/de-txt.pot
+++ b/pot/de-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/en_GB-full.pot b/pot/en_GB-full.pot
index 994a6cf..90d21d0 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# en_GB-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:21+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -19,7 +19,7 @@ msgstr ""
"#-#-#-#-# en_GB-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:23+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/en_GB-html.pot b/pot/en_GB-html.pot
index f22b184..c4eef88 100644
--- a/pot/en_GB-html.pot
+++ b/pot/en_GB-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:21+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/en_GB-txt.pot b/pot/en_GB-txt.pot
index dba3a45..9cb497d 100644
--- a/pot/en_GB-txt.pot
+++ b/pot/en_GB-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:23+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/es-full.pot b/pot/es-full.pot
index ca23d3c..1d1258b 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/es-html.pot b/pot/es-html.pot
index b389874..5edc774 100644
--- a/pot/es-html.pot
+++ b/pot/es-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/es-txt.pot b/pot/es-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/es-txt.pot
+++ b/pot/es-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fi-full.pot b/pot/fi-full.pot
index 01f37ba..a889586 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fi-html.pot b/pot/fi-html.pot
index 0fe7793..8730b4e 100644
--- a/pot/fi-html.pot
+++ b/pot/fi-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fi-txt.pot b/pot/fi-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/fi-txt.pot
+++ b/pot/fi-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fr-full.pot b/pot/fr-full.pot
index 42f0ebe..4a0c1ac 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# fr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:16+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# fr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fr-html.pot b/pot/fr-html.pot
index b812735..b9c24dd 100644
--- a/pot/fr-html.pot
+++ b/pot/fr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:16+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fr-txt.pot b/pot/fr-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/fr-txt.pot
+++ b/pot/fr-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/gl-full.pot b/pot/gl-full.pot
index febb541..ed54660 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/gl-html.pot b/pot/gl-html.pot
index 8e83533..28e2950 100644
--- a/pot/gl-html.pot
+++ b/pot/gl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/gl-txt.pot b/pot/gl-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/gl-txt.pot
+++ b/pot/gl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hu-full.pot b/pot/hu-full.pot
index 8b943b3..4e108a1 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hu-html.pot b/pot/hu-html.pot
index c8f156c..6d977a8 100644
--- a/pot/hu-html.pot
+++ b/pot/hu-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hu-txt.pot b/pot/hu-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/hu-txt.pot
+++ b/pot/hu-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hy-full.pot b/pot/hy-full.pot
index 5dcd7ff..9649497 100644
--- a/pot/hy-full.pot
+++ b/pot/hy-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# hy-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:21+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# hy-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hy-html.pot b/pot/hy-html.pot
index 50aa714..dda16b1 100644
--- a/pot/hy-html.pot
+++ b/pot/hy-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:21+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hy-txt.pot b/pot/hy-txt.pot
index dba3a45..67ed7fa 100644
--- a/pot/hy-txt.pot
+++ b/pot/hy-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/it-full.pot b/pot/it-full.pot
index dd45b77..d88e969 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# it-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:15+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# it-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/it-html.pot b/pot/it-html.pot
index 367b14b..5907e99 100644
--- a/pot/it-html.pot
+++ b/pot/it-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:15+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/it-txt.pot b/pot/it-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/it-txt.pot
+++ b/pot/it-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ja-full.pot b/pot/ja-full.pot
index 68569e7..c03e7b4 100644
--- a/pot/ja-full.pot
+++ b/pot/ja-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ja-html.pot b/pot/ja-html.pot
index 7cabb2c..5039e05 100644
--- a/pot/ja-html.pot
+++ b/pot/ja-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ja-txt.pot b/pot/ja-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/ja-txt.pot
+++ b/pot/ja-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ka-full.pot b/pot/ka-full.pot
index 078653e..4e35469 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ka-html.pot b/pot/ka-html.pot
index 73001be..da14e8c 100644
--- a/pot/ka-html.pot
+++ b/pot/ka-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ka-txt.pot b/pot/ka-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/ka-txt.pot
+++ b/pot/ka-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/lt-full.pot b/pot/lt-full.pot
index b957a9b..da2454a 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/lt-html.pot b/pot/lt-html.pot
index fa03ac7..0b23afd 100644
--- a/pot/lt-html.pot
+++ b/pot/lt-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/lt-txt.pot b/pot/lt-txt.pot
index dba3a45..67ed7fa 100644
--- a/pot/lt-txt.pot
+++ b/pot/lt-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/mn-full.pot b/pot/mn-full.pot
index f198974..1d1ba54 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/mn-html.pot b/pot/mn-html.pot
index 566b6df..0f279d3 100644
--- a/pot/mn-html.pot
+++ b/pot/mn-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/mn-txt.pot b/pot/mn-txt.pot
index dba3a45..67ed7fa 100644
--- a/pot/mn-txt.pot
+++ b/pot/mn-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nb-full.pot b/pot/nb-full.pot
index b39f0f9..9d3b952 100644
--- a/pot/nb-full.pot
+++ b/pot/nb-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nb-html.pot b/pot/nb-html.pot
index 28d8fcb..96cdeef 100644
--- a/pot/nb-html.pot
+++ b/pot/nb-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nb-txt.pot b/pot/nb-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/nb-txt.pot
+++ b/pot/nb-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-full.pot b/pot/nl-full.pot
index 9d89c05..a4a57c1 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-html.pot b/pot/nl-html.pot
index 2fbcc04..a7de2d2 100644
--- a/pot/nl-html.pot
+++ b/pot/nl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-txt.pot b/pot/nl-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/nl-txt.pot
+++ b/pot/nl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pl-full.pot b/pot/pl-full.pot
index e95a99d..75bd293 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# pl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:16+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# pl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pl-html.pot b/pot/pl-html.pot
index 309b751..c9bc2f7 100644
--- a/pot/pl-html.pot
+++ b/pot/pl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:16+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pl-txt.pot b/pot/pl-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/pl-txt.pot
+++ b/pot/pl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pt_BR-full.pot b/pot/pt_BR-full.pot
index c5801ab..419fe0c 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# pt_BR-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:20+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# pt_BR-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pt_BR-html.pot b/pot/pt_BR-html.pot
index 2086776..2f327bb 100644
--- a/pot/pt_BR-html.pot
+++ b/pot/pt_BR-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:20+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pt_BR-txt.pot b/pot/pt_BR-txt.pot
index dba3a45..67ed7fa 100644
--- a/pot/pt_BR-txt.pot
+++ b/pot/pt_BR-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ro-full.pot b/pot/ro-full.pot
index c524b0e..f7b2964 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ro-html.pot b/pot/ro-html.pot
index 097255b..6d110fb 100644
--- a/pot/ro-html.pot
+++ b/pot/ro-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ro-txt.pot b/pot/ro-txt.pot
index dba3a45..67ed7fa 100644
--- a/pot/ro-txt.pot
+++ b/pot/ro-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-full.pot b/pot/sk-full.pot
index 9520679..66278f3 100644
--- a/pot/sk-full.pot
+++ b/pot/sk-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:23+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-html.pot b/pot/sk-html.pot
index 7c47f94..f5e765f 100644
--- a/pot/sk-html.pot
+++ b/pot/sk-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:23+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-txt.pot b/pot/sk-txt.pot
index dba3a45..9cb497d 100644
--- a/pot/sk-txt.pot
+++ b/pot/sk-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:23+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sv-full.pot b/pot/sv-full.pot
index 8223b7d..18885b3 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sv-html.pot b/pot/sv-html.pot
index f76fabe..996c807 100644
--- a/pot/sv-html.pot
+++ b/pot/sv-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sv-txt.pot b/pot/sv-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/sv-txt.pot
+++ b/pot/sv-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/tr-full.pot b/pot/tr-full.pot
index ffb4938..2579ca6 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/tr-html.pot b/pot/tr-html.pot
index 8c23e3d..7f27727 100644
--- a/pot/tr-html.pot
+++ b/pot/tr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/tr-txt.pot b/pot/tr-txt.pot
index 5da2085..67ed7fa 100644
--- a/pot/tr-txt.pot
+++ b/pot/tr-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:27+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_CN-full.pot b/pot/zh_CN-full.pot
index 7e6de8a..7f7d3a6 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# zh_CN-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:20+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# zh_CN-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_CN-html.pot b/pot/zh_CN-html.pot
index def6233..b1b1e71 100644
--- a/pot/zh_CN-html.pot
+++ b/pot/zh_CN-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:20+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_CN-txt.pot b/pot/zh_CN-txt.pot
index dba3a45..67ed7fa 100644
--- a/pot/zh_CN-txt.pot
+++ b/pot/zh_CN-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_TW-full.pot b/pot/zh_TW-full.pot
index 943a667..dd6e719 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# zh_TW-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:21+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# zh_TW-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_TW-html.pot b/pot/zh_TW-html.pot
index 19b397d..724abf9 100644
--- a/pot/zh_TW-html.pot
+++ b/pot/zh_TW-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-01 09:21+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_TW-txt.pot b/pot/zh_TW-txt.pot
index dba3a45..67ed7fa 100644
--- a/pot/zh_TW-txt.pot
+++ b/pot/zh_TW-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-06-02 13:28+0300\n"
+"POT-Creation-Date: 2010-06-08 09:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4774-g2e955af
by Michal Čihař 08 Jun '10
by Michal Čihař 08 Jun '10
08 Jun '10
The branch, master has been updated
via 2e955af34451852700ac502f917e74fb852f326d (commit)
from b5b75a4bf19214431b528dbc52ec7510db901cf6 (commit)
- Log -----------------------------------------------------------------
commit 2e955af34451852700ac502f917e74fb852f326d
Author: ardavies <ardavies(a)tiscali.co.uk>
Date: Tue Jun 8 08:41:01 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cy.po | 84 +++++++++++++++++++++++++++++++++++++++----------------------
1 files changed, 54 insertions(+), 30 deletions(-)
diff --git a/po/cy.po b/po/cy.po
index da5396f..26119ef 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -503,8 +503,9 @@ msgstr "Canlyniadau chwilio am \"<i>%s</i>\" %s:"
#: db_search.php:260
#, php-format
+#, possible-php-format
msgid "%s match(es) inside table <i>%s</i>"
-msgstr ""
+msgstr "%s ergyd mewn tabl <i>%s</i>"
#: db_search.php:267 db_structure.php:77 db_structure.php:78
#: db_structure.php:90 db_structure.php:92 db_structure.php:103
@@ -524,8 +525,9 @@ msgstr "Dileu"
#: db_search.php:285
#, php-format
+#, possible-php-format
msgid "<b>Total:</b> <i>%s</i> match(es)"
-msgstr ""
+msgstr "<b>Cyfanswm:</b> <i>%s</i> ergyd"
#: db_search.php:299
msgid "Search in database"
@@ -533,7 +535,7 @@ msgstr "Chwiliwch yn y gronfa ddata"
#: db_search.php:302
msgid "Word(s) or value(s) to search for (wildcard: \"%\"):"
-msgstr ""
+msgstr "Geiriau neu werthoedd i'w chwilio amdanyn nhw (nod-chwiliwr: \"%\"):"
#: db_search.php:307
msgid "Find:"
@@ -541,7 +543,7 @@ msgstr "Darganfyddwch:"
#: db_search.php:311 db_search.php:312
msgid "Words are separated by a space character (\" \")."
-msgstr ""
+msgstr "Caiff geiriau eu gwahanu gan nod bwlch (\" \")."
#: db_search.php:325
msgid "Inside table(s):"
@@ -612,10 +614,12 @@ msgstr "Nid yw tracio'n weithredol"
#: db_structure.php:420 libraries/display_tbl.lib.php:1944
#, php-format
+#, possible-php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
+"Mae gan yr olwg hon o leiaf y nifer hwn o resi. Gweler y %sdogfennaeth%s."
#: db_structure.php:434 db_structure.php:448 libraries/header.inc.php:126
#: libraries/tbl_info.inc.php:66 tbl_structure.php:185 test/theme.php:74
@@ -634,8 +638,9 @@ msgstr "Swm"
#: db_structure.php:496 libraries/StorageEngine.class.php:356
#, php-format
+#, possible-php-format
msgid "%s is the default storage engine on this MySQL server."
-msgstr ""
+msgstr "%s yw'r peiriant storio diofyn ar y gweinydd MySQL hwn."
#: db_structure.php:524 db_structure.php:541 db_structure.php:542
#: libraries/display_tbl.lib.php:2081 libraries/display_tbl.lib.php:2086
@@ -643,7 +648,7 @@ msgstr ""
#: server_databases.php:351 server_privileges.php:1557 tbl_structure.php:455
#: tbl_structure.php:464
msgid "With selected:"
-msgstr ""
+msgstr "Gyda'r dewis:"
#: db_structure.php:527 libraries/display_tbl.lib.php:2076
#: server_databases.php:348 server_privileges.php:530
@@ -776,49 +781,61 @@ msgstr "Log cronfa ddata"
#: export.php:62
msgid "Selected export type has to be saved in file!"
-msgstr ""
+msgstr "Mae'n rhaid cadw math yr allbwn hwn mewn ffeil!"
#: export.php:154 export.php:179 export.php:627
#, php-format
+#, possible-php-format
msgid "Insufficient space to save the file %s."
-msgstr ""
+msgstr "Lle annigonol i gadw'r ffeil %s."
#: export.php:294
#, php-format
+#, possible-php-format
msgid ""
"File %s already exists on server, change filename or check overwrite option."
msgstr ""
+"Mae'r ffeil %s yn bodoli ar y gweinydd yn barod. Newidiwch enw'r ffeil neu "
+"gwiriwch yr opsiwn trosysgrifo."
#: export.php:298 export.php:302
#, php-format
+#, possible-php-format
msgid "The web server does not have permission to save the file %s."
-msgstr ""
+msgstr "Nid oes gan y gweinydd gwe yr hawl i gadw'r ffeil %s."
#: export.php:629
#, php-format
+#, possible-php-format
msgid "Dump has been saved to file %s."
-msgstr ""
+msgstr "Dadlwythiad wedi'i gadw i'r ffeil %s."
#: import.php:60
#, php-format
+#, possible-php-format
msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation"
"%s for ways to workaround this limit."
msgstr ""
+"Yn ôl pob tebyg, mae'r ffeil i rhy fawr i'w lanlwytho. Gweler y %"
+"sdogfennaeth%s am ffyrdd i weithio o gwmpas y cyfyngiad hwn."
#: import.php:279 import.php:332 libraries/File.class.php:849
#: libraries/File.class.php:961
msgid "File could not be read"
-msgstr ""
+msgstr "Nid oedd modd darllen y ffeil hon."
#: import.php:287 import.php:296 import.php:315 import.php:324
#: libraries/File.class.php:1031 libraries/File.class.php:1039
#: libraries/File.class.php:1055 libraries/File.class.php:1063
#, php-format
+#, possible-php-format
msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
msgstr ""
+"Fe geisioch lwytho ffeil gyda chywasgiad sydd heb ei gynnal (%s). Naill ai "
+"bod dim cynhaliaeth ar gyfer hwn neu mae eich ffurfwedd wedi ei analluogi."
#: import.php:337
msgid ""
@@ -826,18 +843,22 @@ msgid ""
"file size exceeded the maximum size permitted by your PHP configuration. See "
"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
msgstr ""
+"Nid oedd data wedi'u derbyn i'w mewnforio. Naill ai nid oedd enw ffeil "
+"wedi'i osod, neu roedd maint y ffeil yn fwy na'r maint uchaf sy'n cael ei "
+"ganiatáu gan eich ffurfwedd PHP. Gweler See "
+"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
#: import.php:372 libraries/display_import.lib.php:24
msgid "Could not load import plugins, please check your installation!"
-msgstr ""
+msgstr "Nid oedd modd llwytho ategynnau mewnforio, gwiriwch eich arsefydliad!"
#: import.php:397
msgid "The bookmark has been deleted."
-msgstr ""
+msgstr "Cafodd y clustnod ei ddileu."
#: import.php:401
msgid "Showing bookmark"
-msgstr ""
+msgstr "Dangos clustnod"
#: import.php:403 sql.php:626
#, php-format
@@ -846,8 +867,11 @@ msgstr "Clustnodi %s a grëwyd"
#: import.php:409 import.php:415
#, php-format
+#, possible-php-format
msgid "Import has been successfully finished, %d queries executed."
msgstr ""
+"Gorffennodd y mewnforiad yn llwyddiannus, gyda %d ymholiad wedi'u "
+"gweithredu."
#: import.php:424
msgid ""
@@ -946,29 +970,29 @@ msgstr "Perthynas FOREIGN KEY wedi'i ychwanegu"
#: js/messages.php:55 pmd_relation_new.php:86
msgid "Internal relation added"
-msgstr ""
+msgstr "Perthynas mewnol wedi'i ychwanegu"
#: js/messages.php:56 pmd_relation_new.php:63 pmd_relation_new.php:88
msgid "Error: Relation not added."
-msgstr ""
+msgstr "Gwall: Perthynas heb ei ychwanegu."
#: js/messages.php:57 pmd_relation_new.php:31
msgid "Error: relation already exists."
-msgstr ""
+msgstr "Gwall: perthynas yn bodoli yn barod."
#: js/messages.php:58
msgid "Error saving coordinates for Designer."
-msgstr ""
+msgstr "Gwall wrth gadw cyfesurynnau ar gyfer y Dyluniwr."
#: js/messages.php:59 libraries/relation.lib.php:107
#: libraries/relation.lib.php:119
msgid "General relation features"
-msgstr ""
+msgstr "Nodweddion perthynas cyffredinol"
#: js/messages.php:59 libraries/relation.lib.php:101
#: libraries/relation.lib.php:108
msgid "Disabled"
-msgstr ""
+msgstr "Analluogwyd"
#: js/messages.php:60
msgid "Select referenced key"
@@ -976,7 +1000,7 @@ msgstr ""
#: js/messages.php:61
msgid "Select Foreign Key"
-msgstr ""
+msgstr "Dewis Allwedd Estron"
#: js/messages.php:62
msgid "Please select the primary key or a unique key"
@@ -984,7 +1008,7 @@ msgstr ""
#: js/messages.php:63 pmd_general.php:77 tbl_relation.php:548
msgid "Choose column to display"
-msgstr ""
+msgstr "Dewis colofn i'w dangos"
#. l10n: Display text for calendar close link
#: js/messages.php:73
@@ -1240,7 +1264,7 @@ msgstr "Maint ffont"
#: libraries/File.class.php:344 libraries/File.class.php:432
#: libraries/File.class.php:569 libraries/File.class.php:708
msgid "Unknown error in file upload."
-msgstr ""
+msgstr "Gwall anhysbys wrth lanlwytho ffeil."
#: libraries/File.class.php:414
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
@@ -1258,15 +1282,15 @@ msgstr ""
#: libraries/File.class.php:423
msgid "Missing a temporary folder."
-msgstr ""
+msgstr "Ffolder dros dro ar goll."
#: libraries/File.class.php:426
msgid "Failed to write file to disk."
-msgstr ""
+msgstr "Methu ag ysgrifennu i'r ddisg."
#: libraries/File.class.php:429
msgid "File upload stopped by extension."
-msgstr ""
+msgstr "Cafodd y lanlwythiad ei atal gan estyniad."
#: libraries/File.class.php:908
msgid ""
@@ -1276,7 +1300,7 @@ msgstr ""
#: libraries/Index.class.php:428 tbl_relation.php:529
msgid "No index defined!"
-msgstr ""
+msgstr "Dim indecs wedi'i ddiffinio!"
#: libraries/Index.class.php:433 server_databases.php:132 tbl_tracking.php:316
msgid "Indexes"
@@ -1291,7 +1315,7 @@ msgstr "Unigryw"
#: libraries/Index.class.php:445 tbl_tracking.php:323
msgid "Packed"
-msgstr ""
+msgstr "Paciwyd"
#: libraries/Index.class.php:447 tbl_tracking.php:325
msgid "Cardinality"
@@ -1329,14 +1353,14 @@ msgstr ""
#: server_databases.php:88 server_privileges.php:1621
#: setup/lib/messages.inc.php:110 test/theme.php:93
msgid "Databases"
-msgstr ""
+msgstr "Cronfeydd Data"
#: libraries/Message.class.php:211 libraries/common.lib.php:581
#: libraries/core.lib.php:261 libraries/import.lib.php:134 pdf_schema.php:32
#: pdf_schema.php:232 tbl_change.php:1027 tbl_operations.php:213
#: tbl_relation.php:290 view_operations.php:62
msgid "Error"
-msgstr ""
+msgstr "Gwall"
#: libraries/Message.class.php:282
#, php-format
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4773-gb5b75a4
by Michal Čihař 07 Jun '10
by Michal Čihař 07 Jun '10
07 Jun '10
The branch, master has been updated
via b5b75a4bf19214431b528dbc52ec7510db901cf6 (commit)
via 5ec0833c0976f02412b5c70c941839681fc8415a (commit)
via 1e042e0a7c8edecd926c4c6eccebf422aed57769 (commit)
from 47a0bfb11172568c20fe9bd2c9644d7eda96c3cf (commit)
- Log -----------------------------------------------------------------
commit b5b75a4bf19214431b528dbc52ec7510db901cf6
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jun 7 22:50:34 2010 +0200
Translation update done using Pootle.
commit 5ec0833c0976f02412b5c70c941839681fc8415a
Merge: 1e042e0a7c8edecd926c4c6eccebf422aed57769 47a0bfb11172568c20fe9bd2c9644d7eda96c3cf
Author: Pootle server <pootle(a)cihar.com>
Date: Mon Jun 7 22:40:10 2010 +0200
Merge remote branch 'origin/master'
commit 1e042e0a7c8edecd926c4c6eccebf422aed57769
Author: ardavies <ardavies(a)tiscali.co.uk>
Date: Mon Jun 7 22:19:47 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cy.po | 38 ++++++++++---------
po/fr.po | 128 +-------------------------------------------------------------
2 files changed, 22 insertions(+), 144 deletions(-)
diff --git a/po/cy.po b/po/cy.po
index 996f7fe..da5396f 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -875,72 +875,74 @@ msgstr ""
#: server_synchronize.php:739 server_synchronize.php:767
#: server_synchronize.php:795 server_synchronize.php:807
msgid "Click to select"
-msgstr ""
+msgstr "Pwyso i ddewis"
#: js/messages.php:26
msgid "Click to unselect"
-msgstr ""
+msgstr "Pwyso i dad-ddewis"
#: js/messages.php:27 libraries/import.lib.php:103 sql.php:89
msgid "\"DROP DATABASE\" statements are disabled."
-msgstr ""
+msgstr "Mae datganiadau \"DROP DATABASE\" wedi'u hanalluogi."
#: js/messages.php:30 libraries/mult_submits.inc.php:258 sql.php:188
msgid "Do you really want to "
-msgstr ""
+msgstr "A ydych chi wir am"
#: js/messages.php:31 libraries/mult_submits.inc.php:258 sql.php:172
msgid "You are about to DESTROY a complete database!"
-msgstr ""
+msgstr "Rydych am DINISTRIO cronfa ddata gyfan!"
#: js/messages.php:34
msgid "You are about to DISABLE a BLOB Repository!"
-msgstr ""
+msgstr "Rydych yn mynd i ANALLUOGI Ystorfa BLOB!"
#: js/messages.php:35
#, php-format
+#, possible-php-format
msgid "Are you sure you want to disable all BLOB references for database %s?"
msgstr ""
+"A ydych chi wir am analluogi pob cyfeiriad BLOB ar gyfer y gronfa ddata %s?"
#: js/messages.php:38
msgid "Missing value in the form!"
-msgstr ""
+msgstr "Gwerth ar goll yn y ffurflen!"
#: js/messages.php:39
msgid "This is not a number!"
-msgstr ""
+msgstr "Nid yw hwn yn rhif!"
#: js/messages.php:42
msgid "The host name is empty!"
-msgstr ""
+msgstr "Mae enw'r gwesteiwr yn wag!"
#: js/messages.php:43
msgid "The user name is empty!"
-msgstr ""
+msgstr "Mae enw'r defnyddiwr yn wag!"
#: js/messages.php:44 server_privileges.php:1197 user_password.php:70
msgid "The password is empty!"
-msgstr ""
+msgstr "Mae'r cyfrinair yn wag!"
#: js/messages.php:45 server_privileges.php:1195 user_password.php:73
msgid "The passwords aren't the same!"
-msgstr ""
+msgstr "Nid yw'r cyfrineiriau'n debyg!"
#: js/messages.php:49 pmd_general.php:342 pmd_general.php:379
msgid "Cancel"
-msgstr ""
+msgstr "Diddymu"
#: js/messages.php:52 pmd_save_pos.php:54
msgid "Modifications have been saved"
-msgstr ""
+msgstr "Cafodd yr addasiadau eu cadw"
#: js/messages.php:53 pmd_relation_upd.php:49
msgid "Relation deleted"
-msgstr ""
+msgstr "Perthynas wedi'i ddileu"
#: js/messages.php:54 pmd_relation_new.php:64
msgid "FOREIGN KEY relation added"
-msgstr ""
+msgstr "Perthynas FOREIGN KEY wedi'i ychwanegu"
#: js/messages.php:55 pmd_relation_new.php:86
msgid "Internal relation added"
@@ -7774,8 +7776,8 @@ msgstr ""
#: view_create.php:142
msgid "VIEW name"
-msgstr ""
+msgstr "Enw VIEW"
#: view_operations.php:93
msgid "Rename view to"
-msgstr ""
+msgstr "Ailenwch golwg i"
diff --git a/po/fr.po b/po/fr.po
index 65cf568..6fedc2f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-06-07 22:09+0200\n"
-"PO-Revision-Date: 2010-06-01 16:27+0200\n"
+"PO-Revision-Date: 2010-06-07 22:50+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
"Language: fr\n"
@@ -8219,10 +8219,9 @@ msgid "Propose table structure"
msgstr "Suggérer des optimisations quant à la structure de la table"
#: tbl_structure.php:540
-#, fuzzy
#| msgid "Add column(s)"
msgid "Add column"
-msgstr "Ajouter des colonnes"
+msgstr "Ajouter une colonne"
#: tbl_structure.php:554
msgid "At End of Table"
@@ -8433,126 +8432,3 @@ msgstr "Nom de la vue"
#: view_operations.php:93
msgid "Rename view to"
msgstr "Changer le nom de la vue pour"
-
-#~| msgid "Add new field"
-#~ msgid "Add field"
-#~ msgstr "Ajouter une colonne"
-
-#~ msgid "Field"
-#~ msgstr "Champ"
-
-#~ msgid "Records"
-#~ msgstr "Enregistrements"
-
-#~ msgid "Fields terminated by"
-#~ msgstr "Champs terminés par"
-
-#~ msgid "Fields"
-#~ msgstr "Champs"
-
-#~ msgid "Add %s field(s)"
-#~ msgstr "Ajouter %s champ(s)"
-
-#~ msgid "Field %s has been dropped"
-#~ msgstr "Le champ %s a été effacé"
-
-#~ msgid "See image/jpeg: inline"
-#~ msgstr "Voir image/jpeg: inline"
-
-#~ msgid "zipped"
-#~ msgstr "zippé"
-
-#~ msgid "gzipped"
-#~ msgstr "gzippé"
-
-#~ msgid "bzipped"
-#~ msgstr "bzippé"
-
-#~ msgid ""
-#~ "Add custom comment into header (\n"
-#~ " splits lines)"
-#~ msgstr ""
-#~ "Ajouter des commentaires au début (\n"
-#~ " sépare les lignes)"
-
-#~ msgid "and"
-#~ msgstr "et"
-
-#~ msgctxt "$strBLOBRepositoryDisabled"
-#~ msgid "Disabled"
-#~ msgstr "Désactivé"
-
-#~ msgctxt "$strBLOBRepositoryEnabled"
-#~ msgid "Enabled"
-#~ msgstr "Activé"
-
-#~ msgctxt "$strBLOBRepositoryRepair"
-#~ msgid "Repair"
-#~ msgstr "Réparer"
-
-#~ msgid "Calendar"
-#~ msgstr "Calendrier"
-
-#~ msgid "MySQL 4.0 compatible"
-#~ msgstr "compatible MySQL 4.0"
-
-#~ msgid "Could not load default configuration from: \"%1$s\""
-#~ msgstr "Chargement de la configuration par défaut impossible depuis «%1$s»"
-
-#~ msgid "Create an index on %s columns"
-#~ msgstr "Créer un index sur %s colonnes"
-
-#~ msgctxt "$strCreateTableShort"
-#~ msgid "Create table"
-#~ msgstr "Créer une table"
-
-#~ msgctxt "$strCreateUserDatabaseNone"
-#~ msgid "None"
-#~ msgstr "aucune"
-
-#~ msgid "Flush the table (\"FLUSH\")"
-#~ msgstr "Recharger la table ( «FLUSH »)"
-
-#~ msgid "Invalid server index: \"%s\""
-#~ msgstr "Indice de serveur invalide: «%s »"
-
-#~ msgctxt "$strMIME_description"
-#~ msgid "Description"
-#~ msgstr "Description"
-
-#~ msgctxt "$strNoneDefault"
-#~ msgid "None"
-#~ msgstr "Aucun"
-
-#~ msgid "Schema of the \"%s\" database - Page %s"
-#~ msgstr "Schéma de la base «%s» - Page %s"
-
-#~ msgid "The \"%s\" table doesn't exist!"
-#~ msgstr "La table «%s» n'existe pas !"
-
-#~ msgid ""
-#~ "This MySQL server works as %s in <b>replication</b> process. For further "
-#~ "information about replication status on the server, please visit the <a "
-#~ "href=\"#replication\">replication section</a>."
-#~ msgstr ""
-#~ "Ce serveur MySQL agit en tant que %s dans le processus de <b>réplication</"
-#~ "b>. Pour plus d'information sur l'état de la réplication sur ce serveur, "
-#~ "consultez la <a href=\"#replication\">section de réplication</a>."
-
-#~ msgid "running on %s"
-#~ msgstr "sur le serveur %s"
-
-#~ msgid "The scale factor is too small to fit the schema on one page"
-#~ msgstr "Veuillez augmenter l'échelle car le schéma déborde la page"
-
-#~ msgid ""
-#~ "Cannot start session without errors, please check errors given in your "
-#~ "PHP and/or webserver log file and configure your PHP installation "
-#~ "properly."
-#~ msgstr ""
-#~ "Erreur lors du démarrage de la session, veuillez vérifier les erreurs "
-#~ "indiquées par PHP ou dans le fichier témoin du serveur web, et configurer "
-#~ "PHP correctement."
-
-#~ msgid "Import currencies (.00 to 5.00)"
-#~ msgstr "Importer les valeurs de monnaie (de .00 à 5.00)"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4770-g47a0bfb
by Michal Čihař 07 Jun '10
by Michal Čihař 07 Jun '10
07 Jun '10
The branch, master has been updated
via 47a0bfb11172568c20fe9bd2c9644d7eda96c3cf (commit)
from 7897229e4241fbee8cfb91f5ecc4191965cdcfbc (commit)
- Log -----------------------------------------------------------------
commit 47a0bfb11172568c20fe9bd2c9644d7eda96c3cf
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Jun 7 22:13:31 2010 +0200
Czech translation update.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 6440a46..75c8649 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-06-07 22:09+0200\n"
-"PO-Revision-Date: 2010-06-01 08:05+0200\n"
+"PO-Revision-Date: 2010-06-07 22:13+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"Language: cs\n"
@@ -8121,10 +8121,9 @@ msgid "Propose table structure"
msgstr "Navrhnout strukturu tabulky"
#: tbl_structure.php:540
-#, fuzzy
#| msgid "Add column(s)"
msgid "Add column"
-msgstr "Přidat pole"
+msgstr "Přidat sloupec"
#: tbl_structure.php:554
msgid "At End of Table"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4766-gcaf06c4
by Michal Čihař 07 Jun '10
by Michal Čihař 07 Jun '10
07 Jun '10
The branch, master has been updated
via caf06c4cfcfd5461f3125756b239738c17fbd469 (commit)
from cbfebc2ac6b1b427ee91236fc7b72245f3878b65 (commit)
- Log -----------------------------------------------------------------
commit caf06c4cfcfd5461f3125756b239738c17fbd469
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Jun 7 21:56:11 2010 +0200
Fix po file header.
-----------------------------------------------------------------------
Summary of changes:
po/cy.po | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/po/cy.po b/po/cy.po
index 1e53a35..ee4d8c3 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -4,12 +4,12 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: phpMyAdmin 3.4.0\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-06-04 16:07-0400\n"
"PO-Revision-Date: 2010-06-07 20:23+0200\n"
"Last-Translator: <ardavies(a)tiscali.co.uk>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language-Team: Welsh <cy(a)li.org>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4765-gcbfebc2
by Michal Čihař 07 Jun '10
by Michal Čihař 07 Jun '10
07 Jun '10
The branch, master has been updated
via cbfebc2ac6b1b427ee91236fc7b72245f3878b65 (commit)
from 6c93204f63fe54e452690620602aa20d72ad3fda (commit)
- Log -----------------------------------------------------------------
commit cbfebc2ac6b1b427ee91236fc7b72245f3878b65
Author: ardavies <ardavies(a)tiscali.co.uk>
Date: Mon Jun 7 21:49:27 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cy.po | 86 +++++++++++++++++++++++++++++++-------------------------------
1 files changed, 43 insertions(+), 43 deletions(-)
diff --git a/po/cy.po b/po/cy.po
index 42b9e6f..1e53a35 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -512,7 +512,7 @@ msgstr ""
#: libraries/mult_submits.inc.php:116 libraries/tbl_links.inc.php:50
#: tbl_structure.php:37 tbl_structure.php:49 tbl_structure.php:467
msgid "Browse"
-msgstr ""
+msgstr "Porwch"
#: db_search.php:272 libraries/display_tbl.lib.php:1165
#: libraries/display_tbl.lib.php:2056 libraries/sql_query_form.lib.php:470
@@ -520,7 +520,7 @@ msgstr ""
#: pmd_general.php:377 setup/frames/index.inc.php:125
#: setup/frames/index.inc.php:216 tbl_row_action.php:63
msgid "Delete"
-msgstr ""
+msgstr "Dileu"
#: db_search.php:285
#, possible-php-format
@@ -529,7 +529,7 @@ msgstr ""
#: db_search.php:299
msgid "Search in database"
-msgstr ""
+msgstr "Chwiliwch yn y gronfa ddata"
#: db_search.php:302
msgid "Word(s) or value(s) to search for (wildcard: \"%\"):"
@@ -537,7 +537,7 @@ msgstr ""
#: db_search.php:307
msgid "Find:"
-msgstr ""
+msgstr "Darganfyddwch:"
#: db_search.php:311 db_search.php:312
msgid "Words are separated by a space character (\" \")."
@@ -545,18 +545,18 @@ msgstr ""
#: db_search.php:325
msgid "Inside table(s):"
-msgstr ""
+msgstr "Tu fewn tabl(au):"
#: db_search.php:355
msgid "Inside column:"
-msgstr ""
+msgstr "Tu fewn colofn:"
#: db_structure.php:81 db_structure.php:82 db_structure.php:94
#: db_structure.php:95 db_structure.php:107 db_structure.php:108
#: libraries/common.lib.php:2823 libraries/sql_query_form.lib.php:334
#: libraries/sql_query_form.lib.php:337 libraries/tbl_links.inc.php:76
msgid "Insert"
-msgstr ""
+msgstr "Mewnosod"
#: db_structure.php:83 db_structure.php:96 db_structure.php:109
#: libraries/common.lib.php:2820 libraries/common.lib.php:2827
@@ -567,7 +567,7 @@ msgstr ""
#: libraries/tbl_links.inc.php:56 pmd_general.php:134
#: server_privileges.php:554 server_replication.php:315 tbl_tracking.php:269
msgid "Structure"
-msgstr ""
+msgstr "Strwythur"
#: db_structure.php:84 db_structure.php:85 db_structure.php:97
#: db_structure.php:98 db_structure.php:110 db_structure.php:111
@@ -578,37 +578,37 @@ msgstr ""
#: server_databases.php:352 tbl_structure.php:27 tbl_structure.php:151
#: tbl_structure.php:152 tbl_structure.php:471
msgid "Drop"
-msgstr ""
+msgstr "Gollwng"
#: db_structure.php:86 db_structure.php:87 db_structure.php:99
#: db_structure.php:100 db_structure.php:112 db_structure.php:113
#: db_structure.php:543 db_structure.php:544 libraries/common.lib.php:1653
#: libraries/mult_submits.inc.php:39 libraries/tbl_links.inc.php:105
msgid "Empty"
-msgstr ""
+msgstr "Gwagu"
#: db_structure.php:316 libraries/tbl_links.inc.php:100
#, possible-php-format
msgid "Table %s has been emptied"
-msgstr ""
+msgstr "Cafodd tabl %s ei wagu"
#: db_structure.php:326 libraries/tbl_links.inc.php:133
#, possible-php-format
msgid "View %s has been dropped"
-msgstr ""
+msgstr "Cafodd golwg %s ei ollwng"
#: db_structure.php:326 libraries/tbl_links.inc.php:133
#, possible-php-format
msgid "Table %s has been dropped"
-msgstr ""
+msgstr "Cafodd tabl %s ei ollwng"
#: db_structure.php:333
msgid "Tracking is active."
-msgstr ""
+msgstr "Mae tracio'n weithredol"
#: db_structure.php:335
msgid "Tracking is not active."
-msgstr ""
+msgstr "Nid yw tracio'n weithredol"
#: db_structure.php:420 libraries/display_tbl.lib.php:1944
#, possible-php-format
@@ -620,17 +620,17 @@ msgstr ""
#: db_structure.php:434 db_structure.php:448 libraries/header.inc.php:126
#: libraries/tbl_info.inc.php:66 tbl_structure.php:185 test/theme.php:74
msgid "View"
-msgstr ""
+msgstr "Dangos"
#: db_structure.php:485 libraries/db_structure.lib.php:49
#: libraries/server_links.inc.php:70 server_replication.php:33
#: server_replication.php:164 server_status.php:258
msgid "Replication"
-msgstr ""
+msgstr "Dyblygiad"
#: db_structure.php:489
msgid "Sum"
-msgstr ""
+msgstr "Swm"
#: db_structure.php:496 libraries/StorageEngine.class.php:356
#, possible-php-format
@@ -649,43 +649,43 @@ msgstr ""
#: server_databases.php:348 server_privileges.php:530
#: server_privileges.php:1560 tbl_structure.php:458
msgid "Check All"
-msgstr ""
+msgstr "Dewis Pob"
#: db_structure.php:531 libraries/display_tbl.lib.php:2077
#: libraries/replication_gui.lib.php:33 server_databases.php:350
#: server_privileges.php:533 server_privileges.php:1564 tbl_structure.php:462
msgid "Uncheck All"
-msgstr ""
+msgstr "Dad-ddewis Pob"
#: db_structure.php:536
msgid "Check tables having overhead"
-msgstr ""
+msgstr "Gwiriwch dablau â gorbenion"
#: db_structure.php:547 db_structure.php:548 db_structure.php:599
#: libraries/display_tbl.lib.php:2180 libraries/mult_submits.inc.php:28
#: tbl_structure.php:492 tbl_structure.php:494
msgid "Print view"
-msgstr ""
+msgstr "Argraffu golwg"
#: db_structure.php:549 db_structure.php:550 libraries/mult_submits.inc.php:42
#: tbl_operations.php:581
msgid "Check table"
-msgstr ""
+msgstr "Gwirio tabl"
#: db_structure.php:551 db_structure.php:552 libraries/mult_submits.inc.php:47
#: tbl_operations.php:621 tbl_structure.php:709 tbl_structure.php:711
msgid "Optimize table"
-msgstr ""
+msgstr "Optimeiddio tabl"
#: db_structure.php:553 db_structure.php:554 libraries/mult_submits.inc.php:52
#: tbl_operations.php:611
msgid "Repair table"
-msgstr ""
+msgstr "Trwsio tabl"
#: db_structure.php:555 db_structure.php:556 libraries/mult_submits.inc.php:57
#: tbl_operations.php:601
msgid "Analyze table"
-msgstr ""
+msgstr "Dadansoddi tabl"
#: db_structure.php:557 db_structure.php:558 libraries/db_links.inc.php:71
#: libraries/display_export.lib.php:83 libraries/display_tbl.lib.php:2094
@@ -694,15 +694,15 @@ msgstr ""
#: pmd_pdf.php:84 pmd_pdf.php:109 server_privileges.php:1341
#: setup/frames/menu.inc.php:22 tbl_row_action.php:59
msgid "Export"
-msgstr ""
+msgstr "Allforio"
#: db_structure.php:606 libraries/display_pdf_schema.lib.php:44
msgid "Data Dictionary"
-msgstr ""
+msgstr "Geiriadur Data"
#: db_tracking.php:66
msgid "Tracked tables"
-msgstr ""
+msgstr "Tablau a draciwyd"
#: db_tracking.php:71 libraries/export/htmlword.php:86
#: libraries/export/latex.php:148 libraries/export/odt.php:113
@@ -714,65 +714,65 @@ msgstr ""
#: server_synchronize.php:1179 server_synchronize.php:1183
#: tbl_tracking.php:591 test/theme.php:65
msgid "Database"
-msgstr ""
+msgstr "Cronfa ddata"
#: db_tracking.php:73
msgid "Last version"
-msgstr ""
+msgstr "Fersiwn diweddaraf"
#: db_tracking.php:74 tbl_tracking.php:594
msgid "Created"
-msgstr ""
+msgstr "Crëwyd"
#: db_tracking.php:75 tbl_tracking.php:595
msgid "Updated"
-msgstr ""
+msgstr "Diweddarwyd"
#: db_tracking.php:77 libraries/Index.class.php:440
#: libraries/db_structure.lib.php:53 server_databases.php:203
#: server_privileges.php:1503 server_privileges.php:1686
#: server_privileges.php:2034 tbl_structure.php:187
msgid "Action"
-msgstr ""
+msgstr "Gweithred"
#: db_tracking.php:88 db_tracking.php:120
msgid "Delete tracking data for this table"
-msgstr ""
+msgstr "Dilëwch data tracio ar gyfer y tabl hwn"
#: db_tracking.php:106 tbl_tracking.php:548 tbl_tracking.php:606
#: tbl_tracking.php:613
msgid "active"
-msgstr ""
+msgstr "gweithredol"
#: db_tracking.php:108 tbl_tracking.php:550 tbl_tracking.php:608
#: tbl_tracking.php:610
msgid "not active"
-msgstr ""
+msgstr "ddim yn weithredol"
#: db_tracking.php:121
msgid "Versions"
-msgstr ""
+msgstr "Fersiynau"
#: db_tracking.php:122 tbl_tracking.php:379 tbl_tracking.php:624
msgid "Tracking report"
-msgstr ""
+msgstr "Adroddiad tracio"
#: db_tracking.php:123 tbl_tracking.php:251 tbl_tracking.php:624
msgid "Structure snapshot"
-msgstr ""
+msgstr "Ciplun strwythur"
#: db_tracking.php:152
msgid "Untracked tables"
-msgstr ""
+msgstr "Tablau heb dracio "
#: db_tracking.php:172 db_tracking.php:174 tbl_structure.php:528
#: tbl_structure.php:530
msgid "Track table"
-msgstr ""
+msgstr "Tracio tabl"
#: db_tracking.php:200
msgid "Database Log"
-msgstr ""
+msgstr "Log cronfa ddata"
#: export.php:62
msgid "Selected export type has to be saved in file!"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4764-g6c93204
by Michal Čihař 07 Jun '10
by Michal Čihař 07 Jun '10
07 Jun '10
The branch, master has been updated
via 6c93204f63fe54e452690620602aa20d72ad3fda (commit)
from 5f2081549ab89ac9162e2754b2b21bea6237b383 (commit)
- Log -----------------------------------------------------------------
commit 6c93204f63fe54e452690620602aa20d72ad3fda
Author: ardavies <ardavies(a)tiscali.co.uk>
Date: Mon Jun 7 21:37:08 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cy.po | 150 +++++++++++++++++++++++++++++++-------------------------------
1 files changed, 75 insertions(+), 75 deletions(-)
diff --git a/po/cy.po b/po/cy.po
index aeb889c..42b9e6f 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -391,115 +391,115 @@ msgstr[1] "%s tabl"
#: tbl_operations.php:213 tbl_relation.php:292 tbl_row_action.php:131
#: view_operations.php:62
msgid "Your SQL query has been executed successfully"
-msgstr ""
+msgstr "Cafodd eich ymholiad SQL ei gweithredu'n llwyddiannus"
#: db_qbe.php:42
msgid "You have to choose at least one column to display"
-msgstr ""
+msgstr "Mae'n rhaid dewis o leiaf un golofn i'w dangos"
#: db_qbe.php:200 libraries/db_structure.lib.php:104
#: libraries/display_tbl.lib.php:866
msgid "Sort"
-msgstr ""
+msgstr "Trefnu"
#: db_qbe.php:209 db_qbe.php:243 libraries/db_structure.lib.php:111
#: libraries/display_tbl.lib.php:523 libraries/display_tbl.lib.php:828
#: server_databases.php:170 server_databases.php:187 tbl_operations.php:260
#: tbl_select.php:314
msgid "Ascending"
-msgstr ""
+msgstr "Esgynnol"
#: db_qbe.php:210 db_qbe.php:251 libraries/db_structure.lib.php:119
#: libraries/display_tbl.lib.php:528 libraries/display_tbl.lib.php:825
#: server_databases.php:170 server_databases.php:187 tbl_operations.php:261
#: tbl_select.php:315
msgid "Descending"
-msgstr ""
+msgstr "Disgynnol"
#: db_qbe.php:264 db_tracking.php:78 libraries/display_tbl.lib.php:308
#: tbl_change.php:277 tbl_tracking.php:597
msgid "Show"
-msgstr ""
+msgstr "Dangos"
#: db_qbe.php:300
msgid "Criteria"
-msgstr ""
+msgstr "Meini prawf"
#: db_qbe.php:353 db_qbe.php:435 db_qbe.php:527 db_qbe.php:558
msgid "Ins"
-msgstr ""
+msgstr "Ins"
#: db_qbe.php:357 db_qbe.php:439 db_qbe.php:524 db_qbe.php:555
msgid "And"
-msgstr ""
+msgstr "And"
#: db_qbe.php:366 db_qbe.php:447 db_qbe.php:529 db_qbe.php:560
msgid "Del"
-msgstr ""
+msgstr "Del"
#: db_qbe.php:370 db_qbe.php:451 db_qbe.php:522 db_qbe.php:553
#: libraries/display_import.lib.php:166 libraries/tbl_properties.inc.php:779
#: server_privileges.php:258 tbl_change.php:1031 tbl_indexes.php:250
#: tbl_select.php:288
msgid "Or"
-msgstr ""
+msgstr "Or"
#: db_qbe.php:507
msgid "Modify"
-msgstr ""
+msgstr "Addasu"
#: db_qbe.php:584
msgid "Add/Delete criteria rows"
-msgstr ""
+msgstr "Ychwanegu/Dileu rhesi meini prawf"
#: db_qbe.php:596
msgid "Add/Delete columns"
-msgstr ""
+msgstr "Ychwanegu/Dileu colofnau"
#: db_qbe.php:609 db_qbe.php:634
msgid "Update Query"
-msgstr ""
+msgstr "Ymholiad Diweddaru"
#: db_qbe.php:617
msgid "Use Tables"
-msgstr ""
+msgstr "Defnyddiwch Dablau"
#: db_qbe.php:640
#, possible-php-format
msgid "SQL query on database <b>%s</b>:"
-msgstr ""
+msgstr "Ymholiad SQL ar gronfa ddata <b>%s</b>:"
#: db_qbe.php:934 libraries/common.lib.php:1223
msgid "Submit Query"
-msgstr ""
+msgstr "Cyflwynwch yr Ymholiad"
#: db_search.php:68 libraries/auth/config.auth.lib.php:84
#: libraries/auth/config.auth.lib.php:103
#: libraries/auth/cookie.auth.lib.php:673 libraries/auth/http.auth.lib.php:52
#: libraries/auth/signon.auth.lib.php:183
msgid "Access denied"
-msgstr ""
+msgstr "Mynediad wedi'i wrthod"
#: db_search.php:80 db_search.php:311
msgid "at least one of the words"
-msgstr ""
+msgstr "o leiaf un o'r geiriau"
#: db_search.php:81 db_search.php:312
msgid "all words"
-msgstr ""
+msgstr "pob gair"
#: db_search.php:82 db_search.php:313
msgid "the exact phrase"
-msgstr ""
+msgstr "y cymal union"
#: db_search.php:83 db_search.php:314
msgid "as regular expression"
-msgstr ""
+msgstr "fel mynegiad arferol (regular expression)"
#: db_search.php:242
#, possible-php-format
msgid "Search results for \"<i>%s</i>\" %s:"
-msgstr ""
+msgstr "Canlyniadau chwilio am \"<i>%s</i>\" %s:"
#: db_search.php:260
#, possible-php-format
@@ -3766,215 +3766,215 @@ msgstr ""
#: tbl_structure.php:29 tbl_structure.php:153 tbl_structure.php:157
#: tbl_structure.php:473
msgid "Primary"
-msgstr ""
+msgstr "Cynradd"
#: libraries/mult_submits.inc.php:98 libraries/tbl_properties.inc.php:116
#: libraries/tbl_properties.inc.php:525 tbl_printview.php:326
#: tbl_structure.php:31 tbl_structure.php:154 tbl_structure.php:158
#: tbl_structure.php:475 tbl_structure.php:673
msgid "Index"
-msgstr ""
+msgstr "Indecs"
#: libraries/mult_submits.inc.php:108 libraries/tbl_properties.inc.php:531
#: tbl_structure.php:35 tbl_structure.php:156 tbl_structure.php:160
#: tbl_structure.php:478
msgid "Fulltext"
-msgstr ""
+msgstr "Testunllawn"
#: libraries/mult_submits.inc.php:435 tbl_replace.php:331
msgid "No change"
-msgstr ""
+msgstr "Dim newid"
#: libraries/mysql_charsets.lib.php:107
msgid "Charset"
-msgstr ""
+msgstr "Set nodau"
#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:402
#: tbl_change.php:518
msgid "Binary"
-msgstr ""
+msgstr "Deuaidd"
#: libraries/mysql_charsets.lib.php:213
msgid "Bulgarian"
-msgstr ""
+msgstr "Bwlgareg"
#: libraries/mysql_charsets.lib.php:217 libraries/mysql_charsets.lib.php:342
msgid "Simplified Chinese"
-msgstr ""
+msgstr "Tsieinëeg Syml"
#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:362
msgid "Traditional Chinese"
-msgstr ""
+msgstr "Tsieinëeg Draddodiadol"
#: libraries/mysql_charsets.lib.php:223 libraries/mysql_charsets.lib.php:409
msgid "case-insensitive"
-msgstr ""
+msgstr "cas-ansensitif"
#: libraries/mysql_charsets.lib.php:226 libraries/mysql_charsets.lib.php:411
msgid "case-sensitive"
-msgstr ""
+msgstr "cas-sensitif"
#: libraries/mysql_charsets.lib.php:229
msgid "Croatian"
-msgstr ""
+msgstr "Croateg"
#: libraries/mysql_charsets.lib.php:232
msgid "Czech"
-msgstr ""
+msgstr "Tsieceg"
#: libraries/mysql_charsets.lib.php:235
msgid "Danish"
-msgstr ""
+msgstr "Daneg"
#: libraries/mysql_charsets.lib.php:238
msgid "English"
-msgstr ""
+msgstr "Saesneg"
#: libraries/mysql_charsets.lib.php:241
msgid "Esperanto"
-msgstr ""
+msgstr "Esperanto"
#: libraries/mysql_charsets.lib.php:244
msgid "Estonian"
-msgstr ""
+msgstr "Estoneg"
#: libraries/mysql_charsets.lib.php:247 libraries/mysql_charsets.lib.php:250
msgid "German"
-msgstr ""
+msgstr "Almaeneg"
#: libraries/mysql_charsets.lib.php:247
msgid "dictionary"
-msgstr ""
+msgstr "geiriadur"
#: libraries/mysql_charsets.lib.php:250
msgid "phone book"
-msgstr ""
+msgstr "llyfr ffôn"
#: libraries/mysql_charsets.lib.php:253
msgid "Hungarian"
-msgstr ""
+msgstr "Hwngareg"
#: libraries/mysql_charsets.lib.php:256
msgid "Icelandic"
-msgstr ""
+msgstr "Islandeg"
#: libraries/mysql_charsets.lib.php:259 libraries/mysql_charsets.lib.php:349
msgid "Japanese"
-msgstr ""
+msgstr "Siapaneg"
#: libraries/mysql_charsets.lib.php:262
msgid "Latvian"
-msgstr ""
+msgstr "Latfieg"
#: libraries/mysql_charsets.lib.php:265
msgid "Lithuanian"
-msgstr ""
+msgstr "Lithwaneg"
#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:371
msgid "Korean"
-msgstr ""
+msgstr "Corëeg"
#: libraries/mysql_charsets.lib.php:271
msgid "Persian"
-msgstr ""
+msgstr "Perseg"
#: libraries/mysql_charsets.lib.php:274
msgid "Polish"
-msgstr ""
+msgstr "Pwyleg"
#: libraries/mysql_charsets.lib.php:277 libraries/mysql_charsets.lib.php:325
msgid "West European"
-msgstr ""
+msgstr "Ewropeaidd Gorllewinol"
#: libraries/mysql_charsets.lib.php:280
msgid "Romanian"
-msgstr ""
+msgstr "Rwmaneg"
#: libraries/mysql_charsets.lib.php:283
msgid "Slovak"
-msgstr ""
+msgstr "Slofaceg"
#: libraries/mysql_charsets.lib.php:286
msgid "Slovenian"
-msgstr ""
+msgstr "Slofeneg"
#: libraries/mysql_charsets.lib.php:289
msgid "Spanish"
-msgstr ""
+msgstr "Sbaeneg"
#: libraries/mysql_charsets.lib.php:292
msgid "Traditional Spanish"
-msgstr ""
+msgstr "Sbaeneg Draddodiadol"
#: libraries/mysql_charsets.lib.php:295 libraries/mysql_charsets.lib.php:392
msgid "Swedish"
-msgstr ""
+msgstr "Swedeg"
#: libraries/mysql_charsets.lib.php:298 libraries/mysql_charsets.lib.php:395
msgid "Thai"
-msgstr ""
+msgstr "Tai"
#: libraries/mysql_charsets.lib.php:301 libraries/mysql_charsets.lib.php:389
msgid "Turkish"
-msgstr ""
+msgstr "Twrceg"
#: libraries/mysql_charsets.lib.php:304 libraries/mysql_charsets.lib.php:386
msgid "Ukrainian"
-msgstr ""
+msgstr "Wcreineg"
#: libraries/mysql_charsets.lib.php:307 libraries/mysql_charsets.lib.php:316
msgid "Unicode"
-msgstr ""
+msgstr "Unicode"
#: libraries/mysql_charsets.lib.php:307 libraries/mysql_charsets.lib.php:316
#: libraries/mysql_charsets.lib.php:325 libraries/mysql_charsets.lib.php:332
#: libraries/mysql_charsets.lib.php:354 libraries/mysql_charsets.lib.php:365
msgid "multilingual"
-msgstr ""
+msgstr "amlieithog"
#: libraries/mysql_charsets.lib.php:332
msgid "Central European"
-msgstr ""
+msgstr "Ewropeaidd Canolog"
#: libraries/mysql_charsets.lib.php:337
msgid "Russian"
-msgstr ""
+msgstr "Rwseg"
#: libraries/mysql_charsets.lib.php:354
msgid "Baltic"
-msgstr ""
+msgstr "Balteg"
#: libraries/mysql_charsets.lib.php:359
msgid "Armenian"
-msgstr ""
+msgstr "Armeneg"
#: libraries/mysql_charsets.lib.php:365
msgid "Cyrillic"
-msgstr ""
+msgstr "Syrilig"
#: libraries/mysql_charsets.lib.php:368
msgid "Arabic"
-msgstr ""
+msgstr "Arabeg"
#: libraries/mysql_charsets.lib.php:374
msgid "Hebrew"
-msgstr ""
+msgstr "Iddeweg"
#: libraries/mysql_charsets.lib.php:377
msgid "Georgian"
-msgstr ""
+msgstr "Georgeg"
#: libraries/mysql_charsets.lib.php:380
msgid "Greek"
-msgstr ""
+msgstr "Groegeg"
#: libraries/mysql_charsets.lib.php:383
msgid "Czech-Slovak"
-msgstr ""
+msgstr "Tsiec-Slofac"
#: libraries/mysql_charsets.lib.php:398 libraries/mysql_charsets.lib.php:405
msgid "unknown"
-msgstr ""
+msgstr "anhysbys"
#: libraries/navigation_header.inc.php:54
#: libraries/navigation_header.inc.php:57
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4763-g5f20815
by Michal Čihař 07 Jun '10
by Michal Čihař 07 Jun '10
07 Jun '10
The branch, master has been updated
via 5f2081549ab89ac9162e2754b2b21bea6237b383 (commit)
via b18c409251b2233b804004c22118865efbb45a6c (commit)
via 0fa21b5527b9b47f4575ac8a0491a1356a1d5ab9 (commit)
via 5d454e2c4d80116eaea0964aa4562a144dab12d1 (commit)
from 1649a0a1c4e5d049e7b2e064d660439286fe0894 (commit)
- Log -----------------------------------------------------------------
commit 5f2081549ab89ac9162e2754b2b21bea6237b383
Author: ardavies <ardavies(a)tiscali.co.uk>
Date: Mon Jun 7 20:58:35 2010 +0200
Translation update done using Pootle.
commit b18c409251b2233b804004c22118865efbb45a6c
Merge: 0fa21b5527b9b47f4575ac8a0491a1356a1d5ab9 1649a0a1c4e5d049e7b2e064d660439286fe0894
Author: Pootle server <pootle(a)cihar.com>
Date: Mon Jun 7 20:40:29 2010 +0200
Merge remote branch 'origin/master'
commit 0fa21b5527b9b47f4575ac8a0491a1356a1d5ab9
Author: ardavies <ardavies(a)tiscali.co.uk>
Date: Mon Jun 7 20:23:25 2010 +0200
Translation update done using Pootle.
commit 5d454e2c4d80116eaea0964aa4562a144dab12d1
Author: ardavies <ardavies(a)tiscali.co.uk>
Date: Mon Jun 7 20:23:04 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cy.po | 144 ++++++++++++++++++++++++++++++++------------------------------
1 files changed, 75 insertions(+), 69 deletions(-)
diff --git a/po/cy.po b/po/cy.po
index abd8781..aeb889c 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -2,31 +2,32 @@
# Copyright (C) 2003 - 2010 phpMyAdmin devel team
# This file is distributed under the same license as the phpMyAdmin package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-06-04 16:07-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2010-06-07 20:23+0200\n"
+"Last-Translator: <ardavies(a)tiscali.co.uk>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
+"X-Generator: Pootle 2.0.1\n"
#: browse_foreigners.php:38 browse_foreigners.php:59
#: libraries/display_tbl.lib.php:417 server_privileges.php:1475
msgid "Show all"
-msgstr ""
+msgstr "Dangos pob"
#: browse_foreigners.php:82 libraries/common.lib.php:2304
#: libraries/display_pdf_schema.lib.php:17 libraries/display_tbl.lib.php:394
#: libraries/export/pdf.php:147 pdf_schema.php:283 pdf_schema.php:1123
#: pdf_schema.php:1139
msgid "Page number:"
-msgstr ""
+msgstr "Rhif tudalen:"
#: browse_foreigners.php:132
msgid ""
@@ -34,6 +35,9 @@ msgid ""
"parent window, or your browser's security settings are configured to block "
"cross-window updates."
msgstr ""
+"Nid oedd modd diweddaru ffenest y targed. Efallai eich bod chi wedi cau "
+"ffenest y rhiant, neu bod gosodiadau diogelwch eich porwr yn gwrthod "
+"caniatáu diweddariadau traws-ffenest."
#: browse_foreigners.php:150 db_structure.php:79 db_structure.php:80
#: db_structure.php:91 db_structure.php:93 db_structure.php:104
@@ -41,7 +45,7 @@ msgstr ""
#: libraries/common.lib.php:2829 libraries/db_links.inc.php:75
#: libraries/tbl_links.inc.php:63
msgid "Search"
-msgstr ""
+msgstr "Chwilio"
#: browse_foreigners.php:153 db_operations.php:385 db_operations.php:429
#: db_operations.php:499 db_operations.php:609 db_search.php:362
@@ -70,37 +74,37 @@ msgstr ""
#: tbl_structure.php:597 tbl_tracking.php:395 tbl_tracking.php:512
#: view_create.php:182 view_operations.php:101
msgid "Go"
-msgstr ""
+msgstr "Ewch"
#: browse_foreigners.php:168 browse_foreigners.php:172
#: libraries/Index.class.php:442 tbl_tracking.php:320
msgid "Keyname"
-msgstr ""
+msgstr "Enw allweddol"
#: browse_foreigners.php:169 browse_foreigners.php:171
#: server_collations.php:55 server_collations.php:67 server_engines.php:59
#: server_status.php:628
msgid "Description"
-msgstr ""
+msgstr "Disgrifiad"
#: browse_foreigners.php:247 browse_foreigners.php:256
#: browse_foreigners.php:268 browse_foreigners.php:276
msgid "Use this value"
-msgstr ""
+msgstr "Defnyddiwch y gwerth hwn"
#: db_create.php:46
#, possible-php-format
msgid "Database %1$s has been created."
-msgstr ""
+msgstr "Cafodd y gronfa ddata %1$s ei chreu."
#: db_datadict.php:49 db_operations.php:378
msgid "Database comment: "
-msgstr ""
+msgstr "Sylw cronfa ddata:"
#: db_datadict.php:165 libraries/tbl_properties.inc.php:724
#: pdf_schema.php:1236 tbl_operations.php:347 tbl_printview.php:130
msgid "Table comments"
-msgstr ""
+msgstr "Sylwadau tabl"
#: db_datadict.php:174 db_qbe.php:174 libraries/Index.class.php:446
#: libraries/export/htmlword.php:244 libraries/export/latex.php:360
@@ -111,7 +115,7 @@ msgstr ""
#: tbl_select.php:135 tbl_structure.php:177 tbl_tracking.php:273
#: tbl_tracking.php:324
msgid "Column"
-msgstr ""
+msgstr "Colofn"
#: db_datadict.php:175 db_printview.php:106 libraries/Index.class.php:443
#: libraries/db_events.inc.php:31 libraries/db_routines.inc.php:42
@@ -123,7 +127,7 @@ msgstr ""
#: tbl_printview.php:313 tbl_select.php:136 tbl_structure.php:178
#: tbl_structure.php:659 tbl_tracking.php:274 tbl_tracking.php:321
msgid "Type"
-msgstr ""
+msgstr "Math"
#: db_datadict.php:177 libraries/Index.class.php:449
#: libraries/export/htmlword.php:246 libraries/export/latex.php:360
@@ -132,7 +136,7 @@ msgstr ""
#: pdf_schema.php:1286 tbl_change.php:323 tbl_printview.php:145
#: tbl_structure.php:181 tbl_tracking.php:276 tbl_tracking.php:327
msgid "Null"
-msgstr ""
+msgstr "Null"
#: db_datadict.php:178 db_structure.php:501 libraries/export/htmlword.php:247
#: libraries/export/latex.php:360 libraries/export/odt.php:303
@@ -140,14 +144,14 @@ msgstr ""
#: pdf_schema.php:1266 pdf_schema.php:1287 tbl_printview.php:146
#: tbl_structure.php:182 tbl_tracking.php:277
msgid "Default"
-msgstr ""
+msgstr "Diofyn"
#: db_datadict.php:182 libraries/export/htmlword.php:249
#: libraries/export/latex.php:362 libraries/export/odt.php:307
#: libraries/export/texytext.php:238 pdf_schema.php:1268 pdf_schema.php:1289
#: tbl_printview.php:150
msgid "Links to"
-msgstr ""
+msgstr "Cysylltu i"
#: db_datadict.php:184 db_printview.php:112 libraries/export/htmlword.php:252
#: libraries/export/latex.php:45 libraries/export/latex.php:365
@@ -156,7 +160,7 @@ msgstr ""
#: libraries/tbl_properties.inc.php:130 pdf_schema.php:1279
#: pdf_schema.php:1290 tbl_printview.php:152
msgid "Comments"
-msgstr ""
+msgstr "Sylwadau"
#: db_datadict.php:267 libraries/Index.class.php:359
#: libraries/Index.class.php:386 libraries/export/htmlword.php:322
@@ -167,7 +171,7 @@ msgstr ""
#: server_privileges.php:2148 sql.php:132 sql.php:194 tbl_printview.php:229
#: tbl_structure.php:350 tbl_tracking.php:337 tbl_tracking.php:342
msgid "No"
-msgstr ""
+msgstr "Na"
#: db_datadict.php:267 libraries/Index.class.php:360
#: libraries/Index.class.php:385 libraries/export/htmlword.php:322
@@ -184,131 +188,131 @@ msgstr ""
#: tbl_printview.php:229 tbl_structure.php:40 tbl_structure.php:350
#: tbl_tracking.php:335 tbl_tracking.php:340
msgid "Yes"
-msgstr ""
+msgstr "Ie"
#: db_datadict.php:322 db_printview.php:266 tbl_printview.php:498
msgid "Print"
-msgstr ""
+msgstr "Argraffu"
#: db_export.php:29
msgid "View dump (schema) of database"
-msgstr ""
+msgstr "Dangos dadlwythiad (sgema) y gronfa ddata"
#: db_export.php:33 db_printview.php:96 db_qbe.php:102 db_structure.php:51
#: db_tracking.php:35 export.php:359 navigation.php:332
msgid "No tables found in database."
-msgstr ""
+msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata."
#: db_export.php:43 db_search.php:344 server_export.php:27
msgid "Select All"
-msgstr ""
+msgstr "Dewis Pob"
#: db_export.php:45 db_search.php:347 server_export.php:29
msgid "Unselect All"
-msgstr ""
+msgstr "Dad-ddewis Pob"
#: db_operations.php:38 tbl_create.php:54
msgid "The database name is empty!"
-msgstr ""
+msgstr "Mae enw'r gronfa ddata'n wag!"
#: db_operations.php:236
#, possible-php-format
msgid "Database %s has been renamed to %s"
-msgstr ""
+msgstr "Cafodd cronfa ddata %s ei hailenwi i %s"
#: db_operations.php:240
#, possible-php-format
msgid "Database %s has been copied to %s"
-msgstr ""
+msgstr "Cafodd y gronfa ddata %s ei chopïo i %s"
#: db_operations.php:412
msgid "Rename database to"
-msgstr ""
+msgstr "Ailenwch y gronfa ddata i"
#: db_operations.php:417 server_processlist.php:57
msgid "Command"
-msgstr ""
+msgstr "Gorchymyn"
#: db_operations.php:429 tbl_change.php:1143
msgid "and then"
-msgstr ""
+msgstr "ac yna"
#: db_operations.php:455
msgid "Copy database to"
-msgstr ""
+msgstr "Copïwch y gronfa ddata i"
#: db_operations.php:462 tbl_operations.php:528 tbl_tracking.php:388
msgid "Structure only"
-msgstr ""
+msgstr "Strwythur yn unig"
#: db_operations.php:463 tbl_operations.php:529 tbl_tracking.php:390
msgid "Structure and data"
-msgstr ""
+msgstr "Strwythur a data"
#: db_operations.php:464 tbl_operations.php:530 tbl_tracking.php:389
msgid "Data only"
-msgstr ""
+msgstr "Data yn unig"
#: db_operations.php:472
msgid "CREATE DATABASE before copying"
-msgstr ""
+msgstr "Defnyddiwch CREATE DATABASE cyn copïo"
#: db_operations.php:475 libraries/export/sql.php:52
#: libraries/export/sql.php:74 libraries/export/sql.php:76
#: libraries/export/sql.php:82 tbl_operations.php:536
#, possible-php-format
msgid "Add %s"
-msgstr ""
+msgstr "Ychwanegwch %s"
#: db_operations.php:479 libraries/export/sql.php:78 tbl_operations.php:299
#: tbl_operations.php:538
msgid "Add AUTO_INCREMENT value"
-msgstr ""
+msgstr "Ychwanegwch werth AUTO_INCREMENT"
#: db_operations.php:483 tbl_operations.php:545
msgid "Add constraints"
-msgstr ""
+msgstr "Ychwanegwch cyfyngiadau"
#: db_operations.php:496
msgid "Switch to copied database"
-msgstr ""
+msgstr "Newidiwch i'r gronfa ddata a gopïwyd"
#: db_operations.php:537
msgid "BLOB Repository"
-msgstr ""
+msgstr "Ystorfa BLOB"
#: db_operations.php:540 db_tracking.php:76 libraries/common.lib.php:1350
#: libraries/server_links.inc.php:49 server_processlist.php:59
#: tbl_tracking.php:596 test/theme.php:101
msgid "Status"
-msgstr ""
+msgstr "Statws"
#: db_operations.php:548
msgctxt "BLOB repository"
msgid "Enabled"
-msgstr ""
+msgstr "Galluogwyd"
#: db_operations.php:552
msgid "Disable"
-msgstr ""
+msgstr "Analluogwch"
#: db_operations.php:562
msgid "Damaged"
-msgstr ""
+msgstr "Wedi difrodi"
#: db_operations.php:566
msgctxt "BLOB repository"
msgid "Repair"
-msgstr ""
+msgstr "Trwsiwch"
#: db_operations.php:574
msgctxt "BLOB repository"
msgid "Disabled"
-msgstr ""
+msgstr "Analluogwyd"
#: db_operations.php:578
msgid "Enable"
-msgstr ""
+msgstr "Galluogwch"
#: db_operations.php:602 libraries/Index.class.php:448
#: libraries/db_structure.lib.php:62 libraries/mysql_charsets.lib.php:107
@@ -317,7 +321,7 @@ msgstr ""
#: tbl_operations.php:363 tbl_select.php:137 tbl_structure.php:179
#: tbl_structure.php:767 tbl_tracking.php:275 tbl_tracking.php:326
msgid "Collation"
-msgstr ""
+msgstr "Coladiad"
#: db_operations.php:615 main.php:316 pdf_schema.php:34
#, possible-php-format
@@ -325,10 +329,12 @@ msgid ""
"The additional features for working with linked tables have been "
"deactivated. To find out why click %shere%s."
msgstr ""
+"Mae'r nodweddion ar gyfer gweithio gyda thablau sydd wedi cysylltu wedi'u "
+"hanalluogi. Pwyswch %syma%s i ddarganfod pam."
#: db_operations.php:648
msgid "Edit PDF Pages"
-msgstr ""
+msgstr "Golygwch Dudalennau PDF"
#: db_printview.php:104 db_tracking.php:72 db_tracking.php:157
#: libraries/db_structure.lib.php:46 libraries/export/xml.php:328
@@ -337,48 +343,48 @@ msgstr ""
#: server_synchronize.php:423 server_synchronize.php:866 tbl_tracking.php:592
#: test/theme.php:75
msgid "Table"
-msgstr ""
+msgstr "Tabl"
#: db_printview.php:105 libraries/db_structure.lib.php:56
#: libraries/header_printview.inc.php:63 libraries/import.lib.php:145
#: navigation.php:638 navigation.php:660 server_databases.php:122
#: tbl_printview.php:394 tbl_structure.php:365 tbl_structure.php:777
msgid "Rows"
-msgstr ""
+msgstr "Rhesi"
#: db_printview.php:109 libraries/db_structure.lib.php:67 tbl_indexes.php:190
msgid "Size"
-msgstr ""
+msgstr "Maint"
#: db_printview.php:162 db_structure.php:457 libraries/export/sql.php:559
#: libraries/export/sql.php:899
msgid "in use"
-msgstr ""
+msgstr "ar ddefnydd"
#: db_printview.php:187 libraries/db_info.inc.php:88
#: libraries/export/sql.php:514 pdf_schema.php:1241 tbl_printview.php:434
#: tbl_structure.php:809
msgid "Creation"
-msgstr ""
+msgstr "Cread"
#: db_printview.php:196 libraries/db_info.inc.php:93
#: libraries/export/sql.php:519 pdf_schema.php:1246 tbl_printview.php:444
#: tbl_structure.php:817
msgid "Last update"
-msgstr ""
+msgstr "Diweddariad diwethaf"
#: db_printview.php:205 libraries/db_info.inc.php:98
#: libraries/export/sql.php:524 pdf_schema.php:1251 tbl_printview.php:454
#: tbl_structure.php:825
msgid "Last check"
-msgstr ""
+msgstr "Gwiriad diwethaf"
#: db_printview.php:222 db_structure.php:480
#, possible-php-format
msgid "%s table"
msgid_plural "%s tables"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%s tabl"
+msgstr[1] "%s tabl"
#: db_qbe.php:29 libraries/Message.class.php:191
#: libraries/display_tbl.lib.php:1981 libraries/sql_query_form.lib.php:140
@@ -1590,7 +1596,7 @@ msgstr ""
#: libraries/select_server.lib.php:41 libraries/select_server.lib.php:47
#: main.php:185 test/theme.php:57
msgid "Server"
-msgstr ""
+msgstr "Gweinydd"
#: libraries/common.inc.php:823
msgid "Invalid authentication method set in configuration:"
@@ -1610,13 +1616,13 @@ msgstr ""
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr ""
+msgstr "en"
#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
-msgstr ""
+msgstr "en"
#: libraries/common.lib.php:428 libraries/common.lib.php:430
#: libraries/common.lib.php:432 libraries/common.lib.php:448
@@ -1630,19 +1636,19 @@ msgstr ""
#: libraries/common.lib.php:595 libraries/header_printview.inc.php:61
#: server_processlist.php:60 server_status.php:247
msgid "SQL query"
-msgstr ""
+msgstr "Ymholiad SQL"
#: libraries/common.lib.php:634
msgid "MySQL said: "
-msgstr ""
+msgstr "Dywedodd MySQL:"
#: libraries/common.lib.php:1177 setup/lib/messages.inc.php:353
msgid "Explain SQL"
-msgstr ""
+msgstr "Esbonio SQL"
#: libraries/common.lib.php:1180
msgid "Skip Explain SQL"
-msgstr ""
+msgstr "Sgipio Esbonio SQL"
#: libraries/common.lib.php:1212
msgid "Without PHP Code"
@@ -1693,7 +1699,7 @@ msgstr ""
#: libraries/common.lib.php:1379
msgid "MiB"
-msgstr ""
+msgstr "MiB"
#: libraries/common.lib.php:1379
msgid "GiB"
hooks/post-receive
--
phpMyAdmin
1
0