[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-23828-gbf04276

Michal Čihař nijel at users.sourceforge.net
Wed Nov 30 14:23:21 CET 2011


The branch, master has been updated
       via  bf04276c877db44a44e28f5a642919107bef8e6f (commit)
       via  e448774704c7d4dec641802ed1ebddd86adc7b44 (commit)
      from  b7d4ed88b5100611bdff1bad2702a4b04f6e41a6 (commit)


- Log -----------------------------------------------------------------
commit bf04276c877db44a44e28f5a642919107bef8e6f
Author: Michal Čihař <mcihar at suse.cz>
Date:   Wed Nov 30 14:22:23 2011 +0100

    Update po files

commit e448774704c7d4dec641802ed1ebddd86adc7b44
Author: Michal Čihař <mcihar at suse.cz>
Date:   Wed Nov 30 14:17:39 2011 +0100

    Improve description of MaxTableUiprefs

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

Summary of changes:
 libraries/config/messages.inc.php |    4 ++--
 po/af.po                          |   12 ++++++------
 po/ar.po                          |   21 ++++++++++++---------
 po/az.po                          |   12 ++++++------
 po/be.po                          |   12 ++++++------
 po/be at latin.po                    |   12 ++++++------
 po/bg.po                          |   17 ++++++++++-------
 po/bn.po                          |   12 ++++++------
 po/br.po                          |   12 ++++++------
 po/bs.po                          |   12 ++++++------
 po/ca.po                          |   17 +++++++++++------
 po/cs.po                          |   19 ++++++++++++-------
 po/cy.po                          |   12 ++++++------
 po/da.po                          |   28 +++++++++++++++++++---------
 po/de.po                          |   19 ++++++++++++-------
 po/el.po                          |   30 ++++++++++++++++++++----------
 po/en_GB.po                       |   28 +++++++++++++++++++---------
 po/es.po                          |   30 ++++++++++++++++++++----------
 po/et.po                          |   12 ++++++------
 po/eu.po                          |   12 ++++++------
 po/fa.po                          |   12 ++++++------
 po/fi.po                          |   17 +++++++++++------
 po/fr.po                          |   28 +++++++++++++++++++---------
 po/gl.po                          |   17 +++++++++++------
 po/he.po                          |   12 ++++++------
 po/hi.po                          |   17 +++++++++++------
 po/hr.po                          |   12 ++++++------
 po/hu.po                          |   19 ++++++++++++-------
 po/id.po                          |   16 +++++++++-------
 po/it.po                          |   17 +++++++++++------
 po/ja.po                          |   19 ++++++++++++-------
 po/ka.po                          |   17 +++++++++++------
 po/ko.po                          |   12 ++++++------
 po/lt.po                          |   17 +++++++++++------
 po/lv.po                          |   12 ++++++------
 po/mk.po                          |   12 ++++++------
 po/ml.po                          |   12 ++++++------
 po/mn.po                          |   12 ++++++------
 po/ms.po                          |   12 ++++++------
 po/nb.po                          |   17 +++++++++++------
 po/nl.po                          |   17 +++++++++++------
 po/phpmyadmin.pot                 |   12 ++++++------
 po/pl.po                          |   19 ++++++++++++-------
 po/pt.po                          |   12 ++++++------
 po/pt_BR.po                       |   19 ++++++++++++-------
 po/ro.po                          |   12 ++++++------
 po/ru.po                          |   30 ++++++++++++++++++++----------
 po/si.po                          |   17 +++++++++++------
 po/sk.po                          |   17 +++++++++++------
 po/sl.po                          |   29 ++++++++++++++++++++---------
 po/sq.po                          |   12 ++++++------
 po/sr.po                          |   12 ++++++------
 po/sr at latin.po                    |   12 ++++++------
 po/sv.po                          |   30 ++++++++++++++++++++----------
 po/ta.po                          |   12 ++++++------
 po/te.po                          |   12 ++++++------
 po/th.po                          |   12 ++++++------
 po/tr.po                          |   30 ++++++++++++++++++++----------
 po/tt.po                          |   12 ++++++------
 po/ug.po                          |   12 ++++++------
 po/uk.po                          |   12 ++++++------
 po/ur.po                          |   17 +++++++++++------
 po/uz.po                          |   17 +++++++++++------
 po/uz at latin.po                    |   17 +++++++++++------
 po/zh_CN.po                       |   17 +++++++++++------
 po/zh_TW.po                       |   17 +++++++++++------
 66 files changed, 644 insertions(+), 435 deletions(-)

diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php
index 35a8392..cb4b1a5 100644
--- a/libraries/config/messages.inc.php
+++ b/libraries/config/messages.inc.php
@@ -399,8 +399,8 @@ $strConfigServers_history_name = __('SQL query history table');
 $strConfigServers_host_desc = __('Hostname where MySQL server is running');
 $strConfigServers_host_name = __('Server hostname');
 $strConfigServers_LogoutURL_name = __('Logout URL');
-$strConfigServers_MaxTableUiprefs_desc = __('This configuration make sure that we only keep N (N = MaxTableUiprefs) newest record in "table_uiprefs" and automatically delete older records');
-$strConfigServers_MaxTableUiprefs_name = __('Maximum number of records saved in "table_uiprefs" table');
+$strConfigServers_MaxTableUiprefs_desc = __('Limits number of table preferences which are stored in database, the oldest records are automatically removed');
+$strConfigServers_MaxTableUiprefs_name = __('Maximal number of table preferences to store');
 $strConfigServers_nopassword_desc = __('Try to connect without password');
 $strConfigServers_nopassword_name = __('Connect without password');
 $strConfigServers_only_db_desc = __('You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use [kbd]\'my\_db\'[/kbd] and not [kbd]\'my_db\'[/kbd]. Using this option you can sort database list, just enter their names in order and use [kbd]*[/kbd] at the end to show the rest in alphabetical order.');
diff --git a/po/af.po b/po/af.po
index 324c080..1cd6cc5 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -46,7 +46,7 @@ msgstr "Soek"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2358,7 +2358,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4755,12 +4755,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/ar.po b/po/ar.po
index e60ea03..0805c50 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-09-24 21:48+0200\n"
 "Last-Translator: Abdullah Al-Saedi <abdullah.10 at windowslive.com>\n"
 "Language-Team: arabic <ar at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "بحث"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2224,7 +2224,7 @@ msgstr "ملف الإعدادت (%s) غير قابل للقراءة."
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr "صلاحيات خاطئة على ملف الإعدادات , لاينبغى أن يكون قابل للكتابة!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "حجم الخط"
 
@@ -4582,15 +4582,13 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-#, fuzzy
-#| msgid "Maximum number of recently used tables; set 0 to disable"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "أكبر عدد للجداول المستعملة مؤخراً ; ضع 0 للتعطيل"
+msgid "Maximal number of table preferences to store"
+msgstr ""
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -12737,6 +12735,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of recently used tables; set 0 to disable"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "أكبر عدد للجداول المستعملة مؤخراً ; ضع 0 للتعطيل"
+
 #~ msgid "Click to unselect"
 #~ msgstr "إضغط لإلغاء الإختيار"
 
diff --git a/po/az.po b/po/az.po
index 1a941ad..608db30 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -45,7 +45,7 @@ msgstr "Axtarış"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2385,7 +2385,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4821,12 +4821,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/be.po b/po/be.po
index 7b1e194..19667ee 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -48,7 +48,7 @@ msgstr "Пошук"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2425,7 +2425,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Памер шрыфта"
 
@@ -4919,12 +4919,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/be at latin.po b/po/be at latin.po
index 4c49292..eb9188b 100644
--- a/po/be at latin.po
+++ b/po/be at latin.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -50,7 +50,7 @@ msgstr "Pošuk"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2437,7 +2437,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Pamier šryfta"
 
@@ -4903,12 +4903,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/bg.po b/po/bg.po
index 750d2e9..6dee1c1 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-23 17:58+0200\n"
 "Last-Translator: any anonymous user <>\n"
 "Language-Team: bulgarian <bg at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Търсене"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2219,7 +2219,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Размер шрифт"
 
@@ -4570,13 +4570,13 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Максимален брой записи в таблица \"table_uiprefs\""
+msgid "Maximal number of table preferences to store"
+msgstr ""
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -12353,6 +12353,9 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Максимален брой записи в таблица \"table_uiprefs\""
+
 #~ msgid "Click to unselect"
 #~ msgstr "Щракване за отмяна на избора"
 
diff --git a/po/bn.po b/po/bn.po
index c5c1883..33e742e 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -49,7 +49,7 @@ msgstr "খুঁজুন"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2409,7 +2409,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "ফন্ট এর আকার"
 
@@ -4887,12 +4887,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/br.po b/po/br.po
index b4e3261..d2e2398 100644
--- a/po/br.po
+++ b/po/br.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-10-13 17:20+0200\n"
 "Last-Translator: Fulup <fulup.jakez at ofis-bzh.org>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -53,7 +53,7 @@ msgstr "Klask"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2242,7 +2242,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Ment an destenn"
 
@@ -4648,12 +4648,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/bs.po b/po/bs.po
index d158608..87df73f 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -48,7 +48,7 @@ msgstr "Pretraživanje"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2379,7 +2379,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4811,12 +4811,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/ca.po b/po/ca.po
index 5878718..adc3579 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-02-23 09:57+0200\n"
 "Last-Translator: Xavier Navarro <xvnavarro at gmail.com>\n"
 "Language-Team: catalan <ca at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Cerca"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2339,7 +2339,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Tamany de lletra"
 
@@ -4832,14 +4832,14 @@ msgstr "URL de desconnexió"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Màxim nombre de taules mostrades a la llista"
 
 #: libraries/config/messages.inc.php:404
@@ -13386,6 +13386,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Màxim nombre de taules mostrades a la llista"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Clica per deseleccionar"
 
diff --git a/po/cs.po b/po/cs.po
index 7bacd1e..381588f 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-23 11:40+0200\n"
 "Last-Translator: Michal Čihař <michal at cihar.com>\n"
 "Language-Team: czech <cs at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "Vyhledávání"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2220,7 +2220,7 @@ msgstr ""
 "Chybná přístupová práva konfiguračního souboru, neměl by být zapisovatelný "
 "pro všechny!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Velikost písma"
 
@@ -4656,13 +4656,15 @@ msgstr "URL pro odhlášení"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Nejvyšší počet záznamů uložený v tabulkce „table_uiprefs“"
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Nejvyšší počet tabulek zobrazených v seznamu tabulek"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -12864,6 +12866,9 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Nejvyšší počet záznamů uložený v tabulkce „table_uiprefs“"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Klikněte pro zrušení výběru"
 
diff --git a/po/cy.po b/po/cy.po
index c129c27..c8b0e48 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-05-19 21:21+0200\n"
 "Last-Translator: <ardavies at tiscali.co.uk>\n"
 "Language-Team: Welsh <cy at li.org>\n"
@@ -52,7 +52,7 @@ msgstr "Chwilio"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2359,7 +2359,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Maint ffont"
 
@@ -4793,12 +4793,12 @@ msgstr "URL allgofnodi"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/da.po b/po/da.po
index c40a6c5..1ed6e98 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-09-25 23:05+0200\n"
 "Last-Translator: Jørgen Thomsen <opensource at jth.net>\n"
 "Language-Team: danish <da at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Søg"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2247,7 +2247,7 @@ msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 "Forkerte rettigheder på konfigurationsfil. Må ikke være skrivbar af alle!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Skriftstørrelse"
 
@@ -4697,15 +4697,15 @@ msgstr "Log ud URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
-"Denne konfiguration sikrer, at vi kun beholder de N (N = MaxTableUiprefs) "
-"nyeste rækker i \"table_uiprefs\"  og automatisk sletter ældre rækker"
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Maksimalt antal rækker gemt i tabellen \"table_uiprefs\""
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Maksimalt antal tabeller vist i tabellisten"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13150,6 +13150,16 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "concurrent_insert er sat til 0"
 
+#~ msgid ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+#~ msgstr ""
+#~ "Denne konfiguration sikrer, at vi kun beholder de N (N = MaxTableUiprefs) "
+#~ "nyeste rækker i \"table_uiprefs\"  og automatisk sletter ældre rækker"
+
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Maksimalt antal rækker gemt i tabellen \"table_uiprefs\""
+
 #~ msgid "Click to unselect"
 #~ msgstr "Klik for at fravælge"
 
diff --git a/po/de.po b/po/de.po
index 3152f05..7f39b3e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-10 17:41+0200\n"
 "Last-Translator: Anonymous Pootle User\n"
 "Language-Team: german <de at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Suche"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2268,7 +2268,7 @@ msgstr ""
 "Falsche Zugriffsrechte auf die Konfigurationdaten. Die Datei sollte nicht "
 "für alle lesbar sein!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Schriftgröße"
 
@@ -4736,13 +4736,15 @@ msgstr "Logout URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Maximale Anzahl der Einträge in der Tabelle \"table_uiprefs\""
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Maximale Anzahl der in einer Tabellenliste angezeigten Tabellen"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13149,6 +13151,9 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Maximale Anzahl der Einträge in der Tabelle \"table_uiprefs\""
+
 #~ msgid "Click to unselect"
 #~ msgstr "Zum Abwählen anklicken"
 
diff --git a/po/el.po b/po/el.po
index 76e11ef3c..b710067 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-10-06 21:35+0200\n"
 "Last-Translator: Panagiotis Papazoglou <papaz_p at yahoo.com>\n"
 "Language-Team: greek <el at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Αναζήτηση"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2259,7 +2259,7 @@ msgstr ""
 "Εσφαλμένα δικαιώματα στο αρχείο ρυθμίσεων, δεν πρέπει να είναι καθολικά "
 "εγγράψιμο!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Μέγεθος γραμματοσειράς"
 
@@ -4739,16 +4739,15 @@ msgstr "Διεύθυνση URL αποσύνδεσης"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
-"Αυτη η ρύθμιση διασφαλίζει ότι διατηρούνται N (N = MaxTableUiprefs) νέες "
-"εγγραφές στο «table_uiprefs» και αυτόματα διαγράφονται παλαιές εγγραφές"
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr ""
-"Μέγιστος αριθμός εγγραφών που αποθηκεύονται στον πίνακα «table_uiprefs»"
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Μέγιστος αριθμός πινάκες που θα προβάλονται σε λίστα πινάκων"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13185,6 +13184,17 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#~ msgid ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+#~ msgstr ""
+#~ "Αυτη η ρύθμιση διασφαλίζει ότι διατηρούνται N (N = MaxTableUiprefs) νέες "
+#~ "εγγραφές στο «table_uiprefs» και αυτόματα διαγράφονται παλαιές εγγραφές"
+
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr ""
+#~ "Μέγιστος αριθμός εγγραφών που αποθηκεύονται στον πίνακα «table_uiprefs»"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Πατήστε για απεπιλογή"
 
diff --git a/po/en_GB.po b/po/en_GB.po
index 993ec6a..3be1bf2 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-24 03:52+0200\n"
 "Last-Translator: dannybeckett <daniel.beckett at gmail.com>\n"
 "Language-Team: english-gb <en_GB at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Search"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2216,7 +2216,7 @@ msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 "Wrong permissions on configuration file, should not be world writeable!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Font size"
 
@@ -4653,15 +4653,15 @@ msgstr "Logout URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Maximum number of records saved in \"table_uiprefs\" table"
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Maximum number of tables displayed in table list"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13094,6 +13094,16 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "concurrent_insert is set to 0"
 
+#~ msgid ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+#~ msgstr ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Maximum number of records saved in \"table_uiprefs\" table"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Click to unselect"
 
diff --git a/po/es.po b/po/es.po
index 7307151..615ff00 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-20 19:31+0200\n"
 "Last-Translator: Matías Bellone <matiasbellone at gmail.com>\n"
 "Language-Team: spanish <es at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Buscar"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2251,7 +2251,7 @@ msgstr ""
 "Permisos incorrectos en el archivo de configuración ¡cualquiera no debería "
 "poder modificarlo!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Tamaño de fuente"
 
@@ -4741,16 +4741,15 @@ msgstr "URL de fin de sesión"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
-"Esta configuración asegura que sólo se mantengan los N (N = MaxTableUiprefs) "
-"registros más recientes en «table_uiprefs» y los registros anteriores sean "
-"eliminados"
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Número máximo de  regustros almacenados en la tabla «table_uiprefs»"
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Número máximo de tablas mostradas en una lista de tablas"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13344,6 +13343,17 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "«concurrent_insert» está definido como 0"
 
+#~ msgid ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+#~ msgstr ""
+#~ "Esta configuración asegura que sólo se mantengan los N (N = "
+#~ "MaxTableUiprefs) registros más recientes en «table_uiprefs» y los "
+#~ "registros anteriores sean eliminados"
+
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Número máximo de  regustros almacenados en la tabla «table_uiprefs»"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Clic para deseleccionar"
 
diff --git a/po/et.po b/po/et.po
index 47abd4a..925f0fc 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -48,7 +48,7 @@ msgstr "Otsi"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2411,7 +2411,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Fondi suurus"
 
@@ -4889,12 +4889,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/eu.po b/po/eu.po
index 31e6193..7c592d5 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-04 13:00+0200\n"
 "Last-Translator: karrikas <karrikas at gmail.com>\n"
 "Language-Team: basque <eu at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Bilatu"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2325,7 +2325,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4756,12 +4756,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/fa.po b/po/fa.po
index d3e0165..a1e29a0 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -46,7 +46,7 @@ msgstr "جستجو"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2345,7 +2345,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "اندازه حروف"
 
@@ -4748,12 +4748,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/fi.po b/po/fi.po
index abbc44d..b183e62 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-15 17:18+0200\n"
 "Last-Translator: Macrotus <rokkeri at hotmail.com>\n"
 "Language-Team: finnish <fi at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Etsi"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2284,7 +2284,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Fonttikoko"
 
@@ -4835,14 +4835,14 @@ msgstr "Uloskirjautumisen verkko-osoite"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Taululuettelossa näkyvien taulujen enimmäismäärä"
 
 #: libraries/config/messages.inc.php:404
@@ -13669,6 +13669,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Taululuettelossa näkyvien taulujen enimmäismäärä"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Poista valinta painamalla"
 
diff --git a/po/fr.po b/po/fr.po
index 5480310..f79e71e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-23 17:16+0200\n"
 "Last-Translator: Marc Delisle <marc at infomarc.info>\n"
 "Language-Team: french <fr at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "Rechercher"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2241,7 +2241,7 @@ msgstr ""
 "Permissions sur le fichier de configuration incorrectes, il ne doit pas être "
 "en écriture pour tout le monde."
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Taille du texte"
 
@@ -4706,15 +4706,15 @@ msgstr "URL pour quitter"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
-"Cette configuration assure que seulement les N (N = MaxTableUiprefs) plus "
-"récentes entrées dans «table_uiprefs» sont conservées"
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Nombre maximum de lignes conservées dans la table «table_uiprefs»"
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Nombre maximum de tables affichées dans la liste des tables"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13222,6 +13222,16 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "Le paramètre concurrent_insert a une valeur de 0"
 
+#~ msgid ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+#~ msgstr ""
+#~ "Cette configuration assure que seulement les N (N = MaxTableUiprefs) plus "
+#~ "récentes entrées dans «table_uiprefs» sont conservées"
+
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Nombre maximum de lignes conservées dans la table «table_uiprefs»"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Cliquer pour désélectionner"
 
diff --git a/po/gl.po b/po/gl.po
index 24ef1f4..3d02dc3 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-06 21:20+0200\n"
 "Last-Translator: inter981 <inter981 at gmail.com>\n"
 "Language-Team: galician <gl at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "Buscar"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2418,7 +2418,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Tamaño da letra"
 
@@ -5032,14 +5032,14 @@ msgstr "URL de desconexión"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Número máximo de táboas que se mostran na listaxe de táboas"
 
 #: libraries/config/messages.inc.php:404
@@ -13949,6 +13949,11 @@ msgid "concurrent_insert is set to 0"
 msgstr ""
 
 #, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Número máximo de táboas que se mostran na listaxe de táboas"
+
+#, fuzzy
 #~ msgid "Create an index"
 #~ msgstr "Crear un índice novo"
 
diff --git a/po/he.po b/po/he.po
index 2b0d81f..8b6f608 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-03-02 20:17+0200\n"
 "Last-Translator: <zippoxer at gmail.com>\n"
 "Language-Team: hebrew <he at li.org>\n"
@@ -46,7 +46,7 @@ msgstr "חיפוש"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2382,7 +2382,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4818,12 +4818,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/hi.po b/po/hi.po
index a03137f..4d6ee57 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-07-24 19:04+0200\n"
 "Last-Translator:  <deadefy at nepalimail.com>\n"
 "Language-Team: hindi <hi at li.org>\n"
@@ -48,7 +48,7 @@ msgstr "ढूंढें"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2315,7 +2315,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "फ़ॉन्ट का आकार"
 
@@ -4733,14 +4733,14 @@ msgstr "लॉगआउट URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "प्रदर्शित टेबल की अधिकतम संख्या"
 
 #: libraries/config/messages.inc.php:404
@@ -12799,6 +12799,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "प्रदर्शित टेबल की अधिकतम संख्या"
+
 #~ msgid "Click to unselect"
 #~ msgstr "रद्द करने के लिए क्लिक करें."
 
diff --git a/po/hr.po b/po/hr.po
index f335590..0eaf279 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -50,7 +50,7 @@ msgstr "Traži"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2426,7 +2426,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Veličina fonta"
 
@@ -4910,12 +4910,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/hu.po b/po/hu.po
index 076d994..6ca741a 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-01 14:26+0200\n"
 "Last-Translator: Balázs Úr <urbalazs at gmail.com>\n"
 "Language-Team: hungarian <hu at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Keresés"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2247,7 +2247,7 @@ msgstr "A létező beállító fájl (%s) nem olvasható."
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Betűméret"
 
@@ -4717,13 +4717,15 @@ msgstr "Kijelentkezési URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "A \"table_uiprefs\" táblába elmentett maximális rekordok száma"
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "A táblalistában megjelenítendő táblák száma"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13090,6 +13092,9 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "A \"table_uiprefs\" táblába elmentett maximális rekordok száma"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Kattintson a kijelölés megszüntetéséhez."
 
diff --git a/po/id.po b/po/id.po
index c63bb3c..194439a 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-19 09:54+0700\n"
 "Last-Translator: Ivan Lanin <ivan at lanin.org>\n"
 "Language-Team: indonesian <id at li.org>\n"
@@ -51,7 +51,7 @@ msgstr "Cari"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2221,7 +2221,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Ukuran huruf"
 
@@ -4582,13 +4582,15 @@ msgstr "URL keluar"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr ""
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Jumlah ma ber of table preferences to store"  list"  able"  e oldest "   ‚."  –्या"    ½Î±ÎºÎ± «table_uiprefs»"  κά "  ces, i.e. use [kbd]\'my\_db\'[/kbd] and not [kbd]\'my_db\'[/kbd]. Using this option you can sort database list, just enter their names in order and use [kbd]*[/kbd] at the end to show the rest in alphabetical order.');   ’Ý÷¾*          †0Ý÷¾*   Ÿ(lÿ  `Ý÷¾*  ?Ÿ(lÿ         Àß]ù¾*  uÝ÷¾*   Ð]ù¾*  ØÔ]ù¾*  ¨Ù]ù¾*  €:Þ÷¾*          xäùø¾*          `•(lÿ          0”(lÿ  k0Ý÷¾*  à!     à!      Ÿ(lÿ  pŸ(lÿ  H®Ùø¾*          @–(lÿ         ’Ý÷¾*          †0Ý÷¾*   Ÿ(lÿ  `Ý÷¾*  ?Ÿ(lÿ  0Ÿ(lÿ  (Ÿ(lÿ  8;þ÷¾*  Œp˜        pŸ(lÿ  uÝ÷¾*  €:Þ÷¾*                  @–(lÿ         •(lÿ  k0Ý÷¾*          G       H   I       J   K           M   N   O       P    Ÿ(lÿ  pŸ(lÿ  He°ø¾*          à—(lÿ         ’Ý÷¾*          †0Ý÷¾*   Ÿ(lÿ         0ß]ù¾*  uÝ÷¾*   ðùø¾*   ™ø¾*   Ð]ù¾*  ØÔ]ù¾*  ¨Ù]ù¾*  €:Þ÷¾*          He°ø¾*          à—(lÿ          –(lÿ  k0Ý÷¾*  8e°ø¾*          à—(lÿ         P–(lÿ  k0Ý÷¾*  (e°ø¾*          à—(lÿ         €–(lÿ  k0Ý÷¾*  e°ø¾*          à—(lÿ         °–(lÿ  k0Ý÷¾*  	       ¨Þ]ù¾*  uÝ÷¾*         ¨Ù]ù¾*  0‘(lÿ          Šèø¾*  eÝ÷¾*         ØÔ]ù¾*  P—(lÿ          yèø¾*  eÝ÷¾*          Ð]ù¾*  €—(lÿ          Zèø¾*  eÝ÷¾*  Ø”ø¾*   ðùø¾*   ™ø¾*   Ð]ù¾*  Øôùø¾*  ØÔ]ù¾*  ¨Ù]ù¾*  €:Þ÷¾*          8;þ÷¾*                        ]Yø¾*  pŸ(lÿ  p+ø¾*          0™(lÿ           ˜(lÿ  k0Ý÷¾*      5   6   7   8   :   <   =   >       ?       @   B   D        Ÿ(lÿ  pŸ(lÿ  à]Vø¾*                 pŸ(lÿ  uÝ÷¾*         5þ÷¾*  °—(lÿ          ]Yø¾*  eÝ÷¾*  5þ÷¾*          Õ_ at fÆS         Qöl±íÁs%ø¾*  pŸ(lÿ  à]Vø¾*          @š(lÿ         ™(lÿ  k0Ý÷¾*  u]ÞÓ	4Q ÷U^Qʉ§ ¶uª¹ñìò*Ä“v Ÿ(lÿ  pŸ(lÿ  H®"ø¾*          ô^ø¾*          ° (lÿ  ¦ Áù¾*  ¦ Áù¾*         F\ø¾*  ?Ÿ(lÿ  p (lÿ  (Ÿ(lÿ  ›(lÿ  ÿùø¾*  uÝ÷¾*  Øôùø¾*  ð¡(lÿ  ¢ Áù¾*  À (lÿ          Pœ(lÿ                 ÿÿÿÿÿÿÿÿ¢ Áù¾*          xŸ(lÿ                 ksimum tabel yang ditampilkan di daftar tabel"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
diff --git a/po/it.po b/po/it.po
index 6ced60e..498a595 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-28 16:26+0200\n"
 "Last-Translator: Rouslan Placella <rouslan at placella.com>\n"
 "Language-Team: italian <it at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "Cerca"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2305,7 +2305,7 @@ msgstr ""
 "Permessi incorretti sul file di configurazione, non deve essere scrivibile "
 "da tutti!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Dimensione font"
 
@@ -4789,14 +4789,14 @@ msgstr "Url di logout"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Il massimo numero di tabelle da visualizzare nella lista di tabelle"
 
 #: libraries/config/messages.inc.php:404
@@ -13234,6 +13234,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Il massimo numero di tabelle da visualizzare nella lista di tabelle"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Clicca per deselezionare"
 
diff --git a/po/ja.po b/po/ja.po
index 7d76c09..837dfd2 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-28 12:06+0200\n"
 "Last-Translator: Yuichiro <yuichiro at pop07.odn.ne.jp>\n"
 "Language-Team: japanese <jp at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "検索"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2234,7 +2234,7 @@ msgstr ""
 "設定ファイルのパーミッションが正しくありません。書き込み可能になっていませ"
 "ん!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "フォントサイズ"
 
@@ -4658,13 +4658,15 @@ msgstr "ログアウト URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "「table_uiprefs」テーブルに保存できる最大行数。"
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "テーブルのリストに表示されるテーブルの最大数"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13064,6 +13066,9 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "concurrent_insert は 0 に設定されています。"
 
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "「table_uiprefs」テーブルに保存できる最大行数。"
+
 #~ msgid "Click to unselect"
 #~ msgstr "クリックで選択解除"
 
diff --git a/po/ka.po b/po/ka.po
index f8ba231..9362a64 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-08 23:12+0200\n"
 "Last-Translator: Sulkhani Ninidze <sulxani.ninidze at hotmail.com>\n"
 "Language-Team: georgian <ka at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "ძებნა"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2407,7 +2407,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "შრიფტის ზომა"
 
@@ -4976,14 +4976,14 @@ msgstr "Logout URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Maximum number of tables displayed in table list"
 
 #: libraries/config/messages.inc.php:404
@@ -13721,6 +13721,11 @@ msgid "concurrent_insert is set to 0"
 msgstr ""
 
 #, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Maximum number of tables displayed in table list"
+
+#, fuzzy
 #~ msgid "Create an index"
 #~ msgstr "ახალი ინდექსის შექმნა"
 
diff --git a/po/ko.po b/po/ko.po
index 62f51f9..3b7d5cb 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-18 08:35+0200\n"
 "Last-Translator: manyfun <manyfun7 at gmail.com>\n"
 "Language-Team: korean <ko at li.org>\n"
@@ -48,7 +48,7 @@ msgstr "검색"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2284,7 +2284,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "글꼴 크기"
 
@@ -4701,12 +4701,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/lt.po b/po/lt.po
index 4abfa61..767a9e3 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-08-08 18:05+0200\n"
 "Last-Translator: Kęstutis <forkik at gmail.com>\n"
 "Language-Team: lithuanian <lt at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Paieška"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2274,7 +2274,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Šrifto dydis"
 
@@ -4709,14 +4709,14 @@ msgstr "Atsijungimo nuoroda"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše"
 
 #: libraries/config/messages.inc.php:404
@@ -12828,6 +12828,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Spustelėkite atžymėjimui"
 
diff --git a/po/lv.po b/po/lv.po
index c94199c..8e404d7 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -48,7 +48,7 @@ msgstr "Meklēt"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2389,7 +2389,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4826,12 +4826,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/mk.po b/po/mk.po
index b274ebb..987868e 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-05-19 17:04+0200\n"
 "Last-Translator: <sjanevski at gmail.com>\n"
 "Language-Team: macedonian_cyrillic <mk at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Пребарување"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2386,7 +2386,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4838,12 +4838,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/ml.po b/po/ml.po
index 2fcc115..66b0b5a 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-09-27 08:42+0200\n"
 "Last-Translator:  <sadik.khalid at gmail.com>\n"
 "Language-Team: Malayalam <ml at li.org>\n"
@@ -48,7 +48,7 @@ msgstr "തിരയൂ"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2160,7 +2160,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4476,12 +4476,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/mn.po b/po/mn.po
index e748fad..8ec3dc2 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -47,7 +47,7 @@ msgstr "Хайх"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2402,7 +2402,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Үсгийн хэмжээ"
 
@@ -4840,12 +4840,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/ms.po b/po/ms.po
index d2a212b..1269257 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -45,7 +45,7 @@ msgstr "Cari"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2369,7 +2369,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4773,12 +4773,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/nb.po b/po/nb.po
index 57e9f24..f48f749 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-03-07 11:21+0200\n"
 "Last-Translator: Michal Čihař <michal at cihar.com>\n"
 "Language-Team: norwegian <no at li.org>\n"
@@ -48,7 +48,7 @@ msgstr "Søk"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2335,7 +2335,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Fontstørrelse"
 
@@ -4819,14 +4819,14 @@ msgstr "Logg ut URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Maks antall tabeller vist i tabellista"
 
 #: libraries/config/messages.inc.php:404
@@ -13461,6 +13461,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Maks antall tabeller vist i tabellista"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Klikk for å fjerne valg"
 
diff --git a/po/nl.po b/po/nl.po
index 70963d9..864e747 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-24 03:16+0200\n"
 "Last-Translator: dannybeckett <daniel.beckett at gmail.com>\n"
 "Language-Team: dutch <nl at li.org>\n"
@@ -48,7 +48,7 @@ msgstr "Zoeken"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2318,7 +2318,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Lettertypegrootte"
 
@@ -4802,14 +4802,14 @@ msgstr "Uitlog URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Het maximum aantal tabellen dat wordt getoond in de tabellen lijst"
 
 #: libraries/config/messages.inc.php:404
@@ -13385,6 +13385,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Het maximum aantal tabellen dat wordt getoond in de tabellen lijst"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Klik om te de-selecteren"
 
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 83e9624..76f95b1 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -50,7 +50,7 @@ msgstr ""
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2162,7 +2162,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4478,12 +4478,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/pl.po b/po/pl.po
index b0153cd..fa6baf5 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-24 21:07+0200\n"
 "Last-Translator: fungms <fungms at o2.pl>\n"
 "Language-Team: polish <pl at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "Szukaj"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2272,7 +2272,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Rozmiar pisma"
 
@@ -4779,13 +4779,15 @@ msgstr "URL wylogowania"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Maksymalna liczba rekordów zapisana w tabeli \"table_uiprefs\""
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Maksymalna liczba tabel pokazywanych na liście tabel"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13581,6 +13583,9 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "concurrent_insert jest ustawione na 0"
 
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Maksymalna liczba rekordów zapisana w tabeli \"table_uiprefs\""
+
 #~ msgid "Click to unselect"
 #~ msgstr "Kliknij, aby usunąć zaznaczenie"
 
diff --git a/po/pt.po b/po/pt.po
index f8be898..1b8b8eb 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-24 23:02+0200\n"
 "Last-Translator: JoaoTMDias <contacto at joaodias.me>\n"
 "Language-Team: portuguese <pt at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Pesquisar"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2271,7 +2271,7 @@ msgstr ""
 "Permissões errada no ficheiro de configuração. Não deve ser editável por "
 "todos!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Tamanho da fonte"
 
@@ -4740,12 +4740,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3fee477..305715f 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-14 19:39+0200\n"
 "Last-Translator: mariemidias <mariemidias at yahoo.com.br>\n"
 "Language-Team: brazilian_portuguese <pt_BR at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Procurar"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2266,7 +2266,7 @@ msgstr ""
 "Erro de permissão no arquivo de configuração, não deve ser manipulado por "
 "todos."
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Tamanho da fonte"
 
@@ -4718,13 +4718,15 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Numero máximo de registro salvos na tabela \"table_uiprefs\""
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Número máximo de tabelas exibidas na lista de tabelas"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13185,6 +13187,9 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "concurrent_insert está com valor 0"
 
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Numero máximo de registro salvos na tabela \"table_uiprefs\""
+
 #~ msgid "Click to unselect"
 #~ msgstr "Clique para desmarcar"
 
diff --git a/po/ro.po b/po/ro.po
index c973cc5..4e77d18 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-10-23 11:06+0200\n"
 "Last-Translator:  <tatuci at gmail.com>\n"
 "Language-Team: romanian <ro at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "Caută"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2421,7 +2421,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Dimensiune font"
 
@@ -4915,12 +4915,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/ru.po b/po/ru.po
index f1c151a..2a44d86 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-22 21:16+0200\n"
 "Last-Translator: Victor Volkov <hanut at php-myadmin.ru>\n"
 "Language-Team: russian <ru at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "Поиск"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2241,7 +2241,7 @@ msgstr ""
 "На конфигурационный файл выставлены неверные права разрешающие запись для "
 "всех!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Размер шрифта"
 
@@ -4708,16 +4708,15 @@ msgstr "URL выхода"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
-"Данная настройка проверяет сохранение только N (N = MaxTableUiprefs) новых "
-"записей в \"table_uiprefs\" и автоматически удалит устаревшие записи"
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr ""
-"Максимальное количество записей сохраняемых в таблице \"table_uiprefs\""
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Максимальное количество таблиц отображаемых в списке"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13237,6 +13236,17 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "concurrent_insert установлен в 0"
 
+#~ msgid ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+#~ msgstr ""
+#~ "Данная настройка проверяет сохранение только N (N = MaxTableUiprefs) "
+#~ "новых записей в \"table_uiprefs\" и автоматически удалит устаревшие записи"
+
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr ""
+#~ "Максимальное количество записей сохраняемых в таблице \"table_uiprefs\""
+
 #~ msgid "Click to unselect"
 #~ msgstr "Снятие выделения"
 
diff --git a/po/si.po b/po/si.po
index 09a40f0..d13da18 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-10-15 13:22+0200\n"
 "Last-Translator: Madhura Jayaratne <madhura.cj at gmail.com>\n"
 "Language-Team: sinhala <si at li.org>\n"
@@ -48,7 +48,7 @@ msgstr "සෙවීම"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2256,7 +2256,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "ෆොන්ට් එකෙහි ප්‍රමාණය"
 
@@ -4639,14 +4639,14 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "වගු ලයිස්තුවේ උපරිම ලෙස පෙන්විය යුතු වගු ගණන"
 
 #: libraries/config/messages.inc.php:404
@@ -12914,6 +12914,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "වගු ලයිස්තුවේ උපරිම ලෙස පෙන්විය යුතු වගු ගණන"
+
 #~ msgid "Click to unselect"
 #~ msgstr "තේරීම අවලංගු කිරීමට ක්ලික් කරන්න"
 
diff --git a/po/sk.po b/po/sk.po
index c5303e9..28a9ff7 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-07-27 15:32+0200\n"
 "Last-Translator: Martin Lacina <martin at whistler.sk>\n"
 "Language-Team: slovak <sk at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Hľadať"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2299,7 +2299,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Veľkosť písma"
 
@@ -4756,14 +4756,14 @@ msgstr "URL pri odhlásení"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Maximálny počet tabuliek zobrazených v zozname tabuliek"
 
 #: libraries/config/messages.inc.php:404
@@ -13045,6 +13045,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Maximálny počet tabuliek zobrazených v zozname tabuliek"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Kliknite pre zrušenie vyberu"
 
diff --git a/po/sl.po b/po/sl.po
index bd31315..849d1cf 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-21 22:01+0200\n"
 "Last-Translator: Domen <dbc334 at gmail.com>\n"
 "Language-Team: slovenian <sl at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Iskanje"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2232,7 +2232,7 @@ msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 "Napačna dovoljenja konfiguracijski datoteke; ne sme biti vsem zapisljiva!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Velikost pisave"
 
@@ -4684,15 +4684,15 @@ msgstr "Odjavni URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
-"Ta konfiguracija zagotavlja, da v \"table_uiprefs\" hranimo samo N (N = "
-"MaxTableUiprefs) najnovejših zapisov in da samodejno brišemo starejše zapise"
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Največje število zapisov, shranjenih v tabeli \"table_uiprefs\""
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Največje število tabel prikazanih na seznamu tabel"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13111,6 +13111,17 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "concurrent_insert je nastavljeno na 0"
 
+#~ msgid ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+#~ msgstr ""
+#~ "Ta konfiguracija zagotavlja, da v \"table_uiprefs\" hranimo samo N (N = "
+#~ "MaxTableUiprefs) najnovejših zapisov in da samodejno brišemo starejše "
+#~ "zapise"
+
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Največje število zapisov, shranjenih v tabeli \"table_uiprefs\""
+
 #~ msgid "Click to unselect"
 #~ msgstr "Kliknite za odznačitev"
 
diff --git a/po/sq.po b/po/sq.po
index 478653a..45ff682 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -49,7 +49,7 @@ msgstr "Kërko"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2387,7 +2387,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4822,12 +4822,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/sr.po b/po/sr.po
index af25d5c..d4e685f 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-04-06 18:43+0200\n"
 "Last-Translator: <theranchcowboy at googlemail.com>\n"
 "Language-Team: serbian_cyrillic <sr at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "Претраживање"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2412,7 +2412,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Величина фонта"
 
@@ -4895,12 +4895,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/sr at latin.po b/po/sr at latin.po
index c959243..9a50205 100644
--- a/po/sr at latin.po
+++ b/po/sr at latin.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -50,7 +50,7 @@ msgstr "Pretraživanje"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2406,7 +2406,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Veličina fonta"
 
@@ -4888,12 +4888,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/sv.po b/po/sv.po
index 4256dff..69ec22a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-24 01:21+0200\n"
 "Last-Translator: ProUser <stefan at inkopsforum.se>\n"
 "Language-Team: swedish <sv at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Sök"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2223,7 +2223,7 @@ msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 "Fel behörigheter på konfigurationsfilen, bör inte vara \"world\" skrivbar!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Teckenstorlek"
 
@@ -4666,16 +4666,15 @@ msgstr "URL för utloggning"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
-"Denna konfiguration säkerställer att vi bara behåller N (N = "
-"MaxTableUiprefs) senaste posten i \"table_uiprefs\" och tar automatiskt bort "
-"äldre poster"
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "Maximalt antal poster som sparats i \"table_uiprefs\" tabellen"
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Maximalt antal tabeller som visas i tabellista"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13042,6 +13041,17 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "concurrent_insert är satt till 0"
 
+#~ msgid ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+#~ msgstr ""
+#~ "Denna konfiguration säkerställer att vi bara behåller N (N = "
+#~ "MaxTableUiprefs) senaste posten i \"table_uiprefs\" och tar automatiskt "
+#~ "bort äldre poster"
+
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Maximalt antal poster som sparats i \"table_uiprefs\" tabellen"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Klicka för att avmarkera"
 
diff --git a/po/ta.po b/po/ta.po
index e247e0a..fe7a3d3 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-08-23 10:51+0200\n"
 "Last-Translator: Sajeepan Yogenthiran <ysajeepan at live.com>\n"
 "Language-Team: Tamil <ta at li.org>\n"
@@ -52,7 +52,7 @@ msgstr "தேடு"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2215,7 +2215,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "எழுத்துரு அளவு"
 
@@ -4546,12 +4546,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/te.po b/po/te.po
index fc575f5..a40eaaf 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-04-07 17:06+0200\n"
 "Last-Translator: <veeven at gmail.com>\n"
 "Language-Team: Telugu <te at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "శోధించు"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2302,7 +2302,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4662,12 +4662,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/th.po b/po/th.po
index 64df3fb..f3c0ddd 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-17 07:53+0200\n"
 "Last-Translator: jaideejung007 <jaideejung007 at gmail.com>\n"
 "Language-Team: thai <th at li.org>\n"
@@ -48,7 +48,7 @@ msgstr "ค้นหา"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2362,7 +2362,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4793,12 +4793,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/tr.po b/po/tr.po
index 5988bd1..49b0074 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-11-21 19:24+0200\n"
 "Last-Translator: Burak Yavuz <hitowerdigit at hotmail.com>\n"
 "Language-Team: turkish <tr at li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Ara"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2231,7 +2231,7 @@ msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 "Yapılandırma dosyasında yanlış izinler, herkesçe yazılabilir olmamalıdır!"
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Yazı Tipi boyutu"
 
@@ -4687,16 +4687,15 @@ msgstr "Oturum kapatma URL'si"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
-"Bu yapılandırma \"table_uiprefs\" içinde sadece N (N = MaxTableUiprefs) en "
-"yeni kayıtları tutuğumuzdan ve otomatik olarak eski kayıtları sildiğimizden "
-"emin olur"
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
-msgstr "En fazla kayıt sayısı \"table_uiprefs\" tablosuna kaydedildi"
+#, fuzzy
+#| msgid "Maximum number of tables displayed in table list"
+msgid "Maximal number of table preferences to store"
+msgstr "Tablo listesinde görüntülenecek olan en fazla tablo sayısıdır"
 
 #: libraries/config/messages.inc.php:404
 msgid "Try to connect without password"
@@ -13110,6 +13109,17 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr "concurrent_insert 0'a ayarlı"
 
+#~ msgid ""
+#~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
+#~ "newest record in \"table_uiprefs\" and automatically delete older records"
+#~ msgstr ""
+#~ "Bu yapılandırma \"table_uiprefs\" içinde sadece N (N = MaxTableUiprefs) "
+#~ "en yeni kayıtları tutuğumuzdan ve otomatik olarak eski kayıtları "
+#~ "sildiğimizden emin olur"
+
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "En fazla kayıt sayısı \"table_uiprefs\" tablosuna kaydedildi"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Seçimi kaldırmak için tıklayın"
 
diff --git a/po/tt.po b/po/tt.po
index f807ad2..34eee06 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -49,7 +49,7 @@ msgstr "Ezläw"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2399,7 +2399,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr ""
 
@@ -4864,12 +4864,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/ug.po b/po/ug.po
index b172dd8..cef7b14 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -51,7 +51,7 @@ msgstr "ئىزدەش"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2326,7 +2326,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "خەتنىڭ چوڭ-كىچىكلىكى"
 
@@ -4709,12 +4709,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/uk.po b/po/uk.po
index 032c6c3..032501b 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n s.sourceforge.net\n"    e oldest "     "  ld writable!"   ”තු වගු ගණන"   для "  .e. use [kbd]\'my\_db\'[/kbd] and not [kbd]\'my_db\'[/kbd]. Using this option you can sort database list, just enter their names in order and use [kbd]*[/kbd] at the end to show the rest in alphabetical order.');   ’Ý÷¾*          †0Ý÷¾*   Ÿ(lÿ  `Ý÷¾*  ?Ÿ(lÿ         Àß]ù¾*  uÝ÷¾*   Ð]ù¾*  ØÔ]ù¾*  ¨Ù]ù¾*  €:Þ÷¾*          xäùø¾*          `•(lÿ          0”(lÿ  k0Ý÷¾*  à!     à!      Ÿ(lÿ  pŸ(lÿ  H®Ùø¾*          @–(lÿ         ’Ý÷¾*          †0Ý÷¾*   Ÿ(lÿ  `Ý÷¾*  ?Ÿ(lÿ  0Ÿ(lÿ  (Ÿ(lÿ  8;þ÷¾*  Œp˜        pŸ(lÿ  uÝ÷¾*  €:Þ÷¾*                  @–(lÿ         •(lÿ  k0Ý÷¾*          G       H   I       J   K           M   N   O       P    Ÿ(lÿ  pŸ(lÿ  He°ø¾*          à—(lÿ         ’Ý÷¾*          †0Ý÷¾*   Ÿ(lÿ         0ß]ù¾*  uÝ÷¾*   ðùø¾*   ™ø¾*   Ð]ù¾*  ØÔ]ù¾*  ¨Ù]ù¾*  €:Þ÷¾*          He°ø¾*          à—(lÿ          –(lÿ  k0Ý÷¾*  8e°ø¾*          à—(lÿ         P–(lÿ  k0Ý÷¾*  (e°ø¾*          à—(lÿ         €–(lÿ  k0Ý÷¾*  e°ø¾*          à—(lÿ         °–(lÿ  k0Ý÷¾*  	       ¨Þ]ù¾*  uÝ÷¾*         ¨Ù]ù¾*  0‘(lÿ          Šèø¾*  eÝ÷¾*         ØÔ]ù¾*  P—(lÿ          yèø¾*  eÝ÷¾*          Ð]ù¾*  €—(lÿ          Zèø¾*  eÝ÷¾*  Ø”ø¾*   ðùø¾*   ™ø¾*   Ð]ù¾*  Øôùø¾*  ØÔ]ù¾*  ¨Ù]ù¾*  €:Þ÷¾*          8;þ÷¾*                        ]Yø¾*  pŸ(lÿ  p+ø¾*          0™(lÿ           ˜(lÿ  k0Ý÷¾*      5   6   7   8   :   <   =   >       ?       @   B   D        Ÿ(lÿ  pŸ(lÿ  à]Vø¾*                 pŸ(lÿ  uÝ÷¾*         5þ÷¾*  °—(lÿ          ]Yø¾*  eÝ÷¾*  5þ÷¾*          Õ_ at fÆS         Qöl±íÁs%ø¾*  pŸ(lÿ  à]Vø¾*          @š(lÿ         ™(lÿ  k0Ý÷¾*  u]ÞÓ	4Q ÷U^Qʉ§ ¶uª¹ñìò*Ä“v Ÿ(lÿ  pŸ(lÿ  H®"ø¾*          ô^ø¾*          ° (lÿ  ¦ Áù¾*  ¦ Áù¾*         F\ø¾*  ?Ÿ(lÿ  p (lÿ  (Ÿ(lÿ  ›(lÿ  ÿùø¾*  uÝ÷¾*  Øôùø¾*  ð¡(lÿ  ¢ Áù¾*  À (lÿ          Pœ(lÿ                 ÿÿÿÿÿÿÿÿ¢ Áù¾*          xŸ(lÿ                 "
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-07-03 18:10+0200\n"
 "Last-Translator:  <vovka2008 at gmail.com>\n"
 "Language-Team: ukrainian <uk at li.org>\n"
@@ -50,7 +50,7 @@ msgstr "Шукати"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2287,7 +2287,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Розмір шрифту"
 
@@ -4635,12 +4635,12 @@ msgstr ""
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr ""
 
 #: libraries/config/messages.inc.php:404
diff --git a/po/ur.po b/po/ur.po
index 7160146..0fa05d4 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-04-23 08:37+0200\n"
 "Last-Translator: Mehbooob Khan <mehboobbugti at gmail.com>\n"
 "Language-Team: Urdu <ur at li.org>\n"
@@ -51,7 +51,7 @@ msgstr "تلاش"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2323,7 +2323,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "فانٹ سائز"
 
@@ -4768,14 +4768,14 @@ msgstr "لاگ آؤٹ URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد"
 
 #: libraries/config/messages.inc.php:404
@@ -12722,6 +12722,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد"
+
 #~ msgid "Click to unselect"
 #~ msgstr "غیر منتخب کے لیے کلک کریں"
 
diff --git a/po/uz.po b/po/uz.po
index 3bf2f0c..0a0b1c1 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -48,7 +48,7 @@ msgstr "Қидириш"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2454,7 +2454,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Шрифт ўлчами"
 
@@ -5064,14 +5064,14 @@ msgstr "Чиқиш URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони"
 
 #: libraries/config/messages.inc.php:404
@@ -13968,6 +13968,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Танлашни бекор қилиш учун сичқонча тугмасини босинг"
 
diff --git a/po/uz at latin.po b/po/uz at latin.po
index ae09727..e8bb936 100644
--- a/po/uz at latin.po
+++ b/po/uz at latin.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+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"
@@ -49,7 +49,7 @@ msgstr "Qidirish"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2461,7 +2461,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "Shrift o‘lchami"
 
@@ -5079,14 +5079,14 @@ msgstr "Chiqish URL"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni"
 
 #: libraries/config/messages.inc.php:404
@@ -14031,6 +14031,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni"
+
 #~ msgid "Click to unselect"
 #~ msgstr "Tanlashni bеkor qilish uchun sichqoncha tugmasini bosing"
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 443ec3d..2b99aaf 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-09-15 07:49+0200\n"
 "Last-Translator: shanyan baishui <Siramizu at gmail.com>\n"
 "Language-Team: chinese_simplified <zh_CN at li.org>\n"
@@ -48,7 +48,7 @@ msgstr "搜索"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2218,7 +2218,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "字号"
 
@@ -4588,14 +4588,14 @@ msgstr "退出地址"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "在数据表列表中最多显示的数据表个数"
 
 #: libraries/config/messages.inc.php:404
@@ -12663,6 +12663,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "在数据表列表中最多显示的数据表个数"
+
 #~ msgid "Click to unselect"
 #~ msgstr "点击取消"
 
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 70ee110..234fa33 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
 "Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-11-29 12:47+0100\n"
+"POT-Creation-Date: 2011-11-30 14:18+0100\n"
 "PO-Revision-Date: 2011-06-19 09:59+0200\n"
 "Last-Translator:  <star at origin.club.tw>\n"
 "Language-Team: chinese_traditional <zh_TW at li.org>\n"
@@ -48,7 +48,7 @@ msgstr "搜尋"
 #: db_operations.php:522 db_operations.php:549 db_search.php:337
 #: db_structure.php:614 enum_editor.php:119 gis_data_editor.php:133
 #: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:208
-#: libraries/Config.class.php:1326 libraries/Theme_Manager.class.php:309
+#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
 #: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
 #: libraries/common.lib.php:2411 libraries/core.lib.php:513
 #: libraries/display_change_password.lib.php:72
@@ -2288,7 +2288,7 @@ msgstr ""
 msgid "Wrong permissions on configuration file, should not be world writable!"
 msgstr ""
 
-#: libraries/Config.class.php:1297
+#: libraries/Config.class.php:1303
 msgid "Font size"
 msgstr "字體大小"
 
@@ -4685,14 +4685,14 @@ msgstr "登出網址"
 
 #: libraries/config/messages.inc.php:402
 msgid ""
-"This configuration make sure that we only keep N (N = MaxTableUiprefs) "
-"newest record in \"table_uiprefs\" and automatically delete older records"
+"Limits number of table preferences which are stored in database, the oldest "
+"records are automatically removed"
 msgstr ""
 
 #: libraries/config/messages.inc.php:403
 #, fuzzy
 #| msgid "Maximum number of tables displayed in table list"
-msgid "Maximum number of records saved in \"table_uiprefs\" table"
+msgid "Maximal number of table preferences to store"
 msgstr "在資料表列資料表中最多顯示的資料表個數"
 
 #: libraries/config/messages.inc.php:404
@@ -12874,6 +12874,11 @@ msgstr ""
 msgid "concurrent_insert is set to 0"
 msgstr ""
 
+#, fuzzy
+#~| msgid "Maximum number of tables displayed in table list"
+#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
+#~ msgstr "在資料表列資料表中最多顯示的資料表個數"
+
 #~ msgid "Click to unselect"
 #~ msgstr "點擊取消"
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list