From 2189c875356fc1af21c6da32235bf24f60f53b96 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 24 May 2013 12:40:01 -0400 Subject: [PATCH 01/82] 4.0.2 release --- ChangeLog | 2 +- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a0d9a7aec..7f8171a27d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ====================== -4.0.2.0 (not yet released) +4.0.2.0 (2013-05-24) - bug #3902 Cannot browse when table name contains keyword "call" + center loading indicator for navigation refresh, related to bug #3920 - bug #3925 Table sorting in navigation panel is case-sensitive diff --git a/README b/README index 88d2d4647d..2db85164a2 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.0.2-rc1 +Version 4.0.2 A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index a76fac0906..0dab0c4511 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.0.2-rc1' +version = '4.0.2' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index ae3034df2f..0fa39e0958 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -101,7 +101,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '4.0.2-rc1'); + $this->set('PMA_VERSION', '4.0.2'); /** * @deprecated */ From a1fb90a6cb1cf54d253ad360d172b28200b57083 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Sat, 25 May 2013 23:33:12 +0200 Subject: [PATCH 02/82] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2602 of 2602) --- po/pt_BR.po | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index ce586595f1..c9530357fe 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4,14 +4,14 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.0.3-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-25 07:30-0400\n" -"PO-Revision-Date: 2013-05-23 17:25+0200\n" +"PO-Revision-Date: 2013-05-25 23:33+0200\n" "Last-Translator: Rodrigo Souza \n" -"Language-Team: Portuguese (Brazil) \n" +"Language-Team: Portuguese (Brazil) " +"\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 1.6-dev\n" @@ -10782,10 +10782,9 @@ msgid "Add chart" msgstr "Adicionar gráfico" #: server_status_monitor.php:492 -#, fuzzy #| msgid "Enable highlighting" msgid "Enable charts dragging" -msgstr "Habilita destaque" +msgstr "Habilita o arraste de gráficos" #: server_status_monitor.php:496 msgid "Refresh rate" From 254e8074c961eb7b648db54908df5523b09037aa Mon Sep 17 00:00:00 2001 From: Domen Date: Sun, 26 May 2013 11:58:56 +0200 Subject: [PATCH 03/82] Translated using Weblate (Slovenian) Currently translated at 100.0% (2602 of 2602) --- po/sl.po | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/po/sl.po b/po/sl.po index 95eeab399c..c1618db786 100644 --- a/po/sl.po +++ b/po/sl.po @@ -4,16 +4,15 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.0.3-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-25 07:30-0400\n" -"PO-Revision-Date: 2013-05-24 02:04+0200\n" +"PO-Revision-Date: 2013-05-26 11:58+0200\n" "Last-Translator: Domen \n" -"Language-Team: Slovenian \n" +"Language-Team: Slovenian \n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%" -"100==4 ? 2 : 3;\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3;\n" "X-Generator: Weblate 1.6-dev\n" #: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:344 @@ -10729,10 +10728,9 @@ msgid "Add chart" msgstr "Dodaj grafikon" #: server_status_monitor.php:492 -#, fuzzy #| msgid "Enable highlighting" msgid "Enable charts dragging" -msgstr "Omogoči poudarjanje" +msgstr "Omogoči premikanje grafikonov" #: server_status_monitor.php:496 msgid "Refresh rate" From d596807b7d23318d4e0a60e10c83219dc8505ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Bellone?= Date: Sat, 25 May 2013 22:53:44 +0200 Subject: [PATCH 04/82] Translated using Weblate (Spanish) Currently translated at 100.0% (2602 of 2602) --- po/es.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/po/es.po b/po/es.po index 3b344f5e2e..5571b9051d 100644 --- a/po/es.po +++ b/po/es.po @@ -4,13 +4,13 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.0.3-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-25 07:30-0400\n" -"PO-Revision-Date: 2013-05-24 15:43+0200\n" +"PO-Revision-Date: 2013-05-25 22:53+0200\n" "Last-Translator: Matías Bellone \n" "Language-Team: Spanish \n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 1.6-dev\n" @@ -10882,10 +10882,9 @@ msgid "Add chart" msgstr "Agregar gráfico" #: server_status_monitor.php:492 -#, fuzzy #| msgid "Enable highlighting" msgid "Enable charts dragging" -msgstr "Permitir destacar" +msgstr "Permitir arrastrar gráficos" #: server_status_monitor.php:496 msgid "Refresh rate" From 2d84e0b5842243b148a93722a1bbad0b806d5e14 Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Sat, 25 May 2013 15:47:17 +0200 Subject: [PATCH 05/82] Translated using Weblate (Turkish) Currently translated at 100.0% (2602 of 2602) --- po/tr.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/po/tr.po b/po/tr.po index f94c426afd..3b9d0d29e0 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,13 +4,13 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.0.3-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-25 07:30-0400\n" -"PO-Revision-Date: 2013-05-23 09:26+0200\n" +"PO-Revision-Date: 2013-05-25 15:47+0200\n" "Last-Translator: Burak Yavuz \n" "Language-Team: Turkish \n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 1.6-dev\n" @@ -10742,10 +10742,9 @@ msgid "Add chart" msgstr "Çizelge ekle" #: server_status_monitor.php:492 -#, fuzzy #| msgid "Enable highlighting" msgid "Enable charts dragging" -msgstr "Vurgulamalar etkin" +msgstr "Çizelgeleri sürüklemeyi etkinleştir" #: server_status_monitor.php:496 msgid "Refresh rate" From 38f4e3e350090e082e6735545263f72758c79da8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 27 May 2013 14:16:51 +0200 Subject: [PATCH 06/82] Translated using Weblate (French) Currently translated at 100.0% (2602 of 2602) --- po/fr.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/po/fr.po b/po/fr.po index 04a1f86436..b7075d66e3 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,13 +4,13 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-25 07:30-0400\n" -"PO-Revision-Date: 2013-05-23 09:19+0200\n" +"PO-Revision-Date: 2013-05-27 14:16+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: French \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 1.6-dev\n" @@ -10813,7 +10813,6 @@ msgid "Add chart" msgstr "Ajouter un graphique" #: server_status_monitor.php:492 -#, fuzzy #| msgid "Enable highlighting" msgid "Enable charts dragging" msgstr "Active le mode glissement" From b5a881cf7fd901ef6f85c84c3d5cfcda0d329feb Mon Sep 17 00:00:00 2001 From: Anachak Udrach Date: Mon, 27 May 2013 19:37:04 +0200 Subject: [PATCH 07/82] Translated using Weblate (Thai) Currently translated at 33.5% (893 of 2666) --- po/th.po | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/po/th.po b/po/th.po index abaf0a9144..a6d2e6f139 100644 --- a/po/th.po +++ b/po/th.po @@ -4,13 +4,13 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-25 07:32-0400\n" -"PO-Revision-Date: 2013-05-07 15:03+0200\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2013-05-27 19:37+0200\n" +"Last-Translator: Anachak Udrach \n" "Language-Team: Thai \n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 1.6-dev\n" @@ -794,14 +794,13 @@ msgid "Official Homepage" msgstr "โฮมเพจอย่างเป็นทางการของ phpMyAdmin" #: index.php:356 -#, fuzzy #| msgid "Attributes" msgid "Contribute" -msgstr "แอตทริบิวต์" +msgstr "ร่วมสร้างสรรค์" #: index.php:363 msgid "Get support" -msgstr "" +msgstr "ขอรับการสนับสนุน" #: index.php:370 #, fuzzy @@ -876,11 +875,14 @@ msgstr "" "ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere%s" #: index.php:518 -#, php-format +#, fuzzy, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" +"PHP MySQL library รุ่นที่คุณติดตั้งไว้คือ %s " +"ซึ่งแตกต่างจากของเซิร์ฟเวอร์ซึ่งใช้รุ่น %s " +"อาจก่อให้เกิดปัญหาไม่พึงประสงค์บางประการ" #: index.php:541 #, php-format @@ -1527,12 +1529,12 @@ msgstr "การประมวลผลผิดพลาด" #: js/messages.php:216 #, php-format msgid "Error code: %s" -msgstr "" +msgstr "รหัสข้อผิดพลาด : %s" #: js/messages.php:217 #, php-format msgid "Error text: %s" -msgstr "" +msgstr "ข้อความข้อผิดพลาด: %s" #: js/messages.php:218 libraries/db_common.inc.php:58 #: libraries/db_table_exists.lib.php:28 server_databases.php:89 @@ -1819,7 +1821,7 @@ msgstr "เพิ่มตัวเลือกสำหรับสดมภ์ #: js/messages.php:325 #, php-format msgid "%d object(s) created" -msgstr "" +msgstr "สร้างวัตถุจำนวน %d เรียบร้อยแล้ว" #: js/messages.php:328 msgid "Press escape to cancel editing" @@ -1845,7 +1847,7 @@ msgstr "กดเพื่อมาร์ก หรือยกเลิกก #: js/messages.php:333 msgid "Double-click to copy column name" -msgstr "" +msgstr "คลิกสองครั้งเพื่อคัดลอกชื่อคอลัมน์" #: js/messages.php:334 msgid "Click the drop-down arrow
to toggle column's visibility" @@ -1877,20 +1879,19 @@ msgid "Go to link" msgstr "ไปที่หน้า" #: js/messages.php:350 -#, fuzzy #| msgid "Column names" msgid "Copy column name" -msgstr "ชื่อคอลัมน์" +msgstr "คัดลอกชื่อคอลัมน์" #: js/messages.php:351 +#, fuzzy msgid "Right-click the column name to copy it to your clipboard." -msgstr "" +msgstr "คลิกขวาที่ชื่อคอลัมน์เพื่อคัดลอกข้อมูล" #: js/messages.php:352 -#, fuzzy #| msgid "Update row(s)" msgid "Show data row(s)" -msgstr "อัพเดทแถว" +msgstr "แสดงแถวข้อมูล" #: js/messages.php:355 msgid "Generate password" @@ -1921,10 +1922,11 @@ msgid "Hide Panel" msgstr "ซ่อนดัชนี" #: js/messages.php:367 -#, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." -msgstr "ไม่พบผู้ใช้ที่เลือกในตารางแสดงสิทธิ" +msgstr "" +"ไม่พบหน้าดังกล่าวในประวัติการเรียกดู " +"อาจเป็นเพราะหน้านั้นไม่มีหรือหมดอายุที่จะแสดงได้แล้ว" #: js/messages.php:370 setup/lib/index.lib.php:188 #, php-format @@ -2101,7 +2103,6 @@ msgstr "วันเสาร์" #. l10n: Short week day name #: js/messages.php:467 -#, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" msgid "Sun" @@ -2203,7 +2204,7 @@ msgstr "วินาที" #: libraries/Advisor.class.php:78 #, php-format msgid "PHP threw following error: %s" -msgstr "" +msgstr "PHP แสดงข้อผิดพลาด: %s" #: libraries/Advisor.class.php:107 #, php-format From 2e5d45a7cc24d3bb7361386f4bb75b49458af577 Mon Sep 17 00:00:00 2001 From: Anachak Udrach Date: Mon, 27 May 2013 19:37:01 +0200 Subject: [PATCH 08/82] Translated using Weblate (Thai) Currently translated at 35.4% (920 of 2602) --- po/th.po | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/po/th.po b/po/th.po index 663a28dabf..c941dbaad8 100644 --- a/po/th.po +++ b/po/th.po @@ -4,13 +4,13 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.0.3-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-25 07:30-0400\n" -"PO-Revision-Date: 2013-05-07 15:03+0200\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2013-05-27 19:36+0200\n" +"Last-Translator: Anachak Udrach \n" "Language-Team: Thai \n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 1.6-dev\n" @@ -783,14 +783,13 @@ msgid "Official Homepage" msgstr "โฮมเพจอย่างเป็นทางการของ phpMyAdmin" #: index.php:355 -#, fuzzy #| msgid "Attributes" msgid "Contribute" -msgstr "แอตทริบิวต์" +msgstr "ร่วมสร้างสรรค์" #: index.php:362 msgid "Get support" -msgstr "" +msgstr "ขอรับการสนับสนุน" #: index.php:369 #, fuzzy @@ -864,11 +863,14 @@ msgstr "" "ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere%s" #: index.php:502 -#, php-format +#, fuzzy, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" +"PHP MySQL library รุ่นที่คุณติดตั้งไว้คือ %s " +"ซึ่งแตกต่างจากของเซิร์ฟเวอร์ซึ่งใช้รุ่น %s " +"อาจก่อให้เกิดปัญหาไม่พึงประสงค์บางประการ" #: index.php:525 #, php-format @@ -1547,12 +1549,12 @@ msgstr "การประมวลผลผิดพลาด" #: js/messages.php:225 #, php-format msgid "Error code: %s" -msgstr "" +msgstr "รหัสข้อผิดพลาด : %s" #: js/messages.php:226 #, php-format msgid "Error text: %s" -msgstr "" +msgstr "ข้อความข้อผิดพลาด: %s" #: js/messages.php:227 libraries/db_common.inc.php:58 #: libraries/db_table_exists.lib.php:28 server_databases.php:89 @@ -1806,7 +1808,7 @@ msgstr "เพิ่มตัวเลือกสำหรับสดมภ์ #: js/messages.php:334 #, php-format msgid "%d object(s) created" -msgstr "" +msgstr "สร้างวัตถุจำนวน %d เรียบร้อยแล้ว" #: js/messages.php:337 msgid "Press escape to cancel editing" @@ -1832,7 +1834,7 @@ msgstr "กดเพื่อมาร์ก หรือยกเลิกก #: js/messages.php:342 msgid "Double-click to copy column name" -msgstr "" +msgstr "คลิกสองครั้งเพื่อคัดลอกชื่อคอลัมน์" #: js/messages.php:343 msgid "Click the drop-down arrow
to toggle column's visibility" @@ -1864,20 +1866,19 @@ msgid "Go to link" msgstr "ไปที่หน้า" #: js/messages.php:359 -#, fuzzy #| msgid "Column names" msgid "Copy column name" -msgstr "ชื่อคอลัมน์" +msgstr "คัดลอกชื่อคอลัมน์" #: js/messages.php:360 +#, fuzzy msgid "Right-click the column name to copy it to your clipboard." -msgstr "" +msgstr "คลิกขวาที่ชื่อคอลัมน์เพื่อคัดลอกข้อมูล" #: js/messages.php:361 -#, fuzzy #| msgid "Update row(s)" msgid "Show data row(s)" -msgstr "อัพเดทแถว" +msgstr "แสดงแถวข้อมูล" #: js/messages.php:364 msgid "Generate password" @@ -1908,10 +1909,11 @@ msgid "Hide Panel" msgstr "ซ่อนดัชนี" #: js/messages.php:376 -#, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." -msgstr "ไม่พบผู้ใช้ที่เลือกในตารางแสดงสิทธิ" +msgstr "" +"ไม่พบหน้าดังกล่าวในประวัติการเรียกดู " +"อาจเป็นเพราะหน้านั้นไม่มีหรือหมดอายุที่จะแสดงได้แล้ว" #: js/messages.php:379 setup/lib/index.lib.php:188 #, php-format @@ -2088,7 +2090,6 @@ msgstr "วันเสาร์" #. l10n: Short week day name #: js/messages.php:476 -#, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" msgid "Sun" @@ -2190,7 +2191,7 @@ msgstr "วินาที" #: libraries/Advisor.class.php:77 #, php-format msgid "PHP threw following error: %s" -msgstr "" +msgstr "PHP แสดงข้อผิดพลาด: %s" #: libraries/Advisor.class.php:104 #, php-format From 2e98b9dbe803356b966ebd72dffd0b6ba3036678 Mon Sep 17 00:00:00 2001 From: Thanapon Namjittrong Date: Tue, 28 May 2013 09:34:14 +0200 Subject: [PATCH 09/82] Translated using Weblate (Thai) Currently translated at 33.5% (893 of 2666) --- po/th.po | 577 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 295 insertions(+), 282 deletions(-) diff --git a/po/th.po b/po/th.po index a6d2e6f139..576ccc7138 100644 --- a/po/th.po +++ b/po/th.po @@ -35,7 +35,8 @@ msgid "" "parent window, or your browser's security settings are configured to block " "cross-window updates." msgstr "" -"ไม่สามารถเปลี่ยนแปลงข้อมูลของหน้าต่างเป้าหมายได้ อาจเป็นเพราะว่าคุณปิดหน้าต่างหลัก " +"ไม่สามารถเปลี่ยนแปลงข้อมูลของหน้าต่างเป้าหมายได้ " +"อาจเป็นเพราะว่าคุณปิดหน้าต่างหลัก " "หรือสาเหตุจากการตั้งค่าความปลอดภัยให้ป้องกันการเปลี่ยนแปลงข้อมูลข้ามหน้าต่าง" #: browse_foreigners.php:166 @@ -80,7 +81,7 @@ msgstr "ค้นหา" #: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:224 #: view_operations.php:98 msgid "Go" -msgstr "ลงมือ" +msgstr "ไป" #: browse_foreigners.php:181 browse_foreigners.php:185 #: libraries/Index.class.php:561 tbl_tracking.php:382 @@ -301,7 +302,9 @@ msgstr "คัดลอกฐานข้อมูล %1$s ไปเก็บใ msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." -msgstr "การจัดเก็บการตั้งค่าของ phpMyAdmin ได้ถูกระงับเอาไว้ คลิก %shere%s เพื่อหาสาเหตุ" +msgstr "" +"การจัดเก็บการตั้งค่าของ phpMyAdmin ได้ถูกระงับเอาไว้ คลิก %shere%s " +"เพื่อหาสาเหตุ" #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 #: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 @@ -492,7 +495,9 @@ msgstr "พื้นที่ไม่เพียงพอที่จะบั #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." -msgstr "ให้เปลี่ยนชื่อไฟล์ หรือเลือกแบบเขียนทับไฟล์เดิม เพราะมีไฟล์ %s อยู่ในเซิร์ฟเวอร์อยู่แล้ว" +msgstr "" +"ให้เปลี่ยนชื่อไฟล์ หรือเลือกแบบเขียนทับไฟล์เดิม เพราะมีไฟล์ %s " +"อยู่ในเซิร์ฟเวอร์อยู่แล้ว" #: export.php:510 export.php:516 #, php-format @@ -612,8 +617,8 @@ msgid "" "You probably tried to upload a file that is too large. Please refer to %" "sdocumentation%s for a workaround for this limit." msgstr "" -"คุณพยายามที่จะอัพโหลดไฟล์ที่มีขนาดใหญ่เกินไป กรุณาดูที่ %sdocumentation%s เอกสารช่วยเหลือ " -"เพื่อแก้ไขปัญหาดังกล่าวนี้" +"คุณพยายามที่จะอัพโหลดไฟล์ที่มีขนาดใหญ่เกินไป กรุณาดูที่ %sdocumentation%s " +"เอกสารช่วยเหลือ เพื่อแก้ไขปัญหาดังกล่าวนี้" #: import.php:250 import.php:516 msgid "Showing bookmark" @@ -635,8 +640,8 @@ msgid "" "You attempted to load file with unsupported compression (%s). Either support " "for it is not implemented or disabled by your configuration." msgstr "" -"คุณพยายามที่จะโหลดไฟล์ที่ไม่สนับสนุนระบบการบีบอัดไฟล์ข้อมูล (%s) กรุณากำหนดค่าอย่างไรอย่างหนึ่ง " -"หรือปิดการตั้งค่าของคุณ" +"คุณพยายามที่จะโหลดไฟล์ที่ไม่สนับสนุนระบบการบีบอัดไฟล์ข้อมูล (%s) " +"กรุณากำหนดค่าอย่างไรอย่างหนึ่ง หรือปิดการตั้งค่าของคุณ" #: import.php:427 msgid "" @@ -644,8 +649,9 @@ msgid "" "file size exceeded the maximum size permitted by your PHP configuration. See " "[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" -"ไม่มีข้อมูลสำหรับการนำเข้า อาจจะไม่ได้ใส่ชื่อไฟล์ หรือขนาดไฟล์เกินขนาดสูงสุดที่ระบบตั้งไว้ " -"กรุณาแก้ไขไฟล์ตั้งค่าของ PHP ดูเอกสารเพิ่มเติมได้ที่ [doc@faq1-16]FAQ 1.16[/doc]" +"ไม่มีข้อมูลสำหรับการนำเข้า อาจจะไม่ได้ใส่ชื่อไฟล์ " +"หรือขนาดไฟล์เกินขนาดสูงสุดที่ระบบตั้งไว้ กรุณาแก้ไขไฟล์ตั้งค่าของ PHP " +"ดูเอกสารเพิ่มเติมได้ที่ [doc@faq1-16]FAQ 1.16[/doc]" #: import.php:447 msgid "" @@ -677,8 +683,8 @@ msgid "" "However on last run no data has been parsed, this usually means phpMyAdmin " "won't be able to finish this import unless you increase php time limits." msgstr "" -"ชุดข้อมูลที่นำเข้าล่าสุดไม่ได้สามารถนำเข้าได้ หมายความว่า phpMyAdmin ไม่สามารถนำเข้าได้ทัน " -"ตามเวลารันสูงสุดที่กำหนดใน PHP" +"ชุดข้อมูลที่นำเข้าล่าสุดไม่ได้สามารถนำเข้าได้ หมายความว่า phpMyAdmin " +"ไม่สามารถนำเข้าได้ทัน ตามเวลารันสูงสุดที่กำหนดใน PHP" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1424 @@ -703,7 +709,7 @@ msgstr "เปลี่ยนรหัสผ่าน" #: index.php:157 msgid "Server connection collation" -msgstr "เปรียบเทียบการเชื่อมต่อเซิร์ฟเวอร์" +msgstr "ตรวจทานการเชื่อมต่อเซิร์ฟเวอร์" #: index.php:183 msgid "Appearance Settings" @@ -783,11 +789,11 @@ msgstr "ข้อมูลล็อกอิน" #: libraries/navigation/NavigationHeader.class.php:229 #: libraries/relation.lib.php:90 server_variables.php:137 msgid "Documentation" -msgstr "เอกสารอ้างอิง" +msgstr "เอกสารประกอบ" #: index.php:340 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" -msgstr "" +msgstr "วิกิ" #: index.php:349 msgid "Official Homepage" @@ -800,7 +806,7 @@ msgstr "ร่วมสร้างสรรค์" #: index.php:363 msgid "Get support" -msgstr "ขอรับการสนับสนุน" +msgstr "รับการสนับสนุน" #: index.php:370 #, fuzzy @@ -816,8 +822,9 @@ msgid "" "this security hole by setting a password for user 'root'." msgstr "" "จากไฟล์เก็บค่ากำหนดของคุณ คุณไม่ได้ตั้งรหัสผ่านสำหรับ root " -"ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ " -"คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย" +"ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL " +"ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ คุณควรจะแก้ไขรูรั่วอันนี้ทันที " +"เพื่อความปลอดภัย" #: index.php:411 msgid "" @@ -825,8 +832,8 @@ msgid "" "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -"คุณได้เปิดใช้งาน mbstring.func_overload ในการกำหนดค่าของ PHP ตัวเลือกนี้ไม่เข้ากันกับ " -"phpMyAdmin และอาจทำให้ข้อมูลบางอย่างจะเสียหายได้" +"คุณได้เปิดใช้งาน mbstring.func_overload ในการกำหนดค่าของ PHP " +"ตัวเลือกนี้ไม่เข้ากันกับ phpMyAdmin และอาจทำให้ข้อมูลบางอย่างจะเสียหายได้" #: index.php:426 msgid "" @@ -834,8 +841,9 @@ msgid "" "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -"ไม่พบส่วนขยาย mbstring ของ PHP และดูเหมือนคุณต้องใช้ชุดอักขระโดยไม่มีส่วนขยาย mbstring " -"ของ phpMyAdmin ซึ่งไม่สามารถแยกอักขระได้อย่างถูกต้อง และอาจทำให้ผลลัพธ์ที่ไม่คาดคิดได้" +"ไม่พบส่วนขยาย mbstring ของ PHP " +"และดูเหมือนคุณต้องใช้ชุดอักขระโดยไม่มีส่วนขยาย mbstring ของ phpMyAdmin " +"ซึ่งไม่สามารถแยกอักขระได้อย่างถูกต้อง และอาจทำให้ผลลัพธ์ที่ไม่คาดคิดได้" #: index.php:441 msgid "" @@ -1160,7 +1168,7 @@ msgstr "การจราจร" #: js/messages.php:111 libraries/Menu.class.php:482 #: server_status_monitor.php:677 msgid "Settings" -msgstr "การตั้งค่า" +msgstr "ตั้งค่า" #: js/messages.php:112 msgid "Remove chart" @@ -1227,8 +1235,9 @@ msgid "" "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " "depending on your system." msgstr "" -"slow_query_log ถูกเปิดไว้ แต่ประวัติคำสั่งของเครื่องแม่ข่ายใช้เวลานานกว่า %d วินาที " -"ขอแนะนำให้ตั้งค่า long_query_time ไว้ที่ 0-2 วินาที โดยขึ้นอยู่กับระบบของท่าน" +"slow_query_log ถูกเปิดไว้ แต่ประวัติคำสั่งของเครื่องแม่ข่ายใช้เวลานานกว่า %d " +"วินาที ขอแนะนำให้ตั้งค่า long_query_time ไว้ที่ 0-2 วินาที " +"โดยขึ้นอยู่กับระบบของท่าน" #: js/messages.php:128 #, php-format @@ -1239,7 +1248,8 @@ msgstr "long_query_time ถูกตั้งไว้ที่ %d วินา msgid "" "Following settings will be applied globally and reset to default on server " "restart:" -msgstr "การตั้งค่านี้ถูกนำไปใช้ทั้งหมด และจะคืนค่ากลับเมื่อเริ่มเครื่องใหม่อีกครั้ง" +msgstr "" +"การตั้งค่านี้ถูกนำไปใช้ทั้งหมด และจะคืนค่ากลับเมื่อเริ่มเครื่องใหม่อีกครั้ง" #. l10n: %s is FILE or TABLE #: js/messages.php:131 @@ -1257,7 +1267,7 @@ msgstr "เปิดใช้ %s" #: js/messages.php:135 #, php-format msgid "Disable %s" -msgstr "ปิดการใช้ %s" +msgstr "ปิดใช้งาน %s" #. l10n: %d seconds #: js/messages.php:137 @@ -1269,7 +1279,9 @@ msgstr "ตั้ง long_query_time เป็น %ds" msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." -msgstr "คุณไม่สามารถเปลี่ยนแปลงค่านี้ได้ กรุณาเข้าใช้งานเป็น root หรือติดต่อผู้ดูแลระบบ" +msgstr "" +"คุณไม่สามารถเปลี่ยนแปลงค่านี้ได้ กรุณาเข้าใช้งานเป็น root " +"หรือติดต่อผู้ดูแลระบบ" #: js/messages.php:139 msgid "Change settings" @@ -1323,8 +1335,9 @@ msgid "" "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -"สดมส์นี้แสดงจำนวนคำสั่งที่ถูกจัดกลุ่มเดียวกัน อย่างไรก็ดีการจัดกลุ่มจัดเพียงคำสั่ง แต่เวลาเริ่ม " -"หรือข้อมูลบางอย่าง อาจแตกต่างกัน" +"สดมส์นี้แสดงจำนวนคำสั่งที่ถูกจัดกลุ่มเดียวกัน " +"อย่างไรก็ดีการจัดกลุ่มจัดเพียงคำสั่ง แต่เวลาเริ่ม หรือข้อมูลบางอย่าง " +"อาจแตกต่างกัน" #: js/messages.php:154 msgid "" @@ -1332,7 +1345,8 @@ msgid "" "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -"จากที่กลุ่มคำสั่ง เพิ่มข้อมูล ถูกเลือกหลายอันพร้อมๆกัน คำลังที่เพิ่มข้อมูลไปในตารางเดียวกัน " +"จากที่กลุ่มคำสั่ง เพิ่มข้อมูล ถูกเลือกหลายอันพร้อมๆกัน " +"คำลังที่เพิ่มข้อมูลไปในตารางเดียวกัน " "จะถูกจับกลุ่มรวมกันโดยไม่สนเรื่องข้อมูลที่จะถูกเพิ่มเข้าไป" #: js/messages.php:155 @@ -1452,7 +1466,8 @@ msgstr "การ parsing ไฟล์ตั้งค่าล้มเหลว msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -"การสร้างตารางแสดงผลล้มเหลว เป็นเพราะการตั้งค่า โปรดล้างค่ากลับไปเป็นการตั้งค่าแบบเริ่มแรก…" +"การสร้างตารางแสดงผลล้มเหลว เป็นเพราะการตั้งค่า " +"โปรดล้างค่ากลับไปเป็นการตั้งค่าแบบเริ่มแรก…" #: js/messages.php:190 libraries/Menu.class.php:288 #: libraries/Menu.class.php:371 libraries/Menu.class.php:478 @@ -1516,7 +1531,7 @@ msgstr "ยกเลิก" #: js/messages.php:213 libraries/navigation/NavigationHeader.class.php:54 #: server_status_monitor.php:477 msgid "Loading" -msgstr "กำลังเรียกดูข้อมูล" +msgstr "กำลังโหลด" #: js/messages.php:214 msgid "Processing Request" @@ -1529,7 +1544,7 @@ msgstr "การประมวลผลผิดพลาด" #: js/messages.php:216 #, php-format msgid "Error code: %s" -msgstr "รหัสข้อผิดพลาด : %s" +msgstr "รหัสข้อผิดพลาด: %s" #: js/messages.php:217 #, php-format @@ -1539,7 +1554,7 @@ msgstr "ข้อความข้อผิดพลาด: %s" #: js/messages.php:218 libraries/db_common.inc.php:58 #: libraries/db_table_exists.lib.php:28 server_databases.php:89 msgid "No databases selected." -msgstr "ยังไม่ได้เลือกฐานข้อมูล." +msgstr "ไม่มีฐานข้อมูลที่ถูกเลือก" #: js/messages.php:219 msgid "Dropping Column" @@ -1593,7 +1608,7 @@ msgstr "แสดงดัชนี" #: js/messages.php:237 libraries/mult_submits.inc.php:350 msgid "Foreign key check:" -msgstr "" +msgstr "ตรวจสอบคีย์ต่างประเทศ:" #: js/messages.php:238 libraries/mult_submits.inc.php:360 msgid "(Enabled)" @@ -1812,7 +1827,8 @@ msgstr "เลือกฟิลด์ที่ต้องการแสดง msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" -msgstr "คุณยังไม่ได้บันทึกเลย์เอาท์ที่คุณเลือก ที่ทำไว้จะหายไป ต้องการบันทึกหรือไม่?" +msgstr "" +"คุณยังไม่ได้บันทึกเลย์เอาท์ที่คุณเลือก ที่ทำไว้จะหายไป ต้องการบันทึกหรือไม่?" #: js/messages.php:324 msgid "Add an option for column " @@ -1831,7 +1847,9 @@ msgstr "กด escape เพื่อยกเลิกการแก้ไข" msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" -msgstr "คุณได้ทำการแก้ไขข้อมูลบางอย่าง แต่ยังไม่ได้บันทึก คุณแน่ใจว่าจะออกจากหน้านี้โดยยังไม่บันทึก?" +msgstr "" +"คุณได้ทำการแก้ไขข้อมูลบางอย่าง แต่ยังไม่ได้บันทึก " +"คุณแน่ใจว่าจะออกจากหน้านี้โดยยังไม่บันทึก?" #: js/messages.php:330 msgid "Drag to reorder" @@ -1847,7 +1865,7 @@ msgstr "กดเพื่อมาร์ก หรือยกเลิกก #: js/messages.php:333 msgid "Double-click to copy column name" -msgstr "คลิกสองครั้งเพื่อคัดลอกชื่อคอลัมน์" +msgstr "ดับเบิลคลิกเพื่อคัดลอกชื่อคอลัมน์" #: js/messages.php:334 msgid "Click the drop-down arrow
to toggle column's visibility" @@ -1858,7 +1876,8 @@ msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -"ตารางนี้ไม่มีสดมภ์ไหนที่เก็บค่าที่แตกต่างกันเสมอ การแก้ไขหรือเพิ่มผ่านตารางจะไม่สามารถบันทึกได้" +"ตารางนี้ไม่มีสดมภ์ไหนที่เก็บค่าที่แตกต่างกันเสมอ " +"การแก้ไขหรือเพิ่มผ่านตารางจะไม่สามารถบันทึกได้" #: js/messages.php:341 #, fuzzy @@ -1899,7 +1918,7 @@ msgstr "สร้างรหัสอัตโนมัติ" #: js/messages.php:356 libraries/replication_gui.lib.php:389 msgid "Generate" -msgstr "สร้างอัตโนมัติ" +msgstr "สร้าง" #: js/messages.php:357 msgid "Change Password" @@ -1910,16 +1929,14 @@ msgid "More" msgstr "เพิ่มเติม" #: js/messages.php:363 -#, fuzzy #| msgid "Show all" msgid "Show Panel" -msgstr "แสดงทั้งหมด" +msgstr "แสดงแผง" #: js/messages.php:364 -#, fuzzy #| msgid "Hide indexes" msgid "Hide Panel" -msgstr "ซ่อนดัชนี" +msgstr "ซ่อนแผง" #: js/messages.php:367 #| msgid "The selected user was not found in the privilege table." @@ -1933,7 +1950,8 @@ msgstr "" msgid "" "A newer version of phpMyAdmin is available and you should consider " "upgrading. The newest version is %s, released on %s." -msgstr "phpMyAdmin มีรุ่นใหม่แล้ว กรุณาพิจารณาอัพเกรดเป็นรุ่นใหม่ %s โดยออกเมื่อ %s" +msgstr "" +"phpMyAdmin มีรุ่นใหม่แล้ว กรุณาพิจารณาอัพเกรดเป็นรุ่นใหม่ %s โดยออกเมื่อ %s" #. l10n: Latest available phpMyAdmin version #: js/messages.php:372 @@ -2106,7 +2124,7 @@ msgstr "วันเสาร์" #| msgctxt "Short week day name" #| msgid "Sun" msgid "Sun" -msgstr "อา." +msgstr "อ." #. l10n: Short week day name #: js/messages.php:469 libraries/Util.class.php:1700 @@ -2461,7 +2479,7 @@ msgstr "ในคอลัมน์:" #: libraries/DisplayResults.class.php:698 msgid "Save edited data" -msgstr "" +msgstr "บันทึกข้อมูลที่แก้ไข" #: libraries/DisplayResults.class.php:704 #, fuzzy @@ -2471,11 +2489,10 @@ msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" #: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2552 #: libraries/Util.class.php:2556 -#, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" -msgstr "จุดเริ่มต้น" +msgstr "เริ่มต้น" #: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2554 #: libraries/Util.class.php:2557 server_binlog.php:142 server_binlog.php:144 @@ -2487,19 +2504,17 @@ msgstr "ก่อนหน้า" #: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2589 #: libraries/Util.class.php:2592 server_binlog.php:176 server_binlog.php:178 -#, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" -msgstr "ต่อไป" +msgstr "ถัดไป" #: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2590 #: libraries/Util.class.php:2593 -#, fuzzy #| msgid "End" msgctxt "Last page" msgid "End" -msgstr "ท้ายสุด" +msgstr "สุดท้าย" #: libraries/DisplayResults.class.php:904 tbl_chart.php:241 #, fuzzy @@ -2565,9 +2580,8 @@ msgstr "เรียงโดยคีย์" #: libraries/plugins/import/ImportSql.class.php:50 #: libraries/plugins/import/ImportXml.class.php:57 #: libraries/rte/rte_routines.lib.php:970 libraries/structure.lib.php:1693 -#, fuzzy msgid "Options" -msgstr "กระบวนการ" +msgstr "ตัวเลือก" #: libraries/DisplayResults.class.php:1584 #: libraries/DisplayResults.class.php:1690 @@ -2596,11 +2610,11 @@ msgstr "รีเลชันแนล สกีมา" #: libraries/DisplayResults.class.php:1612 msgid "Show binary contents" -msgstr "" +msgstr "แสดงเนื้อหาไบนารี" #: libraries/DisplayResults.class.php:1617 msgid "Show BLOB contents" -msgstr "" +msgstr "แสดงเนื้อหา BLOB" #: libraries/DisplayResults.class.php:1622 #: libraries/config/messages.inc.php:57 @@ -2614,11 +2628,11 @@ msgstr "การแปลงที่เรียกใช้ได้" #: libraries/DisplayResults.class.php:1642 msgid "Well Known Text" -msgstr "" +msgstr "ข้อความที่รู้จักกันดี" #: libraries/DisplayResults.class.php:1643 msgid "Well Known Binary" -msgstr "" +msgstr "ไบนารีที่รู้จักกันดี" #: libraries/DisplayResults.class.php:3359 #: libraries/DisplayResults.class.php:3375 @@ -2643,7 +2657,9 @@ msgstr "ในคำค้น" msgid "" "This view has at least this number of rows. Please refer to %sdocumentation%" "s." -msgstr "การแสดงผลนี้ จะแสดงเพียงจำนวนข้อมูลนี้เท่านั้น ดูข้อมูลเพิ่มเติมได้ที่ %sdocumentation%s" +msgstr "" +"การแสดงผลนี้ จะแสดงเพียงจำนวนข้อมูลนี้เท่านั้น ดูข้อมูลเพิ่มเติมได้ที่ %" +"sdocumentation%s" #: libraries/DisplayResults.class.php:4923 msgid "Showing rows" @@ -2699,7 +2715,7 @@ msgstr "รุ่นของเซิร์ฟเวอร์" #: libraries/DisplayResults.class.php:5222 msgid "Query results operations" -msgstr "" +msgstr "การดำเนินงานผลแบบสอบถาม" #: libraries/DisplayResults.class.php:5258 libraries/Header.class.php:334 #: libraries/structure.lib.php:299 libraries/structure.lib.php:362 @@ -2709,7 +2725,7 @@ msgstr "แสดง" #: libraries/DisplayResults.class.php:5276 msgid "Print view (with full texts)" -msgstr "" +msgstr "มุมมองเหมือนพิมพ์ (ข้อความแบบเต็ม)" #: libraries/DisplayResults.class.php:5347 tbl_chart.php:151 #, fuzzy @@ -2719,7 +2735,7 @@ msgstr "แสดงสกีมาของ PDF" #: libraries/DisplayResults.class.php:5372 msgid "Visualize GIS data" -msgstr "" +msgstr "แสดงภาพของข้อมูล GIS" #: libraries/DisplayResults.class.php:5582 msgid "Link not found" @@ -2829,7 +2845,7 @@ msgstr "เอกเทศ" #: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 #: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 msgid "Collation" -msgstr "การเรียงลำดับ" +msgstr "การตรวจทาน" #: libraries/Index.class.php:570 libraries/rte/rte_events.lib.php:529 #: libraries/rte/rte_routines.lib.php:1068 tbl_tracking.php:330 @@ -2905,7 +2921,7 @@ msgstr "กระบวนการ" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 #: libraries/relation.lib.php:238 msgid "Tracking" -msgstr "" +msgstr "การติดตาม" #: libraries/Menu.class.php:305 libraries/Menu.class.php:403 #: libraries/navigation/Nodes/Node_Trigger_Container.class.php:26 @@ -2916,12 +2932,12 @@ msgstr "" #: libraries/plugins/export/ExportXml.class.php:121 #: libraries/rte/rte_words.lib.php:46 msgid "Triggers" -msgstr "" +msgstr "ทริกเกอร์" #: libraries/Menu.class.php:352 libraries/Menu.class.php:359 #: libraries/Menu.class.php:366 msgid "Database seems to be empty!" -msgstr "" +msgstr "ดูเหมือนว่าฐานข้อมูลจะว่างเปล่า!" #: libraries/Menu.class.php:355 msgid "Query" @@ -2942,11 +2958,11 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:810 #: libraries/rte/rte_words.lib.php:58 msgid "Events" -msgstr "" +msgstr "เหตุการณ์" #: libraries/Menu.class.php:415 libraries/relation.lib.php:205 msgid "Designer" -msgstr "" +msgstr "ผู้ออกแบบ" #: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 @@ -2982,11 +2998,11 @@ msgstr "ชุดตัวอักษร" #: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 msgid "Plugins" -msgstr "" +msgstr "ปลั๊กอิน" #: libraries/Menu.class.php:515 msgid "Engines" -msgstr "" +msgstr "เครื่องมือ" #: libraries/Message.class.php:199 libraries/Util.class.php:664 #: libraries/core.lib.php:232 libraries/import.lib.php:171 @@ -3035,7 +3051,7 @@ msgstr "คำค้น SQL" #: libraries/ServerStatusData.class.php:184 msgid "Handler" -msgstr "" +msgstr "ตัวจัดการ" #: libraries/ServerStatusData.class.php:185 #, fuzzy @@ -3044,11 +3060,11 @@ msgstr "ชนิดคำค้น" #: libraries/ServerStatusData.class.php:186 msgid "Threads" -msgstr "" +msgstr "บทสนทนา" #: libraries/ServerStatusData.class.php:188 msgid "Temporary data" -msgstr "" +msgstr "ข้อมูลชั่วคราว" #: libraries/ServerStatusData.class.php:189 #, fuzzy @@ -3057,15 +3073,15 @@ msgstr "แทรกหลายระเบียนในคราวเดี #: libraries/ServerStatusData.class.php:190 msgid "Key cache" -msgstr "" +msgstr "แคชคีย์" #: libraries/ServerStatusData.class.php:191 msgid "Joins" -msgstr "" +msgstr "เข้าร่วม" #: libraries/ServerStatusData.class.php:193 msgid "Sorting" -msgstr "" +msgstr "การเรียงลำดับ" #: libraries/ServerStatusData.class.php:194 #: libraries/build_html_for_db.lib.php:26 @@ -3095,15 +3111,15 @@ msgstr "แสดงตาราง" #: libraries/ServerStatusData.class.php:214 msgid "Show slave hosts" -msgstr "" +msgstr "แสดงโฮสต์ทาส" #: libraries/ServerStatusData.class.php:218 server_replication.php:170 msgid "Show master status" -msgstr "" +msgstr "แสดงสถานะมาสเตอร์" #: libraries/ServerStatusData.class.php:221 msgid "Show slave status" -msgstr "" +msgstr "แสดงสถานะทาส" #: libraries/ServerStatusData.class.php:226 msgid "Flush query cache" @@ -3124,11 +3140,11 @@ msgstr "" #: libraries/ServerStatusData.class.php:351 msgid "Monitor" -msgstr "" +msgstr "ตรวจสอบ" #: libraries/ServerStatusData.class.php:355 msgid "Advisor" -msgstr "" +msgstr "ที่ปรึกษา" #: libraries/StorageEngine.class.php:216 msgid "" @@ -3202,8 +3218,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"มีปัญหาในการล้างข้อมูลการตั้งค่าตาราง UL (ดูได้ที่ $cfg['Servers'][$i]" -"['MaxTableUiprefs'] %s)" +"มีปัญหาในการล้างข้อมูลการตั้งค่าตาราง UL (ดูได้ที่ " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1602 #, fuzzy, php-format @@ -3304,7 +3320,7 @@ msgstr "" #: libraries/TableSearch.class.php:1176 msgid "How to use" -msgstr "" +msgstr "วิธีการใช้" #: libraries/TableSearch.class.php:1181 #, fuzzy @@ -3323,7 +3339,7 @@ msgstr "ไม่สามารถแสดงตัวอย่างได้ #: libraries/Theme.class.php:461 msgid "take it" -msgstr "ลงมือ" +msgstr "ใช้ชุดรูปแบบนี้" #: libraries/Theme_Manager.class.php:137 #, php-format @@ -3554,7 +3570,7 @@ msgstr "เพิ่มรูปหลายเหลี่ยม" #: libraries/Types.class.php:366 msgid "A collection of points" -msgstr "" +msgstr "คอลเลคชั่นของพอยต์" #: libraries/Types.class.php:368 msgid "A collection of curves with linear interpolation between points" @@ -3562,16 +3578,16 @@ msgstr "" #: libraries/Types.class.php:370 msgid "A collection of polygons" -msgstr "" +msgstr "คอลเลคชั่นของรูปหลายเหลี่ยม" #: libraries/Types.class.php:372 msgid "A collection of geometry objects of any type" -msgstr "" +msgstr "คอลเลคชั่นของวัตถุรูปทรงเรขาคณิตประเภทใดๆ" #: libraries/Types.class.php:625 libraries/Types.class.php:975 msgctxt "numeric types" msgid "Numeric" -msgstr "" +msgstr "ตัวเลข" #: libraries/Types.class.php:644 libraries/Types.class.php:978 #, fuzzy @@ -3610,7 +3626,7 @@ msgstr "" #: libraries/Types.class.php:717 msgid "True or false" -msgstr "" +msgstr "จริงหรือเท็จ" #: libraries/Types.class.php:719 msgid "An alias for BIGINT NOT NULL AUTO_INCREMENT UNIQUE" @@ -3662,7 +3678,7 @@ msgstr "MySQL แสดง: " #: libraries/Util.class.php:1171 msgid "Failed to connect to SQL validator!" -msgstr "" +msgstr "การเชื่อมต่อกับตัวตรวจสอบ SQL ล้มเหลว!" #: libraries/Util.class.php:1213 libraries/config/messages.inc.php:487 msgid "Explain SQL" @@ -3695,16 +3711,16 @@ msgstr "ตรวจสอบ SQL" #: libraries/Util.class.php:1365 msgid "Inline edit of this query" -msgstr "" +msgstr "แก้ไขอินไลน์ของแบบสอบถามนี้" #: libraries/Util.class.php:1367 msgctxt "Inline edit query" msgid "Inline" -msgstr "" +msgstr "อินไลน์" #: libraries/Util.class.php:1435 libraries/sql.lib.php:493 msgid "Profiling" -msgstr "" +msgstr "การทำแฟ้มประวัติ" #. l10n: Short week day name #: libraries/Util.class.php:1698 @@ -3741,12 +3757,12 @@ msgstr "" #: libraries/Util.class.php:2862 msgid "Click to toggle" -msgstr "" +msgstr "คลิกเพื่อสลับ" #: libraries/Util.class.php:3355 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" -msgstr "" +msgstr "เรียกดูคอมพิวเตอร์ของคุณ:" #: libraries/Util.class.php:3380 #, fuzzy, php-format @@ -3770,7 +3786,7 @@ msgstr "ลบข้อมูล" #: libraries/Util.class.php:3451 libraries/Util.class.php:3452 msgid "Execute" -msgstr "" +msgstr "ดำเนินการ" #: libraries/Util.class.php:3983 msgid "Print" @@ -3824,7 +3840,7 @@ msgstr "ข้ามไปยังฐานข้อมูล" #: libraries/build_html_for_db.lib.php:142 msgid "Not replicated" -msgstr "" +msgstr "ไม่ซ้ำ" #: libraries/build_html_for_db.lib.php:153 msgid "Replicated" @@ -3892,7 +3908,7 @@ msgstr "" #: libraries/common.inc.php:1079 msgid "Error: Token mismatch" -msgstr "" +msgstr "เกิดข้อผิดพลาด: โทเค็นไม่ตรงกัน" #: libraries/common.inc.php:1123 msgid "GLOBALS overwrite attempt" @@ -3921,27 +3937,27 @@ msgstr "ทดสอบ" #: libraries/config.values.php:51 libraries/config.values.php:58 #: libraries/config.values.php:66 msgid "Both" -msgstr "" +msgstr "ทั้งสอง" #: libraries/config.values.php:55 msgid "Nowhere" -msgstr "" +msgstr "ไม่ปรากฏที่ใด" #: libraries/config.values.php:56 msgid "Left" -msgstr "" +msgstr "ซ้าย" #: libraries/config.values.php:57 msgid "Right" -msgstr "" +msgstr "ขวา" #: libraries/config.values.php:69 msgid "Click" -msgstr "" +msgstr "คลิก" #: libraries/config.values.php:70 msgid "Double click" -msgstr "" +msgstr "ดับเบิลคลิก" #: libraries/config.values.php:71 libraries/config.values.php:102 #: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 @@ -3951,7 +3967,7 @@ msgstr "ระงับการใช้อยู่" #: libraries/config.values.php:100 msgid "Open" -msgstr "" +msgstr "เปิด" #: libraries/config.values.php:101 #, fuzzy @@ -3994,15 +4010,15 @@ msgstr "ทั้งโครงสร้างและข้อมูล" #: libraries/config.values.php:136 msgid "Quick - display only the minimal options to configure" -msgstr "" +msgstr "รวดเร็ว - แสดงเฉพาะตัวเลือกที่น้อยที่สุดในการกำหนดค่า" #: libraries/config.values.php:137 msgid "Custom - display all possible options to configure" -msgstr "" +msgstr "กำหนดเอง - แสดงตัวเลือกที่เป็นไปได้ทั้งหมดในการกำหนดค่า" #: libraries/config.values.php:138 msgid "Custom - like above, but without the quick/custom choice" -msgstr "" +msgstr "กำหนดเอง - เหมือนข้างต้น แต่ไม่มีทางเลือกที่รวดเร็ว/กำหนดเอง" #: libraries/config.values.php:166 #, fuzzy @@ -4022,7 +4038,7 @@ msgstr "ทั้งสองอย่าง" #: libraries/config.values.php:169 msgid "neither of the above" -msgstr "" +msgstr "ไม่ใช้ดังกล่าวข้างต้น" #: libraries/config/FormDisplay.class.php:88 #: libraries/config/validate.lib.php:526 @@ -4054,7 +4070,7 @@ msgstr "ค่าควรจะเท่ากับหรือน้อยก #: libraries/config/FormDisplay.class.php:541 #, php-format msgid "Missing data for %s" -msgstr "" +msgstr "ข้อมูลที่หายไปสำหรับ %s" #: libraries/config/FormDisplay.class.php:765 #: libraries/config/FormDisplay.class.php:771 @@ -4067,7 +4083,7 @@ msgstr "ตัวแปร" #: libraries/config/FormDisplay.class.php:773 #, php-format msgid "\"%s\" requires %s extension" -msgstr "" +msgstr "\"%s\" ต้องใช้ส่วนขยาย %s" #: libraries/config/FormDisplay.class.php:792 #, php-format @@ -4081,7 +4097,7 @@ msgstr "" #: libraries/config/FormDisplay.class.php:808 msgid "SQL Validator is disabled" -msgstr "" +msgstr "ตัวตรวจสอบ SQL ถูกปิดใช้งาน" #: libraries/config/FormDisplay.class.php:815 msgid "SOAP extension not found" @@ -4090,7 +4106,7 @@ msgstr "ไม่พบ SOAP" #: libraries/config/FormDisplay.class.php:825 #, php-format msgid "maximum %s" -msgstr "" +msgstr "สูงสุด %s" #: libraries/config/FormDisplay.tpl.php:221 msgid "This setting is disabled, it will not be applied to your configuration." @@ -4099,7 +4115,7 @@ msgstr "" #: libraries/config/FormDisplay.tpl.php:309 #, php-format msgid "Set value: %s" -msgstr "" +msgstr "ตั้งค่า: %s" #: libraries/config/FormDisplay.tpl.php:314 #: libraries/config/messages.inc.php:359 @@ -4114,7 +4130,7 @@ msgstr "อนุญาตให้ผู้ใช้แก้ไขค่าน #: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" -msgstr "เริ่มใหม่" +msgstr "ตั้งค่าใหม่" #: libraries/config/messages.inc.php:17 msgid "" @@ -4137,15 +4153,15 @@ msgstr "" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" -msgstr "" +msgstr "ความลับปลาปักเป้า" #: libraries/config/messages.inc.php:22 msgid "Highlight selected rows" -msgstr "" +msgstr "ไฮไลท์แถวที่เลือก" #: libraries/config/messages.inc.php:23 msgid "Row marker" -msgstr "" +msgstr "เครื่องหมายแถว" #: libraries/config/messages.inc.php:24 msgid "Highlight row pointed by the mouse cursor" @@ -4153,13 +4169,15 @@ msgstr "" #: libraries/config/messages.inc.php:25 msgid "Highlight pointer" -msgstr "" +msgstr "ไฮไลท์ตัวชี้" #: libraries/config/messages.inc.php:26 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " "import and export operations" msgstr "" +"เปิดใช้งาน [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] " +"การบีบอัดสำหรับการดำเนินการนำเข้าและส่งออก" #: libraries/config/messages.inc.php:27 msgid "Bzip2" @@ -4174,7 +4192,7 @@ msgstr "" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" -msgstr "" +msgstr "แก้ไขคอลัมน์ CHAR" #: libraries/config/messages.inc.php:30 msgid "" @@ -4184,7 +4202,7 @@ msgstr "" #: libraries/config/messages.inc.php:31 msgid "Enable CodeMirror" -msgstr "" +msgstr "เปิดใช้งาน CodeMirror" #: libraries/config/messages.inc.php:32 msgid "" @@ -4216,7 +4234,7 @@ msgstr "" #: libraries/config/messages.inc.php:37 msgid "CHAR textarea columns" -msgstr "" +msgstr "คอลัมน์พื้นที่ข้อความ CHAR" #: libraries/config/messages.inc.php:38 msgid "Number of rows for CHAR/VARCHAR textareas" @@ -4224,11 +4242,11 @@ msgstr "" #: libraries/config/messages.inc.php:39 msgid "CHAR textarea rows" -msgstr "" +msgstr "แถวพื้นที่ข้อความ CHAR" #: libraries/config/messages.inc.php:40 msgid "Check config file permissions" -msgstr "" +msgstr "ตรวจสอบสิทธิ์ไฟล์ปรับแต่ง" #: libraries/config/messages.inc.php:41 msgid "" @@ -4243,7 +4261,7 @@ msgstr "" #: libraries/config/messages.inc.php:43 setup/frames/config.inc.php:25 #: setup/frames/index.inc.php:176 msgid "Configuration file" -msgstr "" +msgstr "ไฟล์กำหนดค่า" #: libraries/config/messages.inc.php:44 msgid "" @@ -4253,11 +4271,11 @@ msgstr "" #: libraries/config/messages.inc.php:45 msgid "Confirm DROP queries" -msgstr "" +msgstr "ยืนยันแบบสอบถาม DROP" #: libraries/config/messages.inc.php:46 msgid "Debug SQL" -msgstr "" +msgstr "แก้จุดบกพร่อง SQL" #: libraries/config/messages.inc.php:47 #, fuzzy @@ -4279,7 +4297,7 @@ msgstr "" #: libraries/config/messages.inc.php:51 msgid "Default server tab" -msgstr "" +msgstr "แท็บเซิร์ฟเวอร์เริ่มต้น" #: libraries/config/messages.inc.php:52 msgid "Tab that is displayed when entering a table" @@ -4287,7 +4305,7 @@ msgstr "" #: libraries/config/messages.inc.php:53 msgid "Default table tab" -msgstr "" +msgstr "แท็บตารางเริ่มต้น" #: libraries/config/messages.inc.php:54 msgid "Whether the table structure actions should be hidden" @@ -4309,7 +4327,7 @@ msgstr "" #: libraries/config/messages.inc.php:59 msgid "Display servers as a list" -msgstr "" +msgstr "แสดงเซิร์ฟเวอร์เป็นรายการ" #: libraries/config/messages.inc.php:60 msgid "" @@ -4329,7 +4347,7 @@ msgstr "" #: libraries/config/messages.inc.php:63 msgid "Edit in window" -msgstr "" +msgstr "แก้ไขในหน้าต่าง" #: libraries/config/messages.inc.php:64 #, fuzzy @@ -4339,7 +4357,7 @@ msgstr "ความสามารถด้านการแสดงผล" #: libraries/config/messages.inc.php:65 msgid "Gather errors" -msgstr "" +msgstr "รวบรวมข้อผิดพลาด" #: libraries/config/messages.inc.php:66 msgid "" @@ -4353,7 +4371,7 @@ msgstr "" #: libraries/config/messages.inc.php:68 prefs_manage.php:305 msgid "Save as file" -msgstr "ส่งมาเป็นไฟล์" +msgstr "บันทึกเป็นไฟล์" #: libraries/config/messages.inc.php:69 libraries/config/messages.inc.php:241 #, fuzzy @@ -4433,7 +4451,7 @@ msgstr "จบแถวด้วย" #: libraries/config/messages.inc.php:80 msgid "Excel edition" -msgstr "" +msgstr "รุ่น Excel" #: libraries/config/messages.inc.php:83 #, fuzzy @@ -4466,7 +4484,7 @@ msgstr "%s ตาราง" #: libraries/config/messages.inc.php:90 #: libraries/plugins/export/ExportLatex.class.php:89 msgid "Include table caption" -msgstr "" +msgstr "รวมถึงคำอธิบายภาพของตาราง" #: libraries/config/messages.inc.php:93 libraries/config/messages.inc.php:99 msgid "Table caption" @@ -4480,7 +4498,7 @@ msgstr "คำอธิบายตาราง" #: libraries/config/messages.inc.php:95 libraries/config/messages.inc.php:101 msgid "Label key" -msgstr "" +msgstr "คีย์ป้ายชื่อ" #: libraries/config/messages.inc.php:96 libraries/config/messages.inc.php:108 #: libraries/config/messages.inc.php:132 @@ -4502,7 +4520,7 @@ msgstr "ส่งออก" #: libraries/config/messages.inc.php:112 libraries/config/messages.inc.php:114 msgid "Save on server" -msgstr "" +msgstr "บันทึกบนเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:113 libraries/config/messages.inc.php:115 #: libraries/display_export.lib.php:232 libraries/display_export.lib.php:271 @@ -4528,7 +4546,7 @@ msgstr "ใส่ 'backqoute' ให้กับชื่อตารางแ #: libraries/config/messages.inc.php:119 libraries/config/messages.inc.php:262 #: libraries/display_export.lib.php:450 msgid "SQL compatibility mode" -msgstr "" +msgstr "โหมดที่เข้ากันได้กับ SQL" #: libraries/config/messages.inc.php:120 #: libraries/plugins/export/ExportSql.class.php:262 @@ -4537,7 +4555,7 @@ msgstr "" #: libraries/config/messages.inc.php:121 msgid "Creation/Update/Check dates" -msgstr "" +msgstr "สร้าง/อัพเดท/ตรวจสอบวันที่" #: libraries/config/messages.inc.php:122 #, fuzzy @@ -4617,7 +4635,7 @@ msgstr "" #: libraries/config/messages.inc.php:152 msgid "Browse mode" -msgstr "" +msgstr "โหมดเรียกดู" #: libraries/config/messages.inc.php:153 msgid "Customize browse mode" @@ -4639,7 +4657,7 @@ msgstr "ข้อมูล CSV (คั่นด้วยเครื่องห #: libraries/config/messages.inc.php:158 msgid "Developer" -msgstr "" +msgstr "ผู้พัฒนา" #: libraries/config/messages.inc.php:159 msgid "Settings for phpMyAdmin developers" @@ -4647,7 +4665,7 @@ msgstr "" #: libraries/config/messages.inc.php:160 msgid "Edit mode" -msgstr "" +msgstr "โหมดแก้ไข" #: libraries/config/messages.inc.php:161 msgid "Customize edit mode" @@ -4655,7 +4673,7 @@ msgstr "" #: libraries/config/messages.inc.php:163 msgid "Export defaults" -msgstr "" +msgstr "ส่งออกค่าเริ่มต้น" #: libraries/config/messages.inc.php:164 msgid "Customize default export options" @@ -4664,7 +4682,7 @@ msgstr "" #: libraries/config/messages.inc.php:165 libraries/config/messages.inc.php:207 #: setup/frames/menu.inc.php:17 msgid "Features" -msgstr "" +msgstr "คุณสมบัติ" #: libraries/config/messages.inc.php:166 #, fuzzy @@ -4686,7 +4704,7 @@ msgstr "" #: libraries/config/messages.inc.php:171 msgid "Import / export" -msgstr "" +msgstr "นำเข้า / ส่งออก" #: libraries/config/messages.inc.php:172 msgid "Set import and export directories and compression options" @@ -4703,7 +4721,7 @@ msgstr "สถิติฐานข้อมูล" #: libraries/config/messages.inc.php:177 setup/frames/menu.inc.php:19 msgid "Navigation panel" -msgstr "" +msgstr "แผงนำทาง" #: libraries/config/messages.inc.php:178 msgid "Customize appearance of the navigation panel" @@ -4717,11 +4735,11 @@ msgstr "เซิร์ฟเวอร์" #: libraries/config/messages.inc.php:180 msgid "Servers display options" -msgstr "" +msgstr "ตัวเลือกการแสดงเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:182 msgid "Tables display options" -msgstr "" +msgstr "ตัวเลือกการแสดงตาราง" #: libraries/config/messages.inc.php:183 setup/frames/menu.inc.php:20 #, fuzzy @@ -4731,11 +4749,11 @@ msgstr "ซ่อนดัชนี" #: libraries/config/messages.inc.php:184 msgid "Microsoft Office" -msgstr "" +msgstr "Microsoft Office" #: libraries/config/messages.inc.php:188 msgid "Other core settings" -msgstr "" +msgstr "ตั้งค่าหลักอื่นๆ" #: libraries/config/messages.inc.php:189 msgid "Settings that didn't fit anywhere else" @@ -4764,7 +4782,7 @@ msgstr "" #: libraries/config/messages.inc.php:194 msgid "Security" -msgstr "" +msgstr "ความปลอดภัย" #: libraries/config/messages.inc.php:195 msgid "" @@ -4774,7 +4792,7 @@ msgstr "" #: libraries/config/messages.inc.php:196 msgid "Basic settings" -msgstr "" +msgstr "ตั้งค่าพื้นฐาน" #: libraries/config/messages.inc.php:197 #, fuzzy @@ -4784,11 +4802,11 @@ msgstr "เอกสารอ้างอิง" #: libraries/config/messages.inc.php:198 msgid "Authentication settings" -msgstr "" +msgstr "ตั้งค่าการรับรองความถูกต้อง" #: libraries/config/messages.inc.php:199 msgid "Server configuration" -msgstr "" +msgstr "กำหนดค่าเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:200 msgid "" @@ -4802,7 +4820,7 @@ msgstr "" #: libraries/config/messages.inc.php:202 msgid "Configuration storage" -msgstr "" +msgstr "กำหนดค่าการจัดเก็บข้อมูล" #: libraries/config/messages.inc.php:203 msgid "" @@ -4813,7 +4831,7 @@ msgstr "" #: libraries/config/messages.inc.php:204 msgid "Changes tracking" -msgstr "" +msgstr "เปลี่ยนแปลงการติดตาม" #: libraries/config/messages.inc.php:205 msgid "" @@ -4823,11 +4841,11 @@ msgstr "" #: libraries/config/messages.inc.php:206 msgid "Customize export options" -msgstr "" +msgstr "ตัวเลือกการส่งออกที่กำหนดเอง" #: libraries/config/messages.inc.php:208 msgid "Customize import defaults" -msgstr "" +msgstr "นำเข้าค่าเริ่มต้นที่กำหนดเอง" #: libraries/config/messages.inc.php:209 #, fuzzy @@ -4882,7 +4900,7 @@ msgstr "สถานะ" #: libraries/config/messages.inc.php:221 msgid "Customize startup page" -msgstr "" +msgstr "หน้าเริ่มต้นที่กำหนดเอง" #: libraries/config/messages.inc.php:222 #, fuzzy @@ -4914,24 +4932,22 @@ msgid "Choose how you want tabs to work" msgstr "" #: libraries/config/messages.inc.php:228 -#, fuzzy #| msgid "Use text field" msgid "Text fields" -msgstr "ใช้ช่องใส่ข้อความ (text field)" +msgstr "ฟิลด์ข้อความ" #: libraries/config/messages.inc.php:229 -#, fuzzy #| msgid "Use text field" msgid "Customize text input fields" -msgstr "ใช้ช่องใส่ข้อความ (text field)" +msgstr "ฟิลด์ป้อนข้อความที่กำหนดเอง" #: libraries/config/messages.inc.php:230 msgid "Texy! text" -msgstr "" +msgstr "แท็กซี่! ข้อความ" #: libraries/config/messages.inc.php:232 msgid "Warnings" -msgstr "" +msgstr "คำเตือน" #: libraries/config/messages.inc.php:233 msgid "Disable some of the warnings shown by phpMyAdmin" @@ -4945,7 +4961,7 @@ msgstr "" #: libraries/config/messages.inc.php:235 msgid "GZip" -msgstr "" +msgstr "GZip" #: libraries/config/messages.inc.php:236 msgid "Extra parameters for iconv" @@ -5088,11 +5104,11 @@ msgstr "" #: libraries/config/messages.inc.php:277 msgid "Define how long (in seconds) a login cookie is valid" -msgstr "" +msgstr "ระบุระยะเวลา (วินาที) ที่คุกกี้เข้าสู่ระบบที่ถูกต้อง" #: libraries/config/messages.inc.php:278 msgid "Login cookie validity" -msgstr "" +msgstr "เข้าสู่ระบบความถูกต้องของคุกกี้" #: libraries/config/messages.inc.php:279 msgid "Double size of textarea for LONGTEXT columns" @@ -5117,11 +5133,11 @@ msgstr "" #: libraries/config/messages.inc.php:284 msgid "Maximum number of databases displayed in database list" -msgstr "" +msgstr "จำนวนสูงสุดของฐานข้อมูลที่ถูกแสดงในรายการฐานข้อมูล" #: libraries/config/messages.inc.php:285 msgid "Maximum databases" -msgstr "" +msgstr "ฐานข้อมูลสูงสุด" #: libraries/config/messages.inc.php:286 msgid "" @@ -5145,11 +5161,11 @@ msgstr "" #: libraries/config/messages.inc.php:291 msgid "Maximum number of tables displayed in table list" -msgstr "" +msgstr "จำนวนสูงสุดของตารางที่ถูกแสดงในรายการตาราง" #: libraries/config/messages.inc.php:292 msgid "Maximum tables" -msgstr "" +msgstr "ตารางสูงสุด" #: libraries/config/messages.inc.php:293 msgid "" @@ -5264,13 +5280,12 @@ msgstr "" #: libraries/config/messages.inc.php:318 msgid "Maximum number of recently used tables; set 0 to disable" -msgstr "" +msgstr "จำนวนสูงสุดของตารางที่ใช้ล่าสุด; กำหนด 0 เพื่อปิดใช้งาน" #: libraries/config/messages.inc.php:319 -#, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" -msgstr "เลิกติดตามตาราง" +msgstr "ตารางที่ใช้ล่าสุด" #: libraries/config/messages.inc.php:320 msgid "These are Edit, Copy and Delete links" @@ -5282,13 +5297,12 @@ msgstr "" #: libraries/config/messages.inc.php:322 msgid "Use natural order for sorting table and database names" -msgstr "" +msgstr "ใช้เรียงลำดับตามธรรมชาติสำหรับการจัดเรียงชื่อตารางและฐานข้อมูล" #: libraries/config/messages.inc.php:323 -#, fuzzy #| msgid "Alter table order by" msgid "Natural order" -msgstr "เรียงค่าในตารางตาม" +msgstr "เรียงลำดับตามธรรมชาติ" #: libraries/config/messages.inc.php:324 libraries/config/messages.inc.php:338 msgid "Use only icons, only text or both" @@ -5619,9 +5633,8 @@ msgid "Hide databases matching regular expression (PCRE)" msgstr "" #: libraries/config/messages.inc.php:398 -#, fuzzy msgid "Hide databases" -msgstr "ไม่มีฐานข้อมูล" +msgstr "ซ่อนฐานข้อมูล" #: libraries/config/messages.inc.php:399 msgid "" @@ -5673,7 +5686,7 @@ msgstr "" #: libraries/config/messages.inc.php:409 msgid "Show only listed databases" -msgstr "" +msgstr "แสดงฐานข้อมูลที่ระบุไว้เท่านั้น" #: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 msgid "Leave empty if not using config auth" @@ -5978,13 +5991,12 @@ msgstr "" #: libraries/config/messages.inc.php:472 msgid "Whether to show hint or not" -msgstr "" +msgstr "จะแสดงคำแนะนำหรือไม่" #: libraries/config/messages.inc.php:473 -#, fuzzy #| msgid "Show grid" msgid "Show hint" -msgstr "แสดงกริด" +msgstr "แสดงคำแนะนำ" #: libraries/config/messages.inc.php:474 msgid "" @@ -6039,7 +6051,7 @@ msgstr "" #: libraries/config/messages.inc.php:485 msgid "Skip locked tables" -msgstr "" +msgstr "ข้ามตารางที่ถูกล็อก" #: libraries/config/messages.inc.php:490 msgid "Requires SQL Validator to be enabled" @@ -6171,7 +6183,7 @@ msgstr "" #: libraries/config/messages.inc.php:520 msgid "Enables check for latest version on main phpMyAdmin page" -msgstr "" +msgstr "เปิดใช้งานตรวจหาเวอร์ชั่นล่าสุดบนหน้า phpMyAdmin หลัก" #: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 @@ -6179,7 +6191,7 @@ msgstr "" #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 #: setup/lib/index.lib.php:243 msgid "Version check" -msgstr "" +msgstr "ตรวจสอบเวอร์ชั่น" #: libraries/config/messages.inc.php:522 msgid "" @@ -6398,7 +6410,7 @@ msgstr "รหัสผ่าน:" #: libraries/display_change_password.lib.php:87 msgid "MySQL 4.0 compatible" -msgstr "" +msgstr "เข้ากันได้กับ MySQL 4.0" #: libraries/display_create_database.lib.php:23 #, fuzzy @@ -6773,7 +6785,7 @@ msgstr "ชนิดของดัชนี :" #: libraries/display_select_lang.lib.php:56 #: libraries/display_select_lang.lib.php:57 setup/frames/index.inc.php:75 msgid "Language" -msgstr "" +msgstr "ภาษา" #: libraries/engines/bdb.lib.php:25 msgid "Version information" @@ -7492,10 +7504,9 @@ msgid_plural "%s other results found" msgstr[0] "" #: libraries/navigation/NavigationTree.class.php:1042 -#, fuzzy #| msgid "Alter table order by" msgid "filter databases by name" -msgstr "เรียงค่าในตารางตาม" +msgstr "กรองฐานข้อมูลตามชื่อ" #: libraries/navigation/NavigationTree.class.php:1043 #: libraries/navigation/NavigationTree.class.php:1076 @@ -7503,10 +7514,9 @@ msgid "Clear Fast Filter" msgstr "" #: libraries/navigation/NavigationTree.class.php:1075 -#, fuzzy #| msgid "Alter table order by" msgid "filter items by name" -msgstr "เรียงค่าในตารางตาม" +msgstr "กรองรายการตามชื่อ" #. l10n: The word "Node" must not be translated here #: libraries/navigation/NodeFactory.class.php:41 @@ -7521,10 +7531,9 @@ msgstr "" #: libraries/navigation/Nodes/Node_Column_Container.class.php:26 #: libraries/sql_query_form.lib.php:281 -#, fuzzy #| msgid "Column names" msgid "Columns" -msgstr "ชื่อคอลัมน์" +msgstr "คอลัมน์" #: libraries/navigation/Nodes/Node_Column_Container.class.php:40 msgctxt "Create new column" @@ -7800,8 +7809,9 @@ msgid "" "configuration and make sure that they correspond to the information given by " "the administrator of the MySQL server." msgstr "" -"phpMyAdmin พยายามเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL และเซิร์ฟเวอร์ได้ปฏิเสธการเชื่อมต่อดังกล่าว " -"คุณควรตรวจสอบโฮสต์ ชื่อผู้ใช้และรหัสผ่านในการกำหนดค่าของคุณ และให้แน่ใจว่าค่าต่างๆ " +"phpMyAdmin พยายามเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL " +"และเซิร์ฟเวอร์ได้ปฏิเสธการเชื่อมต่อดังกล่าว คุณควรตรวจสอบโฮสต์ " +"ชื่อผู้ใช้และรหัสผ่านในการกำหนดค่าของคุณ และให้แน่ใจว่าค่าต่างๆ " "สอดคล้องกับข้อมูลที่กำหนดไว้ โดยผู้ดูแลระบบของเซิร์ฟเวอร์ MySQL แล้ว" #: libraries/plugins/auth/AuthenticationConfig.class.php:142 @@ -7949,9 +7959,8 @@ msgstr "dump ตาราง" #: libraries/plugins/export/ExportOdt.class.php:565 #: libraries/plugins/export/ExportTexytext.class.php:436 #: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:387 -#, fuzzy msgid "Event" -msgstr "ถูกส่ง" +msgstr "เหตุการณ์" #: libraries/plugins/export/ExportHtmlword.class.php:486 #: libraries/plugins/export/ExportOdt.class.php:568 @@ -8456,8 +8465,8 @@ msgid "" "Displays a clickable thumbnail. The options are the maximum width and height " "in pixels. The original aspect ratio is preserved." msgstr "" -"แสดงรูปขนาดเล็กที่กดเข้าไปดูภาพใหญ่ได้; ตัวเลือก: ความกว้าง, ความสูง หน่วยเป็นพิกเซล " -"(คงสัดส่วนเดิม)" +"แสดงรูปขนาดเล็กที่กดเข้าไปดูภาพใหญ่ได้; ตัวเลือก: ความกว้าง, ความสูง " +"หน่วยเป็นพิกเซล (คงสัดส่วนเดิม)" #: libraries/plugins/transformations/abstract/LongToIPv4TransformationsPlugin.class.php:31 msgid "" @@ -8534,8 +8543,8 @@ msgstr "การแปลงที่เรียกใช้ได้" msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -"โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments (เก็บหมายเหตุของคอลัมน์) " -"ของคุณ" +"โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments " +"(เก็บหมายเหตุของคอลัมน์) ของคุณ" #: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" @@ -8702,7 +8711,7 @@ msgstr "" #: libraries/replication_gui.lib.php:382 #: libraries/server_privileges.lib.php:1230 msgid "Re-type" -msgstr "พิมพ์ใหม่" +msgstr "อีกครั้ง" #: libraries/replication_gui.lib.php:386 #, fuzzy @@ -8843,11 +8852,11 @@ msgstr "" #: libraries/rte/rte_footer.lib.php:91 msgid "OFF" -msgstr "" +msgstr "ปิด" #: libraries/rte/rte_footer.lib.php:96 msgid "ON" -msgstr "" +msgstr "เปิด" #: libraries/rte/rte_footer.lib.php:108 msgid "Event scheduler status" @@ -8900,7 +8909,7 @@ msgstr "ชื่อคอลัมน์" #: libraries/rte/rte_routines.lib.php:960 msgid "Parameters" -msgstr "" +msgstr "พารามิเตอร์" #: libraries/rte/rte_routines.lib.php:966 #, fuzzy @@ -8927,7 +8936,7 @@ msgstr "เอาฐานข้อมูลออก" #: libraries/rte/rte_routines.lib.php:993 msgid "Return type" -msgstr "" +msgstr "ประเภทการส่งกลับ" #: libraries/rte/rte_routines.lib.php:1000 #, fuzzy @@ -8943,7 +8952,7 @@ msgstr "ตัวเลือกตาราง" #: libraries/rte/rte_routines.lib.php:1037 msgid "Is deterministic" -msgstr "" +msgstr "คือการกำหนด" #: libraries/rte/rte_routines.lib.php:1047 #, fuzzy @@ -8953,11 +8962,11 @@ msgstr "ชนิดคำค้น" #: libraries/rte/rte_routines.lib.php:1056 msgid "SQL data access" -msgstr "" +msgstr "เข้าถึงข้อมูล SQL" #: libraries/rte/rte_routines.lib.php:1125 msgid "You must provide a routine name" -msgstr "" +msgstr "คุณจะต้องให้ชื่อปกติ" #: libraries/rte/rte_routines.lib.php:1155 #, php-format @@ -8997,12 +9006,12 @@ msgstr[0] "" #: libraries/rte/rte_routines.lib.php:1505 #: libraries/rte/rte_routines.lib.php:1513 msgid "Execute routine" -msgstr "" +msgstr "ดำเนินงานตามปกติ" #: libraries/rte/rte_routines.lib.php:1569 #: libraries/rte/rte_routines.lib.php:1572 msgid "Routine parameters" -msgstr "" +msgstr "พารามิเตอร์ตามปกติ" #: libraries/rte/rte_triggers.lib.php:106 msgid "Sorry, we failed to restore the dropped trigger." @@ -9282,7 +9291,7 @@ msgstr "พจนานุกรมข้อมูล" #: libraries/schema/User_Schema.class.php:463 msgid "Only show keys" -msgstr "" +msgstr "แสดงคีย์เท่านั้น" #: libraries/schema/User_Schema.class.php:465 msgid "Landscape" @@ -9316,7 +9325,7 @@ msgstr "" #: libraries/select_lang.lib.php:541 #, php-format msgid "Unknown language: %1$s." -msgstr "" +msgstr "ภาษาที่ไม่รู้จัก : %1$s" #: libraries/select_server.lib.php:39 libraries/select_server.lib.php:44 #, fuzzy @@ -9508,7 +9517,8 @@ msgid "" "Limits the number of commands that change any table or database the user may " "execute per hour." msgstr "" -"จำกัดจำนวนของคำสั่ง ที่จะเปลี่ยนแปลงตาราง หรือฐานข้อมูลใดๆ ที่ผู้ใช้จะสามารถสั่งได้ ต่อชั่วโมง" +"จำกัดจำนวนของคำสั่ง ที่จะเปลี่ยนแปลงตาราง หรือฐานข้อมูลใดๆ " +"ที่ผู้ใช้จะสามารถสั่งได้ ต่อชั่วโมง" #: libraries/server_privileges.lib.php:528 #: libraries/server_privileges.lib.php:533 server_privileges.php:78 @@ -9871,7 +9881,7 @@ msgstr "" #: libraries/sql_query_form.lib.php:356 msgid "Delimiter" -msgstr "" +msgstr "ตัวคั่น" #: libraries/sql_query_form.lib.php:364 msgid "Show this query here again" @@ -9887,7 +9897,8 @@ msgid "" "below, if there is any, may also help you in diagnosing the problem" msgstr "" "อาจจะมีข้อผิดพลาดบางอย่างในคำค้น SQL ของคุณ. หาก MySQL server " -"ได้แจ้งข้อผิดพลาดมาด้านล่างนี้ ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น" +"ได้แจ้งข้อผิดพลาดมาด้านล่างนี้ ให้ลองอ่านดู " +"มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น" #: libraries/sqlparser.lib.php:178 msgid "" @@ -9901,14 +9912,17 @@ msgid "" "please reduce your SQL query input to the single query that causes problems, " "and submit a bug report with the data chunk in the CUT section below:" msgstr "" -"อาจจะมีการเปลี่ยนแปลงบางอย่าง ที่คุณพบว่ามันเป็นข้อผิดพลาดของตัวอ่านคำสั่ง SQL. " -"กรุณาตรวจสอบคำค้นของคุณให้ถี่ถ้วน โดยเฉพาะการเปิด/ปิดเครื่องหมายคำพูด (quotes) ให้ถูกต้อง. " -"อีกสาเหตุหนึ่งที่เป็นไปได้คือ คุณอาจจะอัพโหลดแฟ้มไบนารีข้างนอกช่วงของเครื่องหมายคำพูด. " -"คุณสามารถที่จะลองคำค้นของคุณที่คอมมานด์ไลน์ของ MySQL ซึ่งคุณอาจจะพบข้อผิดพลาดบางอย่างในนั้น. " -"หากเซิร์ฟเวอร์ MySQL แจ้งข้อผิดพลาดมา, ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น. " -"ถ้าคุณยังพบปัญหากับ parser ใน phpMyAdmin อยู่ แต่ไม่พบปัญหากับ parser ในคอมมานด์ไลน์, " -"ให้ลองลดความยาวของคำค้น SQL ลง จนกระทั่งเหลือคำค้น SQL เดี่ยวๆ ที่ยังทำให้เกิดปัญหาอยู่อีก, " -"แล้วแจ้งข้อผิดพลาดดังกล่าวมาที่เรา, ส่งมันมาพร้อมกับตัวข้อมูลที่คุณค้น ซึ่งได้จากส่วนของ CUT ด้านล่าง." +"อาจจะมีการเปลี่ยนแปลงบางอย่าง ที่คุณพบว่ามันเป็นข้อผิดพลาดของตัวอ่านคำสั่ง " +"SQL. กรุณาตรวจสอบคำค้นของคุณให้ถี่ถ้วน โดยเฉพาะการเปิด/ปิดเครื่องหมายคำพูด " +"(quotes) ให้ถูกต้อง. อีกสาเหตุหนึ่งที่เป็นไปได้คือ " +"คุณอาจจะอัพโหลดแฟ้มไบนารีข้างนอกช่วงของเครื่องหมายคำพูด. " +"คุณสามารถที่จะลองคำค้นของคุณที่คอมมานด์ไลน์ของ MySQL " +"ซึ่งคุณอาจจะพบข้อผิดพลาดบางอย่างในนั้น. หากเซิร์ฟเวอร์ MySQL " +"แจ้งข้อผิดพลาดมา, ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น. " +"ถ้าคุณยังพบปัญหากับ parser ใน phpMyAdmin อยู่ แต่ไม่พบปัญหากับ parser " +"ในคอมมานด์ไลน์, ให้ลองลดความยาวของคำค้น SQL ลง จนกระทั่งเหลือคำค้น SQL " +"เดี่ยวๆ ที่ยังทำให้เกิดปัญหาอยู่อีก, แล้วแจ้งข้อผิดพลาดดังกล่าวมาที่เรา, " +"ส่งมันมาพร้อมกับตัวข้อมูลที่คุณค้น ซึ่งได้จากส่วนของ CUT ด้านล่าง." #: libraries/sqlparser.lib.php:191 msgid "BEGIN CUT" @@ -9948,8 +9962,8 @@ msgid "" "The SQL validator could not be initialized. Please check if you have " "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -"ไม่สามารถเริ่มตัวตรวจสอบ SQL ได้. กรุณาตรวจสอบว่า คุณได้ติดตั้ง php extensions ที่จำเป็น " -"ดังที่อธิบายไว้ใน %sdocumentation%s เรียบร้อยแล้ว" +"ไม่สามารถเริ่มตัวตรวจสอบ SQL ได้. กรุณาตรวจสอบว่า คุณได้ติดตั้ง php " +"extensions ที่จำเป็น ดังที่อธิบายไว้ใน %sdocumentation%s เรียบร้อยแล้ว" #: libraries/structure.lib.php:68 tbl_operations.php:311 #, php-format @@ -10027,7 +10041,7 @@ msgstr "ดัชนี" #: libraries/structure.lib.php:1398 libraries/structure.lib.php:2052 #: libraries/structure.lib.php:2062 msgid "Spatial" -msgstr "" +msgstr "เชิงพื้นที่" #: libraries/structure.lib.php:1408 libraries/structure.lib.php:2054 #: libraries/structure.lib.php:2064 @@ -10137,7 +10151,7 @@ msgstr "ค่าเซสชั่น" #: libraries/structure.lib.php:1998 libraries/structure.lib.php:2001 msgid "Add primary key" -msgstr "" +msgstr "เพิ่มคีย์หลัก" #: libraries/structure.lib.php:2010 libraries/structure.lib.php:2013 msgid "Add unique index" @@ -10260,7 +10274,7 @@ msgstr "" #: libraries/tbl_columns_definition_form.inc.php:634 msgid "first" -msgstr "" +msgstr "ครั้งแรก" #: libraries/tbl_columns_definition_form.inc.php:644 #, fuzzy, php-format @@ -10270,7 +10284,7 @@ msgstr "หลัง %s" #: libraries/tbl_columns_definition_form.inc.php:737 msgid "Table name" -msgstr "" +msgstr "ชื่อตาราง" #: libraries/tbl_columns_definition_form.inc.php:838 msgid "Storage Engine:" @@ -10293,10 +10307,9 @@ msgid "Tracking of %s is activated." msgstr "การติดตามเริ่มทำงานแล้ว" #: libraries/user_preferences.inc.php:29 -#, fuzzy #| msgid "General relation features" msgid "Manage your settings" -msgstr "ความสามารถด้านรีเลชันทั่วไป" +msgstr "จัดการการตั้งค่าของคุณ" #: libraries/user_preferences.inc.php:46 prefs_manage.php:298 #, fuzzy @@ -10567,14 +10580,13 @@ msgid "Saved on: @DATE@" msgstr "" #: prefs_manage.php:246 -#, fuzzy #| msgid "Import files" msgid "Import from file" -msgstr "นำเข้าไฟล์" +msgstr "นำเข้าจากไฟล์" #: prefs_manage.php:252 msgid "Import from browser's storage" -msgstr "" +msgstr "นำเข้าจากที่เก็บข้อมูลของเบราเซอร์" #: prefs_manage.php:255 msgid "Settings will be imported from your browser's local storage." @@ -10582,7 +10594,7 @@ msgstr "" #: prefs_manage.php:261 msgid "You have no saved settings!" -msgstr "" +msgstr "คุณไม่มีการตั้งค่าที่บันทึกไว้!" #: prefs_manage.php:265 prefs_manage.php:318 msgid "This feature is not supported by your web browser" @@ -10590,7 +10602,7 @@ msgstr "" #: prefs_manage.php:270 msgid "Merge with current configuration" -msgstr "" +msgstr "ผสานเข้ากับการกำหนดค่าปัจจุบัน" #: prefs_manage.php:284 #, php-format @@ -10601,15 +10613,15 @@ msgstr "" #: prefs_manage.php:308 msgid "Save to browser's storage" -msgstr "" +msgstr "บันทึกไปยังที่เก็บข้อมูลของเบราเซอร์" #: prefs_manage.php:312 msgid "Settings will be saved in your browser's local storage." -msgstr "" +msgstr "การตั้งค่าจะถูกบันทึกไว้ในที่เก็บข้อมูลของเบราเซอร์ภายในเครื่องของคุณ" #: prefs_manage.php:314 msgid "Existing settings will be overwritten!" -msgstr "" +msgstr "ถ้ามีการตั้งค่าอยู่แล้วจะถูกเขียนทับ!" #: prefs_manage.php:329 msgid "You can reset all your settings and restore them to default values." @@ -10697,8 +10709,9 @@ msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -"โปรดทราบ: การเปิดใช้การเก็บสถิติของฐานข้อมูล อาจจะทำให้มีปริมาณการถ่ายโอนข้อมูลจำนวนมาก " -"ระหว่างเว็บเซิร์ฟเวอร์ และเซิร์ฟเวอร์ MySQL." +"โปรดทราบ: การเปิดใช้การเก็บสถิติของฐานข้อมูล " +"อาจจะทำให้มีปริมาณการถ่ายโอนข้อมูลจำนวนมาก ระหว่างเว็บเซิร์ฟเวอร์ " +"และเซิร์ฟเวอร์ MySQL." #: server_databases.php:350 msgid "No databases" @@ -10734,9 +10747,8 @@ msgid "Library" msgstr "" #: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy msgid "Version" -msgstr "รุ่นของ PHP" +msgstr "เวอร์ชั่น" #: server_plugins.php:98 server_plugins.php:133 msgid "Author" @@ -10747,10 +10759,9 @@ msgid "License" msgstr "" #: server_plugins.php:165 -#, fuzzy #| msgid "Disabled" msgid "disabled" -msgstr "ระงับการใช้อยู่" +msgstr "ปิดใช้งาน" #: server_privileges.php:208 #, php-format @@ -10768,7 +10779,7 @@ msgstr "สิทธิได้ถูกเรียกใช้ใหม่เ #: server_replication.php:79 msgid "Unknown error" -msgstr "" +msgstr "ข้อผิดพลาดที่ไม่รู้จัก" #: server_replication.php:89 #, php-format @@ -10827,9 +10838,8 @@ msgid "Ignore all databases; Replicate:" msgstr "" #: server_replication.php:214 -#, fuzzy msgid "Please select databases:" -msgstr "โปรดเลือกฐานข้อมูล" +msgstr "กรุณาเลือกฐานข้อมูล:" #: server_replication.php:217 msgid "" @@ -10866,9 +10876,8 @@ msgid "Control slave:" msgstr "" #: server_replication.php:303 -#, fuzzy msgid "Full start" -msgstr "ข้อความเต็ม (fulltext)" +msgstr "เริ่มต้นแบบเต็ม" #: server_replication.php:303 msgid "Full stop" @@ -11097,7 +11106,7 @@ msgstr "เอาฐานข้อมูลออก" #: server_status_monitor.php:523 msgid "Status variable(s)" -msgstr "" +msgstr "สถานะของตัวแปร" #: server_status_monitor.php:526 #, fuzzy @@ -11948,7 +11957,7 @@ msgstr "" #: setup/frames/index.inc.php:199 msgid "Default language" -msgstr "" +msgstr "ภาษาเริ่มต้น" #: setup/frames/index.inc.php:210 msgid "let the user choose" @@ -12602,11 +12611,11 @@ msgstr "รุ่นของเซิร์ฟเวอร์" #: themes.php:16 themes.php:21 msgid "Theme" -msgstr "ชุดรูปแบบ" +msgstr "ชุดรูปแบบ" #: themes.php:24 msgid "Get more themes!" -msgstr "" +msgstr "รับชุดรูปแบบเพิ่มเติม!" #: transformation_overview.php:21 msgid "Available MIME types" @@ -13684,7 +13693,8 @@ msgid "" "The InnoDB log file size is not an appropriate size, in relation to the " "InnoDB buffer pool." msgstr "" -"ขนาดไฟล์บันทึกของ InnoDB ไม่ได้เป็นขนาดที่เหมาะสม ที่มีความสัมพันธ์กับขนาดบัฟเฟอร์ของ InnoDB" +"ขนาดไฟล์บันทึกของ InnoDB ไม่ได้เป็นขนาดที่เหมาะสม " +"ที่มีความสัมพันธ์กับขนาดบัฟเฟอร์ของ InnoDB" #: libraries/advisory_rules.txt:440 #, php-format @@ -13699,15 +13709,16 @@ msgid "" "fine. See also this blog entry" msgstr "" -"โดยเฉพาะอย่างยิ่ง ในระบบที่มีจำนวนมากได้เขียนไปยังตารางของ InnoDB คุณควรตั้งค่า " -"{innodb_log_file_size} เป็น 25%% ของ{innodb_buffer_pool_size} " -"อย่างไรก็ตามค่าเหล่านี้จะได้รับการกู้คืนเมื่อระบบฐานข้อมูลมีปัญหา โดยไม่ควรตั้งค่าสูงกว่า 256 " -"เมกะไบต์ และอย่างไรก็ดีโปรดทราบไว้ว่าคุณไม่เพียงแค่เปลี่ยนแปลงค่าเหล่านี้ได้ " -"แต่คุณจำเป็นต้องปิดระบบเซิร์ฟเวอร์แล้วทำการเอาไฟล์บันทึกของInnoDB ออก และตั้งค่าใหม่ในไฟล์ my." -"cnf แล้วเริ่มต้นเซิร์ฟเวอร์อีกครั้ง เพื่อตรวจสอบไฟล์บันทึกข้อผิดพลาด " -"หากทุกอย่างดำเนินการไปได้ด้วยดี ดู รายการบล็อก นี้ได้" +"โดยเฉพาะอย่างยิ่ง ในระบบที่มีจำนวนมากได้เขียนไปยังตารางของ InnoDB " +"คุณควรตั้งค่า {innodb_log_file_size} เป็น 25%% ของ{innodb_buffer_pool_size} " +"อย่างไรก็ตามค่าเหล่านี้จะได้รับการกู้คืนเมื่อระบบฐานข้อมูลมีปัญหา " +"โดยไม่ควรตั้งค่าสูงกว่า 256 เมกะไบต์ " +"และอย่างไรก็ดีโปรดทราบไว้ว่าคุณไม่เพียงแค่เปลี่ยนแปลงค่าเหล่านี้ได้ " +"แต่คุณจำเป็นต้องปิดระบบเซิร์ฟเวอร์แล้วทำการเอาไฟล์บันทึกของInnoDB ออก " +"และตั้งค่าใหม่ในไฟล์ my.cnf แล้วเริ่มต้นเซิร์ฟเวอร์อีกครั้ง " +"เพื่อตรวจสอบไฟล์บันทึกข้อผิดพลาด หากทุกอย่างดำเนินการไปได้ด้วยดี ดู รายการบล็อก นี้ได้" #: libraries/advisory_rules.txt:441 #, php-format @@ -13791,14 +13802,16 @@ msgid "" "innodb_buffer_pool_size/\">this article" msgstr "" "บัฟเฟอร์ของ InnoDB มีผลกระทบอย่างยิ่งในการปฏิบัติงานสำหรับตารางของ InnoDB " -"กำหนดการจำส่วนที่เหลือทั้งหมดของคุณกับบัฟเฟอร์นี้ สำหรับเซิร์ฟเวอร์ฐานข้อมูลที่ใช้ InnoDB " -"แต่เพียงผู้เดียวเป็นการเก็บโปรแกรม และมีไม่มีบริการอื่น ๆ (เช่นเว็บเซิร์ฟเวอร์) ทำงานอยู่ " -"คุณอาจตั้งค่านี้ได้สูงถึง 80%% ของหน่วยความจำของคุณพร้อมใช้งานได้ ถ้าไม่ใช่กรณี " -"คุณจำเป็นต้องประเมินปริมาณการใช้หน่วยความจำของบริการและ non-InnoDB-Tables อื่นๆ " -"ของคุณอย่างระมัดระวัง และตั้งค่าตัวแปรนี้ตามลำดับ หากตั้งสูงเกินไป ระบบของคุณจะเริ่มต้นการเปลี่ยน " -"ซึ่งลดประสิทธิภาพการทำงานอย่างมาก ดูเพิ่มเติมบทความนี้" +"กำหนดการจำส่วนที่เหลือทั้งหมดของคุณกับบัฟเฟอร์นี้ " +"สำหรับเซิร์ฟเวอร์ฐานข้อมูลที่ใช้ InnoDB แต่เพียงผู้เดียวเป็นการเก็บโปรแกรม " +"และมีไม่มีบริการอื่น ๆ (เช่นเว็บเซิร์ฟเวอร์) ทำงานอยู่ " +"คุณอาจตั้งค่านี้ได้สูงถึง 80%% ของหน่วยความจำของคุณพร้อมใช้งานได้ " +"ถ้าไม่ใช่กรณี คุณจำเป็นต้องประเมินปริมาณการใช้หน่วยความจำของบริการและ non-" +"InnoDB-Tables อื่นๆ ของคุณอย่างระมัดระวัง และตั้งค่าตัวแปรนี้ตามลำดับ " +"หากตั้งสูงเกินไป ระบบของคุณจะเริ่มต้นการเปลี่ยน " +"ซึ่งลดประสิทธิภาพการทำงานอย่างมาก ดูเพิ่มเติมบทความนี้" #: libraries/advisory_rules.txt:455 #, php-format @@ -13808,8 +13821,9 @@ msgid "" "perfectly adequate for your system if you don't have much InnoDB tables or " "other services running on the same machine." msgstr "" -"คุณกำลังใช้ %s%% ของหน่วยความจำของคุณสำหรับการบัฟเฟอร์ InnoDB ถ้าคุณกำลังกำหนดน้อยกว่า 60%" -"% อย่างไรก็ตาม ที่นี้อาจไม่สมบูรณ์เพียงพอสำหรับระบบของคุณ ถ้าคุณไม่มีตาราง InnoDB " +"คุณกำลังใช้ %s%% ของหน่วยความจำของคุณสำหรับการบัฟเฟอร์ InnoDB " +"ถ้าคุณกำลังกำหนดน้อยกว่า 60%% อย่างไรก็ตาม " +"ที่นี้อาจไม่สมบูรณ์เพียงพอสำหรับระบบของคุณ ถ้าคุณไม่มีตาราง InnoDB " "มากหรือบริการอื่นๆ ที่ทำงานบนเครื่องเดียวกัน" #: libraries/advisory_rules.txt:459 @@ -13865,10 +13879,9 @@ msgstr "concurrent_insert ตั้งค่าไว้ที่ 0" #~ msgid "And" #~ msgstr "และ" -#, fuzzy #~| msgid "Number of rows per page" #~ msgid "Number of rows" -#~ msgstr "ระเบียนต่อหน้า" +#~ msgstr "จำนวนแถว" #, fuzzy #~| msgid "Fields enclosed by" From 773ec26f92fe05fa9ea82977e666914cc79aebef Mon Sep 17 00:00:00 2001 From: Thanapon Namjittrong Date: Tue, 28 May 2013 09:37:29 +0200 Subject: [PATCH 10/82] Translated using Weblate (Thai) Currently translated at 35.4% (920 of 2602) --- po/th.po | 590 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 300 insertions(+), 290 deletions(-) diff --git a/po/th.po b/po/th.po index c941dbaad8..9b1d3c27ca 100644 --- a/po/th.po +++ b/po/th.po @@ -35,7 +35,8 @@ msgid "" "parent window, or your browser's security settings are configured to block " "cross-window updates." msgstr "" -"ไม่สามารถเปลี่ยนแปลงข้อมูลของหน้าต่างเป้าหมายได้ อาจเป็นเพราะว่าคุณปิดหน้าต่างหลัก " +"ไม่สามารถเปลี่ยนแปลงข้อมูลของหน้าต่างเป้าหมายได้ " +"อาจเป็นเพราะว่าคุณปิดหน้าต่างหลัก " "หรือสาเหตุจากการตั้งค่าความปลอดภัยให้ป้องกันการเปลี่ยนแปลงข้อมูลข้ามหน้าต่าง" #: browse_foreigners.php:166 libraries/Menu.class.php:263 @@ -80,7 +81,7 @@ msgstr "ค้นหา" #: tbl_indexes.php:352 tbl_tracking.php:520 tbl_tracking.php:683 #: view_create.php:224 view_operations.php:98 msgid "Go" -msgstr "ลงมือ" +msgstr "ไป" #: browse_foreigners.php:181 browse_foreigners.php:185 #: libraries/Index.class.php:561 tbl_tracking.php:381 @@ -303,7 +304,9 @@ msgstr "คัดลอกฐานข้อมูล %1$s ไปเก็บใ msgid "" "The phpMyAdmin configuration storage has been deactivated. To find out why " "click %shere%s." -msgstr "การจัดเก็บการตั้งค่าของ phpMyAdmin ได้ถูกระงับเอาไว้ คลิก %shere%s เพื่อหาสาเหตุ" +msgstr "" +"การจัดเก็บการตั้งค่าของ phpMyAdmin ได้ถูกระงับเอาไว้ คลิก %shere%s " +"เพื่อหาสาเหตุ" #: db_printview.php:99 db_tracking.php:79 db_tracking.php:198 #: libraries/Menu.class.php:190 libraries/config/messages.inc.php:508 @@ -503,7 +506,9 @@ msgstr "พื้นที่ไม่เพียงพอที่จะบั #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." -msgstr "ให้เปลี่ยนชื่อไฟล์ หรือเลือกแบบเขียนทับไฟล์เดิม เพราะมีไฟล์ %s อยู่ในเซิร์ฟเวอร์อยู่แล้ว" +msgstr "" +"ให้เปลี่ยนชื่อไฟล์ หรือเลือกแบบเขียนทับไฟล์เดิม เพราะมีไฟล์ %s " +"อยู่ในเซิร์ฟเวอร์อยู่แล้ว" #: export.php:510 export.php:516 #, php-format @@ -610,8 +615,8 @@ msgid "" "You probably tried to upload a file that is too large. Please refer to %" "sdocumentation%s for a workaround for this limit." msgstr "" -"คุณพยายามที่จะอัพโหลดไฟล์ที่มีขนาดใหญ่เกินไป กรุณาดูที่ %sdocumentation%s เอกสารช่วยเหลือ " -"เพื่อแก้ไขปัญหาดังกล่าวนี้" +"คุณพยายามที่จะอัพโหลดไฟล์ที่มีขนาดใหญ่เกินไป กรุณาดูที่ %sdocumentation%s " +"เอกสารช่วยเหลือ เพื่อแก้ไขปัญหาดังกล่าวนี้" #: import.php:250 import.php:516 msgid "Showing bookmark" @@ -633,8 +638,8 @@ msgid "" "You attempted to load file with unsupported compression (%s). Either support " "for it is not implemented or disabled by your configuration." msgstr "" -"คุณพยายามที่จะโหลดไฟล์ที่ไม่สนับสนุนระบบการบีบอัดไฟล์ข้อมูล (%s) กรุณากำหนดค่าอย่างไรอย่างหนึ่ง " -"หรือปิดการตั้งค่าของคุณ" +"คุณพยายามที่จะโหลดไฟล์ที่ไม่สนับสนุนระบบการบีบอัดไฟล์ข้อมูล (%s) " +"กรุณากำหนดค่าอย่างไรอย่างหนึ่ง หรือปิดการตั้งค่าของคุณ" #: import.php:427 msgid "" @@ -642,8 +647,9 @@ msgid "" "file size exceeded the maximum size permitted by your PHP configuration. See " "[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" -"ไม่มีข้อมูลสำหรับการนำเข้า อาจจะไม่ได้ใส่ชื่อไฟล์ หรือขนาดไฟล์เกินขนาดสูงสุดที่ระบบตั้งไว้ " -"กรุณาแก้ไขไฟล์ตั้งค่าของ PHP ดูเอกสารเพิ่มเติมได้ที่ [doc@faq1-16]FAQ 1.16[/doc]" +"ไม่มีข้อมูลสำหรับการนำเข้า อาจจะไม่ได้ใส่ชื่อไฟล์ " +"หรือขนาดไฟล์เกินขนาดสูงสุดที่ระบบตั้งไว้ กรุณาแก้ไขไฟล์ตั้งค่าของ PHP " +"ดูเอกสารเพิ่มเติมได้ที่ [doc@faq1-16]FAQ 1.16[/doc]" #: import.php:447 msgid "" @@ -675,8 +681,8 @@ msgid "" "However on last run no data has been parsed, this usually means phpMyAdmin " "won't be able to finish this import unless you increase php time limits." msgstr "" -"ชุดข้อมูลที่นำเข้าล่าสุดไม่ได้สามารถนำเข้าได้ หมายความว่า phpMyAdmin ไม่สามารถนำเข้าได้ทัน " -"ตามเวลารันสูงสุดที่กำหนดใน PHP" +"ชุดข้อมูลที่นำเข้าล่าสุดไม่ได้สามารถนำเข้าได้ หมายความว่า phpMyAdmin " +"ไม่สามารถนำเข้าได้ทัน ตามเวลารันสูงสุดที่กำหนดใน PHP" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1424 @@ -701,7 +707,7 @@ msgstr "เปลี่ยนรหัสผ่าน" #: index.php:156 msgid "Server connection collation" -msgstr "เปรียบเทียบการเชื่อมต่อเซิร์ฟเวอร์" +msgstr "ตรวจทานการเชื่อมต่อเซิร์ฟเวอร์" #: index.php:182 msgid "Appearance Settings" @@ -772,11 +778,11 @@ msgstr "ข้อมูลเวอร์ชัน" #: libraries/navigation/NavigationHeader.class.php:229 #: libraries/relation.lib.php:90 server_variables.php:137 msgid "Documentation" -msgstr "เอกสารอ้างอิง" +msgstr "เอกสารประกอบ" #: index.php:339 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" -msgstr "" +msgstr "วิกิ" #: index.php:348 msgid "Official Homepage" @@ -789,7 +795,7 @@ msgstr "ร่วมสร้างสรรค์" #: index.php:362 msgid "Get support" -msgstr "ขอรับการสนับสนุน" +msgstr "รับการสนับสนุน" #: index.php:369 #, fuzzy @@ -805,8 +811,9 @@ msgid "" "this security hole by setting a password for user 'root'." msgstr "" "จากไฟล์เก็บค่ากำหนดของคุณ คุณไม่ได้ตั้งรหัสผ่านสำหรับ root " -"ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ " -"คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย" +"ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL " +"ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ คุณควรจะแก้ไขรูรั่วอันนี้ทันที " +"เพื่อความปลอดภัย" #: index.php:403 msgid "" @@ -814,8 +821,8 @@ msgid "" "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -"คุณได้เปิดใช้งาน mbstring.func_overload ในการกำหนดค่าของ PHP ตัวเลือกนี้ไม่เข้ากันกับ " -"phpMyAdmin และอาจทำให้ข้อมูลบางอย่างจะเสียหายได้" +"คุณได้เปิดใช้งาน mbstring.func_overload ในการกำหนดค่าของ PHP " +"ตัวเลือกนี้ไม่เข้ากันกับ phpMyAdmin และอาจทำให้ข้อมูลบางอย่างจะเสียหายได้" #: index.php:414 msgid "" @@ -823,8 +830,9 @@ msgid "" "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -"ไม่พบส่วนขยาย mbstring ของ PHP และดูเหมือนคุณต้องใช้ชุดอักขระโดยไม่มีส่วนขยาย mbstring " -"ของ phpMyAdmin ซึ่งไม่สามารถแยกอักขระได้อย่างถูกต้อง และอาจทำให้ผลลัพธ์ที่ไม่คาดคิดได้" +"ไม่พบส่วนขยาย mbstring ของ PHP " +"และดูเหมือนคุณต้องใช้ชุดอักขระโดยไม่มีส่วนขยาย mbstring ของ phpMyAdmin " +"ซึ่งไม่สามารถแยกอักขระได้อย่างถูกต้อง และอาจทำให้ผลลัพธ์ที่ไม่คาดคิดได้" #: index.php:425 msgid "" @@ -1181,7 +1189,7 @@ msgstr "การจราจร" #: js/messages.php:120 libraries/Menu.class.php:482 #: server_status_monitor.php:475 msgid "Settings" -msgstr "การตั้งค่า" +msgstr "ตั้งค่า" #: js/messages.php:121 msgid "Remove chart" @@ -1248,8 +1256,9 @@ msgid "" "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " "depending on your system." msgstr "" -"slow_query_log ถูกเปิดไว้ แต่ประวัติคำสั่งของเครื่องแม่ข่ายใช้เวลานานกว่า %d วินาที " -"ขอแนะนำให้ตั้งค่า long_query_time ไว้ที่ 0-2 วินาที โดยขึ้นอยู่กับระบบของท่าน" +"slow_query_log ถูกเปิดไว้ แต่ประวัติคำสั่งของเครื่องแม่ข่ายใช้เวลานานกว่า %d " +"วินาที ขอแนะนำให้ตั้งค่า long_query_time ไว้ที่ 0-2 วินาที " +"โดยขึ้นอยู่กับระบบของท่าน" #: js/messages.php:137 #, php-format @@ -1260,7 +1269,8 @@ msgstr "long_query_time ถูกตั้งไว้ที่ %d วินา msgid "" "Following settings will be applied globally and reset to default on server " "restart:" -msgstr "การตั้งค่านี้ถูกนำไปใช้ทั้งหมด และจะคืนค่ากลับเมื่อเริ่มเครื่องใหม่อีกครั้ง" +msgstr "" +"การตั้งค่านี้ถูกนำไปใช้ทั้งหมด และจะคืนค่ากลับเมื่อเริ่มเครื่องใหม่อีกครั้ง" #. l10n: %s is FILE or TABLE #: js/messages.php:140 @@ -1278,7 +1288,7 @@ msgstr "เปิดใช้ %s" #: js/messages.php:144 #, php-format msgid "Disable %s" -msgstr "ปิดการใช้ %s" +msgstr "ปิดใช้งาน %s" #. l10n: %d seconds #: js/messages.php:146 @@ -1290,7 +1300,9 @@ msgstr "ตั้ง long_query_time เป็น %ds" msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." -msgstr "คุณไม่สามารถเปลี่ยนแปลงค่านี้ได้ กรุณาเข้าใช้งานเป็น root หรือติดต่อผู้ดูแลระบบ" +msgstr "" +"คุณไม่สามารถเปลี่ยนแปลงค่านี้ได้ กรุณาเข้าใช้งานเป็น root " +"หรือติดต่อผู้ดูแลระบบ" #: js/messages.php:148 msgid "Change settings" @@ -1344,8 +1356,9 @@ msgid "" "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -"สดมส์นี้แสดงจำนวนคำสั่งที่ถูกจัดกลุ่มเดียวกัน อย่างไรก็ดีการจัดกลุ่มจัดเพียงคำสั่ง แต่เวลาเริ่ม " -"หรือข้อมูลบางอย่าง อาจแตกต่างกัน" +"สดมส์นี้แสดงจำนวนคำสั่งที่ถูกจัดกลุ่มเดียวกัน " +"อย่างไรก็ดีการจัดกลุ่มจัดเพียงคำสั่ง แต่เวลาเริ่ม หรือข้อมูลบางอย่าง " +"อาจแตกต่างกัน" #: js/messages.php:163 msgid "" @@ -1353,7 +1366,8 @@ msgid "" "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -"จากที่กลุ่มคำสั่ง เพิ่มข้อมูล ถูกเลือกหลายอันพร้อมๆกัน คำลังที่เพิ่มข้อมูลไปในตารางเดียวกัน " +"จากที่กลุ่มคำสั่ง เพิ่มข้อมูล ถูกเลือกหลายอันพร้อมๆกัน " +"คำลังที่เพิ่มข้อมูลไปในตารางเดียวกัน " "จะถูกจับกลุ่มรวมกันโดยไม่สนเรื่องข้อมูลที่จะถูกเพิ่มเข้าไป" #: js/messages.php:164 @@ -1472,7 +1486,8 @@ msgstr "การ parsing ไฟล์ตั้งค่าล้มเหลว msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -"การสร้างตารางแสดงผลล้มเหลว เป็นเพราะการตั้งค่า โปรดล้างค่ากลับไปเป็นการตั้งค่าแบบเริ่มแรก…" +"การสร้างตารางแสดงผลล้มเหลว เป็นเพราะการตั้งค่า " +"โปรดล้างค่ากลับไปเป็นการตั้งค่าแบบเริ่มแรก…" #: js/messages.php:199 libraries/Menu.class.php:288 #: libraries/Menu.class.php:371 libraries/Menu.class.php:478 @@ -1536,7 +1551,7 @@ msgstr "ยกเลิก" #: js/messages.php:222 libraries/navigation/NavigationHeader.class.php:54 #: server_status_monitor.php:568 msgid "Loading" -msgstr "กำลังเรียกดูข้อมูล" +msgstr "กำลังโหลด" #: js/messages.php:223 msgid "Processing Request" @@ -1549,7 +1564,7 @@ msgstr "การประมวลผลผิดพลาด" #: js/messages.php:225 #, php-format msgid "Error code: %s" -msgstr "รหัสข้อผิดพลาด : %s" +msgstr "รหัสข้อผิดพลาด: %s" #: js/messages.php:226 #, php-format @@ -1559,7 +1574,7 @@ msgstr "ข้อความข้อผิดพลาด: %s" #: js/messages.php:227 libraries/db_common.inc.php:58 #: libraries/db_table_exists.lib.php:28 server_databases.php:89 msgid "No databases selected." -msgstr "ยังไม่ได้เลือกฐานข้อมูล." +msgstr "ไม่มีฐานข้อมูลที่ถูกเลือก" #: js/messages.php:228 msgid "Dropping Column" @@ -1613,7 +1628,7 @@ msgstr "แสดงดัชนี" #: js/messages.php:246 libraries/mult_submits.inc.php:329 msgid "Foreign key check:" -msgstr "" +msgstr "ตรวจสอบคีย์ต่างประเทศ:" #: js/messages.php:247 libraries/mult_submits.inc.php:333 msgid "(Enabled)" @@ -1799,7 +1814,8 @@ msgstr "เลือกฟิลด์ที่ต้องการแสดง msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" -msgstr "คุณยังไม่ได้บันทึกเลย์เอาท์ที่คุณเลือก ที่ทำไว้จะหายไป ต้องการบันทึกหรือไม่?" +msgstr "" +"คุณยังไม่ได้บันทึกเลย์เอาท์ที่คุณเลือก ที่ทำไว้จะหายไป ต้องการบันทึกหรือไม่?" #: js/messages.php:333 msgid "Add an option for column " @@ -1818,7 +1834,9 @@ msgstr "กด escape เพื่อยกเลิกการแก้ไข" msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" -msgstr "คุณได้ทำการแก้ไขข้อมูลบางอย่าง แต่ยังไม่ได้บันทึก คุณแน่ใจว่าจะออกจากหน้านี้โดยยังไม่บันทึก?" +msgstr "" +"คุณได้ทำการแก้ไขข้อมูลบางอย่าง แต่ยังไม่ได้บันทึก " +"คุณแน่ใจว่าจะออกจากหน้านี้โดยยังไม่บันทึก?" #: js/messages.php:339 msgid "Drag to reorder" @@ -1834,7 +1852,7 @@ msgstr "กดเพื่อมาร์ก หรือยกเลิกก #: js/messages.php:342 msgid "Double-click to copy column name" -msgstr "คลิกสองครั้งเพื่อคัดลอกชื่อคอลัมน์" +msgstr "ดับเบิลคลิกเพื่อคัดลอกชื่อคอลัมน์" #: js/messages.php:343 msgid "Click the drop-down arrow
to toggle column's visibility" @@ -1845,7 +1863,8 @@ msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -"ตารางนี้ไม่มีสดมภ์ไหนที่เก็บค่าที่แตกต่างกันเสมอ การแก้ไขหรือเพิ่มผ่านตารางจะไม่สามารถบันทึกได้" +"ตารางนี้ไม่มีสดมภ์ไหนที่เก็บค่าที่แตกต่างกันเสมอ " +"การแก้ไขหรือเพิ่มผ่านตารางจะไม่สามารถบันทึกได้" #: js/messages.php:350 #, fuzzy @@ -1886,7 +1905,7 @@ msgstr "สร้างรหัสอัตโนมัติ" #: js/messages.php:365 libraries/replication_gui.lib.php:389 msgid "Generate" -msgstr "สร้างอัตโนมัติ" +msgstr "สร้าง" #: js/messages.php:366 msgid "Change Password" @@ -1897,16 +1916,14 @@ msgid "More" msgstr "เพิ่มเติม" #: js/messages.php:372 -#, fuzzy #| msgid "Show all" msgid "Show Panel" -msgstr "แสดงทั้งหมด" +msgstr "แสดงแผง" #: js/messages.php:373 -#, fuzzy #| msgid "Hide indexes" msgid "Hide Panel" -msgstr "ซ่อนดัชนี" +msgstr "ซ่อนแผง" #: js/messages.php:376 #| msgid "The selected user was not found in the privilege table." @@ -1920,7 +1937,8 @@ msgstr "" msgid "" "A newer version of phpMyAdmin is available and you should consider " "upgrading. The newest version is %s, released on %s." -msgstr "phpMyAdmin มีรุ่นใหม่แล้ว กรุณาพิจารณาอัพเกรดเป็นรุ่นใหม่ %s โดยออกเมื่อ %s" +msgstr "" +"phpMyAdmin มีรุ่นใหม่แล้ว กรุณาพิจารณาอัพเกรดเป็นรุ่นใหม่ %s โดยออกเมื่อ %s" #. l10n: Latest available phpMyAdmin version #: js/messages.php:381 @@ -2093,7 +2111,7 @@ msgstr "วันเสาร์" #| msgctxt "Short week day name" #| msgid "Sun" msgid "Sun" -msgstr "อา." +msgstr "อ." #. l10n: Short week day name #: js/messages.php:478 libraries/Util.class.php:1700 @@ -2422,7 +2440,7 @@ msgstr "ในคอลัมน์:" #: libraries/DisplayResults.class.php:698 msgid "Save edited data" -msgstr "" +msgstr "บันทึกข้อมูลที่แก้ไข" #: libraries/DisplayResults.class.php:704 #, fuzzy @@ -2432,11 +2450,10 @@ msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" #: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2552 #: libraries/Util.class.php:2556 -#, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" -msgstr "จุดเริ่มต้น" +msgstr "เริ่มต้น" #: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2554 #: libraries/Util.class.php:2557 server_binlog.php:141 server_binlog.php:143 @@ -2448,37 +2465,32 @@ msgstr "ก่อนหน้า" #: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2589 #: libraries/Util.class.php:2592 server_binlog.php:174 server_binlog.php:176 -#, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" -msgstr "ต่อไป" +msgstr "ถัดไป" #: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2590 #: libraries/Util.class.php:2593 -#, fuzzy #| msgid "End" msgctxt "Last page" msgid "End" -msgstr "ท้ายสุด" +msgstr "สุดท้าย" #: libraries/DisplayResults.class.php:904 tbl_chart.php:241 -#, fuzzy #| msgid "Start" msgid "Start row" -msgstr "ส." +msgstr "แถวเริ่มต้น" #: libraries/DisplayResults.class.php:908 tbl_chart.php:245 -#, fuzzy #| msgid "Number of rows per page" msgid "Number of rows" -msgstr "ระเบียนต่อหน้า" +msgstr "จำนวนแถว" #: libraries/DisplayResults.class.php:917 -#, fuzzy #| msgid "Mon" msgid "Mode" -msgstr "จ." +msgstr "โหมด" #: libraries/DisplayResults.class.php:919 msgid "horizontal" @@ -2525,9 +2537,8 @@ msgstr "เรียงโดยคีย์" #: libraries/plugins/import/ImportSql.class.php:50 #: libraries/plugins/import/ImportXml.class.php:57 #: libraries/rte/rte_routines.lib.php:970 libraries/structure.lib.php:1693 -#, fuzzy msgid "Options" -msgstr "กระบวนการ" +msgstr "ตัวเลือก" #: libraries/DisplayResults.class.php:1584 #: libraries/DisplayResults.class.php:1690 @@ -2556,11 +2567,11 @@ msgstr "รีเลชันแนล สกีมา" #: libraries/DisplayResults.class.php:1612 msgid "Show binary contents" -msgstr "" +msgstr "แสดงเนื้อหาไบนารี" #: libraries/DisplayResults.class.php:1617 msgid "Show BLOB contents" -msgstr "" +msgstr "แสดงเนื้อหา BLOB" #: libraries/DisplayResults.class.php:1622 #: libraries/config/messages.inc.php:57 @@ -2574,11 +2585,11 @@ msgstr "การแปลงที่เรียกใช้ได้" #: libraries/DisplayResults.class.php:1642 msgid "Well Known Text" -msgstr "" +msgstr "ข้อความที่รู้จักกันดี" #: libraries/DisplayResults.class.php:1643 msgid "Well Known Binary" -msgstr "" +msgstr "ไบนารีที่รู้จักกันดี" #: libraries/DisplayResults.class.php:3359 #: libraries/DisplayResults.class.php:3375 @@ -2603,7 +2614,9 @@ msgstr "ในคำค้น" msgid "" "This view has at least this number of rows. Please refer to %sdocumentation%" "s." -msgstr "การแสดงผลนี้ จะแสดงเพียงจำนวนข้อมูลนี้เท่านั้น ดูข้อมูลเพิ่มเติมได้ที่ %sdocumentation%s" +msgstr "" +"การแสดงผลนี้ จะแสดงเพียงจำนวนข้อมูลนี้เท่านั้น ดูข้อมูลเพิ่มเติมได้ที่ %" +"sdocumentation%s" #: libraries/DisplayResults.class.php:4923 msgid "Showing rows" @@ -2653,7 +2666,7 @@ msgstr "ส่งออก" #: libraries/DisplayResults.class.php:5163 msgid "Query results operations" -msgstr "" +msgstr "การดำเนินงานผลแบบสอบถาม" #: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:334 #: libraries/structure.lib.php:299 libraries/structure.lib.php:362 @@ -2663,7 +2676,7 @@ msgstr "แสดง" #: libraries/DisplayResults.class.php:5205 msgid "Print view (with full texts)" -msgstr "" +msgstr "มุมมองเหมือนพิมพ์ (ข้อความแบบเต็ม)" #: libraries/DisplayResults.class.php:5276 tbl_chart.php:151 #, fuzzy @@ -2673,7 +2686,7 @@ msgstr "แสดงสกีมาของ PDF" #: libraries/DisplayResults.class.php:5301 msgid "Visualize GIS data" -msgstr "" +msgstr "แสดงภาพของข้อมูล GIS" #: libraries/DisplayResults.class.php:5333 view_create.php:151 #, fuzzy @@ -2789,7 +2802,7 @@ msgstr "เอกเทศ" #: libraries/tbl_columns_definition_form.inc.php:842 server_collations.php:38 #: server_collations.php:50 tbl_tracking.php:325 tbl_tracking.php:387 msgid "Collation" -msgstr "การเรียงลำดับ" +msgstr "การตรวจทาน" #: libraries/Index.class.php:570 libraries/rte/rte_events.lib.php:529 #: libraries/rte/rte_routines.lib.php:1068 tbl_tracking.php:329 @@ -2856,7 +2869,7 @@ msgstr "กระบวนการ" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 #: libraries/relation.lib.php:238 msgid "Tracking" -msgstr "" +msgstr "การติดตาม" #: libraries/Menu.class.php:305 libraries/Menu.class.php:403 #: libraries/navigation/Nodes/Node_Trigger_Container.class.php:26 @@ -2867,12 +2880,12 @@ msgstr "" #: libraries/plugins/export/ExportXml.class.php:121 #: libraries/rte/rte_words.lib.php:41 msgid "Triggers" -msgstr "" +msgstr "ทริกเกอร์" #: libraries/Menu.class.php:352 libraries/Menu.class.php:359 #: libraries/Menu.class.php:366 msgid "Database seems to be empty!" -msgstr "" +msgstr "ดูเหมือนว่าฐานข้อมูลจะว่างเปล่า!" #: libraries/Menu.class.php:355 msgid "Query" @@ -2893,11 +2906,11 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:810 #: libraries/rte/rte_words.lib.php:53 msgid "Events" -msgstr "" +msgstr "เหตุการณ์" #: libraries/Menu.class.php:415 libraries/relation.lib.php:205 msgid "Designer" -msgstr "" +msgstr "ผู้ออกแบบ" #: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2855 server_databases.php:138 @@ -2933,11 +2946,11 @@ msgstr "ชุดตัวอักษร" #: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 msgid "Plugins" -msgstr "" +msgstr "ปลั๊กอิน" #: libraries/Menu.class.php:515 msgid "Engines" -msgstr "" +msgstr "เครื่องมือ" #: libraries/Message.class.php:199 libraries/Util.class.php:664 #: libraries/core.lib.php:232 libraries/import.lib.php:171 @@ -2987,7 +3000,7 @@ msgstr "คำค้น SQL" #: libraries/ServerStatusData.class.php:184 msgid "Handler" -msgstr "" +msgstr "ตัวจัดการ" #: libraries/ServerStatusData.class.php:185 #, fuzzy @@ -2996,11 +3009,11 @@ msgstr "ชนิดคำค้น" #: libraries/ServerStatusData.class.php:186 msgid "Threads" -msgstr "" +msgstr "บทสนทนา" #: libraries/ServerStatusData.class.php:188 msgid "Temporary data" -msgstr "" +msgstr "ข้อมูลชั่วคราว" #: libraries/ServerStatusData.class.php:189 #, fuzzy @@ -3009,15 +3022,15 @@ msgstr "แทรกหลายระเบียนในคราวเดี #: libraries/ServerStatusData.class.php:190 msgid "Key cache" -msgstr "" +msgstr "แคชคีย์" #: libraries/ServerStatusData.class.php:191 msgid "Joins" -msgstr "" +msgstr "เข้าร่วม" #: libraries/ServerStatusData.class.php:193 msgid "Sorting" -msgstr "" +msgstr "การเรียงลำดับ" #: libraries/ServerStatusData.class.php:194 #: libraries/build_html_for_db.lib.php:26 @@ -3047,15 +3060,15 @@ msgstr "แสดงตาราง" #: libraries/ServerStatusData.class.php:214 msgid "Show slave hosts" -msgstr "" +msgstr "แสดงโฮสต์ทาส" #: libraries/ServerStatusData.class.php:218 server_replication.php:170 msgid "Show master status" -msgstr "" +msgstr "แสดงสถานะมาสเตอร์" #: libraries/ServerStatusData.class.php:221 msgid "Show slave status" -msgstr "" +msgstr "แสดงสถานะทาส" #: libraries/ServerStatusData.class.php:226 msgid "Flush query cache" @@ -3076,11 +3089,11 @@ msgstr "" #: libraries/ServerStatusData.class.php:351 msgid "Monitor" -msgstr "" +msgstr "ตรวจสอบ" #: libraries/ServerStatusData.class.php:355 msgid "Advisor" -msgstr "" +msgstr "ที่ปรึกษา" #: libraries/StorageEngine.class.php:216 msgid "" @@ -3150,8 +3163,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"มีปัญหาในการล้างข้อมูลการตั้งค่าตาราง UL (ดูได้ที่ $cfg['Servers'][$i]" -"['MaxTableUiprefs'] %s)" +"มีปัญหาในการล้างข้อมูลการตั้งค่าตาราง UL (ดูได้ที่ " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1602 #, fuzzy, php-format @@ -3247,7 +3260,7 @@ msgstr "" #: libraries/TableSearch.class.php:1176 msgid "How to use" -msgstr "" +msgstr "วิธีการใช้" #: libraries/TableSearch.class.php:1181 #, fuzzy @@ -3266,7 +3279,7 @@ msgstr "ไม่สามารถแสดงตัวอย่างได้ #: libraries/Theme.class.php:461 msgid "take it" -msgstr "ลงมือ" +msgstr "ใช้ชุดรูปแบบนี้" #: libraries/Theme_Manager.class.php:137 #, php-format @@ -3285,7 +3298,7 @@ msgstr "เส้นทางของชุดรูปแบบ %s ไม #: libraries/Theme_Manager.class.php:363 themes.php:16 themes.php:21 msgid "Theme" -msgstr "ชุดรูปแบบ" +msgstr "ชุดรูปแบบ" #: libraries/Types.class.php:296 msgid "" @@ -3495,7 +3508,7 @@ msgstr "เพิ่มรูปหลายเหลี่ยม" #: libraries/Types.class.php:366 msgid "A collection of points" -msgstr "" +msgstr "คอลเลคชั่นของพอยต์" #: libraries/Types.class.php:368 msgid "A collection of curves with linear interpolation between points" @@ -3503,16 +3516,16 @@ msgstr "" #: libraries/Types.class.php:370 msgid "A collection of polygons" -msgstr "" +msgstr "คอลเลคชั่นของรูปหลายเหลี่ยม" #: libraries/Types.class.php:372 msgid "A collection of geometry objects of any type" -msgstr "" +msgstr "คอลเลคชั่นของวัตถุรูปทรงเรขาคณิตประเภทใดๆ" #: libraries/Types.class.php:624 libraries/Types.class.php:974 msgctxt "numeric types" msgid "Numeric" -msgstr "" +msgstr "ตัวเลข" #: libraries/Types.class.php:643 libraries/Types.class.php:977 #, fuzzy @@ -3551,7 +3564,7 @@ msgstr "" #: libraries/Types.class.php:716 msgid "True or false" -msgstr "" +msgstr "จริงหรือเท็จ" #: libraries/Types.class.php:718 msgid "An alias for BIGINT NOT NULL AUTO_INCREMENT UNIQUE" @@ -3597,7 +3610,7 @@ msgstr "MySQL แสดง: " #: libraries/Util.class.php:1171 msgid "Failed to connect to SQL validator!" -msgstr "" +msgstr "การเชื่อมต่อกับตัวตรวจสอบ SQL ล้มเหลว!" #: libraries/Util.class.php:1213 libraries/config/messages.inc.php:485 msgid "Explain SQL" @@ -3630,16 +3643,16 @@ msgstr "ตรวจสอบ SQL" #: libraries/Util.class.php:1365 msgid "Inline edit of this query" -msgstr "" +msgstr "แก้ไขอินไลน์ของแบบสอบถามนี้" #: libraries/Util.class.php:1367 msgctxt "Inline edit query" msgid "Inline" -msgstr "" +msgstr "อินไลน์" #: libraries/Util.class.php:1435 sql.php:1178 msgid "Profiling" -msgstr "" +msgstr "การทำแฟ้มประวัติ" #. l10n: Short week day name #: libraries/Util.class.php:1698 @@ -3676,12 +3689,12 @@ msgstr "" #: libraries/Util.class.php:2862 msgid "Click to toggle" -msgstr "" +msgstr "คลิกเพื่อสลับ" #: libraries/Util.class.php:3355 libraries/sql_query_form.lib.php:457 #: prefs_manage.php:242 msgid "Browse your computer:" -msgstr "" +msgstr "เรียกดูคอมพิวเตอร์ของคุณ:" #: libraries/Util.class.php:3380 #, fuzzy, php-format @@ -3705,7 +3718,7 @@ msgstr "ลบข้อมูล" #: libraries/Util.class.php:3451 libraries/Util.class.php:3452 msgid "Execute" -msgstr "" +msgstr "ดำเนินการ" #: libraries/Util.class.php:3983 msgid "Print" @@ -3740,7 +3753,7 @@ msgstr "ข้ามไปยังฐานข้อมูล" #: libraries/build_html_for_db.lib.php:142 msgid "Not replicated" -msgstr "" +msgstr "ไม่ซ้ำ" #: libraries/build_html_for_db.lib.php:153 msgid "Replicated" @@ -3802,7 +3815,7 @@ msgstr "" #: libraries/common.inc.php:1058 msgid "Error: Token mismatch" -msgstr "" +msgstr "เกิดข้อผิดพลาด: โทเค็นไม่ตรงกัน" #: libraries/common.inc.php:1102 msgid "GLOBALS overwrite attempt" @@ -3819,27 +3832,27 @@ msgstr "ตรวจพบคีย์ตัวเลข" #: libraries/config.values.php:51 libraries/config.values.php:58 #: libraries/config.values.php:66 msgid "Both" -msgstr "" +msgstr "ทั้งสอง" #: libraries/config.values.php:55 msgid "Nowhere" -msgstr "" +msgstr "ไม่ปรากฏที่ใด" #: libraries/config.values.php:56 msgid "Left" -msgstr "" +msgstr "ซ้าย" #: libraries/config.values.php:57 msgid "Right" -msgstr "" +msgstr "ขวา" #: libraries/config.values.php:69 msgid "Click" -msgstr "" +msgstr "คลิก" #: libraries/config.values.php:70 msgid "Double click" -msgstr "" +msgstr "ดับเบิลคลิก" #: libraries/config.values.php:71 libraries/config.values.php:102 #: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 @@ -3849,7 +3862,7 @@ msgstr "ระงับการใช้อยู่" #: libraries/config.values.php:100 msgid "Open" -msgstr "" +msgstr "เปิด" #: libraries/config.values.php:101 #, fuzzy @@ -3892,15 +3905,15 @@ msgstr "ทั้งโครงสร้างและข้อมูล" #: libraries/config.values.php:136 msgid "Quick - display only the minimal options to configure" -msgstr "" +msgstr "รวดเร็ว - แสดงเฉพาะตัวเลือกที่น้อยที่สุดในการกำหนดค่า" #: libraries/config.values.php:137 msgid "Custom - display all possible options to configure" -msgstr "" +msgstr "กำหนดเอง - แสดงตัวเลือกที่เป็นไปได้ทั้งหมดในการกำหนดค่า" #: libraries/config.values.php:138 msgid "Custom - like above, but without the quick/custom choice" -msgstr "" +msgstr "กำหนดเอง - เหมือนข้างต้น แต่ไม่มีทางเลือกที่รวดเร็ว/กำหนดเอง" #: libraries/config.values.php:166 #, fuzzy @@ -3920,7 +3933,7 @@ msgstr "ทั้งสองอย่าง" #: libraries/config.values.php:169 msgid "neither of the above" -msgstr "" +msgstr "ไม่ใช้ดังกล่าวข้างต้น" #: libraries/config/FormDisplay.class.php:88 #: libraries/config/validate.lib.php:526 @@ -3952,7 +3965,7 @@ msgstr "ค่าควรจะเท่ากับหรือน้อยก #: libraries/config/FormDisplay.class.php:541 #, php-format msgid "Missing data for %s" -msgstr "" +msgstr "ข้อมูลที่หายไปสำหรับ %s" #: libraries/config/FormDisplay.class.php:765 #: libraries/config/FormDisplay.class.php:771 @@ -3965,7 +3978,7 @@ msgstr "ตัวแปร" #: libraries/config/FormDisplay.class.php:773 #, php-format msgid "\"%s\" requires %s extension" -msgstr "" +msgstr "\"%s\" ต้องใช้ส่วนขยาย %s" #: libraries/config/FormDisplay.class.php:792 #, php-format @@ -3979,7 +3992,7 @@ msgstr "" #: libraries/config/FormDisplay.class.php:808 msgid "SQL Validator is disabled" -msgstr "" +msgstr "ตัวตรวจสอบ SQL ถูกปิดใช้งาน" #: libraries/config/FormDisplay.class.php:815 msgid "SOAP extension not found" @@ -3988,7 +4001,7 @@ msgstr "ไม่พบ SOAP" #: libraries/config/FormDisplay.class.php:825 #, php-format msgid "maximum %s" -msgstr "" +msgstr "สูงสุด %s" #: libraries/config/FormDisplay.tpl.php:221 msgid "This setting is disabled, it will not be applied to your configuration" @@ -3997,7 +4010,7 @@ msgstr "" #: libraries/config/FormDisplay.tpl.php:309 #, php-format msgid "Set value: %s" -msgstr "" +msgstr "ตั้งค่า: %s" #: libraries/config/FormDisplay.tpl.php:314 #: libraries/config/messages.inc.php:359 @@ -4012,7 +4025,7 @@ msgstr "อนุญาตให้ผู้ใช้แก้ไขค่าน #: libraries/schema/User_Schema.class.php:555 prefs_manage.php:320 #: prefs_manage.php:325 msgid "Reset" -msgstr "เริ่มใหม่" +msgstr "ตั้งค่าใหม่" #: libraries/config/messages.inc.php:17 msgid "" @@ -4035,15 +4048,15 @@ msgstr "" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" -msgstr "" +msgstr "ความลับปลาปักเป้า" #: libraries/config/messages.inc.php:22 msgid "Highlight selected rows" -msgstr "" +msgstr "ไฮไลท์แถวที่เลือก" #: libraries/config/messages.inc.php:23 msgid "Row marker" -msgstr "" +msgstr "เครื่องหมายแถว" #: libraries/config/messages.inc.php:24 msgid "Highlight row pointed by the mouse cursor" @@ -4051,13 +4064,15 @@ msgstr "" #: libraries/config/messages.inc.php:25 msgid "Highlight pointer" -msgstr "" +msgstr "ไฮไลท์ตัวชี้" #: libraries/config/messages.inc.php:26 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " "import and export operations" msgstr "" +"เปิดใช้งาน [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] " +"การบีบอัดสำหรับการดำเนินการนำเข้าและส่งออก" #: libraries/config/messages.inc.php:27 msgid "Bzip2" @@ -4072,7 +4087,7 @@ msgstr "" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" -msgstr "" +msgstr "แก้ไขคอลัมน์ CHAR" #: libraries/config/messages.inc.php:30 msgid "" @@ -4082,7 +4097,7 @@ msgstr "" #: libraries/config/messages.inc.php:31 msgid "Enable CodeMirror" -msgstr "" +msgstr "เปิดใช้งาน CodeMirror" #: libraries/config/messages.inc.php:32 msgid "" @@ -4114,7 +4129,7 @@ msgstr "" #: libraries/config/messages.inc.php:37 msgid "CHAR textarea columns" -msgstr "" +msgstr "คอลัมน์พื้นที่ข้อความ CHAR" #: libraries/config/messages.inc.php:38 msgid "Number of rows for CHAR/VARCHAR textareas" @@ -4122,11 +4137,11 @@ msgstr "" #: libraries/config/messages.inc.php:39 msgid "CHAR textarea rows" -msgstr "" +msgstr "แถวพื้นที่ข้อความ CHAR" #: libraries/config/messages.inc.php:40 msgid "Check config file permissions" -msgstr "" +msgstr "ตรวจสอบสิทธิ์ไฟล์ปรับแต่ง" #: libraries/config/messages.inc.php:41 msgid "" @@ -4141,7 +4156,7 @@ msgstr "" #: libraries/config/messages.inc.php:43 setup/frames/config.inc.php:25 #: setup/frames/index.inc.php:176 msgid "Configuration file" -msgstr "" +msgstr "ไฟล์กำหนดค่า" #: libraries/config/messages.inc.php:44 msgid "" @@ -4151,11 +4166,11 @@ msgstr "" #: libraries/config/messages.inc.php:45 msgid "Confirm DROP queries" -msgstr "" +msgstr "ยืนยันแบบสอบถาม DROP" #: libraries/config/messages.inc.php:46 msgid "Debug SQL" -msgstr "" +msgstr "แก้จุดบกพร่อง SQL" #: libraries/config/messages.inc.php:47 #, fuzzy @@ -4177,7 +4192,7 @@ msgstr "" #: libraries/config/messages.inc.php:51 msgid "Default server tab" -msgstr "" +msgstr "แท็บเซิร์ฟเวอร์เริ่มต้น" #: libraries/config/messages.inc.php:52 msgid "Tab that is displayed when entering a table" @@ -4185,7 +4200,7 @@ msgstr "" #: libraries/config/messages.inc.php:53 msgid "Default table tab" -msgstr "" +msgstr "แท็บตารางเริ่มต้น" #: libraries/config/messages.inc.php:54 msgid "Whether the table structure actions should be hidden" @@ -4207,7 +4222,7 @@ msgstr "" #: libraries/config/messages.inc.php:59 msgid "Display servers as a list" -msgstr "" +msgstr "แสดงเซิร์ฟเวอร์เป็นรายการ" #: libraries/config/messages.inc.php:60 msgid "" @@ -4227,7 +4242,7 @@ msgstr "" #: libraries/config/messages.inc.php:63 msgid "Edit in window" -msgstr "" +msgstr "แก้ไขในหน้าต่าง" #: libraries/config/messages.inc.php:64 #, fuzzy @@ -4237,7 +4252,7 @@ msgstr "ความสามารถด้านการแสดงผล" #: libraries/config/messages.inc.php:65 msgid "Gather errors" -msgstr "" +msgstr "รวบรวมข้อผิดพลาด" #: libraries/config/messages.inc.php:66 msgid "" @@ -4251,7 +4266,7 @@ msgstr "" #: libraries/config/messages.inc.php:68 prefs_manage.php:299 msgid "Save as file" -msgstr "ส่งมาเป็นไฟล์" +msgstr "บันทึกเป็นไฟล์" #: libraries/config/messages.inc.php:69 libraries/config/messages.inc.php:241 #, fuzzy @@ -4328,7 +4343,7 @@ msgstr "จบแถวด้วย" #: libraries/config/messages.inc.php:80 msgid "Excel edition" -msgstr "" +msgstr "รุ่น Excel" #: libraries/config/messages.inc.php:83 #, fuzzy @@ -4361,7 +4376,7 @@ msgstr "%s ตาราง" #: libraries/config/messages.inc.php:90 #: libraries/plugins/export/ExportLatex.class.php:89 msgid "Include table caption" -msgstr "" +msgstr "รวมถึงคำอธิบายภาพของตาราง" #: libraries/config/messages.inc.php:93 libraries/config/messages.inc.php:99 #: libraries/plugins/export/ExportLatex.class.php:121 @@ -4379,7 +4394,7 @@ msgstr "คำอธิบายตาราง" #: libraries/plugins/export/ExportLatex.class.php:131 #: libraries/plugins/export/ExportLatex.class.php:176 msgid "Label key" -msgstr "" +msgstr "คีย์ป้ายชื่อ" #: libraries/config/messages.inc.php:96 libraries/config/messages.inc.php:108 #: libraries/config/messages.inc.php:132 @@ -4401,7 +4416,7 @@ msgstr "ส่งออก" #: libraries/config/messages.inc.php:112 libraries/config/messages.inc.php:114 msgid "Save on server" -msgstr "" +msgstr "บันทึกบนเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:113 libraries/config/messages.inc.php:115 #: libraries/display_export.lib.php:222 libraries/display_export.lib.php:260 @@ -4427,7 +4442,7 @@ msgstr "ใส่ 'backqoute' ให้กับชื่อตารางแ #: libraries/config/messages.inc.php:119 libraries/config/messages.inc.php:262 #: libraries/display_export.lib.php:438 msgid "SQL compatibility mode" -msgstr "" +msgstr "โหมดที่เข้ากันได้กับ SQL" #: libraries/config/messages.inc.php:120 #: libraries/plugins/export/ExportSql.class.php:262 @@ -4436,7 +4451,7 @@ msgstr "" #: libraries/config/messages.inc.php:121 msgid "Creation/Update/Check dates" -msgstr "" +msgstr "สร้าง/อัพเดท/ตรวจสอบวันที่" #: libraries/config/messages.inc.php:122 #, fuzzy @@ -4516,7 +4531,7 @@ msgstr "" #: libraries/config/messages.inc.php:152 msgid "Browse mode" -msgstr "" +msgstr "โหมดเรียกดู" #: libraries/config/messages.inc.php:153 msgid "Customize browse mode" @@ -4538,7 +4553,7 @@ msgstr "ข้อมูล CSV (คั่นด้วยเครื่องห #: libraries/config/messages.inc.php:158 msgid "Developer" -msgstr "" +msgstr "ผู้พัฒนา" #: libraries/config/messages.inc.php:159 msgid "Settings for phpMyAdmin developers" @@ -4546,7 +4561,7 @@ msgstr "" #: libraries/config/messages.inc.php:160 msgid "Edit mode" -msgstr "" +msgstr "โหมดแก้ไข" #: libraries/config/messages.inc.php:161 msgid "Customize edit mode" @@ -4554,7 +4569,7 @@ msgstr "" #: libraries/config/messages.inc.php:163 msgid "Export defaults" -msgstr "" +msgstr "ส่งออกค่าเริ่มต้น" #: libraries/config/messages.inc.php:164 msgid "Customize default export options" @@ -4563,7 +4578,7 @@ msgstr "" #: libraries/config/messages.inc.php:165 libraries/config/messages.inc.php:207 #: setup/frames/menu.inc.php:17 msgid "Features" -msgstr "" +msgstr "คุณสมบัติ" #: libraries/config/messages.inc.php:166 #, fuzzy @@ -4585,7 +4600,7 @@ msgstr "" #: libraries/config/messages.inc.php:171 msgid "Import / export" -msgstr "" +msgstr "นำเข้า / ส่งออก" #: libraries/config/messages.inc.php:172 msgid "Set import and export directories and compression options" @@ -4602,7 +4617,7 @@ msgstr "สถิติฐานข้อมูล" #: libraries/config/messages.inc.php:177 setup/frames/menu.inc.php:19 msgid "Navigation panel" -msgstr "" +msgstr "แผงนำทาง" #: libraries/config/messages.inc.php:178 msgid "Customize appearance of the navigation panel" @@ -4616,11 +4631,11 @@ msgstr "เซิร์ฟเวอร์" #: libraries/config/messages.inc.php:180 msgid "Servers display options" -msgstr "" +msgstr "ตัวเลือกการแสดงเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:182 msgid "Tables display options" -msgstr "" +msgstr "ตัวเลือกการแสดงตาราง" #: libraries/config/messages.inc.php:183 setup/frames/menu.inc.php:20 #, fuzzy @@ -4630,11 +4645,11 @@ msgstr "ซ่อนดัชนี" #: libraries/config/messages.inc.php:184 msgid "Microsoft Office" -msgstr "" +msgstr "Microsoft Office" #: libraries/config/messages.inc.php:188 msgid "Other core settings" -msgstr "" +msgstr "ตั้งค่าหลักอื่นๆ" #: libraries/config/messages.inc.php:189 msgid "Settings that didn't fit anywhere else" @@ -4663,7 +4678,7 @@ msgstr "" #: libraries/config/messages.inc.php:194 msgid "Security" -msgstr "" +msgstr "ความปลอดภัย" #: libraries/config/messages.inc.php:195 msgid "" @@ -4673,7 +4688,7 @@ msgstr "" #: libraries/config/messages.inc.php:196 msgid "Basic settings" -msgstr "" +msgstr "ตั้งค่าพื้นฐาน" #: libraries/config/messages.inc.php:197 #, fuzzy @@ -4683,11 +4698,11 @@ msgstr "เอกสารอ้างอิง" #: libraries/config/messages.inc.php:198 msgid "Authentication settings" -msgstr "" +msgstr "ตั้งค่าการรับรองความถูกต้อง" #: libraries/config/messages.inc.php:199 msgid "Server configuration" -msgstr "" +msgstr "กำหนดค่าเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:200 msgid "" @@ -4701,7 +4716,7 @@ msgstr "" #: libraries/config/messages.inc.php:202 msgid "Configuration storage" -msgstr "" +msgstr "กำหนดค่าการจัดเก็บข้อมูล" #: libraries/config/messages.inc.php:203 msgid "" @@ -4712,7 +4727,7 @@ msgstr "" #: libraries/config/messages.inc.php:204 msgid "Changes tracking" -msgstr "" +msgstr "เปลี่ยนแปลงการติดตาม" #: libraries/config/messages.inc.php:205 msgid "" @@ -4722,11 +4737,11 @@ msgstr "" #: libraries/config/messages.inc.php:206 msgid "Customize export options" -msgstr "" +msgstr "ตัวเลือกการส่งออกที่กำหนดเอง" #: libraries/config/messages.inc.php:208 msgid "Customize import defaults" -msgstr "" +msgstr "นำเข้าค่าเริ่มต้นที่กำหนดเอง" #: libraries/config/messages.inc.php:209 #, fuzzy @@ -4781,7 +4796,7 @@ msgstr "สถานะ" #: libraries/config/messages.inc.php:221 msgid "Customize startup page" -msgstr "" +msgstr "หน้าเริ่มต้นที่กำหนดเอง" #: libraries/config/messages.inc.php:222 #, fuzzy @@ -4813,24 +4828,22 @@ msgid "Choose how you want tabs to work" msgstr "" #: libraries/config/messages.inc.php:228 -#, fuzzy #| msgid "Use text field" msgid "Text fields" -msgstr "ใช้ช่องใส่ข้อความ (text field)" +msgstr "ฟิลด์ข้อความ" #: libraries/config/messages.inc.php:229 -#, fuzzy #| msgid "Use text field" msgid "Customize text input fields" -msgstr "ใช้ช่องใส่ข้อความ (text field)" +msgstr "ฟิลด์ป้อนข้อความที่กำหนดเอง" #: libraries/config/messages.inc.php:230 msgid "Texy! text" -msgstr "" +msgstr "แท็กซี่! ข้อความ" #: libraries/config/messages.inc.php:232 msgid "Warnings" -msgstr "" +msgstr "คำเตือน" #: libraries/config/messages.inc.php:233 msgid "Disable some of the warnings shown by phpMyAdmin" @@ -4844,7 +4857,7 @@ msgstr "" #: libraries/config/messages.inc.php:235 msgid "GZip" -msgstr "" +msgstr "GZip" #: libraries/config/messages.inc.php:236 msgid "Extra parameters for iconv" @@ -4987,11 +5000,11 @@ msgstr "" #: libraries/config/messages.inc.php:277 msgid "Define how long (in seconds) a login cookie is valid" -msgstr "" +msgstr "ระบุระยะเวลา (วินาที) ที่คุกกี้เข้าสู่ระบบที่ถูกต้อง" #: libraries/config/messages.inc.php:278 msgid "Login cookie validity" -msgstr "" +msgstr "เข้าสู่ระบบความถูกต้องของคุกกี้" #: libraries/config/messages.inc.php:279 msgid "Double size of textarea for LONGTEXT columns" @@ -5016,11 +5029,11 @@ msgstr "" #: libraries/config/messages.inc.php:284 msgid "Maximum number of databases displayed in database list" -msgstr "" +msgstr "จำนวนสูงสุดของฐานข้อมูลที่ถูกแสดงในรายการฐานข้อมูล" #: libraries/config/messages.inc.php:285 msgid "Maximum databases" -msgstr "" +msgstr "ฐานข้อมูลสูงสุด" #: libraries/config/messages.inc.php:286 msgid "" @@ -5044,11 +5057,11 @@ msgstr "" #: libraries/config/messages.inc.php:291 msgid "Maximum number of tables displayed in table list" -msgstr "" +msgstr "จำนวนสูงสุดของตารางที่ถูกแสดงในรายการตาราง" #: libraries/config/messages.inc.php:292 msgid "Maximum tables" -msgstr "" +msgstr "ตารางสูงสุด" #: libraries/config/messages.inc.php:293 msgid "" @@ -5163,13 +5176,12 @@ msgstr "" #: libraries/config/messages.inc.php:318 msgid "Maximum number of recently used tables; set 0 to disable" -msgstr "" +msgstr "จำนวนสูงสุดของตารางที่ใช้ล่าสุด; กำหนด 0 เพื่อปิดใช้งาน" #: libraries/config/messages.inc.php:319 -#, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" -msgstr "เลิกติดตามตาราง" +msgstr "ตารางที่ใช้ล่าสุด" #: libraries/config/messages.inc.php:320 msgid "These are Edit, Copy and Delete links" @@ -5181,13 +5193,12 @@ msgstr "" #: libraries/config/messages.inc.php:322 msgid "Use natural order for sorting table and database names" -msgstr "" +msgstr "ใช้เรียงลำดับตามธรรมชาติสำหรับการจัดเรียงชื่อตารางและฐานข้อมูล" #: libraries/config/messages.inc.php:323 -#, fuzzy #| msgid "Alter table order by" msgid "Natural order" -msgstr "เรียงค่าในตารางตาม" +msgstr "เรียงลำดับตามธรรมชาติ" #: libraries/config/messages.inc.php:324 libraries/config/messages.inc.php:338 msgid "Use only icons, only text or both" @@ -5505,9 +5516,8 @@ msgid "Hide databases matching regular expression (PCRE)" msgstr "" #: libraries/config/messages.inc.php:396 -#, fuzzy msgid "Hide databases" -msgstr "ไม่มีฐานข้อมูล" +msgstr "ซ่อนฐานข้อมูล" #: libraries/config/messages.inc.php:397 msgid "" @@ -5559,7 +5569,7 @@ msgstr "" #: libraries/config/messages.inc.php:407 msgid "Show only listed databases" -msgstr "" +msgstr "แสดงฐานข้อมูลที่ระบุไว้เท่านั้น" #: libraries/config/messages.inc.php:408 libraries/config/messages.inc.php:449 msgid "Leave empty if not using config auth" @@ -5864,13 +5874,12 @@ msgstr "" #: libraries/config/messages.inc.php:470 msgid "Whether to show hint or not" -msgstr "" +msgstr "จะแสดงคำแนะนำหรือไม่" #: libraries/config/messages.inc.php:471 -#, fuzzy #| msgid "Show grid" msgid "Show hint" -msgstr "แสดงกริด" +msgstr "แสดงคำแนะนำ" #: libraries/config/messages.inc.php:472 msgid "" @@ -5925,7 +5934,7 @@ msgstr "" #: libraries/config/messages.inc.php:483 msgid "Skip locked tables" -msgstr "" +msgstr "ข้ามตารางที่ถูกล็อก" #: libraries/config/messages.inc.php:488 msgid "Requires SQL Validator to be enabled" @@ -6061,7 +6070,7 @@ msgstr "" #: libraries/config/messages.inc.php:518 msgid "Enables check for latest version on main phpMyAdmin page" -msgstr "" +msgstr "เปิดใช้งานตรวจหาเวอร์ชั่นล่าสุดบนหน้า phpMyAdmin หลัก" #: libraries/config/messages.inc.php:519 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 @@ -6069,7 +6078,7 @@ msgstr "" #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 #: setup/lib/index.lib.php:243 msgid "Version check" -msgstr "" +msgstr "ตรวจสอบเวอร์ชั่น" #: libraries/config/messages.inc.php:520 msgid "" @@ -6233,15 +6242,15 @@ msgstr "ไม่มีรหัสผ่าน" #: libraries/server_privileges.lib.php:1221 #: libraries/server_privileges.lib.php:1225 msgid "Re-type" -msgstr "พิมพ์ใหม่" +msgstr "อีกครั้ง" #: libraries/display_change_password.lib.php:74 msgid "Password Hashing" -msgstr "" +msgstr "การแปลงรหัสผ่าน" #: libraries/display_change_password.lib.php:87 msgid "MySQL 4.0 compatible" -msgstr "" +msgstr "เข้ากันได้กับ MySQL 4.0" #: libraries/display_create_database.lib.php:23 #: libraries/display_create_database.lib.php:43 @@ -6585,7 +6594,7 @@ msgstr "" #: libraries/display_select_lang.lib.php:56 #: libraries/display_select_lang.lib.php:57 setup/frames/index.inc.php:75 msgid "Language" -msgstr "" +msgstr "ภาษา" #: libraries/engines/innodb.lib.php:28 msgid "Data home directory" @@ -7291,10 +7300,9 @@ msgid_plural "%s other results found" msgstr[0] "" #: libraries/navigation/NavigationTree.class.php:1035 -#, fuzzy #| msgid "Alter table order by" msgid "filter databases by name" -msgstr "เรียงค่าในตารางตาม" +msgstr "กรองฐานข้อมูลตามชื่อ" #: libraries/navigation/NavigationTree.class.php:1036 #: libraries/navigation/NavigationTree.class.php:1062 @@ -7302,10 +7310,9 @@ msgid "Clear Fast Filter" msgstr "" #: libraries/navigation/NavigationTree.class.php:1061 -#, fuzzy #| msgid "Alter table order by" msgid "filter items by name" -msgstr "เรียงค่าในตารางตาม" +msgstr "กรองรายการตามชื่อ" #. l10n: The word "Node" must not be translated here #: libraries/navigation/NodeFactory.class.php:41 @@ -7320,10 +7327,9 @@ msgstr "" #: libraries/navigation/Nodes/Node_Column_Container.class.php:26 #: libraries/sql_query_form.lib.php:271 -#, fuzzy #| msgid "Column names" msgid "Columns" -msgstr "ชื่อคอลัมน์" +msgstr "คอลัมน์" #: libraries/navigation/Nodes/Node_Column_Container.class.php:38 msgctxt "Create new column" @@ -7592,8 +7598,9 @@ msgid "" "configuration and make sure that they correspond to the information given by " "the administrator of the MySQL server." msgstr "" -"phpMyAdmin พยายามเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL และเซิร์ฟเวอร์ได้ปฏิเสธการเชื่อมต่อดังกล่าว " -"คุณควรตรวจสอบโฮสต์ ชื่อผู้ใช้และรหัสผ่านในการกำหนดค่าของคุณ และให้แน่ใจว่าค่าต่างๆ " +"phpMyAdmin พยายามเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL " +"และเซิร์ฟเวอร์ได้ปฏิเสธการเชื่อมต่อดังกล่าว คุณควรตรวจสอบโฮสต์ " +"ชื่อผู้ใช้และรหัสผ่านในการกำหนดค่าของคุณ และให้แน่ใจว่าค่าต่างๆ " "สอดคล้องกับข้อมูลที่กำหนดไว้ โดยผู้ดูแลระบบของเซิร์ฟเวอร์ MySQL แล้ว" #: libraries/plugins/auth/AuthenticationConfig.class.php:142 @@ -7747,9 +7754,8 @@ msgstr "dump ตาราง" #: libraries/plugins/export/ExportOdt.class.php:565 #: libraries/plugins/export/ExportTexytext.class.php:436 #: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:387 -#, fuzzy msgid "Event" -msgstr "ถูกส่ง" +msgstr "เหตุการณ์" #: libraries/plugins/export/ExportHtmlword.class.php:486 #: libraries/plugins/export/ExportOdt.class.php:568 @@ -8205,8 +8211,8 @@ msgid "" "Displays a clickable thumbnail. The options are the maximum width and height " "in pixels. The original aspect ratio is preserved." msgstr "" -"แสดงรูปขนาดเล็กที่กดเข้าไปดูภาพใหญ่ได้; ตัวเลือก: ความกว้าง, ความสูง หน่วยเป็นพิกเซล " -"(คงสัดส่วนเดิม)" +"แสดงรูปขนาดเล็กที่กดเข้าไปดูภาพใหญ่ได้; ตัวเลือก: ความกว้าง, ความสูง " +"หน่วยเป็นพิกเซล (คงสัดส่วนเดิม)" #: libraries/plugins/transformations/abstract/LongToIPv4TransformationsPlugin.class.php:31 msgid "" @@ -8284,8 +8290,8 @@ msgstr "การแปลงที่เรียกใช้ได้" msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -"โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments (เก็บหมายเหตุของคอลัมน์) " -"ของคุณ" +"โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments " +"(เก็บหมายเหตุของคอลัมน์) ของคุณ" #: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:387 msgid "Bookmarked SQL query" @@ -8439,7 +8445,7 @@ msgstr "" #: libraries/replication_gui.lib.php:386 msgid "Generate Password" -msgstr "" +msgstr "สร้างรหัสผ่าน" #: libraries/rte/rte_events.lib.php:110 libraries/rte/rte_events.lib.php:119 #: libraries/rte/rte_events.lib.php:157 libraries/rte/rte_routines.lib.php:296 @@ -8573,11 +8579,11 @@ msgstr "" #: libraries/rte/rte_footer.lib.php:91 msgid "OFF" -msgstr "" +msgstr "ปิด" #: libraries/rte/rte_footer.lib.php:96 msgid "ON" -msgstr "" +msgstr "เปิด" #: libraries/rte/rte_footer.lib.php:108 msgid "Event scheduler status" @@ -8630,7 +8636,7 @@ msgstr "ชื่อคอลัมน์" #: libraries/rte/rte_routines.lib.php:960 msgid "Parameters" -msgstr "" +msgstr "พารามิเตอร์" #: libraries/rte/rte_routines.lib.php:966 #, fuzzy @@ -8657,7 +8663,7 @@ msgstr "เอาฐานข้อมูลออก" #: libraries/rte/rte_routines.lib.php:993 msgid "Return type" -msgstr "" +msgstr "ประเภทการส่งกลับ" #: libraries/rte/rte_routines.lib.php:1000 #, fuzzy @@ -8673,7 +8679,7 @@ msgstr "ตัวเลือกตาราง" #: libraries/rte/rte_routines.lib.php:1037 msgid "Is deterministic" -msgstr "" +msgstr "คือการกำหนด" #: libraries/rte/rte_routines.lib.php:1047 #, fuzzy @@ -8683,11 +8689,11 @@ msgstr "ชนิดคำค้น" #: libraries/rte/rte_routines.lib.php:1056 msgid "SQL data access" -msgstr "" +msgstr "เข้าถึงข้อมูล SQL" #: libraries/rte/rte_routines.lib.php:1125 msgid "You must provide a routine name" -msgstr "" +msgstr "คุณจะต้องให้ชื่อปกติ" #: libraries/rte/rte_routines.lib.php:1155 #, php-format @@ -8727,12 +8733,12 @@ msgstr[0] "" #: libraries/rte/rte_routines.lib.php:1505 #: libraries/rte/rte_routines.lib.php:1513 msgid "Execute routine" -msgstr "" +msgstr "ดำเนินงานตามปกติ" #: libraries/rte/rte_routines.lib.php:1569 #: libraries/rte/rte_routines.lib.php:1572 msgid "Routine parameters" -msgstr "" +msgstr "พารามิเตอร์ตามปกติ" #: libraries/rte/rte_triggers.lib.php:106 msgid "Sorry, we failed to restore the dropped trigger." @@ -9012,7 +9018,7 @@ msgstr "พจนานุกรมข้อมูล" #: libraries/schema/User_Schema.class.php:463 msgid "Only show keys" -msgstr "" +msgstr "แสดงคีย์เท่านั้น" #: libraries/schema/User_Schema.class.php:465 msgid "Landscape" @@ -9046,13 +9052,12 @@ msgstr "" #: libraries/select_lang.lib.php:539 #, php-format msgid "Unknown language: %1$s." -msgstr "" +msgstr "ภาษาที่ไม่รู้จัก : %1$s" #: libraries/select_server.lib.php:39 libraries/select_server.lib.php:44 -#, fuzzy #| msgid "Server" msgid "Current Server" -msgstr "เซิร์ฟเวอร์" +msgstr "เซิร์ฟเวอร์ปัจจุบัน" #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." @@ -9238,7 +9243,8 @@ msgid "" "Limits the number of commands that change any table or database the user may " "execute per hour." msgstr "" -"จำกัดจำนวนของคำสั่ง ที่จะเปลี่ยนแปลงตาราง หรือฐานข้อมูลใดๆ ที่ผู้ใช้จะสามารถสั่งได้ ต่อชั่วโมง" +"จำกัดจำนวนของคำสั่ง ที่จะเปลี่ยนแปลงตาราง หรือฐานข้อมูลใดๆ " +"ที่ผู้ใช้จะสามารถสั่งได้ ต่อชั่วโมง" #: libraries/server_privileges.lib.php:528 #: libraries/server_privileges.lib.php:533 server_privileges.php:78 @@ -9517,7 +9523,7 @@ msgstr "" #: libraries/sql_query_form.lib.php:344 msgid "Delimiter" -msgstr "" +msgstr "ตัวคั่น" #: libraries/sql_query_form.lib.php:352 msgid "Show this query here again" @@ -9533,7 +9539,8 @@ msgid "" "below, if there is any, may also help you in diagnosing the problem" msgstr "" "อาจจะมีข้อผิดพลาดบางอย่างในคำค้น SQL ของคุณ. หาก MySQL server " -"ได้แจ้งข้อผิดพลาดมาด้านล่างนี้ ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น" +"ได้แจ้งข้อผิดพลาดมาด้านล่างนี้ ให้ลองอ่านดู " +"มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น" #: libraries/sqlparser.lib.php:171 msgid "" @@ -9547,14 +9554,17 @@ msgid "" "please reduce your SQL query input to the single query that causes problems, " "and submit a bug report with the data chunk in the CUT section below:" msgstr "" -"อาจจะมีการเปลี่ยนแปลงบางอย่าง ที่คุณพบว่ามันเป็นข้อผิดพลาดของตัวอ่านคำสั่ง SQL. " -"กรุณาตรวจสอบคำค้นของคุณให้ถี่ถ้วน โดยเฉพาะการเปิด/ปิดเครื่องหมายคำพูด (quotes) ให้ถูกต้อง. " -"อีกสาเหตุหนึ่งที่เป็นไปได้คือ คุณอาจจะอัพโหลดแฟ้มไบนารีข้างนอกช่วงของเครื่องหมายคำพูด. " -"คุณสามารถที่จะลองคำค้นของคุณที่คอมมานด์ไลน์ของ MySQL ซึ่งคุณอาจจะพบข้อผิดพลาดบางอย่างในนั้น. " -"หากเซิร์ฟเวอร์ MySQL แจ้งข้อผิดพลาดมา, ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น. " -"ถ้าคุณยังพบปัญหากับ parser ใน phpMyAdmin อยู่ แต่ไม่พบปัญหากับ parser ในคอมมานด์ไลน์, " -"ให้ลองลดความยาวของคำค้น SQL ลง จนกระทั่งเหลือคำค้น SQL เดี่ยวๆ ที่ยังทำให้เกิดปัญหาอยู่อีก, " -"แล้วแจ้งข้อผิดพลาดดังกล่าวมาที่เรา, ส่งมันมาพร้อมกับตัวข้อมูลที่คุณค้น ซึ่งได้จากส่วนของ CUT ด้านล่าง." +"อาจจะมีการเปลี่ยนแปลงบางอย่าง ที่คุณพบว่ามันเป็นข้อผิดพลาดของตัวอ่านคำสั่ง " +"SQL. กรุณาตรวจสอบคำค้นของคุณให้ถี่ถ้วน โดยเฉพาะการเปิด/ปิดเครื่องหมายคำพูด " +"(quotes) ให้ถูกต้อง. อีกสาเหตุหนึ่งที่เป็นไปได้คือ " +"คุณอาจจะอัพโหลดแฟ้มไบนารีข้างนอกช่วงของเครื่องหมายคำพูด. " +"คุณสามารถที่จะลองคำค้นของคุณที่คอมมานด์ไลน์ของ MySQL " +"ซึ่งคุณอาจจะพบข้อผิดพลาดบางอย่างในนั้น. หากเซิร์ฟเวอร์ MySQL " +"แจ้งข้อผิดพลาดมา, ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น. " +"ถ้าคุณยังพบปัญหากับ parser ใน phpMyAdmin อยู่ แต่ไม่พบปัญหากับ parser " +"ในคอมมานด์ไลน์, ให้ลองลดความยาวของคำค้น SQL ลง จนกระทั่งเหลือคำค้น SQL " +"เดี่ยวๆ ที่ยังทำให้เกิดปัญหาอยู่อีก, แล้วแจ้งข้อผิดพลาดดังกล่าวมาที่เรา, " +"ส่งมันมาพร้อมกับตัวข้อมูลที่คุณค้น ซึ่งได้จากส่วนของ CUT ด้านล่าง." #: libraries/sqlparser.lib.php:173 msgid "BEGIN CUT" @@ -9594,8 +9604,8 @@ msgid "" "The SQL validator could not be initialized. Please check if you have " "installed the necessary PHP extensions as described in the %sdocumentation%s." msgstr "" -"ไม่สามารถเริ่มตัวตรวจสอบ SQL ได้. กรุณาตรวจสอบว่า คุณได้ติดตั้ง php extensions ที่จำเป็น " -"ดังที่อธิบายไว้ใน %sdocumentation%s เรียบร้อยแล้ว" +"ไม่สามารถเริ่มตัวตรวจสอบ SQL ได้. กรุณาตรวจสอบว่า คุณได้ติดตั้ง php " +"extensions ที่จำเป็น ดังที่อธิบายไว้ใน %sdocumentation%s เรียบร้อยแล้ว" #: libraries/structure.lib.php:68 tbl_operations.php:311 #, php-format @@ -9661,7 +9671,7 @@ msgstr "ดัชนี" #: libraries/structure.lib.php:1398 libraries/structure.lib.php:2052 #: libraries/structure.lib.php:2062 msgid "Spatial" -msgstr "" +msgstr "เชิงพื้นที่" #: libraries/structure.lib.php:1408 libraries/structure.lib.php:2054 #: libraries/structure.lib.php:2064 @@ -9771,7 +9781,7 @@ msgstr "ค่าเซสชั่น" #: libraries/structure.lib.php:1998 libraries/structure.lib.php:2001 msgid "Add primary key" -msgstr "" +msgstr "เพิ่มคีย์หลัก" #: libraries/structure.lib.php:2004 libraries/structure.lib.php:2007 #: tbl_indexes.php:195 @@ -9896,7 +9906,7 @@ msgstr "" #: libraries/tbl_columns_definition_form.inc.php:634 msgid "first" -msgstr "" +msgstr "ครั้งแรก" #: libraries/tbl_columns_definition_form.inc.php:644 #, fuzzy, php-format @@ -9906,7 +9916,7 @@ msgstr "หลัง %s" #: libraries/tbl_columns_definition_form.inc.php:737 msgid "Table name" -msgstr "" +msgstr "ชื่อตาราง" #: libraries/tbl_columns_definition_form.inc.php:876 msgid "PARTITION definition" @@ -9919,10 +9929,9 @@ msgid "Tracking of %s is activated." msgstr "การติดตามเริ่มทำงานแล้ว" #: libraries/user_preferences.inc.php:29 -#, fuzzy #| msgid "General relation features" msgid "Manage your settings" -msgstr "ความสามารถด้านรีเลชันทั่วไป" +msgstr "จัดการการตั้งค่าของคุณ" #: libraries/user_preferences.inc.php:46 prefs_manage.php:292 #, fuzzy @@ -10185,14 +10194,13 @@ msgid "Saved on: @DATE@" msgstr "" #: prefs_manage.php:240 -#, fuzzy #| msgid "Import files" msgid "Import from file" -msgstr "นำเข้าไฟล์" +msgstr "นำเข้าจากไฟล์" #: prefs_manage.php:246 msgid "Import from browser's storage" -msgstr "" +msgstr "นำเข้าจากที่เก็บข้อมูลของเบราเซอร์" #: prefs_manage.php:249 msgid "Settings will be imported from your browser's local storage." @@ -10200,7 +10208,7 @@ msgstr "" #: prefs_manage.php:255 msgid "You have no saved settings!" -msgstr "" +msgstr "คุณไม่มีการตั้งค่าที่บันทึกไว้!" #: prefs_manage.php:259 prefs_manage.php:312 msgid "This feature is not supported by your web browser" @@ -10208,7 +10216,7 @@ msgstr "" #: prefs_manage.php:264 msgid "Merge with current configuration" -msgstr "" +msgstr "ผสานเข้ากับการกำหนดค่าปัจจุบัน" #: prefs_manage.php:278 #, php-format @@ -10219,15 +10227,15 @@ msgstr "" #: prefs_manage.php:302 msgid "Save to browser's storage" -msgstr "" +msgstr "บันทึกไปยังที่เก็บข้อมูลของเบราเซอร์" #: prefs_manage.php:306 msgid "Settings will be saved in your browser's local storage." -msgstr "" +msgstr "การตั้งค่าจะถูกบันทึกไว้ในที่เก็บข้อมูลของเบราเซอร์ภายในเครื่องของคุณ" #: prefs_manage.php:308 msgid "Existing settings will be overwritten!" -msgstr "" +msgstr "ถ้ามีการตั้งค่าอยู่แล้วจะถูกเขียนทับ!" #: prefs_manage.php:323 msgid "You can reset all your settings and restore them to default values." @@ -10309,8 +10317,9 @@ msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -"โปรดทราบ: การเปิดใช้การเก็บสถิติของฐานข้อมูล อาจจะทำให้มีปริมาณการถ่ายโอนข้อมูลจำนวนมาก " -"ระหว่างเว็บเซิร์ฟเวอร์ และเซิร์ฟเวอร์ MySQL." +"โปรดทราบ: การเปิดใช้การเก็บสถิติของฐานข้อมูล " +"อาจจะทำให้มีปริมาณการถ่ายโอนข้อมูลจำนวนมาก ระหว่างเว็บเซิร์ฟเวอร์ " +"และเซิร์ฟเวอร์ MySQL." #: server_databases.php:345 msgid "No databases" @@ -10346,9 +10355,8 @@ msgid "Library" msgstr "" #: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:763 -#, fuzzy msgid "Version" -msgstr "รุ่นของ PHP" +msgstr "เวอร์ชั่น" #: server_plugins.php:98 server_plugins.php:133 msgid "Author" @@ -10359,10 +10367,9 @@ msgid "License" msgstr "" #: server_plugins.php:165 -#, fuzzy #| msgid "Disabled" msgid "disabled" -msgstr "ระงับการใช้อยู่" +msgstr "ปิดใช้งาน" #: server_privileges.php:208 #, php-format @@ -10380,7 +10387,7 @@ msgstr "สิทธิได้ถูกเรียกใช้ใหม่เ #: server_replication.php:79 msgid "Unknown error" -msgstr "" +msgstr "ข้อผิดพลาดที่ไม่รู้จัก" #: server_replication.php:89 #, php-format @@ -10439,9 +10446,8 @@ msgid "Ignore all databases; Replicate:" msgstr "" #: server_replication.php:214 -#, fuzzy msgid "Please select databases:" -msgstr "โปรดเลือกฐานข้อมูล" +msgstr "กรุณาเลือกฐานข้อมูล:" #: server_replication.php:217 msgid "" @@ -10478,9 +10484,8 @@ msgid "Control slave:" msgstr "" #: server_replication.php:303 -#, fuzzy msgid "Full start" -msgstr "ข้อความเต็ม (fulltext)" +msgstr "เริ่มต้นแบบเต็ม" #: server_replication.php:303 msgid "Full stop" @@ -10758,7 +10763,7 @@ msgstr "เอาฐานข้อมูลออก" #: server_status_monitor.php:614 msgid "Status variable(s)" -msgstr "" +msgstr "สถานะของตัวแปร" #: server_status_monitor.php:617 #, fuzzy @@ -11548,7 +11553,7 @@ msgstr "" #: setup/frames/index.inc.php:199 msgid "Default language" -msgstr "" +msgstr "ภาษาเริ่มต้น" #: setup/frames/index.inc.php:210 msgid "let the user choose" @@ -12212,7 +12217,7 @@ msgstr "รุ่นของเซิร์ฟเวอร์" #: themes.php:24 msgid "Get more themes!" -msgstr "" +msgstr "รับชุดรูปแบบเพิ่มเติม!" #: transformation_overview.php:21 msgid "Available MIME types" @@ -13290,7 +13295,8 @@ msgid "" "The InnoDB log file size is not an appropriate size, in relation to the " "InnoDB buffer pool." msgstr "" -"ขนาดไฟล์บันทึกของ InnoDB ไม่ได้เป็นขนาดที่เหมาะสม ที่มีความสัมพันธ์กับขนาดบัฟเฟอร์ของ InnoDB" +"ขนาดไฟล์บันทึกของ InnoDB ไม่ได้เป็นขนาดที่เหมาะสม " +"ที่มีความสัมพันธ์กับขนาดบัฟเฟอร์ของ InnoDB" #: libraries/advisory_rules.txt:440 #, php-format @@ -13305,15 +13311,16 @@ msgid "" "fine. See also this blog entry" msgstr "" -"โดยเฉพาะอย่างยิ่ง ในระบบที่มีจำนวนมากได้เขียนไปยังตารางของ InnoDB คุณควรตั้งค่า " -"{innodb_log_file_size} เป็น 25%% ของ{innodb_buffer_pool_size} " -"อย่างไรก็ตามค่าเหล่านี้จะได้รับการกู้คืนเมื่อระบบฐานข้อมูลมีปัญหา โดยไม่ควรตั้งค่าสูงกว่า 256 " -"เมกะไบต์ และอย่างไรก็ดีโปรดทราบไว้ว่าคุณไม่เพียงแค่เปลี่ยนแปลงค่าเหล่านี้ได้ " -"แต่คุณจำเป็นต้องปิดระบบเซิร์ฟเวอร์แล้วทำการเอาไฟล์บันทึกของInnoDB ออก และตั้งค่าใหม่ในไฟล์ my." -"cnf แล้วเริ่มต้นเซิร์ฟเวอร์อีกครั้ง เพื่อตรวจสอบไฟล์บันทึกข้อผิดพลาด " -"หากทุกอย่างดำเนินการไปได้ด้วยดี ดู รายการบล็อก นี้ได้" +"โดยเฉพาะอย่างยิ่ง ในระบบที่มีจำนวนมากได้เขียนไปยังตารางของ InnoDB " +"คุณควรตั้งค่า {innodb_log_file_size} เป็น 25%% ของ{innodb_buffer_pool_size} " +"อย่างไรก็ตามค่าเหล่านี้จะได้รับการกู้คืนเมื่อระบบฐานข้อมูลมีปัญหา " +"โดยไม่ควรตั้งค่าสูงกว่า 256 เมกะไบต์ " +"และอย่างไรก็ดีโปรดทราบไว้ว่าคุณไม่เพียงแค่เปลี่ยนแปลงค่าเหล่านี้ได้ " +"แต่คุณจำเป็นต้องปิดระบบเซิร์ฟเวอร์แล้วทำการเอาไฟล์บันทึกของInnoDB ออก " +"และตั้งค่าใหม่ในไฟล์ my.cnf แล้วเริ่มต้นเซิร์ฟเวอร์อีกครั้ง " +"เพื่อตรวจสอบไฟล์บันทึกข้อผิดพลาด หากทุกอย่างดำเนินการไปได้ด้วยดี ดู รายการบล็อก นี้ได้" #: libraries/advisory_rules.txt:441 #, php-format @@ -13397,14 +13404,16 @@ msgid "" "innodb_buffer_pool_size/\">this article" msgstr "" "บัฟเฟอร์ของ InnoDB มีผลกระทบอย่างยิ่งในการปฏิบัติงานสำหรับตารางของ InnoDB " -"กำหนดการจำส่วนที่เหลือทั้งหมดของคุณกับบัฟเฟอร์นี้ สำหรับเซิร์ฟเวอร์ฐานข้อมูลที่ใช้ InnoDB " -"แต่เพียงผู้เดียวเป็นการเก็บโปรแกรม และมีไม่มีบริการอื่น ๆ (เช่นเว็บเซิร์ฟเวอร์) ทำงานอยู่ " -"คุณอาจตั้งค่านี้ได้สูงถึง 80%% ของหน่วยความจำของคุณพร้อมใช้งานได้ ถ้าไม่ใช่กรณี " -"คุณจำเป็นต้องประเมินปริมาณการใช้หน่วยความจำของบริการและ non-InnoDB-Tables อื่นๆ " -"ของคุณอย่างระมัดระวัง และตั้งค่าตัวแปรนี้ตามลำดับ หากตั้งสูงเกินไป ระบบของคุณจะเริ่มต้นการเปลี่ยน " -"ซึ่งลดประสิทธิภาพการทำงานอย่างมาก ดูเพิ่มเติมบทความนี้" +"กำหนดการจำส่วนที่เหลือทั้งหมดของคุณกับบัฟเฟอร์นี้ " +"สำหรับเซิร์ฟเวอร์ฐานข้อมูลที่ใช้ InnoDB แต่เพียงผู้เดียวเป็นการเก็บโปรแกรม " +"และมีไม่มีบริการอื่น ๆ (เช่นเว็บเซิร์ฟเวอร์) ทำงานอยู่ " +"คุณอาจตั้งค่านี้ได้สูงถึง 80%% ของหน่วยความจำของคุณพร้อมใช้งานได้ " +"ถ้าไม่ใช่กรณี คุณจำเป็นต้องประเมินปริมาณการใช้หน่วยความจำของบริการและ non-" +"InnoDB-Tables อื่นๆ ของคุณอย่างระมัดระวัง และตั้งค่าตัวแปรนี้ตามลำดับ " +"หากตั้งสูงเกินไป ระบบของคุณจะเริ่มต้นการเปลี่ยน " +"ซึ่งลดประสิทธิภาพการทำงานอย่างมาก ดูเพิ่มเติมบทความนี้" #: libraries/advisory_rules.txt:455 #, php-format @@ -13414,8 +13423,9 @@ msgid "" "perfectly adequate for your system if you don't have much InnoDB tables or " "other services running on the same machine." msgstr "" -"คุณกำลังใช้ %s%% ของหน่วยความจำของคุณสำหรับการบัฟเฟอร์ InnoDB ถ้าคุณกำลังกำหนดน้อยกว่า 60%" -"% อย่างไรก็ตาม ที่นี้อาจไม่สมบูรณ์เพียงพอสำหรับระบบของคุณ ถ้าคุณไม่มีตาราง InnoDB " +"คุณกำลังใช้ %s%% ของหน่วยความจำของคุณสำหรับการบัฟเฟอร์ InnoDB " +"ถ้าคุณกำลังกำหนดน้อยกว่า 60%% อย่างไรก็ตาม " +"ที่นี้อาจไม่สมบูรณ์เพียงพอสำหรับระบบของคุณ ถ้าคุณไม่มีตาราง InnoDB " "มากหรือบริการอื่นๆ ที่ทำงานบนเครื่องเดียวกัน" #: libraries/advisory_rules.txt:459 From 8e39680edceafbf4900287650b37cc6e080d3b36 Mon Sep 17 00:00:00 2001 From: Thanapon Namjittrong Date: Tue, 28 May 2013 10:03:03 +0200 Subject: [PATCH 11/82] Translated using Weblate (Thai) Currently translated at 39.8% (1062 of 2666) --- po/th.po | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/po/th.po b/po/th.po index 576ccc7138..d85dac2eac 100644 --- a/po/th.po +++ b/po/th.po @@ -809,10 +809,9 @@ msgid "Get support" msgstr "รับการสนับสนุน" #: index.php:370 -#, fuzzy #| msgid "No change" msgid "List of changes" -msgstr "รายการเปลี่ยนแปลง" +msgstr "รายการของการเปลี่ยนแปลง" #: index.php:394 msgid "" @@ -950,10 +949,10 @@ msgstr "แก้ไขดัชนี" #: js/messages.php:44 libraries/display_indexes.lib.php:199 #: libraries/display_indexes.lib.php:205 -#, fuzzy, php-format +#, php-format #| msgid "Add %d column(s) to index" msgid "Add %s column(s) to index" -msgstr "ทำดัชนีใน สดมส์นี้ %d" +msgstr "เพิ่มคอลัมน์ %s ไปยังดัชนี" #. l10n: Default label for the y-Axis of Charts #: js/messages.php:48 tbl_chart.php:236 @@ -1319,7 +1318,7 @@ msgstr "จากประวัติทั่วไป" #: js/messages.php:150 msgid "Analysing logs" -msgstr "กำลังวิเคราะห์ประวัติ" +msgstr "วิเคราะห์ไฟล์บันทึก" #: js/messages.php:151 msgid "Analysing & loading logs. This may take a while." @@ -1832,7 +1831,7 @@ msgstr "" #: js/messages.php:324 msgid "Add an option for column " -msgstr "เพิ่มตัวเลือกสำหรับสดมภ์ " +msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์" #: js/messages.php:325 #, php-format @@ -1931,7 +1930,7 @@ msgstr "เพิ่มเติม" #: js/messages.php:363 #| msgid "Show all" msgid "Show Panel" -msgstr "แสดงแผง" +msgstr "แสดงแผงควบคุม" #: js/messages.php:364 #| msgid "Hide indexes" @@ -2663,7 +2662,7 @@ msgstr "" #: libraries/DisplayResults.class.php:4923 msgid "Showing rows" -msgstr "แสดงระเบียนที่" +msgstr "แสดงแถว" #: libraries/DisplayResults.class.php:4939 msgid "total" From 7a649c8b193f3d5dc1020e267439d9a6c0e23742 Mon Sep 17 00:00:00 2001 From: Thanapon Namjittrong Date: Tue, 28 May 2013 10:04:00 +0200 Subject: [PATCH 12/82] Translated using Weblate (Thai) Currently translated at 42.1% (1095 of 2603) --- po/th.po | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/po/th.po b/po/th.po index 9b1d3c27ca..58e3873ff7 100644 --- a/po/th.po +++ b/po/th.po @@ -798,10 +798,9 @@ msgid "Get support" msgstr "รับการสนับสนุน" #: index.php:369 -#, fuzzy #| msgid "No change" msgid "List of changes" -msgstr "รายการเปลี่ยนแปลง" +msgstr "รายการของการเปลี่ยนแปลง" #: index.php:392 msgid "" @@ -937,10 +936,10 @@ msgid "Edit Index" msgstr "แก้ไขดัชนี" #: js/messages.php:44 tbl_indexes.php:349 tbl_indexes.php:357 -#, fuzzy, php-format +#, php-format #| msgid "Add %d column(s) to index" msgid "Add %s column(s) to index" -msgstr "ทำดัชนีใน สดมส์นี้ %d" +msgstr "เพิ่มคอลัมน์ %s ไปยังดัชนี" #. l10n: Default label for the y-Axis of Charts #: js/messages.php:48 tbl_chart.php:236 @@ -1340,7 +1339,7 @@ msgstr "จากประวัติทั่วไป" #: js/messages.php:159 msgid "Analysing logs" -msgstr "กำลังวิเคราะห์ประวัติ" +msgstr "วิเคราะห์ไฟล์บันทึก" #: js/messages.php:160 msgid "Analysing & loading logs. This may take a while." @@ -1819,7 +1818,7 @@ msgstr "" #: js/messages.php:333 msgid "Add an option for column " -msgstr "เพิ่มตัวเลือกสำหรับสดมภ์ " +msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์" #: js/messages.php:334 #, php-format @@ -1918,7 +1917,7 @@ msgstr "เพิ่มเติม" #: js/messages.php:372 #| msgid "Show all" msgid "Show Panel" -msgstr "แสดงแผง" +msgstr "แสดงแผงควบคุม" #: js/messages.php:373 #| msgid "Hide indexes" @@ -2620,7 +2619,7 @@ msgstr "" #: libraries/DisplayResults.class.php:4923 msgid "Showing rows" -msgstr "แสดงระเบียนที่" +msgstr "แสดงแถว" #: libraries/DisplayResults.class.php:4939 msgid "total" From adbb7609e132333f8649911c51ec7a6bcfd412c3 Mon Sep 17 00:00:00 2001 From: Thanapon Namjittrong Date: Tue, 28 May 2013 10:10:57 +0200 Subject: [PATCH 13/82] Translated using Weblate (Thai) Currently translated at 39.9% (1064 of 2666) --- po/th.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/th.po b/po/th.po index d85dac2eac..6e389a87f8 100644 --- a/po/th.po +++ b/po/th.po @@ -1930,7 +1930,7 @@ msgstr "เพิ่มเติม" #: js/messages.php:363 #| msgid "Show all" msgid "Show Panel" -msgstr "แสดงแผงควบคุม" +msgstr "แสดงแผง" #: js/messages.php:364 #| msgid "Hide indexes" From 3ddbc620010da86b301109e8354d6996e1aad7d5 Mon Sep 17 00:00:00 2001 From: Thanapon Namjittrong Date: Tue, 28 May 2013 10:11:16 +0200 Subject: [PATCH 14/82] Translated using Weblate (Thai) Currently translated at 42.1% (1097 of 2603) --- po/th.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/th.po b/po/th.po index 58e3873ff7..54da3d06d7 100644 --- a/po/th.po +++ b/po/th.po @@ -1917,7 +1917,7 @@ msgstr "เพิ่มเติม" #: js/messages.php:372 #| msgid "Show all" msgid "Show Panel" -msgstr "แสดงแผงควบคุม" +msgstr "แสดงแผง" #: js/messages.php:373 #| msgid "Hide indexes" From 98fbb032918e51a986434193051ff83da36c6c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 May 2013 10:40:53 +0200 Subject: [PATCH 15/82] Translated using Weblate (Thai) Currently translated at 39.9% (1064 of 2666) --- po/th.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/th.po b/po/th.po index 6e389a87f8..e930251799 100644 --- a/po/th.po +++ b/po/th.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-25 07:32-0400\n" -"PO-Revision-Date: 2013-05-27 19:37+0200\n" -"Last-Translator: Anachak Udrach \n" +"PO-Revision-Date: 2013-05-28 10:40+0200\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Thai \n" "Language: th\n" "MIME-Version: 1.0\n" @@ -1831,7 +1831,7 @@ msgstr "" #: js/messages.php:324 msgid "Add an option for column " -msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์" +msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์ " #: js/messages.php:325 #, php-format From 58e43d8bc2ebeeddc2e63c5afd1921d92ad7c9ab Mon Sep 17 00:00:00 2001 From: Thanapon Namjittrong Date: Tue, 28 May 2013 12:59:55 +0200 Subject: [PATCH 16/82] Translated using Weblate (Thai) Currently translated at 39.9% (1064 of 2666) --- po/th.po | 275 ++++++++++++++++++++++++++----------------------------- 1 file changed, 130 insertions(+), 145 deletions(-) diff --git a/po/th.po b/po/th.po index e930251799..d6f022da77 100644 --- a/po/th.po +++ b/po/th.po @@ -797,12 +797,12 @@ msgstr "วิกิ" #: index.php:349 msgid "Official Homepage" -msgstr "โฮมเพจอย่างเป็นทางการของ phpMyAdmin" +msgstr "โฮมเพจอย่างเป็นทางการ" #: index.php:356 #| msgid "Attributes" msgid "Contribute" -msgstr "ร่วมสร้างสรรค์" +msgstr "สนับสนุน" #: index.php:363 msgid "Get support" @@ -860,7 +860,7 @@ msgstr "" #: index.php:465 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." -msgstr "" +msgstr "ในขณะนี้ไฟล์การกำหนดค่าต้องการรหัสผ่านลับ (blowfish_secret)" #: index.php:476 msgid "" @@ -1167,7 +1167,7 @@ msgstr "การจราจร" #: js/messages.php:111 libraries/Menu.class.php:482 #: server_status_monitor.php:677 msgid "Settings" -msgstr "ตั้งค่า" +msgstr "การตั้งค่า" #: js/messages.php:112 msgid "Remove chart" @@ -1831,7 +1831,7 @@ msgstr "" #: js/messages.php:324 msgid "Add an option for column " -msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์ " +msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์" #: js/messages.php:325 #, php-format @@ -1913,7 +1913,7 @@ msgstr "แสดงแถวข้อมูล" #: js/messages.php:355 msgid "Generate password" -msgstr "สร้างรหัสอัตโนมัติ" +msgstr "สร้างรหัสผ่าน" #: js/messages.php:356 libraries/replication_gui.lib.php:389 msgid "Generate" @@ -1959,7 +1959,7 @@ msgstr ", รุ่นเสถียรล่าสุด:" #: js/messages.php:373 msgid "up to date" -msgstr "ปัจจุบัน" +msgstr "ล่าสุด" #. l10n: Display text for calendar close link #: js/messages.php:392 @@ -2708,9 +2708,8 @@ msgid "Export" msgstr "ส่งออก" #: libraries/DisplayResults.class.php:5166 view_create.php:151 -#, fuzzy msgid "Create view" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างมุมมอง" #: libraries/DisplayResults.class.php:5222 msgid "Query results operations" @@ -2793,11 +2792,11 @@ msgstr "ไม่สามารถอ่านไฟล์อัพโหลด #: libraries/Footer.class.php:133 libraries/Footer.class.php:137 #: libraries/Footer.class.php:140 msgid "Open new phpMyAdmin window" -msgstr "" +msgstr "เปิดหน้าต่างนี้ในแท็บใหม่" #: libraries/Header.class.php:392 msgid "Click on the bar to scroll to top of page" -msgstr "" +msgstr "คลิกที่แถบเพื่อเลื่อนไปยังบนสุดของหน้า" #: libraries/Header.class.php:623 #: libraries/plugins/auth/AuthenticationCookie.class.php:269 @@ -2969,7 +2968,6 @@ msgid "Databases" msgstr "ฐานข้อมูล" #: libraries/Menu.class.php:469 -#, fuzzy #| msgid "User" msgid "Users" msgstr "ผู้ใช้" @@ -2984,7 +2982,7 @@ msgstr "ข้อมูลไบนารี " #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" -msgstr "การทำข้อมูลซ้ำไปไว้อีกที่หนึ่ง" +msgstr "การจำลองแบบ" #: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 #: server_engines.php:137 server_engines.php:141 @@ -2993,7 +2991,7 @@ msgstr "ตัวแปร" #: libraries/Menu.class.php:506 msgid "Charsets" -msgstr "ชุดตัวอักษร" +msgstr "ชุดอักขระ" #: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 msgid "Plugins" @@ -3432,9 +3430,9 @@ msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" #: libraries/Types.class.php:320 libraries/Types.class.php:723 -#, fuzzy, php-format +#, php-format msgid "A date, supported range is %1$s to %2$s" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "วันเวลา ช่วงที่ได้รับการสนับสนุน %1$s ถึง %2$s" #: libraries/Types.class.php:322 libraries/Types.class.php:725 #, php-format @@ -4073,10 +4071,9 @@ msgstr "ข้อมูลที่หายไปสำหรับ %s" #: libraries/config/FormDisplay.class.php:765 #: libraries/config/FormDisplay.class.php:771 -#, fuzzy #| msgid "Variable" msgid "unavailable" -msgstr "ตัวแปร" +msgstr "ไม่พร้อมใช้งาน" #: libraries/config/FormDisplay.class.php:767 #: libraries/config/FormDisplay.class.php:773 @@ -4260,7 +4257,7 @@ msgstr "" #: libraries/config/messages.inc.php:43 setup/frames/config.inc.php:25 #: setup/frames/index.inc.php:176 msgid "Configuration file" -msgstr "ไฟล์กำหนดค่า" +msgstr "กำหนดค่าไฟล์" #: libraries/config/messages.inc.php:44 msgid "" @@ -4373,9 +4370,8 @@ msgid "Save as file" msgstr "บันทึกเป็นไฟล์" #: libraries/config/messages.inc.php:69 libraries/config/messages.inc.php:241 -#, fuzzy msgid "Character set of the file" -msgstr "ชุดอักขระของไฟล์ (character set):" +msgstr "ชุดอักขระของไฟล์" #: libraries/config/messages.inc.php:70 libraries/config/messages.inc.php:86 #: libraries/structure.lib.php:1682 tbl_gis_visualization.php:181 @@ -4512,10 +4508,9 @@ msgid "Relations" msgstr "รีเลชัน" #: libraries/config/messages.inc.php:103 -#, fuzzy #| msgid "Export" msgid "Export method" -msgstr "ส่งออก" +msgstr "วิธีการส่งออก" #: libraries/config/messages.inc.php:112 libraries/config/messages.inc.php:114 msgid "Save on server" @@ -4612,7 +4607,7 @@ msgstr "" #: libraries/config/messages.inc.php:147 msgid "Force SSL connection" -msgstr "" +msgstr "การเชื่อมต่อ SSL" #: libraries/config/messages.inc.php:148 msgid "" @@ -4684,9 +4679,8 @@ msgid "Features" msgstr "คุณสมบัติ" #: libraries/config/messages.inc.php:166 -#, fuzzy msgid "General" -msgstr "สร้างโดย" +msgstr "ทั่วไป" #: libraries/config/messages.inc.php:167 msgid "Set some commonly used options" @@ -4728,7 +4722,6 @@ msgstr "" #: libraries/config/messages.inc.php:179 libraries/select_server.lib.php:42 #: setup/frames/index.inc.php:117 -#, fuzzy msgid "Servers" msgstr "เซิร์ฟเวอร์" @@ -4741,10 +4734,9 @@ msgid "Tables display options" msgstr "ตัวเลือกการแสดงตาราง" #: libraries/config/messages.inc.php:183 setup/frames/menu.inc.php:20 -#, fuzzy #| msgid "Hide indexes" msgid "Main panel" -msgstr "ซ่อนดัชนี" +msgstr "แผงหลัก" #: libraries/config/messages.inc.php:184 msgid "Microsoft Office" @@ -4773,7 +4765,7 @@ msgstr "" #: libraries/config/messages.inc.php:192 #: libraries/navigation/NavigationHeader.class.php:204 msgid "Query window" -msgstr "หน้าต่างคำค้น" +msgstr "หน้าต่างแบบสอบถาม" #: libraries/config/messages.inc.php:193 msgid "Customize query window options" @@ -4794,10 +4786,9 @@ msgid "Basic settings" msgstr "ตั้งค่าพื้นฐาน" #: libraries/config/messages.inc.php:197 -#, fuzzy #| msgid "Documentation" msgid "Authentication" -msgstr "เอกสารอ้างอิง" +msgstr "รับรองความถูกต้อง" #: libraries/config/messages.inc.php:198 msgid "Authentication settings" @@ -4815,7 +4806,7 @@ msgstr "" #: libraries/config/messages.inc.php:201 msgid "Enter server connection parameters" -msgstr "" +msgstr "ป้อนพารามิเตอร์ของการเชื่อมต่อเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:202 msgid "Configuration storage" @@ -4847,10 +4838,9 @@ msgid "Customize import defaults" msgstr "นำเข้าค่าเริ่มต้นที่กำหนดเอง" #: libraries/config/messages.inc.php:209 -#, fuzzy #| msgid "Use text field" msgid "Customize navigation panel" -msgstr "ใช้ช่องใส่ข้อความ (text field)" +msgstr "ปรับแต่งแผงนำทาง" #: libraries/config/messages.inc.php:210 #, fuzzy @@ -4860,9 +4850,8 @@ msgstr "ใช้ช่องใส่ข้อความ (text field)" #: libraries/config/messages.inc.php:211 libraries/config/messages.inc.php:216 #: setup/frames/menu.inc.php:18 -#, fuzzy msgid "SQL queries" -msgstr "คำค้น SQL" +msgstr "แบบสอบถาม SQL" #: libraries/config/messages.inc.php:213 #, fuzzy @@ -4879,10 +4868,9 @@ msgid "SQL queries settings" msgstr "คำค้น SQL" #: libraries/config/messages.inc.php:218 -#, fuzzy #| msgid "SQL history" msgid "SQL Validator" -msgstr "SQL-history" +msgstr "ตัวตรวจสอบ SQL" #: libraries/config/messages.inc.php:219 msgid "" @@ -4902,20 +4890,18 @@ msgid "Customize startup page" msgstr "หน้าเริ่มต้นที่กำหนดเอง" #: libraries/config/messages.inc.php:222 -#, fuzzy #| msgid "Database server" msgid "Database structure" -msgstr "เซิร์ฟเวอร์ฐานข้อมูล" +msgstr "โครงสร้างฐานข้อมูล" #: libraries/config/messages.inc.php:223 msgid "Choose which details to show in the database structure (list of tables)" msgstr "" #: libraries/config/messages.inc.php:224 -#, fuzzy #| msgid "Database server" msgid "Table structure" -msgstr "เซิร์ฟเวอร์ฐานข้อมูล" +msgstr "โครงสร้างของตาราง" #: libraries/config/messages.inc.php:225 msgid "Settings for the table structure (list of columns)" @@ -5412,22 +5398,19 @@ msgid "Query window height (in pixels)" msgstr "" #: libraries/config/messages.inc.php:350 -#, fuzzy #| msgid "Query window" msgid "Query window height" -msgstr "หน้าต่างคำค้น" +msgstr "ความสูงของหน้าต่างแบบสอบถาม" #: libraries/config/messages.inc.php:351 -#, fuzzy #| msgid "Query window" msgid "Query window width (in pixels)" -msgstr "หน้าต่างคำค้น" +msgstr "ความกว้างของหน้าต่างแบบสอบถาม (พิกเซล)" #: libraries/config/messages.inc.php:352 -#, fuzzy #| msgid "Query window" msgid "Query window width" -msgstr "หน้าต่างคำค้น" +msgstr "ความกว้างของหน้าต่างแบบสอบถาม" #: libraries/config/messages.inc.php:353 msgid "Select which functions will be used for character set conversion" @@ -5501,7 +5484,7 @@ msgstr "" #: libraries/config/messages.inc.php:371 msgid "HTTP Realm" -msgstr "" +msgstr "รหัสประจำตัวของ HTTP" #: libraries/config/messages.inc.php:372 msgid "" @@ -5512,15 +5495,15 @@ msgstr "" #: libraries/config/messages.inc.php:373 msgid "SweKey config file" -msgstr "" +msgstr "กำหนดค่าไฟล์ SweKey" #: libraries/config/messages.inc.php:374 msgid "Authentication method to use" -msgstr "" +msgstr "วิธีการรับรองความถูกต้องที่ใช้" #: libraries/config/messages.inc.php:375 setup/frames/index.inc.php:136 msgid "Authentication type" -msgstr "" +msgstr "ประเภทของการรับรองความถูกต้อง" #: libraries/config/messages.inc.php:376 msgid "" @@ -5544,20 +5527,19 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "Compress connection to MySQL server" -msgstr "" +msgstr "บีบอัดการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" #: libraries/config/messages.inc.php:381 msgid "Compress connection" -msgstr "" +msgstr "บีบอัดการเชื่อมต่อ" #: libraries/config/messages.inc.php:382 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" -msgstr "" +msgstr "วิธีการเชื่อมต่อไปยังเซิร์ฟเวอร์ เลือก [kbd]tcp[/kbd] หากไม่แน่ใจ" #: libraries/config/messages.inc.php:383 -#, fuzzy msgid "Connection type" -msgstr "การเชื่อมต่อ" +msgstr "ประเภทการเชื่อมต่อ" #: libraries/config/messages.inc.php:384 msgid "Control user password" @@ -5625,7 +5607,7 @@ msgstr "" #: libraries/config/messages.inc.php:396 msgid "PHP extension to use" -msgstr "" +msgstr "ส่วนขยายของ PHP ที่ใช้" #: libraries/config/messages.inc.php:397 msgid "Hide databases matching regular expression (PCRE)" @@ -5650,13 +5632,12 @@ msgid "Hostname where MySQL server is running" msgstr "" #: libraries/config/messages.inc.php:402 -#, fuzzy msgid "Server hostname" -msgstr "ตัวเลือกเซิร์ฟเวอร์" +msgstr "ชื่อโฮสต์ของเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:403 msgid "Logout URL" -msgstr "" +msgstr "URL ที่ออกจากระบบ" #: libraries/config/messages.inc.php:404 msgid "" @@ -5670,11 +5651,11 @@ msgstr "" #: libraries/config/messages.inc.php:406 msgid "Try to connect without password" -msgstr "" +msgstr "เชื่อมต่อโดยไม่ต้องใช้รหัสผ่าน" #: libraries/config/messages.inc.php:407 msgid "Connect without password" -msgstr "" +msgstr "เชื่อมต่อโดยไม่ต้องใช้รหัสผ่าน" #: libraries/config/messages.inc.php:408 msgid "" @@ -5689,11 +5670,11 @@ msgstr "แสดงฐานข้อมูลที่ระบุไว้เ #: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 msgid "Leave empty if not using config auth" -msgstr "" +msgstr "ปล่อยว่างไว้ ถ้าไม่ใช้การกำหนดค่าการรับรองความถูกต้อง" #: libraries/config/messages.inc.php:411 msgid "Password for config auth" -msgstr "" +msgstr "รหัสผ่าน" #: libraries/config/messages.inc.php:412 msgid "" @@ -5722,9 +5703,8 @@ msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:417 -#, fuzzy msgid "Server port" -msgstr "ตัวเลือกเซิร์ฟเวอร์" +msgstr "พอร์ตของเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:418 msgid "" @@ -5762,31 +5742,32 @@ msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" "[/a] for an example" msgstr "" +"ดูตัวอย่าง [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]ประเภทของการร" +"ับรองความถูกต้อง[/a]" #: libraries/config/messages.inc.php:425 msgid "Signon session name" -msgstr "" +msgstr "ชื่อเซสชั่น" #: libraries/config/messages.inc.php:426 msgid "Signon URL" -msgstr "" +msgstr "URL ที่เข้าสู่ระบบ" #: libraries/config/messages.inc.php:427 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:428 -#, fuzzy msgid "Server socket" -msgstr "ตัวเลือกเซิร์ฟเวอร์" +msgstr "ซ็อกเก็ตของเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:429 msgid "Enable SSL for connection to MySQL server" -msgstr "" +msgstr "เปิดใช้งาน SSL สำหรับการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" #: libraries/config/messages.inc.php:430 msgid "Use SSL" -msgstr "" +msgstr "ใช้ SSL" #: libraries/config/messages.inc.php:431 msgid "" @@ -5879,9 +5860,8 @@ msgid "" msgstr "" #: libraries/config/messages.inc.php:448 -#, fuzzy msgid "Automatically create versions" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างเวอร์ชั่นโดยอัตโนมัติ" #: libraries/config/messages.inc.php:449 msgid "" @@ -5895,7 +5875,7 @@ msgstr "" #: libraries/config/messages.inc.php:452 msgid "User for config auth" -msgstr "" +msgstr "ชื่อผู้ใช้" #: libraries/config/messages.inc.php:453 msgid "" @@ -6235,19 +6215,19 @@ msgstr "" #: libraries/config/setup.forms.php:41 msgid "Config authentication" -msgstr "" +msgstr "กำหนดค่าการรับรองความถูกต้อง" #: libraries/config/setup.forms.php:45 msgid "Cookie authentication" -msgstr "" +msgstr "การรับรองความถูกต้องของคุกกี้" #: libraries/config/setup.forms.php:48 msgid "HTTP authentication" -msgstr "" +msgstr "การรับรองความถูกต้องของ HTTP" #: libraries/config/setup.forms.php:51 msgid "Signon authentication" -msgstr "" +msgstr "การรับรองความถูกต้องของการเข้าสู่ระบบ" #: libraries/config/setup.forms.php:251 #: libraries/config/user_preferences.forms.php:152 @@ -6341,7 +6321,7 @@ msgstr "" #: libraries/core.lib.php:290 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." -msgstr "" +msgstr "ส่วนขยาย %s ขาดหายไป กรุณาตรวจสอบการกำหนดค่าของ PHP" #: libraries/core.lib.php:449 msgid "possible deep recursion attack" @@ -6461,10 +6441,9 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" #: libraries/display_export.lib.php:100 -#, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" -msgstr "อนุญาตให้ล็อกตารางสำหรับเธรดปัจจุบัน" +msgstr "การส่งออกฐานข้อมูลจากเซิร์ฟเวอร์ปัจจุบัน" #: libraries/display_export.lib.php:103 #, fuzzy, php-format @@ -6479,18 +6458,17 @@ msgid "Exporting rows from \"%s\" table" msgstr "สร้างตารางในฐานข้อมูลนี้ %s" #: libraries/display_export.lib.php:122 -#, fuzzy #| msgid "Export" msgid "Export Method:" -msgstr "ส่งออก" +msgstr "วิธีการส่งออก:" #: libraries/display_export.lib.php:132 msgid "Quick - display only the minimal options" -msgstr "" +msgstr "รวดเร็ว - แสดงเฉพาะตัวเลือกที่น้อยที่สุด" #: libraries/display_export.lib.php:144 msgid "Custom - display all possible options" -msgstr "" +msgstr "กำหนดเอง - แสดงตัวเลือกที่เป็นไปได้ทั้งหมด" #: libraries/display_export.lib.php:153 #, fuzzy @@ -6570,7 +6548,7 @@ msgstr "" #: libraries/display_export.lib.php:347 libraries/display_import.lib.php:255 #: libraries/display_import.lib.php:269 libraries/sql_query_form.lib.php:495 msgid "Character set of the file:" -msgstr "ชุดอักขระของไฟล์ (character set):" +msgstr "ชุดอักขระของไฟล์:" #: libraries/display_export.lib.php:381 #, fuzzy @@ -6604,16 +6582,14 @@ msgstr "ส่งมาเป็นไฟล์" #: libraries/display_export.lib.php:426 libraries/display_import.lib.php:312 #: libraries/plugins/export/ExportCodegen.class.php:107 -#, fuzzy #| msgid "Format" msgid "Format:" -msgstr "รูปแบบ" +msgstr "รูปแบบ:" #: libraries/display_export.lib.php:431 -#, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" -msgstr "ตัวเลือกการแปลง" +msgstr "ตัวเลือกรูปแบบเฉพาะ:" #: libraries/display_export.lib.php:433 msgid "" @@ -6639,14 +6615,14 @@ msgid "Git revision:" msgstr "" #: libraries/display_git_revision.lib.php:67 -#, fuzzy, php-format +#, php-format msgid "committed on %1$s by %2$s" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "มีข้อผูกพันบน %1$s โดย %2$s" #: libraries/display_git_revision.lib.php:75 -#, fuzzy, php-format +#, php-format msgid "authored on %1$s by %2$s" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างบน %1$s โดย %2$s" #: libraries/display_import.lib.php:69 msgid "" @@ -6688,10 +6664,9 @@ msgid "" msgstr "" #: libraries/display_import.lib.php:190 -#, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Importing into the current server" -msgstr "ไม่สามารถล็อกอินเข้าเซิร์ฟเวอร์ MySQL ได้" +msgstr "การนำเข้าฐานข้อมูลสู่เซิร์ฟเวอร์ปัจจุบัน" #: libraries/display_import.lib.php:192 #, fuzzy, php-format @@ -6705,7 +6680,7 @@ msgstr "ไม่มีฐานข้อมูล" #: libraries/display_import.lib.php:200 msgid "File to Import:" -msgstr "" +msgstr "ไฟล์ที่ต้องการนำเข้า:" #: libraries/display_import.lib.php:217 #, php-format @@ -6723,10 +6698,9 @@ msgid "File uploads are not allowed on this server." msgstr "" #: libraries/display_import.lib.php:276 -#, fuzzy #| msgid "Partial Texts" msgid "Partial Import:" -msgstr "ข้อความบางส่วน" +msgstr "นำเข้าบางส่วน:" #: libraries/display_import.lib.php:282 #, php-format @@ -6747,7 +6721,7 @@ msgstr "" #: libraries/display_import.lib.php:318 msgid "Format-Specific Options:" -msgstr "" +msgstr "ตัวเลือกรูปแบบเฉพาะ:" #: libraries/display_indexes.lib.php:50 libraries/structure.lib.php:2004 #: libraries/structure.lib.php:2007 @@ -6788,7 +6762,7 @@ msgstr "ภาษา" #: libraries/engines/bdb.lib.php:25 msgid "Version information" -msgstr "ข้อมูลเวอร์ชัน" +msgstr "ข้อมูลเวอร์ชั่น" #: libraries/engines/innodb.lib.php:28 msgid "Data home directory" @@ -7228,7 +7202,6 @@ msgstr "" #. l10n: This is currently used only in Japanese locales #: libraries/kanji-encoding.lib.php:147 -#, fuzzy #| msgid "None" msgctxt "None encoding conversion" msgid "None" @@ -7482,7 +7455,7 @@ msgstr "" #: libraries/navigation/NavigationHeader.class.php:178 msgid "Home" -msgstr "หน้าบ้าน" +msgstr "หน้าหลัก" #: libraries/navigation/NavigationHeader.class.php:191 msgid "Log out" @@ -7490,11 +7463,11 @@ msgstr "ออกจากระบบ" #: libraries/navigation/NavigationHeader.class.php:214 msgid "phpMyAdmin documentation" -msgstr "เอกสารการใช้ phpMyAdmin" +msgstr "เอกสารประกอบของ phpMyAdmin" #: libraries/navigation/NavigationHeader.class.php:238 msgid "Reload navigation frame" -msgstr "" +msgstr "โหลดกรอบนำทางใหม่" #: libraries/navigation/NavigationTree.class.php:708 #, php-format @@ -7676,7 +7649,7 @@ msgstr "หมายเหตุของตาราง" #: libraries/operations.lib.php:796 server_engines.php:75 msgid "Storage Engine" -msgstr "" +msgstr "เครื่องมือที่เก็บข้อมูล" #: libraries/operations.lib.php:998 msgid "Copy table to (database.table):" @@ -8384,7 +8357,7 @@ msgstr "" #: libraries/plugins/import/ImportSql.class.php:71 msgid "SQL compatibility mode:" -msgstr "" +msgstr "โหมดที่เข้ากันได้กับ SQL:" #: libraries/plugins/import/ImportSql.class.php:83 msgid "Do not use AUTO_INCREMENT for zero values" @@ -8551,7 +8524,7 @@ msgstr "คำค้นนี้ถูกจดไว้แล้ว" #: libraries/relation.lib.php:194 querywindow.php:70 msgid "SQL history" -msgstr "SQL-history" +msgstr "ประวัติ SQL" #: libraries/relation.lib.php:216 msgid "Persistent recently used tables" @@ -9491,7 +9464,6 @@ msgstr "" #: libraries/server_privileges.lib.php:328 #: libraries/server_privileges.lib.php:329 -#, fuzzy #| msgid "None" msgctxt "None privileges" msgid "None" @@ -9846,9 +9818,9 @@ msgid "ø Time" msgstr "เวลา" #: libraries/sql_query_form.lib.php:188 -#, fuzzy, php-format +#, php-format msgid "Run SQL query/queries on server %s" -msgstr "ประมวลผลคำค้นบนฐานข้อมูล %s" +msgstr "เรียกใช้แบบสอบถาม SQL/แบบสอบถามบนเซิร์ฟเวอร์ %s" #: libraries/sql_query_form.lib.php:209 libraries/sql_query_form.lib.php:233 #, php-format @@ -9856,9 +9828,8 @@ msgid "Run SQL query/queries on database %s" msgstr "ประมวลผลคำค้นบนฐานข้อมูล %s" #: libraries/sql_query_form.lib.php:275 setup/frames/index.inc.php:260 -#, fuzzy msgid "Clear" -msgstr "ปฏิทิน" +msgstr "ล้าง" #: libraries/sql_query_form.lib.php:318 #, fuzzy @@ -10012,7 +9983,6 @@ msgid "Sort" msgstr "เรียง" #: libraries/structure.lib.php:1279 tbl_tracking.php:359 -#, fuzzy #| msgid "None" msgctxt "None for default" msgid "None" @@ -10261,7 +10231,6 @@ msgid "Get more editing space" msgstr "" #: libraries/tbl_columns_definition_form.inc.php:430 -#, fuzzy #| msgid "None" msgctxt "for default" msgid "None" @@ -10609,6 +10578,8 @@ msgid "" "You can set more settings by modifying config.inc.php, eg. by using %sSetup " "script%s." msgstr "" +"คุณสามารถกำหนดการตั้งค่าเพิ่มเติมได้โดยแก้ไข config.inc.php เช่น โดยการใช้ %" +"sSetup script%s" #: prefs_manage.php:308 msgid "Save to browser's storage" @@ -10624,7 +10595,7 @@ msgstr "ถ้ามีการตั้งค่าอยู่แล้วจ #: prefs_manage.php:329 msgid "You can reset all your settings and restore them to default values." -msgstr "" +msgstr "คุณสามารถรีเซ็ตการตั้งค่าทั้งหมดของคุณและเรียกคืนเป็นค่าเริ่มต้น" #: querywindow.php:64 msgid "Import files" @@ -10677,7 +10648,7 @@ msgstr "ตำแหน่งเริ่มแรก" #: server_collations.php:25 msgid "Character Sets and Collations" -msgstr "ชุดตัวอักษร และการเรียงลำดับ" +msgstr "ชุดอักขระและการตรวจทาน" #: server_databases.php:117 #, fuzzy, php-format @@ -10693,11 +10664,11 @@ msgstr "สถิติฐานข้อมูล" #: server_databases.php:227 server_replication.php:167 #: server_replication.php:198 msgid "Master replication" -msgstr "" +msgstr "การจำลองแบบมาสเตอร์" #: server_databases.php:229 server_replication.php:236 msgid "Slave replication" -msgstr "" +msgstr "การจำลองแบบสเลฟ" #: server_databases.php:339 server_databases.php:340 msgid "Enable Statistics" @@ -10718,7 +10689,7 @@ msgstr "ไม่มีฐานข้อมูล" #: server_engines.php:67 msgid "Storage Engines" -msgstr "" +msgstr "เครื่องมือที่เก็บข้อมูล" #: server_export.php:20 #, fuzzy @@ -10814,6 +10785,8 @@ msgid "" "This server is not configured as master in a replication process. Would you " "like to configure it?" msgstr "" +"เซิร์ฟเวอร์นี้ไม่ได้กำหนดค่าให้เป็นมาสเตอร์ในกระบวนการการจำลองแบบ " +"คุณต้องการที่จะ กำหนดค่า หรือไม่?" #: server_replication.php:206 msgid "Master configuration" @@ -10932,6 +10905,8 @@ msgid "" "This server is not configured as slave in a replication process. Would you " "like to configure it?" msgstr "" +"เซิร์ฟเวอร์นี้ไม่ได้กำหนดค่าให้เป็นสเลฟในกระบวนการการจำลองแบบ " +"คุณต้องการที่จะ กำหนดค่า หรือไม่?" #: server_status.php:31 #, php-format @@ -11273,13 +11248,12 @@ msgstr "" #: server_status_variables.php:78 server_variables.php:156 msgid "Filters" -msgstr "" +msgstr "ตัวกรอง" #: server_status_variables.php:82 server_variables.php:158 -#, fuzzy #| msgid "Do not change the password" msgid "Containing the word:" -msgstr "กรุณาอย่าเปลี่ยนรหัสผ่าน" +msgstr "ที่มีคำว่า:" #: server_status_variables.php:89 #, fuzzy @@ -11879,7 +11853,7 @@ msgstr "" #: server_variables.php:119 msgid "Server variables and settings" -msgstr "ตัวแปร และค่ากำหนด ของเซิร์ฟเวอร์" +msgstr "ตัวแปรของเซิร์ฟเวอร์และการตั้งค่า" #: server_variables.php:168 server_variables.php:208 msgid "Session value" @@ -11887,12 +11861,12 @@ msgstr "ค่าเซสชั่น" #: server_variables.php:168 msgid "Global value" -msgstr "ค่าแบบโกลบอล" +msgstr "ค่าส่วนกลาง" #: setup/frames/config.inc.php:38 setup/frames/index.inc.php:244 #: tbl_gis_visualization.php:194 msgid "Download" -msgstr "" +msgstr "ดาวน์โหลด" #: setup/frames/form.inc.php:25 msgid "Incorrect formset, check $formsets array in setup/frames/form.inc.php" @@ -11900,7 +11874,7 @@ msgstr "" #: setup/frames/index.inc.php:51 msgid "Cannot load or save configuration" -msgstr "" +msgstr "ไม่สามารถโหลดหรือบันทึกการกำหนดค่า" #: setup/frames/index.inc.php:52 msgid "" @@ -11908,6 +11882,10 @@ msgid "" "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" +"กรุณาสร้างโฟลเดอร์เว็บเซิร์ฟเวอร์ที่สามารถเขียนได้ [em]กำหนดค่า[/em] " +"ในไดเรกทอรี phpMyAdmin ระดับสูงที่กล่าวไว้ใน " +"[doc@setup_script]documentation[/doc] " +"มิฉะนั้นคุณจะมีเพียงแต่ที่จะดาวน์โหลดหรือแสดงมันเท่านั้น" #: setup/frames/index.inc.php:60 msgid "" @@ -11924,7 +11902,7 @@ msgstr "" #: setup/frames/index.inc.php:68 msgid "Insecure connection" -msgstr "" +msgstr "การเชื่อมต่อที่ไม่ปลอดภัย" #: setup/frames/index.inc.php:98 #, fuzzy @@ -11940,19 +11918,19 @@ msgstr "" #: setup/frames/index.inc.php:107 setup/frames/menu.inc.php:16 msgid "Overview" -msgstr "" +msgstr "ภาพรวม" #: setup/frames/index.inc.php:115 msgid "Show hidden messages (#MSG_COUNT)" -msgstr "" +msgstr "แสดงข้อความที่ซ่อน (#MSG_COUNT)" #: setup/frames/index.inc.php:158 msgid "There are no configured servers" -msgstr "" +msgstr "ไม่มีการกำหนดค่าเซิร์ฟเวอร์" #: setup/frames/index.inc.php:166 msgid "New server" -msgstr "" +msgstr "เซิร์ฟเวอร์ใหม่" #: setup/frames/index.inc.php:199 msgid "Default language" @@ -11964,15 +11942,15 @@ msgstr "" #: setup/frames/index.inc.php:221 msgid "- none -" -msgstr "" +msgstr "- ไม่มี -" #: setup/frames/index.inc.php:225 msgid "Default server" -msgstr "" +msgstr "เซิร์ฟเวอร์เริ่มต้น" #: setup/frames/index.inc.php:237 msgid "End of line" -msgstr "" +msgstr "ท้ายบรรทัด" #: setup/frames/index.inc.php:243 msgid "Display" @@ -11996,7 +11974,7 @@ msgstr "แก้ไข เครื่องแม่ข่าย" #: setup/frames/servers.inc.php:39 msgid "Add a new server" -msgstr "เพิ่ม เครื่องแม่ข่าย" +msgstr "เพิ่มเซิร์ฟเวอร์ใหม่" #: setup/index.php:22 msgid "Wrong GET file attribute value" @@ -12075,6 +12053,8 @@ msgid "" "%sBzip2 compression and decompression%s requires functions (%s) which are " "unavailable on this system." msgstr "" +"การบีบอัดและการคลาย %sBzip2%s ต้องใช้ฟังก์ชั่น (%s) " +"ซึ่งเป็นสิ่งที่ไม่สามารถใช้งานได้ในระบบนี้" #: setup/lib/index.lib.php:303 msgid "" @@ -12085,7 +12065,7 @@ msgstr "" #: setup/lib/index.lib.php:304 #, php-format msgid "This %soption%s should be enabled if your web server supports it." -msgstr "" +msgstr "%soption%s นี้ควรจะเปิดใช้งานถ้าเว็บเซิร์ฟเวอร์ของคุณสนับสนุน" #: setup/lib/index.lib.php:306 #, php-format @@ -12093,6 +12073,8 @@ msgid "" "%sGZip compression and decompression%s requires functions (%s) which are " "unavailable on this system." msgstr "" +"การบีบอัดและการคลาย %sGZip%s ต้องใช้ฟังก์ชั่น (%s) " +"ซึ่งเป็นสิ่งที่ไม่สามารถใช้งานได้ในระบบนี้" #: setup/lib/index.lib.php:308 #, php-format @@ -12141,6 +12123,8 @@ msgid "" "%sZip compression%s requires functions (%s) which are unavailable on this " "system." msgstr "" +"การบีบอัด %sZip%s ต้องใช้ฟังก์ชั่น (%s) " +"ซึ่งเป็นสิ่งที่ไม่สามารถใช้งานได้ในระบบนี้" #: setup/lib/index.lib.php:320 #, php-format @@ -12148,6 +12132,8 @@ msgid "" "%sZip decompression%s requires functions (%s) which are unavailable on this " "system." msgstr "" +"การคลาย %sZip%s ต้องใช้ฟังก์ชั่น (%s) " +"ซึ่งเป็นสิ่งที่ไม่สามารถใช้งานได้ในระบบนี้" #: setup/lib/index.lib.php:348 msgid "You should use SSL connections if your database server supports it." @@ -12347,7 +12333,7 @@ msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" #: tbl_gis_visualization.php:121 msgid "-- None --" -msgstr "" +msgstr "-- ไม่มี --" #: tbl_gis_visualization.php:135 #, fuzzy @@ -12591,9 +12577,9 @@ msgid "Activate now" msgstr "" #: tbl_tracking.php:859 -#, fuzzy, php-format +#, php-format msgid "Create version %1$s of %2$s" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างเวอร์ชั่น %1$s ของ %2$s" #: tbl_tracking.php:867 msgid "Track these data definition statements:" @@ -12604,9 +12590,8 @@ msgid "Track these data manipulation statements:" msgstr "" #: tbl_tracking.php:885 -#, fuzzy msgid "Create version" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างเวอร์ชั่น" #: themes.php:16 themes.php:21 msgid "Theme" From 691a6a28b29392c68236e88c34ef28b184bba3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 May 2013 10:40:54 +0200 Subject: [PATCH 17/82] Translated using Weblate (Thai) Currently translated at 42.1% (1097 of 2603) --- po/th.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/th.po b/po/th.po index 54da3d06d7..48f180b333 100644 --- a/po/th.po +++ b/po/th.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.0.3-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-25 07:30-0400\n" -"PO-Revision-Date: 2013-05-27 19:36+0200\n" -"Last-Translator: Anachak Udrach \n" +"PO-Revision-Date: 2013-05-28 10:40+0200\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Thai \n" "Language: th\n" "MIME-Version: 1.0\n" @@ -1818,7 +1818,7 @@ msgstr "" #: js/messages.php:333 msgid "Add an option for column " -msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์" +msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์ " #: js/messages.php:334 #, php-format From 362b11fabd70b314f9786b1ebdb3f91c3db0e9f8 Mon Sep 17 00:00:00 2001 From: Thanapon Namjittrong Date: Tue, 28 May 2013 13:01:37 +0200 Subject: [PATCH 18/82] Translated using Weblate (Thai) Currently translated at 42.1% (1097 of 2603) --- po/th.po | 289 ++++++++++++++++++++++++++----------------------------- 1 file changed, 137 insertions(+), 152 deletions(-) diff --git a/po/th.po b/po/th.po index 48f180b333..bf893f92da 100644 --- a/po/th.po +++ b/po/th.po @@ -729,17 +729,17 @@ msgstr "เซิร์ฟเวอร์" #: index.php:240 msgid "Server type" -msgstr "ตัวเลือกเซิร์ฟเวอร์" +msgstr "ประเภทของเซิร์ฟเวอร์" #: index.php:244 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "เวอร์ชั่นของเซิร์ฟเวอร์" #: index.php:248 msgid "Protocol version" -msgstr "รุ่นของโพรโทคอล" +msgstr "เวอร์ชั่นของโปรโตคอล" #: index.php:252 libraries/server_privileges.lib.php:1566 #: libraries/server_privileges.lib.php:2378 @@ -750,7 +750,7 @@ msgstr "ผู้ใช้" #: index.php:257 msgid "Server charset" -msgstr "ชุดอักขระเซิร์ฟเวอร์" +msgstr "ชุดอักขระของเซิร์ฟเวอร์" #: index.php:269 msgid "Web server" @@ -758,11 +758,11 @@ msgstr "เว็บเซิร์ฟเวอร์" #: index.php:282 msgid "Database client version" -msgstr "รุ่นไคลเอนต์ฐานข้อมูล" +msgstr "เวอร์ชั่นฐานข้อมูลไคลเอ็นต์" #: index.php:286 msgid "PHP extension" -msgstr "ส่วนขยาย PHP" +msgstr "ส่วนขยายของ PHP" #: index.php:300 msgid "Show PHP information" @@ -770,7 +770,7 @@ msgstr "แสดงข้อมูลของ PHP" #: index.php:323 libraries/engines/bdb.lib.php:25 msgid "Version information" -msgstr "ข้อมูลเวอร์ชัน" +msgstr "ข้อมูลเวอร์ชั่น" #: index.php:332 libraries/Util.class.php:433 libraries/Util.class.php:519 #: libraries/config/FormDisplay.tpl.php:145 @@ -786,12 +786,12 @@ msgstr "วิกิ" #: index.php:348 msgid "Official Homepage" -msgstr "โฮมเพจอย่างเป็นทางการของ phpMyAdmin" +msgstr "โฮมเพจอย่างเป็นทางการ" #: index.php:355 #| msgid "Attributes" msgid "Contribute" -msgstr "ร่วมสร้างสรรค์" +msgstr "สนับสนุน" #: index.php:362 msgid "Get support" @@ -849,7 +849,7 @@ msgstr "" #: index.php:449 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." -msgstr "" +msgstr "ในขณะนี้ไฟล์การกำหนดค่าต้องการรหัสผ่านลับ (blowfish_secret)" #: index.php:460 msgid "" @@ -1188,7 +1188,7 @@ msgstr "การจราจร" #: js/messages.php:120 libraries/Menu.class.php:482 #: server_status_monitor.php:475 msgid "Settings" -msgstr "ตั้งค่า" +msgstr "การตั้งค่า" #: js/messages.php:121 msgid "Remove chart" @@ -1818,7 +1818,7 @@ msgstr "" #: js/messages.php:333 msgid "Add an option for column " -msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์ " +msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์" #: js/messages.php:334 #, php-format @@ -1900,7 +1900,7 @@ msgstr "แสดงแถวข้อมูล" #: js/messages.php:364 msgid "Generate password" -msgstr "สร้างรหัสอัตโนมัติ" +msgstr "สร้างรหัสผ่าน" #: js/messages.php:365 libraries/replication_gui.lib.php:389 msgid "Generate" @@ -1946,7 +1946,7 @@ msgstr ", รุ่นเสถียรล่าสุด:" #: js/messages.php:382 msgid "up to date" -msgstr "ปัจจุบัน" +msgstr "ล่าสุด" #. l10n: Display text for calendar close link #: js/messages.php:401 @@ -2688,9 +2688,8 @@ msgid "Visualize GIS data" msgstr "แสดงภาพของข้อมูล GIS" #: libraries/DisplayResults.class.php:5333 view_create.php:151 -#, fuzzy msgid "Create view" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างมุมมอง" #: libraries/DisplayResults.class.php:5522 msgid "Link not found" @@ -2749,11 +2748,11 @@ msgstr "ไม่สามารถอ่านไฟล์อัพโหลด #: libraries/Footer.class.php:133 libraries/Footer.class.php:137 #: libraries/Footer.class.php:140 msgid "Open new phpMyAdmin window" -msgstr "" +msgstr "เปิดหน้าต่างนี้ในแท็บใหม่" #: libraries/Header.class.php:392 msgid "Click on the bar to scroll to top of page" -msgstr "" +msgstr "คลิกที่แถบเพื่อเลื่อนไปยังบนสุดของหน้า" #: libraries/Header.class.php:621 #: libraries/plugins/auth/AuthenticationCookie.class.php:269 @@ -2917,7 +2916,6 @@ msgid "Databases" msgstr "ฐานข้อมูล" #: libraries/Menu.class.php:469 -#, fuzzy #| msgid "User" msgid "Users" msgstr "ผู้ใช้" @@ -2932,7 +2930,7 @@ msgstr "ข้อมูลไบนารี " #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" -msgstr "การทำข้อมูลซ้ำไปไว้อีกที่หนึ่ง" +msgstr "การจำลองแบบ" #: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 #: server_engines.php:94 server_engines.php:98 @@ -2941,7 +2939,7 @@ msgstr "ตัวแปร" #: libraries/Menu.class.php:506 msgid "Charsets" -msgstr "ชุดตัวอักษร" +msgstr "ชุดอักขระ" #: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 msgid "Plugins" @@ -3370,9 +3368,9 @@ msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" #: libraries/Types.class.php:320 libraries/Types.class.php:722 -#, fuzzy, php-format +#, php-format msgid "A date, supported range is %1$s to %2$s" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "วันเวลา ช่วงที่ได้รับการสนับสนุน %1$s ถึง %2$s" #: libraries/Types.class.php:322 libraries/Types.class.php:724 #, php-format @@ -3968,10 +3966,9 @@ msgstr "ข้อมูลที่หายไปสำหรับ %s" #: libraries/config/FormDisplay.class.php:765 #: libraries/config/FormDisplay.class.php:771 -#, fuzzy #| msgid "Variable" msgid "unavailable" -msgstr "ตัวแปร" +msgstr "ไม่พร้อมใช้งาน" #: libraries/config/FormDisplay.class.php:767 #: libraries/config/FormDisplay.class.php:773 @@ -4155,7 +4152,7 @@ msgstr "" #: libraries/config/messages.inc.php:43 setup/frames/config.inc.php:25 #: setup/frames/index.inc.php:176 msgid "Configuration file" -msgstr "ไฟล์กำหนดค่า" +msgstr "กำหนดค่าไฟล์" #: libraries/config/messages.inc.php:44 msgid "" @@ -4268,9 +4265,8 @@ msgid "Save as file" msgstr "บันทึกเป็นไฟล์" #: libraries/config/messages.inc.php:69 libraries/config/messages.inc.php:241 -#, fuzzy msgid "Character set of the file" -msgstr "ชุดอักขระของไฟล์ (character set):" +msgstr "ชุดอักขระของไฟล์" #: libraries/config/messages.inc.php:70 libraries/config/messages.inc.php:86 #: libraries/structure.lib.php:1682 tbl_gis_visualization.php:181 @@ -4408,10 +4404,9 @@ msgid "Relations" msgstr "รีเลชัน" #: libraries/config/messages.inc.php:103 -#, fuzzy #| msgid "Export" msgid "Export method" -msgstr "ส่งออก" +msgstr "วิธีการส่งออก" #: libraries/config/messages.inc.php:112 libraries/config/messages.inc.php:114 msgid "Save on server" @@ -4508,7 +4503,7 @@ msgstr "" #: libraries/config/messages.inc.php:147 msgid "Force SSL connection" -msgstr "" +msgstr "การเชื่อมต่อ SSL" #: libraries/config/messages.inc.php:148 msgid "" @@ -4580,9 +4575,8 @@ msgid "Features" msgstr "คุณสมบัติ" #: libraries/config/messages.inc.php:166 -#, fuzzy msgid "General" -msgstr "สร้างโดย" +msgstr "ทั่วไป" #: libraries/config/messages.inc.php:167 msgid "Set some commonly used options" @@ -4624,7 +4618,6 @@ msgstr "" #: libraries/config/messages.inc.php:179 libraries/select_server.lib.php:42 #: setup/frames/index.inc.php:117 -#, fuzzy msgid "Servers" msgstr "เซิร์ฟเวอร์" @@ -4637,10 +4630,9 @@ msgid "Tables display options" msgstr "ตัวเลือกการแสดงตาราง" #: libraries/config/messages.inc.php:183 setup/frames/menu.inc.php:20 -#, fuzzy #| msgid "Hide indexes" msgid "Main panel" -msgstr "ซ่อนดัชนี" +msgstr "แผงหลัก" #: libraries/config/messages.inc.php:184 msgid "Microsoft Office" @@ -4669,7 +4661,7 @@ msgstr "" #: libraries/config/messages.inc.php:192 #: libraries/navigation/NavigationHeader.class.php:204 msgid "Query window" -msgstr "หน้าต่างคำค้น" +msgstr "หน้าต่างแบบสอบถาม" #: libraries/config/messages.inc.php:193 msgid "Customize query window options" @@ -4690,10 +4682,9 @@ msgid "Basic settings" msgstr "ตั้งค่าพื้นฐาน" #: libraries/config/messages.inc.php:197 -#, fuzzy #| msgid "Documentation" msgid "Authentication" -msgstr "เอกสารอ้างอิง" +msgstr "รับรองความถูกต้อง" #: libraries/config/messages.inc.php:198 msgid "Authentication settings" @@ -4711,7 +4702,7 @@ msgstr "" #: libraries/config/messages.inc.php:201 msgid "Enter server connection parameters" -msgstr "" +msgstr "ป้อนพารามิเตอร์ของการเชื่อมต่อเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:202 msgid "Configuration storage" @@ -4743,10 +4734,9 @@ msgid "Customize import defaults" msgstr "นำเข้าค่าเริ่มต้นที่กำหนดเอง" #: libraries/config/messages.inc.php:209 -#, fuzzy #| msgid "Use text field" msgid "Customize navigation panel" -msgstr "ใช้ช่องใส่ข้อความ (text field)" +msgstr "ปรับแต่งแผงนำทาง" #: libraries/config/messages.inc.php:210 #, fuzzy @@ -4756,9 +4746,8 @@ msgstr "ใช้ช่องใส่ข้อความ (text field)" #: libraries/config/messages.inc.php:211 libraries/config/messages.inc.php:216 #: setup/frames/menu.inc.php:18 -#, fuzzy msgid "SQL queries" -msgstr "คำค้น SQL" +msgstr "แบบสอบถาม SQL" #: libraries/config/messages.inc.php:213 #, fuzzy @@ -4775,10 +4764,9 @@ msgid "SQL queries settings" msgstr "คำค้น SQL" #: libraries/config/messages.inc.php:218 -#, fuzzy #| msgid "SQL history" msgid "SQL Validator" -msgstr "SQL-history" +msgstr "ตัวตรวจสอบ SQL" #: libraries/config/messages.inc.php:219 msgid "" @@ -4798,20 +4786,18 @@ msgid "Customize startup page" msgstr "หน้าเริ่มต้นที่กำหนดเอง" #: libraries/config/messages.inc.php:222 -#, fuzzy #| msgid "Database server" msgid "Database structure" -msgstr "เซิร์ฟเวอร์ฐานข้อมูล" +msgstr "โครงสร้างฐานข้อมูล" #: libraries/config/messages.inc.php:223 msgid "Choose which details to show in the database structure (list of tables)" msgstr "" #: libraries/config/messages.inc.php:224 -#, fuzzy #| msgid "Database server" msgid "Table structure" -msgstr "เซิร์ฟเวอร์ฐานข้อมูล" +msgstr "โครงสร้างของตาราง" #: libraries/config/messages.inc.php:225 msgid "Settings for the table structure (list of columns)" @@ -5308,22 +5294,19 @@ msgid "Query window height (in pixels)" msgstr "" #: libraries/config/messages.inc.php:350 -#, fuzzy #| msgid "Query window" msgid "Query window height" -msgstr "หน้าต่างคำค้น" +msgstr "ความสูงของหน้าต่างแบบสอบถาม" #: libraries/config/messages.inc.php:351 -#, fuzzy #| msgid "Query window" msgid "Query window width (in pixels)" -msgstr "หน้าต่างคำค้น" +msgstr "ความกว้างของหน้าต่างแบบสอบถาม (พิกเซล)" #: libraries/config/messages.inc.php:352 -#, fuzzy #| msgid "Query window" msgid "Query window width" -msgstr "หน้าต่างคำค้น" +msgstr "ความกว้างของหน้าต่างแบบสอบถาม" #: libraries/config/messages.inc.php:353 msgid "Select which functions will be used for character set conversion" @@ -5397,7 +5380,7 @@ msgstr "" #: libraries/config/messages.inc.php:371 msgid "HTTP Realm" -msgstr "" +msgstr "รหัสประจำตัวของ HTTP" #: libraries/config/messages.inc.php:372 msgid "" @@ -5408,15 +5391,15 @@ msgstr "" #: libraries/config/messages.inc.php:373 msgid "SweKey config file" -msgstr "" +msgstr "กำหนดค่าไฟล์ SweKey" #: libraries/config/messages.inc.php:374 msgid "Authentication method to use" -msgstr "" +msgstr "วิธีการรับรองความถูกต้องที่ใช้" #: libraries/config/messages.inc.php:375 setup/frames/index.inc.php:136 msgid "Authentication type" -msgstr "" +msgstr "ประเภทของการรับรองความถูกต้อง" #: libraries/config/messages.inc.php:376 msgid "" @@ -5440,20 +5423,19 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "Compress connection to MySQL server" -msgstr "" +msgstr "บีบอัดการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" #: libraries/config/messages.inc.php:381 msgid "Compress connection" -msgstr "" +msgstr "บีบอัดการเชื่อมต่อ" #: libraries/config/messages.inc.php:382 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" -msgstr "" +msgstr "วิธีการเชื่อมต่อไปยังเซิร์ฟเวอร์ เลือก [kbd]tcp[/kbd] หากไม่แน่ใจ" #: libraries/config/messages.inc.php:383 -#, fuzzy msgid "Connection type" -msgstr "การเชื่อมต่อ" +msgstr "ประเภทการเชื่อมต่อ" #: libraries/config/messages.inc.php:384 msgid "Control user password" @@ -5508,7 +5490,7 @@ msgstr "" #: libraries/config/messages.inc.php:394 msgid "PHP extension to use" -msgstr "" +msgstr "ส่วนขยายของ PHP ที่ใช้" #: libraries/config/messages.inc.php:395 msgid "Hide databases matching regular expression (PCRE)" @@ -5533,13 +5515,12 @@ msgid "Hostname where MySQL server is running" msgstr "" #: libraries/config/messages.inc.php:400 -#, fuzzy msgid "Server hostname" -msgstr "ตัวเลือกเซิร์ฟเวอร์" +msgstr "ชื่อโฮสต์ของเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:401 msgid "Logout URL" -msgstr "" +msgstr "URL ที่ออกจากระบบ" #: libraries/config/messages.inc.php:402 msgid "" @@ -5553,11 +5534,11 @@ msgstr "" #: libraries/config/messages.inc.php:404 msgid "Try to connect without password" -msgstr "" +msgstr "เชื่อมต่อโดยไม่ต้องใช้รหัสผ่าน" #: libraries/config/messages.inc.php:405 msgid "Connect without password" -msgstr "" +msgstr "เชื่อมต่อโดยไม่ต้องใช้รหัสผ่าน" #: libraries/config/messages.inc.php:406 msgid "" @@ -5572,11 +5553,11 @@ msgstr "แสดงฐานข้อมูลที่ระบุไว้เ #: libraries/config/messages.inc.php:408 libraries/config/messages.inc.php:449 msgid "Leave empty if not using config auth" -msgstr "" +msgstr "ปล่อยว่างไว้ ถ้าไม่ใช้การกำหนดค่าการรับรองความถูกต้อง" #: libraries/config/messages.inc.php:409 msgid "Password for config auth" -msgstr "" +msgstr "รหัสผ่าน" #: libraries/config/messages.inc.php:410 msgid "" @@ -5605,9 +5586,8 @@ msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:415 -#, fuzzy msgid "Server port" -msgstr "ตัวเลือกเซิร์ฟเวอร์" +msgstr "พอร์ตของเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:416 msgid "" @@ -5645,31 +5625,32 @@ msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" "[/a] for an example" msgstr "" +"ดูตัวอย่าง [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]ประเภทของการร" +"ับรองความถูกต้อง[/a]" #: libraries/config/messages.inc.php:423 msgid "Signon session name" -msgstr "" +msgstr "ชื่อเซสชั่น" #: libraries/config/messages.inc.php:424 msgid "Signon URL" -msgstr "" +msgstr "URL ที่เข้าสู่ระบบ" #: libraries/config/messages.inc.php:425 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:426 -#, fuzzy msgid "Server socket" -msgstr "ตัวเลือกเซิร์ฟเวอร์" +msgstr "ซ็อกเก็ตของเซิร์ฟเวอร์" #: libraries/config/messages.inc.php:427 msgid "Enable SSL for connection to MySQL server" -msgstr "" +msgstr "เปิดใช้งาน SSL สำหรับการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" #: libraries/config/messages.inc.php:428 msgid "Use SSL" -msgstr "" +msgstr "ใช้ SSL" #: libraries/config/messages.inc.php:429 msgid "" @@ -5762,9 +5743,8 @@ msgid "" msgstr "" #: libraries/config/messages.inc.php:446 -#, fuzzy msgid "Automatically create versions" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างเวอร์ชั่นโดยอัตโนมัติ" #: libraries/config/messages.inc.php:447 msgid "" @@ -5778,7 +5758,7 @@ msgstr "" #: libraries/config/messages.inc.php:450 msgid "User for config auth" -msgstr "" +msgstr "ชื่อผู้ใช้" #: libraries/config/messages.inc.php:451 msgid "" @@ -6091,19 +6071,19 @@ msgstr "" #: libraries/config/setup.forms.php:41 msgid "Config authentication" -msgstr "" +msgstr "กำหนดค่าการรับรองความถูกต้อง" #: libraries/config/setup.forms.php:45 msgid "Cookie authentication" -msgstr "" +msgstr "การรับรองความถูกต้องของคุกกี้" #: libraries/config/setup.forms.php:48 msgid "HTTP authentication" -msgstr "" +msgstr "การรับรองความถูกต้องของ HTTP" #: libraries/config/setup.forms.php:51 msgid "Signon authentication" -msgstr "" +msgstr "การรับรองความถูกต้องของการเข้าสู่ระบบ" #: libraries/config/setup.forms.php:246 #: libraries/config/user_preferences.forms.php:152 @@ -6191,7 +6171,7 @@ msgstr "" #: libraries/core.lib.php:290 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." -msgstr "" +msgstr "ส่วนขยาย %s ขาดหายไป กรุณาตรวจสอบการกำหนดค่าของ PHP" #: libraries/core.lib.php:449 msgid "possible deep recursion attack" @@ -6296,10 +6276,9 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" #: libraries/display_export.lib.php:96 -#, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" -msgstr "อนุญาตให้ล็อกตารางสำหรับเธรดปัจจุบัน" +msgstr "การส่งออกฐานข้อมูลจากเซิร์ฟเวอร์ปัจจุบัน" #: libraries/display_export.lib.php:98 #, fuzzy, php-format @@ -6314,18 +6293,17 @@ msgid "Exporting rows from \"%s\" table" msgstr "สร้างตารางในฐานข้อมูลนี้ %s" #: libraries/display_export.lib.php:112 -#, fuzzy #| msgid "Export" msgid "Export Method:" -msgstr "ส่งออก" +msgstr "วิธีการส่งออก:" #: libraries/display_export.lib.php:122 msgid "Quick - display only the minimal options" -msgstr "" +msgstr "รวดเร็ว - แสดงเฉพาะตัวเลือกที่น้อยที่สุด" #: libraries/display_export.lib.php:134 msgid "Custom - display all possible options" -msgstr "" +msgstr "กำหนดเอง - แสดงตัวเลือกที่เป็นไปได้ทั้งหมด" #: libraries/display_export.lib.php:143 #, fuzzy @@ -6411,7 +6389,7 @@ msgstr "" #: libraries/display_export.lib.php:336 libraries/display_import.lib.php:255 #: libraries/display_import.lib.php:269 libraries/sql_query_form.lib.php:482 msgid "Character set of the file:" -msgstr "ชุดอักขระของไฟล์ (character set):" +msgstr "ชุดอักขระของไฟล์:" #: libraries/display_export.lib.php:369 #, fuzzy @@ -6445,16 +6423,14 @@ msgstr "ส่งมาเป็นไฟล์" #: libraries/display_export.lib.php:414 libraries/display_import.lib.php:312 #: libraries/plugins/export/ExportCodegen.class.php:107 -#, fuzzy #| msgid "Format" msgid "Format:" -msgstr "รูปแบบ" +msgstr "รูปแบบ:" #: libraries/display_export.lib.php:419 -#, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" -msgstr "ตัวเลือกการแปลง" +msgstr "ตัวเลือกรูปแบบเฉพาะ:" #: libraries/display_export.lib.php:421 msgid "" @@ -6480,14 +6456,14 @@ msgid "Git revision" msgstr "" #: libraries/display_git_revision.lib.php:67 -#, fuzzy, php-format +#, php-format msgid "committed on %1$s by %2$s" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "มีข้อผูกพันบน %1$s โดย %2$s" #: libraries/display_git_revision.lib.php:75 -#, fuzzy, php-format +#, php-format msgid "authored on %1$s by %2$s" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างบน %1$s โดย %2$s" #: libraries/display_import.lib.php:69 msgid "" @@ -6529,10 +6505,9 @@ msgid "" msgstr "" #: libraries/display_import.lib.php:190 -#, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Importing into the current server" -msgstr "ไม่สามารถล็อกอินเข้าเซิร์ฟเวอร์ MySQL ได้" +msgstr "การนำเข้าฐานข้อมูลสู่เซิร์ฟเวอร์ปัจจุบัน" #: libraries/display_import.lib.php:192 #, fuzzy, php-format @@ -6546,7 +6521,7 @@ msgstr "ไม่มีฐานข้อมูล" #: libraries/display_import.lib.php:200 msgid "File to Import:" -msgstr "" +msgstr "ไฟล์ที่ต้องการนำเข้า:" #: libraries/display_import.lib.php:217 #, php-format @@ -6564,10 +6539,9 @@ msgid "File uploads are not allowed on this server." msgstr "" #: libraries/display_import.lib.php:276 -#, fuzzy #| msgid "Partial Texts" msgid "Partial Import:" -msgstr "ข้อความบางส่วน" +msgstr "นำเข้าบางส่วน:" #: libraries/display_import.lib.php:282 #, php-format @@ -6588,7 +6562,7 @@ msgstr "" #: libraries/display_import.lib.php:318 msgid "Format-Specific Options:" -msgstr "" +msgstr "ตัวเลือกรูปแบบเฉพาะ:" #: libraries/display_select_lang.lib.php:56 #: libraries/display_select_lang.lib.php:57 setup/frames/index.inc.php:75 @@ -7030,7 +7004,6 @@ msgid "Inserted row id: %1$d" msgstr "" #: libraries/kanji-encoding.lib.php:147 -#, fuzzy #| msgid "None" msgctxt "None encoding conversion" msgid "None" @@ -7278,7 +7251,7 @@ msgstr "" #: libraries/navigation/NavigationHeader.class.php:178 msgid "Home" -msgstr "หน้าบ้าน" +msgstr "หน้าหลัก" #: libraries/navigation/NavigationHeader.class.php:191 msgid "Log out" @@ -7286,11 +7259,11 @@ msgstr "ออกจากระบบ" #: libraries/navigation/NavigationHeader.class.php:214 msgid "phpMyAdmin documentation" -msgstr "เอกสารการใช้ phpMyAdmin" +msgstr "เอกสารประกอบของ phpMyAdmin" #: libraries/navigation/NavigationHeader.class.php:238 msgid "Reload navigation frame" -msgstr "" +msgstr "โหลดกรอบนำทางใหม่" #: libraries/navigation/NavigationTree.class.php:708 #, php-format @@ -7465,7 +7438,7 @@ msgstr "เปลี่ยนชื่อตารางเป็น" #: libraries/operations.lib.php:793 #: libraries/tbl_columns_definition_form.inc.php:838 server_engines.php:41 msgid "Storage Engine" -msgstr "" +msgstr "เครื่องมือที่เก็บข้อมูล" #: libraries/operations.lib.php:995 msgid "Copy table to (database.table):" @@ -7638,7 +7611,7 @@ msgstr "รหัสผ่าน:" #: libraries/plugins/auth/AuthenticationCookie.class.php:225 msgid "Server Choice" -msgstr "ตัวเลือกเซิร์ฟเวอร์" +msgstr "ตัวเลือกของเซิร์ฟเวอร์" #: libraries/plugins/auth/AuthenticationCookie.class.php:583 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 @@ -8130,7 +8103,7 @@ msgstr "" #: libraries/plugins/import/ImportSql.class.php:71 msgid "SQL compatibility mode:" -msgstr "" +msgstr "โหมดที่เข้ากันได้กับ SQL:" #: libraries/plugins/import/ImportSql.class.php:83 msgid "Do not use AUTO_INCREMENT for zero values" @@ -8298,7 +8271,7 @@ msgstr "คำค้นนี้ถูกจดไว้แล้ว" #: libraries/relation.lib.php:194 querywindow.php:70 querywindow.php:154 msgid "SQL history" -msgstr "SQL-history" +msgstr "ประวัติ SQL" #: libraries/relation.lib.php:216 msgid "Persistent recently used tables" @@ -9217,7 +9190,6 @@ msgstr "" #: libraries/server_privileges.lib.php:328 #: libraries/server_privileges.lib.php:329 -#, fuzzy #| msgid "None" msgctxt "None privileges" msgid "None" @@ -9490,9 +9462,9 @@ msgid "You have added a new user." msgstr "เพิ่มผู้ใช้ใหม่เรียบร้อยแล้ว" #: libraries/sql_query_form.lib.php:184 -#, fuzzy, php-format +#, php-format msgid "Run SQL query/queries on server %s" -msgstr "ประมวลผลคำค้นบนฐานข้อมูล %s" +msgstr "เรียกใช้แบบสอบถาม SQL/แบบสอบถามบนเซิร์ฟเวอร์ %s" #: libraries/sql_query_form.lib.php:205 libraries/sql_query_form.lib.php:229 #, php-format @@ -9500,9 +9472,8 @@ msgid "Run SQL query/queries on database %s" msgstr "ประมวลผลคำค้นบนฐานข้อมูล %s" #: libraries/sql_query_form.lib.php:266 setup/frames/index.inc.php:260 -#, fuzzy msgid "Clear" -msgstr "ปฏิทิน" +msgstr "ล้าง" #: libraries/sql_query_form.lib.php:309 sql.php:1327 sql.php:1347 msgid "Bookmark this SQL query" @@ -9642,7 +9613,6 @@ msgid "Check tables having overhead" msgstr "ตรวจสอบตารางที่มี overhead" #: libraries/structure.lib.php:1279 tbl_tracking.php:358 -#, fuzzy #| msgid "None" msgctxt "None for default" msgid "None" @@ -9893,7 +9863,6 @@ msgid "Get more editing space" msgstr "" #: libraries/tbl_columns_definition_form.inc.php:430 -#, fuzzy #| msgid "None" msgctxt "for default" msgid "None" @@ -10223,6 +10192,8 @@ msgid "" "You can set more settings by modifying config.inc.php, eg. by using %sSetup " "script%s." msgstr "" +"คุณสามารถกำหนดการตั้งค่าเพิ่มเติมได้โดยแก้ไข config.inc.php เช่น โดยการใช้ %" +"sSetup script%s" #: prefs_manage.php:302 msgid "Save to browser's storage" @@ -10238,7 +10209,7 @@ msgstr "ถ้ามีการตั้งค่าอยู่แล้วจ #: prefs_manage.php:323 msgid "You can reset all your settings and restore them to default values." -msgstr "" +msgstr "คุณสามารถรีเซ็ตการตั้งค่าทั้งหมดของคุณและเรียกคืนเป็นค่าเริ่มต้น" #: querywindow.php:64 msgid "Import files" @@ -10285,7 +10256,7 @@ msgstr "ตำแหน่งเริ่มแรก" #: server_collations.php:24 msgid "Character Sets and Collations" -msgstr "ชุดตัวอักษร และการเรียงลำดับ" +msgstr "ชุดอักขระและการตรวจทาน" #: server_databases.php:117 #, fuzzy, php-format @@ -10301,11 +10272,11 @@ msgstr "สถิติฐานข้อมูล" #: server_databases.php:226 server_replication.php:167 #: server_replication.php:198 msgid "Master replication" -msgstr "" +msgstr "การจำลองแบบมาสเตอร์" #: server_databases.php:228 server_replication.php:236 msgid "Slave replication" -msgstr "" +msgstr "การจำลองแบบสเลฟ" #: server_databases.php:334 server_databases.php:335 msgid "Enable Statistics" @@ -10326,7 +10297,7 @@ msgstr "ไม่มีฐานข้อมูล" #: server_engines.php:32 msgid "Storage Engines" -msgstr "" +msgstr "เครื่องมือที่เก็บข้อมูล" #: server_export.php:20 #, fuzzy @@ -10422,6 +10393,8 @@ msgid "" "This server is not configured as master in a replication process. Would you " "like to configure it?" msgstr "" +"เซิร์ฟเวอร์นี้ไม่ได้กำหนดค่าให้เป็นมาสเตอร์ในกระบวนการการจำลองแบบ " +"คุณต้องการที่จะ กำหนดค่า หรือไม่?" #: server_replication.php:206 msgid "Master configuration" @@ -10540,6 +10513,8 @@ msgid "" "This server is not configured as slave in a replication process. Would you " "like to configure it?" msgstr "" +"เซิร์ฟเวอร์นี้ไม่ได้กำหนดค่าให้เป็นสเลฟในกระบวนการการจำลองแบบ " +"คุณต้องการที่จะ กำหนดค่า หรือไม่?" #: server_status.php:31 #, php-format @@ -10869,13 +10844,12 @@ msgstr "" #: server_status_variables.php:78 server_variables.php:156 msgid "Filters" -msgstr "" +msgstr "ตัวกรอง" #: server_status_variables.php:82 server_variables.php:158 -#, fuzzy #| msgid "Do not change the password" msgid "Containing the word:" -msgstr "กรุณาอย่าเปลี่ยนรหัสผ่าน" +msgstr "ที่มีคำว่า:" #: server_status_variables.php:89 #, fuzzy @@ -11475,7 +11449,7 @@ msgstr "" #: server_variables.php:119 msgid "Server variables and settings" -msgstr "ตัวแปร และค่ากำหนด ของเซิร์ฟเวอร์" +msgstr "ตัวแปรของเซิร์ฟเวอร์และการตั้งค่า" #: server_variables.php:168 server_variables.php:208 msgid "Session value" @@ -11483,12 +11457,12 @@ msgstr "ค่าเซสชั่น" #: server_variables.php:168 msgid "Global value" -msgstr "ค่าแบบโกลบอล" +msgstr "ค่าส่วนกลาง" #: setup/frames/config.inc.php:38 setup/frames/index.inc.php:244 #: tbl_gis_visualization.php:194 msgid "Download" -msgstr "" +msgstr "ดาวน์โหลด" #: setup/frames/form.inc.php:25 msgid "Incorrect formset, check $formsets array in setup/frames/form.inc.php" @@ -11496,7 +11470,7 @@ msgstr "" #: setup/frames/index.inc.php:51 msgid "Cannot load or save configuration" -msgstr "" +msgstr "ไม่สามารถโหลดหรือบันทึกการกำหนดค่า" #: setup/frames/index.inc.php:52 msgid "" @@ -11504,6 +11478,10 @@ msgid "" "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" +"กรุณาสร้างโฟลเดอร์เว็บเซิร์ฟเวอร์ที่สามารถเขียนได้ [em]กำหนดค่า[/em] " +"ในไดเรกทอรี phpMyAdmin ระดับสูงที่กล่าวไว้ใน " +"[doc@setup_script]documentation[/doc] " +"มิฉะนั้นคุณจะมีเพียงแต่ที่จะดาวน์โหลดหรือแสดงมันเท่านั้น" #: setup/frames/index.inc.php:60 msgid "" @@ -11520,7 +11498,7 @@ msgstr "" #: setup/frames/index.inc.php:68 msgid "Insecure connection" -msgstr "" +msgstr "การเชื่อมต่อที่ไม่ปลอดภัย" #: setup/frames/index.inc.php:98 #, fuzzy @@ -11536,19 +11514,19 @@ msgstr "" #: setup/frames/index.inc.php:107 setup/frames/menu.inc.php:16 msgid "Overview" -msgstr "" +msgstr "ภาพรวม" #: setup/frames/index.inc.php:115 msgid "Show hidden messages (#MSG_COUNT)" -msgstr "" +msgstr "แสดงข้อความที่ซ่อน (#MSG_COUNT)" #: setup/frames/index.inc.php:158 msgid "There are no configured servers" -msgstr "" +msgstr "ไม่มีการกำหนดค่าเซิร์ฟเวอร์" #: setup/frames/index.inc.php:166 msgid "New server" -msgstr "" +msgstr "เซิร์ฟเวอร์ใหม่" #: setup/frames/index.inc.php:199 msgid "Default language" @@ -11560,15 +11538,15 @@ msgstr "" #: setup/frames/index.inc.php:221 msgid "- none -" -msgstr "" +msgstr "- ไม่มี -" #: setup/frames/index.inc.php:225 msgid "Default server" -msgstr "" +msgstr "เซิร์ฟเวอร์เริ่มต้น" #: setup/frames/index.inc.php:237 msgid "End of line" -msgstr "" +msgstr "ท้ายบรรทัด" #: setup/frames/index.inc.php:243 msgid "Display" @@ -11592,7 +11570,7 @@ msgstr "แก้ไข เครื่องแม่ข่าย" #: setup/frames/servers.inc.php:38 msgid "Add a new server" -msgstr "เพิ่ม เครื่องแม่ข่าย" +msgstr "เพิ่มเซิร์ฟเวอร์ใหม่" #: setup/index.php:22 msgid "Wrong GET file attribute value" @@ -11671,6 +11649,8 @@ msgid "" "%sBzip2 compression and decompression%s requires functions (%s) which are " "unavailable on this system." msgstr "" +"การบีบอัดและการคลาย %sBzip2%s ต้องใช้ฟังก์ชั่น (%s) " +"ซึ่งเป็นสิ่งที่ไม่สามารถใช้งานได้ในระบบนี้" #: setup/lib/index.lib.php:303 msgid "" @@ -11681,7 +11661,7 @@ msgstr "" #: setup/lib/index.lib.php:304 #, php-format msgid "This %soption%s should be enabled if your web server supports it." -msgstr "" +msgstr "%soption%s นี้ควรจะเปิดใช้งานถ้าเว็บเซิร์ฟเวอร์ของคุณสนับสนุน" #: setup/lib/index.lib.php:306 #, php-format @@ -11689,6 +11669,8 @@ msgid "" "%sGZip compression and decompression%s requires functions (%s) which are " "unavailable on this system." msgstr "" +"การบีบอัดและการคลาย %sGZip%s ต้องใช้ฟังก์ชั่น (%s) " +"ซึ่งเป็นสิ่งที่ไม่สามารถใช้งานได้ในระบบนี้" #: setup/lib/index.lib.php:308 #, php-format @@ -11737,6 +11719,8 @@ msgid "" "%sZip compression%s requires functions (%s) which are unavailable on this " "system." msgstr "" +"การบีบอัด %sZip%s ต้องใช้ฟังก์ชั่น (%s) " +"ซึ่งเป็นสิ่งที่ไม่สามารถใช้งานได้ในระบบนี้" #: setup/lib/index.lib.php:320 #, php-format @@ -11744,6 +11728,8 @@ msgid "" "%sZip decompression%s requires functions (%s) which are unavailable on this " "system." msgstr "" +"การคลาย %sZip%s ต้องใช้ฟังก์ชั่น (%s) " +"ซึ่งเป็นสิ่งที่ไม่สามารถใช้งานได้ในระบบนี้" #: setup/lib/index.lib.php:348 msgid "You should use SSL connections if your database server supports it." @@ -11941,7 +11927,7 @@ msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" #: tbl_gis_visualization.php:121 msgid "-- None --" -msgstr "" +msgstr "-- ไม่มี --" #: tbl_gis_visualization.php:135 #, fuzzy @@ -12197,9 +12183,9 @@ msgid "Activate now" msgstr "" #: tbl_tracking.php:858 -#, fuzzy, php-format +#, php-format msgid "Create version %1$s of %2$s" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างเวอร์ชั่น %1$s ของ %2$s" #: tbl_tracking.php:866 msgid "Track these data definition statements:" @@ -12210,9 +12196,8 @@ msgid "Track these data manipulation statements:" msgstr "" #: tbl_tracking.php:884 -#, fuzzy msgid "Create version" -msgstr "รุ่นของเซิร์ฟเวอร์" +msgstr "สร้างเวอร์ชั่น" #: themes.php:24 msgid "Get more themes!" From ec6a47d8a034608efc737499a371a993f7925faa Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 28 May 2013 08:46:04 -0400 Subject: [PATCH 19/82] bug #3957 Cookies must be enabled past this point --- ChangeLog | 1 + libraries/Header.class.php | 8 -------- libraries/plugins/auth/AuthenticationCookie.class.php | 8 -------- libraries/session.inc.php | 2 +- 4 files changed, 2 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5dfd3fc22c..9483873d88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog - bug #3927 List of tables is missing after expanding in the navigation frame - bug #3942 Warnings about reserved word for many non reserved words - bug #3912 Exporting row selection, resulted by ORDER BY query +- bug #3957 Cookies must be enabled past this point 4.0.2.0 (2013-05-24) - bug #3902 Cannot browse when table name contains keyword "call" diff --git a/libraries/Header.class.php b/libraries/Header.class.php index 63c852a13f..877d6caa60 100644 --- a/libraries/Header.class.php +++ b/libraries/Header.class.php @@ -613,14 +613,6 @@ class PMA_Header { $retval = ''; if ($this->_warningsEnabled) { - // message of "Cookies required" displayed for auth_type http or config - // note: here, the decoration won't work because without cookies, - // our standard CSS is not operational - if (empty($_COOKIE)) { - $retval .= PMA_Message::notice( - __('Cookies must be enabled past this point.') - )->getDisplay(); - } $retval .= "