[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1899-g3c7b1ef

Michal Čihař nijel at users.sourceforge.net
Tue Feb 8 13:57:13 CET 2011


The branch, master has been updated
       via  3c7b1efa57cc055062f43021cbef7557ebff4597 (commit)
       via  8f259261746f6246f9a670d6609e7bbe3f56d074 (commit)
      from  885cb6f0fb6dc32ded84c054499f675b27811bd0 (commit)


- Log -----------------------------------------------------------------
commit 3c7b1efa57cc055062f43021cbef7557ebff4597
Author: Michal Čihař <mcihar at novell.com>
Date:   Tue Feb 8 13:56:59 2011 +0100

    Czech translation update

commit 8f259261746f6246f9a670d6609e7bbe3f56d074
Author: Michal Čihař <mcihar at novell.com>
Date:   Tue Feb 8 13:56:27 2011 +0100

    Need to fill in all things as associative array, otherwise user prefs fail

-----------------------------------------------------------------------

Summary of changes:
 libraries/config.values.php |    6 +++---
 po/af.po                    |   22 ++++++++++++----------
 po/ar.po                    |   30 +++++++++++++++++++++---------
 po/az.po                    |   22 ++++++++++++----------
 po/be.po                    |   22 ++++++++++++----------
 po/be at latin.po              |   19 +++++++++++++------
 po/bg.po                    |   22 ++++++++++++----------
 po/bn.po                    |   19 +++++++++++++------
 po/bs.po                    |   22 ++++++++++++----------
 po/ca.po                    |   24 ++++++++++++++++++------
 po/cs.po                    |   43 +++++++++++++++++++++++++++----------------
 po/cy.po                    |   31 +++++++++++++++++++------------
 po/da.po                    |   19 +++++++++++++------
 po/de.po                    |   24 ++++++++++++++++++------
 po/el.po                    |   24 ++++++++++++++++++------
 po/en_GB.po                 |   24 ++++++++++++++++++------
 po/es.po                    |   24 ++++++++++++++++++------
 po/et.po                    |   22 ++++++++++++----------
 po/eu.po                    |   22 ++++++++++++----------
 po/fa.po                    |   22 ++++++++++++----------
 po/fi.po                    |   24 ++++++++++++++++++------
 po/fr.po                    |   24 ++++++++++++++++++------
 po/gl.po                    |   31 +++++++++++++++++++------------
 po/he.po                    |   22 ++++++++++++----------
 po/hi.po                    |   19 +++++++++++++------
 po/hr.po                    |   22 ++++++++++++----------
 po/hu.po                    |   19 +++++++++++++------
 po/id.po                    |   24 ++++++++++++++++++------
 po/it.po                    |   19 +++++++++++++------
 po/ja.po                    |   19 +++++++++++++------
 po/ka.po                    |   26 ++++++++++++++------------
 po/ko.po                    |   22 ++++++++++++----------
 po/lt.po                    |   24 ++++++++++++++++++------
 po/lv.po                    |   22 ++++++++++++----------
 po/mk.po                    |   22 ++++++++++++----------
 po/mn.po                    |   19 +++++++++++++------
 po/ms.po                    |   22 ++++++++++++----------
 po/nb.po                    |   24 ++++++++++++++++++------
 po/nl.po                    |   24 ++++++++++++++++++------
 po/phpmyadmin.pot           |   14 ++++++++------
 po/pl.po                    |   24 ++++++++++++++++++------
 po/pt.po                    |   19 +++++++++++++------
 po/pt_BR.po                 |   24 ++++++++++++++++++------
 po/ro.po                    |   26 ++++++++++++++------------
 po/ru.po                    |   24 ++++++++++++++++++------
 po/si.po                    |   22 ++++++++++++----------
 po/sk.po                    |   22 ++++++++++++----------
 po/sl.po                    |   24 ++++++++++++++++++------
 po/sq.po                    |   22 ++++++++++++----------
 po/sr.po                    |   22 ++++++++++++----------
 po/sr at latin.po              |   19 +++++++++++++------
 po/sv.po                    |   24 ++++++++++++++++++------
 po/ta.po                    |   14 ++++++++------
 po/te.po                    |   31 +++++++++++++++++++------------
 po/th.po                    |   22 ++++++++++++----------
 po/tr.po                    |   24 ++++++++++++++++++------
 po/tt.po                    |   22 ++++++++++++----------
 po/ug.po                    |   19 +++++++++++++------
 po/uk.po                    |   19 +++++++++++++------
 po/ur.po                    |   19 +++++++++++++------
 po/uz.po                    |   31 +++++++++++++++++++------------
 po/uz at latin.po              |   31 +++++++++++++++++++------------
 po/zh_CN.po                 |   24 ++++++++++++++++++------
 po/zh_TW.po                 |   19 +++++++++++++------
 64 files changed, 936 insertions(+), 516 deletions(-)

diff --git a/libraries/config.values.php b/libraries/config.values.php
index fc50da8..b519037 100644
--- a/libraries/config.values.php
+++ b/libraries/config.values.php
@@ -42,12 +42,12 @@ $cfg_db['LeftDefaultTabTable'] = array(
     'sql.php');          // browse page
 $cfg_db['LeftFrameDBSeparator'] = 'short_string';
 $cfg_db['LeftFrameTableSeparator'] = 'short_string';
-$cfg_db['NavigationBarIconic'] = array(true, false, 'both' => __('both'));
+$cfg_db['NavigationBarIconic'] = array(true => __('Yes'), false => __('No'), 'both' => __('Both'));
 $cfg_db['Order'] = array('ASC', 'DESC', 'SMART');
 $cfg_db['ProtectBinary'] = array(false, 'blob', 'all');
 $cfg_db['DefaultDisplay'] = array('horizontal', 'vertical', 'horizontalflipped');
 $cfg_db['CharEditing'] = array('input', 'textarea');
-$cfg_db['PropertiesIconic'] = array(true, false, 'both' => __('both'));
+$cfg_db['PropertiesIconic'] = array(true => __('Yes'), false => __('No'), 'both' => __('Both'));
 $cfg_db['DefaultTabServer'] = array(
     'main.php',                // the welcome page (recommended for multiuser setups)
     'server_databases.php',    // list of databases
@@ -71,7 +71,7 @@ $cfg_db['QueryWindowDefTab'] = array(
 	'files',   // Import files
 	'history', // SQL history
 	'full');   // All (SQL and SQL history)
-$cfg_db['InitialSlidersState'] = array('open' => __('open'), 'closed' => __('closed'));
+$cfg_db['InitialSlidersState'] = array('open' => __('Open'), 'closed' => __('Closed'));
 $cfg_db['Import']['format'] = array(
     'csv',    // CSV
     'docsql', // DocSQL
diff --git a/po/af.po b/po/af.po
index cc6511f..4fbf7eb 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-30 23:04+0200\n"
 "Last-Translator: Michal <michal at cihar.com>\n"
 "Language-Team: afrikaans <af at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "Kommentaar"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr "Nee"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2178,17 +2180,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Ongebalanseerde kwotasie-teken"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9723,6 +9725,10 @@ msgid "Rename view to"
 msgstr "Hernoem tabel na"
 
 #, fuzzy
+#~ msgid "yes"
+#~ msgstr "Ja"
+
+#, fuzzy
 #~ msgid "Disable Statistics"
 #~ msgstr "Databasis statistieke"
 
@@ -9789,10 +9795,6 @@ msgstr "Hernoem tabel na"
 #~ msgstr "Geen databasisse"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Ja"
-
-#, fuzzy
 #~| msgid "Dump %s row(s) starting at record # %s"
 #~ msgid "Dump %s row(s) starting at row # %s"
 #~ msgstr "Stort %s rye beginnende by rekord # %s."
diff --git a/po/ar.po b/po/ar.po
index 0d92a91..ae16b99 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-05-29 14:16+0200\n"
 "Last-Translator: Ahmed <aa.mahdawy.10 at gmail.com>\n"
 "Language-Team: arabic <ar at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgstr "تعليقات"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr "لا"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2193,17 +2195,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "أغلق"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9809,6 +9811,19 @@ msgstr ""
 msgid "Rename view to"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "نعم"
+
+#~ msgid "no"
+#~ msgstr "لا"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "أغلق"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "أوقف الإحصائيات"
 
@@ -9884,9 +9899,6 @@ msgstr ""
 #~ msgid "Data Dictionary Format"
 #~ msgstr "تنسيق قاموس البيانات"
 
-#~ msgid "no"
-#~ msgstr "لا"
-
 #, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
diff --git a/po/az.po b/po/az.po
index 379cbfd..69bd99a 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:11+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: azerbaijani <az at li.org>\n"
@@ -187,7 +187,8 @@ msgid "Comments"
 msgstr "Qısa İzahatlar"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -202,7 +203,8 @@ msgid "No"
 msgstr "Xeyir"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2196,17 +2198,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Unclosed quote"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9892,6 +9894,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Cedveli yeniden adlandır"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Beli"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Statistikaları Söndür"
 
@@ -9971,10 +9977,6 @@ msgstr "Cedveli yeniden adlandır"
 #~ msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Beli"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "AUTO_INCREMENT deyeri elave et"
diff --git a/po/be.po b/po/be.po
index f6baa30..c831ad7 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:12+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: belarusian_cyrillic <be at li.org>\n"
@@ -192,7 +192,8 @@ msgid "Comments"
 msgstr "Камэнтары"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -207,7 +208,8 @@ msgid "No"
 msgstr "Не"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2246,17 +2248,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Незакрытае двукосьсе"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10276,6 +10278,10 @@ msgstr "Назва прагляду"
 msgid "Rename view to"
 msgstr "Перайменаваць табліцу ў"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Так"
+
 #~ msgid "to/from page"
 #~ msgstr "старонка"
 
@@ -10366,10 +10372,6 @@ msgstr "Перайменаваць табліцу ў"
 #~ msgstr "Базы дадзеных адсутнічаюць"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Так"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Дадаць значэньне AUTO_INCREMENT"
diff --git a/po/be at latin.po b/po/be at latin.po
index 1fc96d2..df6e2fd 100644
--- a/po/be at latin.po
+++ b/po/be at latin.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-30 23:09+0200\n"
 "Last-Translator: Michal <michal at cihar.com>\n"
 "Language-Team: belarusian_latin <be at latin@li.org>\n"
@@ -194,7 +194,8 @@ msgid "Comments"
 msgstr "Kamentary"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -209,7 +210,8 @@ msgid "No"
 msgstr "Nie"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2251,17 +2253,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Niezakrytaje dvukośsie"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10231,6 +10233,11 @@ msgstr "Nazva prahladu"
 msgid "Rename view to"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Tak"
+
 #~ msgid "to/from page"
 #~ msgstr "staronka"
 
diff --git a/po/bg.po b/po/bg.po
index dcb76bb..64fa3c4 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-06-11 17:28+0200\n"
 "Last-Translator:  <stanprog at stanprog.com>\n"
 "Language-Team: bulgarian <bg at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgstr "Коментари"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr "не"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2213,17 +2215,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Незатворени кавички"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9984,6 +9986,10 @@ msgstr "Име на ИЗГЛЕД-а"
 msgid "Rename view to"
 msgstr "Преименуване на изгледа на"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "да"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Забрани статистика"
 
@@ -10073,10 +10079,6 @@ msgstr "Преименуване на изгледа на"
 #~ msgstr "Няма бази от данни"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "да"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Добавяне на AUTO_INCREMENT"
diff --git a/po/bn.po b/po/bn.po
index 79f00cc..eedb660 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-10-21 01:36+0200\n"
 "Last-Translator: Nobin নবীন <nobin at cyberbogra.com>\n"
 "Language-Team: bangla <bn at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgstr "মন্তব্যসমূহ"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr "না"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2223,17 +2225,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Unclosed quote"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10156,6 +10158,11 @@ msgstr ""
 msgid "Rename view to"
 msgstr "টেবিল রিনেম করুন"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "হ্যাঁ"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "পরিসংখ্যান বন্ধ কর"
 
diff --git a/po/bs.po b/po/bs.po
index e60e192..1d6ad6f 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:12+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: bosnian <bs at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "Komentari"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr "Ne"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2195,17 +2197,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Navodnik nije zatvoren"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9877,6 +9879,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Promjeni ime tabele u "
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Da"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Isključi statistike"
 
@@ -9959,10 +9965,6 @@ msgstr "Promjeni ime tabele u "
 #~ msgstr "Baza ne postoji"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Da"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Dodaj AUTO_INCREMENT vrijednost"
diff --git a/po/ca.po b/po/ca.po
index 1d313b1..e6949b7 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-12-14 11:33+0200\n"
 "Last-Translator: Xavier Navarro <xvnavarro at gmail.com>\n"
 "Language-Team: catalan <ca at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Comentaris"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "No"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2116,17 +2118,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Tanca"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10064,6 +10066,16 @@ msgstr "Nom de VISTA"
 msgid "Rename view to"
 msgstr "Reanomena la vista a"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Si"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Tanca"
+
 #~ msgid "to/from page"
 #~ msgstr "plana a/de"
 
diff --git a/po/cs.po b/po/cs.po
index e674872..3cbd5d1 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,8 +6,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
-"PO-Revision-Date: 2011-02-08 13:33+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
+"PO-Revision-Date: 2011-02-08 13:56+0100\n"
 "Last-Translator: Michal Čihař <michal at cihar.com>\n"
 "Language-Team: czech <cs at li.org>\n"
 "Language: cs\n"
@@ -192,7 +192,8 @@ msgid "Comments"
 msgstr "Komentáře"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -207,7 +208,8 @@ msgid "No"
 msgstr "Ne"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2109,17 +2111,17 @@ msgid "There are no files to upload"
 msgstr "Nebyl zvolen žádný soubor pro nahrání"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
-msgstr "obojí"
+msgid "Both"
+msgstr "Obojí"
 
 #: libraries/config.values.php:74
-msgid "open"
-msgstr "otevřené"
+msgid "Open"
+msgstr "Otevřené"
 
 #: libraries/config.values.php:74
 #| msgid "Close"
-msgid "closed"
-msgstr "zavřené"
+msgid "Closed"
+msgstr "Uzavřené"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
 #: libraries/export/latex.php:41 libraries/export/odt.php:33
@@ -9936,6 +9938,21 @@ msgstr "Jméno pohledu"
 msgid "Rename view to"
 msgstr "Přejmenovat pohled na"
 
+#~ msgid "yes"
+#~ msgstr "ano"
+
+#~ msgid "no"
+#~ msgstr "ne"
+
+#~ msgid "both"
+#~ msgstr "obojí"
+
+#~ msgid "open"
+#~ msgstr "otevřené"
+
+#~ msgid "closed"
+#~ msgstr "zavřené"
+
 #~ msgid "to/from page"
 #~ msgstr "do/ze stránky"
 
@@ -10023,9 +10040,6 @@ msgstr "Přejmenovat pohled na"
 #~ msgid "Method"
 #~ msgstr "Způsob exportu"
 
-#~ msgid "no"
-#~ msgstr "ne"
-
 #~ msgid "Enter login options for signon authentication"
 #~ msgstr "Zadejte parametry pro autentizaci signon"
 
@@ -10042,6 +10056,3 @@ msgstr "Přejmenovat pohled na"
 #~ "Nastavení SQL dotazů, pro nastavení políček pro SQL dotazy si prohlédněte "
 #~ "nastavení [a@?page=form&formset=main_frame#tab_Sql_box]navigačního "
 #~ "rámu[/a]"
-
-#~ msgid "yes"
-#~ msgstr "ano"
diff --git a/po/cy.po b/po/cy.po
index 7a4fd85..c5c6d72 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-06-07 20:23+0200\n"
 "Last-Translator:  <ardavies at tiscali.co.uk>\n"
 "Language-Team: Welsh <cy at li.org>\n"
@@ -194,7 +194,8 @@ msgid "Comments"
 msgstr "Sylwadau"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -209,7 +210,8 @@ msgid "No"
 msgstr "Na"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2164,17 +2166,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Cau"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9651,6 +9653,17 @@ msgstr "Enw VIEW"
 msgid "Rename view to"
 msgstr "Ailenwch golwg i"
 
+#~ msgid "yes"
+#~ msgstr "ie"
+
+#~ msgid "no"
+#~ msgstr "na"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Cau"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Analluogi Ystadegau"
 
@@ -9689,12 +9702,6 @@ msgstr "Ailenwch golwg i"
 #~ msgid "Data Dictionary Format"
 #~ msgstr "Fformat Geiriadur Data"
 
-#~ msgid "no"
-#~ msgstr "na"
-
-#~ msgid "yes"
-#~ msgstr "ie"
-
 #, fuzzy
 #~| msgid "Remove CRLF characters within columns"
 #~ msgid "Remove carriage return/line field characters within columns"
diff --git a/po/da.po b/po/da.po
index 3ae82b2..793bb5d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-21 14:55+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: danish <da at li.org>\n"
@@ -193,7 +193,8 @@ msgid "Comments"
 msgstr "Kommentarer"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -208,7 +209,8 @@ msgid "No"
 msgstr "Nej"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2231,17 +2233,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Ikke-lukket quote"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10105,6 +10107,11 @@ msgstr "VIEW navn"
 msgid "Rename view to"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Ja"
+
 #~ msgid "to/from page"
 #~ msgstr "til/fra side"
 
diff --git a/po/de.po b/po/de.po
index bc55e5d..e756a39 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-01-21 12:07+0200\n"
 "Last-Translator:  <ch at rech.co>\n"
 "Language-Team: german <de at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Kommentare"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Nein"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2175,17 +2177,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Schliesse"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10552,6 +10554,16 @@ msgstr "VIEW Name"
 msgid "Rename view to"
 msgstr "View umbenennen in"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Ja"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Schliesse"
+
 #~ msgid "to/from page"
 #~ msgstr "nach/von Seite"
 
diff --git a/po/el.po b/po/el.po
index a2a78c0..cf71aa3 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-12-13 13:42+0200\n"
 "Last-Translator: Panagiotis Papazoglou <papaz_p at yahoo.com>\n"
 "Language-Team: greek <el at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Σχόλια"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Όχι"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2122,17 +2124,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Κλείσιμο"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10166,6 +10168,16 @@ msgstr "ΠΡΟΒΟΛΗ ονόματος"
 msgid "Rename view to"
 msgstr "Μετονομασία πίνακα σε"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Ναι"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Κλείσιμο"
+
 #~ msgid "to/from page"
 #~ msgstr "από/προς τη σελίδα"
 
diff --git a/po/en_GB.po b/po/en_GB.po
index 4424fbc..26b673b 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-02-03 19:19+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: english-gb <en_GB at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Comments"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "No"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2098,17 +2100,17 @@ msgid "There are no files to upload"
 msgstr "There are no files to upload"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Close"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9932,6 +9934,16 @@ msgstr "VIEW name"
 msgid "Rename view to"
 msgstr "Rename view to"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Yes"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Close"
+
 #~ msgid "to/from page"
 #~ msgstr "to/from page"
 
diff --git a/po/es.po b/po/es.po
index 08a3538..0eb1243 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-02-06 16:30+0200\n"
 "Last-Translator: Adolfo Jayme Barrientos <fitoschido at gmail.com>\n"
 "Language-Team: spanish <es at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Comentarios"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "No"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2129,17 +2131,17 @@ msgid "There are no files to upload"
 msgstr "No hay archivos para subir"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Cerrar"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10364,6 +10366,16 @@ msgstr "(VIEW) VER nombre"
 msgid "Rename view to"
 msgstr "Cambiar el nombre de la vista a "
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Sí"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Cerrar"
+
 #~ msgid "to/from page"
 #~ msgstr "página de/a la"
 
diff --git a/po/et.po b/po/et.po
index 28779dd..599d89a 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:14+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: estonian <et at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "Kommentaarid"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr "Ei"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2225,17 +2227,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Sulgemata jutumärk/ülakoma"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10145,6 +10147,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Nimeta tabel ümber"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Jah"
+
 #~ msgid "to/from page"
 #~ msgstr "Kuhu/Kust leht"
 
@@ -10235,10 +10241,6 @@ msgstr "Nimeta tabel ümber"
 #~ msgstr "Pole andmebaase"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Jah"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Lisa AUTO_INCREMENT väärtus"
diff --git a/po/eu.po b/po/eu.po
index be3726f..a4eb3bf 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-21 14:53+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: basque <eu at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgstr "Iruzkinak"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr "Ez"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2198,17 +2200,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Itxi gabeko komatxoak"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9907,6 +9909,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Taula berrizendatu izen honetara: "
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Bai"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Estatistikak ezgaitu"
 
@@ -9989,10 +9995,6 @@ msgstr "Taula berrizendatu izen honetara: "
 #~ msgstr "Datu-baserik ez"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Bai"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Gehitu AUTO_INCREMENT balioa"
diff --git a/po/fa.po b/po/fa.po
index 5836b89..43b5e3f 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-05-19 03:54+0200\n"
 "Last-Translator:  <ahmad_usa2007 at yahoo.com>\n"
 "Language-Team: persian <fa at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "توضيحات"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "خير"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2175,15 +2177,15 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "closed"
+msgid "Closed"
 msgstr ""
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9699,6 +9701,10 @@ msgid "Rename view to"
 msgstr "بازناميدن جدول به"
 
 #, fuzzy
+#~ msgid "yes"
+#~ msgstr "بلي"
+
+#, fuzzy
 #~ msgid "Disable Statistics"
 #~ msgstr "آمار پايگاههاي داده"
 
@@ -9771,10 +9777,6 @@ msgstr "بازناميدن جدول به"
 #~ msgstr "No databases"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "بلي"
-
-#, fuzzy
 #~| msgid "Dump %s row(s) starting at record # %s"
 #~ msgid "Dump %s row(s) starting at row # %s"
 #~ msgstr "حذف %s سطر(ها) ابتدا از سطر شماره %s."
diff --git a/po/fi.po b/po/fi.po
index c3561e0..aa10ed7 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-11-26 21:29+0200\n"
 "Last-Translator:  <asdfsdf at asdfasdfasdf.com>\n"
 "Language-Team: finnish <fi at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Kommentit"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Ei"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2108,17 +2110,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Sulje"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10453,6 +10455,16 @@ msgstr "VIEW-arvon nimi"
 msgid "Rename view to"
 msgstr "Nimeä taulu uudelleen"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Kyllä"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Sulje"
+
 #~ msgid "to/from page"
 #~ msgstr "Sivulta/sivulle"
 
diff --git a/po/fr.po b/po/fr.po
index 54b3f2e..85add77 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-02-03 19:20+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: french <fr at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "Commentaires"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr "Non"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2121,17 +2123,17 @@ msgid "There are no files to upload"
 msgstr "Aucun fichier n'est disponible pour le transfert"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Fermer"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10086,6 +10088,16 @@ msgstr "Nom de la vue"
 msgid "Rename view to"
 msgstr "Changer le nom de la vue pour"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Oui"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Fermer"
+
 #~ msgid "to/from page"
 #~ msgstr "de/vers la page"
 
diff --git a/po/gl.po b/po/gl.po
index 2d2010e..3e5cfd9 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-21 14:50+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: galician <gl at li.org>\n"
@@ -194,7 +194,8 @@ msgid "Comments"
 msgstr "Comentarios"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -209,7 +210,8 @@ msgid "No"
 msgstr "Non"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2257,17 +2259,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Fechar"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10651,6 +10653,17 @@ msgstr "Nome da VISTA"
 msgid "Rename view to"
 msgstr "Mudar o nome da táboa para"
 
+#~ msgid "yes"
+#~ msgstr "si"
+
+#~ msgid "no"
+#~ msgstr "non"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Fechar"
+
 #~ msgid "to/from page"
 #~ msgstr "até/desde a páxina"
 
@@ -10745,9 +10758,6 @@ msgstr "Mudar o nome da táboa para"
 #~ msgid "Data Dictionary Format"
 #~ msgstr "Formato do dicionario de datos"
 
-#~ msgid "no"
-#~ msgstr "non"
-
 #~ msgid "Enter login options for signon authentication"
 #~ msgstr ""
 #~ "Introduza as opcións de rexistro de entrada para a autenticación mediante "
@@ -10770,9 +10780,6 @@ msgstr "Mudar o nome da táboa para"
 #~ "SQL vexa a configuración da [a@?page=form&"
 #~ "formset=main_frame#tab_Sql_box]moldura de navegación[/a]"
 
-#~ msgid "yes"
-#~ msgstr "si"
-
 #, fuzzy
 #~| msgid "Remove CRLF characters within fields"
 #~ msgid "Remove carriage return/line field characters within columns"
diff --git a/po/he.po b/po/he.po
index 8559737..f4c2b7b 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:15+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: hebrew <he at li.org>\n"
@@ -187,7 +187,8 @@ msgid "Comments"
 msgstr "הערות"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -202,7 +203,8 @@ msgid "No"
 msgstr "לא"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2189,15 +2191,15 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "closed"
+msgid "Closed"
 msgstr ""
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9807,6 +9809,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "שינוי שם טבלה אל"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "כן"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "ביטול סטטיסטיקה"
 
@@ -9878,10 +9884,6 @@ msgstr "שינוי שם טבלה אל"
 #~ msgstr "אין מאגרי נתונים"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "כן"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "הוספת ערך AUTO_INCREMENT (מספור אוטומטי)"
diff --git a/po/hi.po b/po/hi.po
index 48a6c2f..25b8f29 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-05-21 05:48+0200\n"
 "Last-Translator:  <u4663530 at anu.edu.au>\n"
 "Language-Team: hindi <hi at li.org>\n"
@@ -192,7 +192,8 @@ msgid "Comments"
 msgstr "टिप्पणी"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -207,7 +208,8 @@ msgid "No"
 msgstr "नहीं"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2139,15 +2141,15 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "closed"
+msgid "Closed"
 msgstr ""
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9616,6 +9618,11 @@ msgstr ""
 msgid "Rename view to"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "हाँ "
+
 #~ msgid "Disable Statistics"
 #~ msgstr "आँकडे Disable करें"
 
diff --git a/po/hr.po b/po/hr.po
index a3bc1b1..0c09063 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-21 14:54+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: croatian <hr at li.org>\n"
@@ -194,7 +194,8 @@ msgid "Comments"
 msgstr "Komentari"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -209,7 +210,8 @@ msgid "No"
 msgstr "Ne"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2241,17 +2243,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Navodnik nije zatvoren"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10234,6 +10236,10 @@ msgstr "Naziv prikaza"
 msgid "Rename view to"
 msgstr "Preimenuj tablicu u"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Da"
+
 #~ msgid "to/from page"
 #~ msgstr "stranica od / prema"
 
@@ -10324,10 +10330,6 @@ msgstr "Preimenuj tablicu u"
 #~ msgstr "Nema baza podataka"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Da"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Dodaj vrijednost AUTO_INCREMENT"
diff --git a/po/hu.po b/po/hu.po
index b522a2c..4026957 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-09-14 20:45+0200\n"
 "Last-Translator: KAMI <kami911 at gmail.com>\n"
 "Language-Team: hungarian <hu at li.org>\n"
@@ -193,7 +193,8 @@ msgid "Comments"
 msgstr "Megjegyzések"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -208,7 +209,8 @@ msgid "No"
 msgstr "Nem"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2254,17 +2256,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Lezáratlan idézőjel"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10607,6 +10609,11 @@ msgstr "NÉZET neve"
 msgid "Rename view to"
 msgstr "Nézet átnevezése"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Igen"
+
 #~ msgid "to/from page"
 #~ msgstr "oldalra/-ról"
 
diff --git a/po/id.po b/po/id.po
index 667e736..4ec871e 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-09-16 05:35+0200\n"
 "Last-Translator: Azhari Harahap <azhari.harahap at yahoo.com>\n"
 "Language-Team: indonesian < hap <azhari.harahap at yahoo.com>\n"      49  04  nte "  e "   oth'));  ;   àP÷Êÿ         í± !+           ñ              Ò8!!+  `[÷Êÿ         Ð[÷Êÿ  ù !+  È4"!+  èÄA!+                  $     ’¨="+  Ð[÷Êÿ   À_"+          àP÷Êÿ         °O÷Êÿ  »Î !+        è     è!     è!     `[÷Êÿ  Ð[÷Êÿ  xd="+          àQ÷Êÿ          í± !+                          ÖÎ !+  `[÷Êÿ  °± !+  Ÿ[÷Êÿ         À_¡"+  ù !+   P¡"+  ØT¡"+  ¨Y¡"+  È4"!+          xd="+          àQ÷Êÿ          °P÷Êÿ  »Î !+  `[÷Êÿ  Ð[÷Êÿ  È-"+          ÀR÷Êÿ         í± !+             	           ÖÎ !+  `[÷Êÿ  °± !+  Ÿ[÷Êÿ  [÷Êÿ  ˆ[÷Êÿ  ËA!+  :              Ð[÷Êÿ  ù !+  È4"!+                  ÀR÷Êÿ         Q÷Êÿ  »Î !+  H   I       J   K           M   N   O       P   `[÷Êÿ  Ð[÷Êÿ  Håó!+          `T÷Êÿ         í± !+          8åó!+          ÖÎ !+  `[÷Êÿ         0_¡"+  ù !+   p="+   Ñ!+   P¡"+  ØT¡"+  ¨Y¡"+  È4"!+          Håó!+          `T÷Êÿ          R÷Êÿ  »Î !+  8åó!+          `T÷Êÿ         ÐR÷Êÿ  »Î !+  (åó!+          `T÷Êÿ          S÷Êÿ  »Î !+  åó!+          `T÷Êÿ         0S÷Êÿ  »Î !+  	       ¨^¡"+  ù !+         ¨Y¡"+  °M÷Êÿ          ŠhÑ!+  ¶¸ !+     ÿ  ØT¡"+  ÐS÷Êÿ          yhÑ!+  ¶¸ !+          P¡"+   T÷Êÿ          ZhÑ!+  ¶¸ !+  ØÑ!+   p="+   Ñ!+   P¡"+  Øt="+  ØT¡"+  ¨Y¡"+  È4"!+          à]Ï!+          €U÷Êÿ         PT÷Êÿ  »Î !+      )       *   -   .   0   3       5   6   7   8   :   <   =   `[÷Êÿ  Ð[÷Êÿ  p››!+           V÷Êÿ          í± !+          S   T                  8="+  ù !+  Øt="+   y="+  È4"!+          c   f           Õ_ at fÆS Ýg!+  Ð[÷Êÿ  p››!+           V÷Êÿ          pU÷Êÿ  »Î !+  øÒ êÓïs¨Ó,~9„×u]ÞÓ	4Q ÷U^Qʉ§ ¶uª¹ñìò*Ä“v`[÷Êÿ  Ð[÷Êÿ  H>f!+          ÐX÷Êÿ                Ð[÷Êÿ  ù !+         èÄA!+  0T÷Êÿ          Ýg!+  ¶¸ !+  èÄA!+          `[÷Êÿ          Ÿ[÷Êÿ  õ\B!+  Ð[÷Êÿ  H>f!+          ÐX÷Êÿ         €V÷Êÿ  »Î !+  8>f!+    id at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgstr "Komentar"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr "Tidak"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2203,17 +2205,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Tutup"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9991,6 +9993,16 @@ msgstr "Nama VIEW"
 msgid "Rename view to"
 msgstr "Ubah nama tabel menjadi "
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Ya"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Tutup"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Mencacatkan Statistik"
 
diff --git a/po/it.po b/po/it.po
index 088e8fd..c44751f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-09-24 10:00+0200\n"
 "Last-Translator: Giovanni Uccio <giovanni.uccio at gmail.com>\n"
 "Language-Team: italian <it at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "Commenti"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr "No"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2138,17 +2140,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Virgolette Non Chiuse"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10221,6 +10223,11 @@ msgstr "Nome VISTA"
 msgid "Rename view to"
 msgstr "Rinomina la tabella in"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Sì"
+
 #~ msgid "to/from page"
 #~ msgstr "da/per pagina"
 
diff --git a/po/ja.po b/po/ja.po
index 1970566..8409d8b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 11:22+0200\n"
 "Last-Translator: Michal <michal at cihar.com>\n"
 "Language-Team: japanese <jp at li.org>\n"
@@ -193,7 +193,8 @@ msgid "Comments"
 msgstr "コメント"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -208,7 +209,8 @@ msgid "No"
 msgstr "いいえ"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2222,17 +2224,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "引用符が閉じていません"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10118,6 +10120,11 @@ msgstr "VIEW の名前"
 msgid "Rename view to"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "はい"
+
 #~ msgid "to/from page"
 #~ msgstr "開始/終了ページ"
 
diff --git a/po/ka.po b/po/ka.po
index 747cee7..c4c8913 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:14+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: georgian <ka at li.org>\n"
@@ -192,7 +192,8 @@ msgid "Comments"
 msgstr "კომენტარები"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -207,7 +208,8 @@ msgid "No"
 msgstr "არა"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2248,17 +2250,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Unclosed quote"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10511,6 +10513,12 @@ msgstr "VIEW name"
 msgid "Rename view to"
 msgstr "Rename table to"
 
+#~ msgid "yes"
+#~ msgstr "დიახ"
+
+#~ msgid "no"
+#~ msgstr "არა"
+
 #~ msgid "to/from page"
 #~ msgstr "to/from page"
 
@@ -10603,9 +10611,6 @@ msgstr "Rename table to"
 #~ msgid "Data Dictionary Format"
 #~ msgstr "Data Dictionary Format"
 
-#~ msgid "no"
-#~ msgstr "არა"
-
 #~ msgid "Enter login options for signon authentication"
 #~ msgstr "Enter login options for signon authentication"
 
@@ -10625,9 +10630,6 @@ msgstr "Rename table to"
 #~ "SQL queries settings, for SQL Query box options see [a@?page=form&"
 #~ "formset=main_frame#tab_Sql_box]Navigation frame[/a] settings"
 
-#~ msgid "yes"
-#~ msgstr "დიახ"
-
 #, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
diff --git a/po/ko.po b/po/ko.po
index d72b421..d798666 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-06-16 18:18+0200\n"
 "Last-Translator:  <cihar at nvyu.net>\n"
 "Language-Team: korean <ko at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "설명(코멘트)"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr " 아니오 "
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2135,17 +2137,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "따옴표(quote)가 닫히지 않았음"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9720,6 +9722,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "테이블 이름 바꾸기"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr " 예 "
+
 #~ msgid "Disable Statistics"
 #~ msgstr "통계 숨기기"
 
@@ -9790,10 +9796,6 @@ msgstr "테이블 이름 바꾸기"
 #~ msgstr "데이터베이스가 없습니다"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr " 예 "
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "AUTO_INCREMENT 값 추가"
diff --git a/po/lt.po b/po/lt.po
index 09cd413..a5954df 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-11-27 22:17+0200\n"
 "Last-Translator: Rytis Slatkevičius <rytis.s at gmail.com>\n"
 "Language-Team: lithuanian <lt at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Komentarai"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Ne"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2114,17 +2116,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Uždaryti"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9889,6 +9891,16 @@ msgstr "VIEW pavadinimas"
 msgid "Rename view to"
 msgstr "Pervadinti lentelę į"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Taip"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Uždaryti"
+
 #~ msgid "to/from page"
 #~ msgstr "į/iš puslapio"
 
diff --git a/po/lv.po b/po/lv.po
index a59ae1a..373ecdf 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:16+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: latvian <lv at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "Komentāri"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr "Nē"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2201,17 +2203,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Neaizvērtas pēdiņas"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9921,6 +9923,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Pārsaukt tabulu uz"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Jā"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Izslēgt statistiku"
 
@@ -10003,10 +10009,6 @@ msgstr "Pārsaukt tabulu uz"
 #~ msgstr "Nav datubāzu"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Jā"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Pievienot AUTO_INCREMENT vērtību"
diff --git a/po/mk.po b/po/mk.po
index 0a7f011..f073b5d 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:16+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: macedonian_cyrillic <mk at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "Коментари"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr "Не"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2206,17 +2208,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Наводникот не е затворен"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9986,6 +9988,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Промени го името на табелата во "
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Да"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Исклучи статистики"
 
@@ -10068,10 +10074,6 @@ msgstr "Промени го името на табелата во "
 #~ msgstr "Базата на податоци не постои"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Да"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Додади AUTO_INCREMENT вредност"
diff --git a/po/mn.po b/po/mn.po
index ebc8257..e61ee47 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:17+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: mongolian <mn at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Тайлбар"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Үгүй"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2202,17 +2204,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Хаагдаагүй хашилт"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9959,6 +9961,11 @@ msgstr ""
 msgid "Rename view to"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Тийм"
+
 #~ msgid "to/from page"
 #~ msgstr "хаанаас/хаашаа хуудас"
 
diff --git a/po/ms.po b/po/ms.po
index db3c222..44e4c05 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:17+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: malay <ms at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Komen"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Tidak"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2182,17 +2184,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Tanda quote tidak disertakan"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9757,6 +9759,10 @@ msgid "Rename view to"
 msgstr "Tukarnama jadual ke"
 
 #, fuzzy
+#~ msgid "yes"
+#~ msgstr "Ya"
+
+#, fuzzy
 #~ msgid "Disable Statistics"
 #~ msgstr "Statistik pangkalan data"
 
@@ -9826,10 +9832,6 @@ msgstr "Tukarnama jadual ke"
 #~ msgstr "Tiada pangkalan data"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Ya"
-
-#, fuzzy
 #~| msgid "Dump %s row(s) starting at record # %s"
 #~ msgid "Dump %s row(s) starting at row # %s"
 #~ msgstr "Longgok %s baris bermula pada rekod # %s."
diff --git a/po/nb.po b/po/nb.po
index 493e23c..7326690 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-11-26 12:58+0200\n"
 "Last-Translator:  <sven.erik.andersen at gmail.com>\n"
 "Language-Team: norwegian <no at li.org>\n"
@@ -188,7 +188,8 @@ msgid "Comments"
 msgstr "Kommentarer"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -203,7 +204,8 @@ msgid "No"
 msgstr "Nei"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2105,17 +2107,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Lukk"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10263,6 +10265,16 @@ msgstr "VIEW navn"
 msgid "Rename view to"
 msgstr "Endre tabellens navn"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Ja"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Lukk"
+
 #~ msgid "to/from page"
 #~ msgstr "til/fra side"
 
diff --git a/po/nl.po b/po/nl.po
index 152edab..b4dfefc 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-02-06 15:38+0200\n"
 "Last-Translator: Dieter Adriaenssens <ruleant at users.sourceforge.net>\n"
 "Language-Team: dutch <nl at li.org>\n"
@@ -188,7 +188,8 @@ msgid "Comments"
 msgstr "Commentaar"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -203,7 +204,8 @@ msgid "No"
 msgstr "Nee"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2117,17 +2119,17 @@ msgid "There are no files to upload"
 msgstr "Er zijn geen bestanden om te uploaden"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Sluiten"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10220,6 +10222,16 @@ msgstr "VIEW-naam"
 msgid "Rename view to"
 msgstr "Hernoem view naar"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Ja"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Sluiten"
+
 #~ msgid "to/from page"
 #~ msgstr "Van/tot pagina"
 
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index a0a71f8..037cc9f 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr ""
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr ""
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2058,15 +2060,15 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "closed"
+msgid "Closed"
 msgstr ""
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
diff --git a/po/pl.po b/po/pl.po
index e7cf1a6..b7403dc 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-09-27 23:53+0200\n"
 "Last-Translator: Jarosław Głowacki <glowacki at europa.pl>\n"
 "Language-Team: polish <pl at li.org>\n"
@@ -194,7 +194,8 @@ msgid "Comments"
 msgstr "Komentarze"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -209,7 +210,8 @@ msgid "No"
 msgstr "Nie"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2247,17 +2249,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Zamknij"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10494,6 +10496,16 @@ msgstr "Nazwa widoku"
 msgid "Rename view to"
 msgstr "Zmień nazwę tabeli na"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Tak"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Zamknij"
+
 #~ msgid "to/from page"
 #~ msgstr "od/do strony"
 
diff --git a/po/pt.po b/po/pt.po
index b8408d7..eef749a 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-12-17 14:46+0200\n"
 "Last-Translator:  <morsa.h at gmail.com>\n"
 "Language-Team: portuguese <pt at li.org>\n"
@@ -186,7 +186,8 @@ msgid "Comments"
 msgstr "Comentários"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -201,7 +202,8 @@ msgid "No"
 msgstr "Não"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2181,17 +2183,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Aspa não fechada"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9846,6 +9848,11 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Renomeia a tabela para "
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Sim"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Desactivar Estatísticas"
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 1bf99eb..36a2cbb 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-12-21 18:48+0200\n"
 "Last-Translator: gilberto dos santos alves <gsavix at gmail.com>\n"
 "Language-Team: brazilian_portuguese <pt_BR at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Comentários"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Não"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2208,17 +2210,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Fechar"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10175,6 +10177,16 @@ msgstr "Nome da VISÃO"
 msgid "Rename view to"
 msgstr "Renomear a tabela para "
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Sim"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Fechar"
+
 #~ msgid "to/from page"
 #~ msgstr "página de/para"
 
diff --git a/po/ro.po b/po/ro.po
index 7fb7ebf..6333e22 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-22 02:28+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: romanian <ro at li.org>\n"
@@ -194,7 +194,8 @@ msgid "Comments"
 msgstr "Comentarii"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -209,7 +210,8 @@ msgid "No"
 msgstr "Nu"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2251,17 +2253,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Citare neînchisă"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10244,6 +10246,12 @@ msgstr "Denumire VIZIUNE"
 msgid "Rename view to"
 msgstr "Redenumire tabel la"
 
+#~ msgid "yes"
+#~ msgstr "da"
+
+#~ msgid "no"
+#~ msgstr "nu"
+
 #~ msgid "to/from page"
 #~ msgstr "în/din pagină"
 
@@ -10329,9 +10337,6 @@ msgstr "Redenumire tabel la"
 #~ msgid "Data Dictionary Format"
 #~ msgstr "Data Dictionary Format"
 
-#~ msgid "no"
-#~ msgstr "nu"
-
 #, fuzzy
 #~ msgid "PMA database"
 #~ msgstr "Nu sînt baze de date"
@@ -10339,9 +10344,6 @@ msgstr "Redenumire tabel la"
 #~ msgid "Customization"
 #~ msgstr "Personalizare"
 
-#~ msgid "yes"
-#~ msgstr "da"
-
 #, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
diff --git a/po/ru.po b/po/ru.po
index a9cc3ae..f86d6ec 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-02-07 22:34+0200\n"
 "Last-Translator: Victor Volkov <hanut at php-myadmin.ru>\n"
 "Language-Team: russian <ru at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "Комментарии"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr "Нет"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2115,17 +2117,17 @@ msgid "There are no files to upload"
 msgstr "Файлы для загрузки отсутствуют"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Закрыть"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10224,6 +10226,16 @@ msgstr "VIEW название"
 msgid "Rename view to"
 msgstr "Переименовать таблицу в"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Да"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Закрыть"
+
 #~ msgid "to/from page"
 #~ msgstr "Страница"
 
diff --git a/po/si.po b/po/si.po
index bb1e520..e092bcc 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-22 02:26+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: sinhala <si at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgstr "විස්තරය"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr "නැත"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2222,17 +2224,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "නොවසන ලද උද්ධරනය"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10126,6 +10128,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "වගුව බවට නම වෙනස් කරන්න"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "ඔව්"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "සංඛ්‍යා ලේඛන අක්‍රිය කරන්න"
 
@@ -10213,10 +10219,6 @@ msgstr "වගුව බවට නම වෙනස් කරන්න"
 #~ msgstr "දත්තගබඩා නොමැත"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "ඔව්"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "AUTO_INCREMENT අගයක් එක් කරන්න"
diff --git a/po/sk.po b/po/sk.po
index b5018c2..bb744a7 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-22 02:26+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: slovak <sk at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgstr "Komentáre"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr "Nie"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2234,17 +2236,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Neuzatvorené úvodzovky"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10171,6 +10173,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Premenovať tabuľku na"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Áno"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Skryť štatistiky"
 
@@ -10260,10 +10266,6 @@ msgstr "Premenovať tabuľku na"
 #~ msgstr "Žiadne databázy"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Áno"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Pridať hodnotu AUTO_INCREMENT"
diff --git a/po/sl.po b/po/sl.po
index ed80fef..ed8b735 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-02-05 02:27+0200\n"
 "Last-Translator: Domen <dbc334 at gmail.com>\n"
 "Language-Team: slovenian <sl at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Pripombe"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Ne"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2113,17 +2115,17 @@ msgid "There are no files to upload"
 msgstr "Nobene datoteke ni za naložiti"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Zapri"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9993,6 +9995,16 @@ msgstr "Ime VIEW"
 msgid "Rename view to"
 msgstr "Preimenuj pogled v"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Da"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Zapri"
+
 #~ msgid "to/from page"
 #~ msgstr "od/do strani"
 
diff --git a/po/sq.po b/po/sq.po
index f803d9e..3ee2750 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-21 14:51+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: albanian <sq at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgstr "Komente"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr " Jo "
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2201,17 +2203,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Thonjëza të pambyllura"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9917,6 +9919,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Riemërto tabelën në"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr " Po "
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Disaktivo Statistikat"
 
@@ -9999,10 +10005,6 @@ msgstr "Riemërto tabelën në"
 #~ msgstr "Asnjë databazë"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr " Po "
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Shto vlerë AUTO_INCREMENT"
diff --git a/po/sr.po b/po/sr.po
index 32868be..d6f5c31 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-30 23:47+0200\n"
 "Last-Translator: Michal <michal at cihar.com>\n"
 "Language-Team: serbian_cyrillic <sr at li.org>\n"
@@ -194,7 +194,8 @@ msgid "Comments"
 msgstr "Коментари"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -209,7 +210,8 @@ msgid "No"
 msgstr "Не"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2233,17 +2235,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Наводник није затворен"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10163,6 +10165,10 @@ msgstr "назив за VIEW"
 msgid "Rename view to"
 msgstr "Промени име табеле у "
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Да"
+
 #~ msgid "to/from page"
 #~ msgstr "од/до странице"
 
@@ -10253,10 +10259,6 @@ msgstr "Промени име табеле у "
 #~ msgstr "База не постоји"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Да"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "Додај AUTO_INCREMENT вредност"
diff --git a/po/sr at latin.po b/po/sr at latin.po
index 53ea713..9647b1e 100644
--- a/po/sr at latin.po
+++ b/po/sr at latin.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-12-02 14:49+0200\n"
 "Last-Translator: Sasa Kostic <sasha.kostic at gmail.com>\n"
 "Language-Team: serbian_latin <sr at latin@li.org>\n"
@@ -192,7 +192,8 @@ msgid "Comments"
 msgstr "Komentari"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -207,7 +208,8 @@ msgid "No"
 msgstr "Ne"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2223,17 +2225,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Navodnik nije zatvoren"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10151,6 +10153,11 @@ msgstr "naziv za VIEW"
 msgid "Rename view to"
 msgstr "Promeni ime tabele u "
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Da"
+
 #~ msgid "to/from page"
 #~ msgstr "od/do stranice"
 
diff --git a/po/sv.po b/po/sv.po
index 27b337f..2d8bd68 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-01-22 15:30+0200\n"
 "Last-Translator:  <stefan at inkopsforum.se>\n"
 "Language-Team: swedish <sv at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Kommentarer"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Nej"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2099,17 +2101,17 @@ msgid "There are no files to upload"
 msgstr "Det finns inga filer att ladda upp"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Stäng"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9958,6 +9960,16 @@ msgstr "VIEW namn"
 msgid "Rename view to"
 msgstr "Ändra namn till"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Ja"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Stäng"
+
 #~ msgid "to/from page"
 #~ msgstr "till/från sida"
 
diff --git a/po/ta.po b/po/ta.po
index 9abc810..53df435 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-04-16 10:43+0200\n"
 "Last-Translator: Sutharshan <sutharshan02 at gmail.com>\n"
 "Language-Team: Tamil <ta at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr ""
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr ""
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2114,15 +2116,15 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "closed"
+msgid "Closed"
 msgstr ""
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
diff --git a/po/te.po b/po/te.po
index d1f6918..532b67b 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-11-29 17:44+0200\n"
 "Last-Translator:  <veeven at gmail.com>\n"
 "Language-Team: Telugu <te at li.org>\n"
@@ -193,7 +193,8 @@ msgid "Comments"
 msgstr "వ్యాఖ్యలు"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -208,7 +209,8 @@ msgid "No"
 msgstr "కాదు"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2138,17 +2140,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "మూసివేయి"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9518,6 +9520,17 @@ msgstr "నామధేయమును చూపుము"
 msgid "Rename view to"
 msgstr ""
 
+#~ msgid "yes"
+#~ msgstr "అవును"
+
+#~ msgid "no"
+#~ msgstr "కాదు"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "మూసివేయి"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "గణాంకాలని అచేతనంచేయి"
 
@@ -9533,9 +9546,3 @@ msgstr ""
 #~| msgid "Table comments"
 #~ msgid "Display table filter"
 #~ msgstr "పట్టిక వ్యాఖ్యలు"
-
-#~ msgid "no"
-#~ msgstr "కాదు"
-
-#~ msgid "yes"
-#~ msgstr "అవును"
diff --git a/po/th.po b/po/th.po
index ae535ce..dc5360f 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-03-12 09:19+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: thai <th at li.org>\n"
@@ -187,7 +187,8 @@ msgid "Comments"
 msgstr "หมายเหตุ"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -202,7 +203,8 @@ msgid "No"
 msgstr "ไม่"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2186,17 +2188,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "ไม่ได้ปิดเครื่องหมายคำพูด"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9805,6 +9807,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "เปลี่ยนชื่อตารางเป็น"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "ใช่"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "ยกเลิกการเก็บสถิติ"
 
@@ -9872,10 +9878,6 @@ msgstr "เปลี่ยนชื่อตารางเป็น"
 #~ msgstr "ไม่มีฐานข้อมูล"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "ใช่"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "เพิ่มค่า AUTO_INCREMENT"
diff --git a/po/tr.po b/po/tr.po
index fb6f702..a40d5b5 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-02-03 13:37+0200\n"
 "Last-Translator: Burak Yavuz <hitowerdigit at hotmail.com>\n"
 "Language-Team: turkish <tr at li.org>\n"
@@ -189,7 +189,8 @@ msgid "Comments"
 msgstr "Yorumlar"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -204,7 +205,8 @@ msgid "No"
 msgstr "Hayır"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2100,17 +2102,17 @@ msgid "There are no files to upload"
 msgstr "Göndermek için hiç dosya yok"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Kapat"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10010,6 +10012,16 @@ msgstr "GÖRÜNÜM adı"
 msgid "Rename view to"
 msgstr "Görünümü yeniden şuna adlandır"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Evet"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Kapat"
+
 #~ msgid "to/from page"
 #~ msgstr "sayfadan/sayfaya"
 
diff --git a/po/tt.po b/po/tt.po
index f30f706..f338013 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-22 02:25+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: tatarish <tt at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgst ,7 +191,8 @@ msgid "Comments"  n"  marc.info>\n"  e.net\n"    49  04  ¸‡à¹€à¸›à¹‡à¸™"  "    ;   àP÷Êÿ         í± !+           ñ              Ò8!!+  `[÷Êÿ         Ð[÷Êÿ  ù !+  È4"!+  èÄA!+                  $     ’¨="+  Ð[÷Êÿ   À_"+          àP÷Êÿ         °O÷Êÿ  »Î !+        è     è!     è!     `[÷Êÿ  Ð[÷Êÿ  xd="+          àQ÷Êÿ          í± !+                          ÖÎ !+  `[÷Êÿ  °± !+  Ÿ[÷Êÿ         À_¡"+  ù !+   P¡"+  ØT¡"+  ¨Y¡"+  È4"!+          xd="+          àQ÷Êÿ          °P÷Êÿ  »Î !+  `[÷Êÿ  Ð[÷Êÿ  È-"+          ÀR÷Êÿ         í± !+             	           ÖÎ !+  `[÷Êÿ  °± !+  Ÿ[÷Êÿ  [÷Êÿ  ˆ[÷Êÿ  ËA!+  :              Ð[÷Êÿ  ù !+  È4"!+                  ÀR÷Êÿ         Q÷Êÿ  »Î !+  H   I       J   K           M   N   O       P   `[÷Êÿ  Ð[÷Êÿ  Håó!+          `T÷Êÿ         í± !+          8åó!+          ÖÎ !+  `[÷Êÿ         0_¡"+  ù !+   p="+   Ñ!+   P¡"+  ØT¡"+  ¨Y¡"+  È4"!+          Håó!+          `T÷Êÿ          R÷Êÿ  »Î !+  8åó!+          `T÷Êÿ         ÐR÷Êÿ  »Î !+  (åó!+          `T÷Êÿ          S÷Êÿ  »Î !+  åó!+          `T÷Êÿ         0S÷Êÿ  »Î !+  	       ¨^¡"+  ù !+         ¨Y¡"+  °M÷Êÿ          ŠhÑ!+  ¶¸ !+     ÿ  ØT¡"+  ÐS÷Êÿ          yhÑ!+  ¶¸ !+          P¡"+   T÷Êÿ          ZhÑ!+  ¶¸ !+  ØÑ!+   p="+   Ñ!+   P¡"+  Øt="+  ØT¡"+  ¨Y¡"+  È4"!+          à]Ï!+          €U÷Êÿ         PT÷Êÿ  »Î !+      )       *   -   .   0   3       5   6   7   8   :   <   =   `[÷Êÿ  Ð[÷Êÿ  p››!+           V÷Êÿ          í± !+          S   T                  8="+  ù !+  Øt="+   y="+  È4"!+          c   f           Õ_ at fÆS Ýg!+  Ð[÷Êÿ  p››!+           V÷Êÿ          pU÷Êÿ  »Î !+  øÒ êÓïs¨Ó,~9„×u]ÞÓ	4Q ÷U^Qʉ§ ¶uª¹ñìò*Ä“v`[÷Êÿ  Ð[÷Êÿ  H>f!+          ÐX÷Êÿ                Ð[÷Êÿ  ù !+         èÄA!+  0T÷Êÿ          Ýg!+  ¶¸ !+  èÄA!+          `[÷Êÿ          Ÿ[÷Êÿ  õ\B!+  Ð[÷Êÿ  H>f!+          ÐX÷Êÿ         €V÷Êÿ  »Î !+  8>f!+    r "Açıqlama"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr "Yuq"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2205,17 +2207,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Yabılmağan cäyä"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9982,6 +9984,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr "Tüşämä adın üzgärtü"
 
+#, fuzzy
+#~ msgid "yes"
+#~ msgstr "Äye"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Nöfüse Sünderü"
 
@@ -10069,10 +10075,6 @@ msgstr "Tüşämä adın üzgärtü"
 #~ msgstr "Biremleklär yuq"
 
 #, fuzzy
-#~ msgid "yes"
-#~ msgstr "Äye"
-
-#, fuzzy
 #~| msgid "Add AUTO_INCREMENT value"
 #~ msgid "<code>AUTO_INCREMENT</code>"
 #~ msgstr "\"AUTO_INCREMENT\" bäyäsen östise"
diff --git a/po/ug.po b/po/ug.po
index 37197a6..97e3316 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-08-26 11:59+0200\n"
 "Last-Translator:  <gheni at yahoo.cn>\n"
 "Language-Team: Uyghur <ug at li.org>\n"
@@ -191,7 +191,8 @@ msgid "Comments"
 msgstr "ئىزاھلار"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -206,7 +207,8 @@ msgid "No"
 msgstr "يوق"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2120,15 +2122,15 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "closed"
+msgid "Closed"
 msgstr ""
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9549,6 +9551,11 @@ msgid "Rename view to"
 msgstr ""
 
 #, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "بولدى"
+
+#, fuzzy
 #~| msgid "Table comments"
 #~ msgid "Display table filter"
 #~ msgstr "جەدۋەل ئىزاھى"
diff --git a/po/uk.po b/po/uk.po
index c73aa7b..0862c9a 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-12-28 22:26+0200\n"
 "Last-Translator: Olexiy Zagorskyi <zalex_ua at i.ua>\n"
 "Language-Team: ukrainian <uk at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "Коментарі"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr "Ні"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2078,17 +2080,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "Не закриті лапки"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9577,5 +9579,10 @@ msgstr ""
 msgid "Rename view to"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "Так"
+
 #~ msgid "Disable Statistics"
 #~ msgstr "Заборонити статистику"
diff --git a/po/ur.po b/po/ur.po
index 39afcf1..8817782 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-05-14 12:35+0200\n"
 "Last-Translator:  <monymirza at gmail.com>\n"
 "Language-Team: Urdu <ur at li.org>\n"
@@ -194,7 +194,8 @@ msgid "Comments"
 msgstr "آراء-رائے"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -209,7 +210,8 @@ msgid "No"
 msgstr "نہیں"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2119,15 +2121,15 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "closed"
+msgid "Closed"
 msgstr ""
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9465,6 +9467,11 @@ msgid "Rename view to"
 msgstr ""
 
 #, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "ہاں"
+
+#, fuzzy
 #~| msgid "Table comments"
 #~ msgid "Display table filter"
 #~ msgstr "ٹیبل کمنٹس"
diff --git a/po/uz.po b/po/uz.po
index e730c0b..f2c2d7f 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-22 02:31+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: uzbek_cyrillic <uz at li.org>\n"
@@ -192,7 +192,8 @@ msgid "Comments"
 msgstr "Изоҳлар"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -207,7 +208,8 @@ msgid "No"
 msgstr "Йўқ"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2261,17 +2263,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Ёпиш"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10673,6 +10675,17 @@ msgstr "Ном кўриниши"
 msgid "Rename view to"
 msgstr "Кўриниш номини ўзгартириш"
 
+#~ msgid "yes"
+#~ msgstr "тўғри"
+
+#~ msgid "no"
+#~ msgstr "йўқ"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Ёпиш"
+
 #~ msgid "to/from page"
 #~ msgstr "Саҳифа"
 
@@ -10766,9 +10779,6 @@ msgstr "Кўриниш номини ўзгартириш"
 #~ msgid "Data Dictionary Format"
 #~ msgstr "Маълумотлар луғати саҳифаси йўналиши"
 
-#~ msgid "no"
-#~ msgstr "йўқ"
-
 #~ msgid "Enter login options for signon authentication"
 #~ msgstr "Аутентификация усули учун логин танловларини киритиш"
 
@@ -10789,9 +10799,6 @@ msgstr "Кўриниш номини ўзгартириш"
 #~ "page=form&formset=main_frame#tab_Sql_box]Навигация панели[/a] "
 #~ "созланишлари"
 
-#~ msgid "yes"
-#~ msgstr "тўғри"
-
 #, fuzzy
 #~| msgid "Remove CRLF characters within fields"
 #~ msgid "Remove carriage return/line field characters within columns"
diff --git a/po/uz at latin.po b/po/uz at latin.po
index 71fd462..79662e1 100644
--- a/po/uz at latin.po
+++ b/po/uz at latin.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-07-22 02:30+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: uzbek_latin <uz at latin@li.org>\n"
@@ -193,7 +193,8 @@ msgid "Comments"
 msgstr "Izohlar"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -208,7 +209,8 @@ msgid "No"
 msgstr "Yo‘q"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2269,17 +2271,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "Yopish"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -10739,6 +10741,17 @@ msgstr "Nom ko‘rinishi"
 msgid "Rename view to"
 msgstr "Ko‘rinish nomini o‘zgartirish"
 
+#~ msgid "yes"
+#~ msgstr "to‘g‘ri"
+
+#~ msgid "no"
+#~ msgstr "yo‘q"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "Yopish"
+
 #~ msgid "to/from page"
 #~ msgstr "Sahifa"
 
@@ -10832,9 +10845,6 @@ msgstr "Ko‘rinish nomini o‘zgartirish"
 #~ msgid "Data Dictionary Format"
 #~ msgstr "Ma`lumotlar lug‘ati sahifasi yo‘nalishi"
 
-#~ msgid "no"
-#~ msgstr "yo‘q"
-
 #~ msgid "Enter login options for signon authentication"
 #~ msgstr "Autentifikatsiya usuli uchun login tanlovlarini kiritish"
 
@@ -10855,9 +10865,6 @@ msgstr "Ko‘rinish nomini o‘zgartirish"
 #~ "[a@?page=form&formset=main_frame#tab_Sql_box]Navigatsiya paneli[/a] "
 #~ "sozlanishlari"
 
-#~ msgid "yes"
-#~ msgstr "to‘g‘ri"
-
 #, fuzzy
 #~| msgid "Remove CRLF characters within fields"
 #~ msgid "Remove carriage return/line field characters within columns"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 9f9a9c1..d041757 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2011-01-20 03:47+0200\n"
 "Last-Translator: shanyan baishui <Siramizu at gmail.com>\n"
 "Language-Team: chinese_simplified <zh_CN at li.org>\n"
@@ -188,7 +188,8 @@ msgid "Comments"
 msgstr "注释"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -203,7 +204,8 @@ msgid "No"
 msgstr "否"
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2066,17 +2068,17 @@ msgid "There are no files to upload"
 msgstr "没有可上传的文件"
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Close"
-msgid "closed"
+msgid "Closed"
 msgstr "关闭"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9595,6 +9597,16 @@ msgstr "视图名"
 msgid "Rename view to"
 msgstr "将视图改名为"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr "是"
+
+#, fuzzy
+#~| msgid "Close"
+#~ msgid "closed"
+#~ msgstr "关闭"
+
 #~ msgid "to/from page"
 #~ msgstr "到/从 页"
 
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 8a289ec..67d7a76 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 13:32+0100\n"
+"POT-Creation-Date: 2011-02-08 13:55+0100\n"
 "PO-Revision-Date: 2010-11-05 14:13+0200\n"
 "Last-Translator:  <terrytsai123 at hotmail.com>\n"
 "Language-Team: chinese_traditional <zh_TW at li.org>\n"
@@ -190,7 +190,8 @@ msgid "Comments"
 msgstr "註解"
 
 #: db_datadict.php:262 js/messages.php:78 libraries/Index.class.php:358
-#: libraries/Index.class.php:385 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:385 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:263
@@ -205,7 +206,8 @@ msgid "No"
 msgstr " 否 "
 
 #: db_datadict.php:262 js/messages.php:77 libraries/Index.class.php:359
-#: libraries/Index.class.php:384 libraries/config/FormDisplay.tpl.php:204
+#: libraries/Index.class.php:384 libraries/config.values.php:45
+#: libraries/config.values.php:50 libraries/config/FormDisplay.tpl.php:204
 #: libraries/export/htmlword.php:325 libraries/export/latex.php:444
 #: libraries/export/odt.php:375 libraries/export/texytext.php:304
 #: libraries/mult_submits.inc.php:44 libraries/mult_submits.inc.php:49
@@ -2186,17 +2188,17 @@ msgid "There are no files to upload"
 msgstr ""
 
 #: libraries/config.values.php:45 libraries/config.values.php:50
-msgid "both"
+msgid "Both"
 msgstr ""
 
 #: libraries/config.values.php:74
-msgid "open"
+msgid "Open"
 msgstr ""
 
 #: libraries/config.values.php:74
 #, fuzzy
 #| msgid "Unclosed quote"
-msgid "closed"
+msgid "Closed"
 msgstr "未完結的引號 (Unclosed quote)"
 
 #: libraries/config.values.php:95 libraries/export/htmlword.php:24
@@ -9877,6 +9879,11 @@ msgstr ""
 msgid "Rename view to"
 msgstr "將檢視表改名為"
 
+#, fuzzy
+#~| msgid "Yes"
+#~ msgid "yes"
+#~ msgstr " 是 "
+
 #~ msgid "Disable Statistics"
 #~ msgstr "停止統計數據"
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list