From d583fad911d67592837a346ce4fca8f78c07c826 Mon Sep 17 00:00:00 2001
From: Pedro Ribeiro
Date: Thu, 18 Apr 2013 17:24:16 +0200
Subject: [PATCH 1/6] Translated using Weblate (Portuguese)
Currently translated at 50.7% (1320 of 2605)
---
po/pt.po | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/po/pt.po b/po/pt.po
index e3cf19bd2d..35dfa70181 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-04-03 10:24+0200\n"
-"PO-Revision-Date: 2013-04-18 10:34+0200\n"
-"Last-Translator: Jonadabe PT \n"
+"PO-Revision-Date: 2013-04-18 17:24+0200\n"
+"Last-Translator: Pedro Ribeiro \n"
"Language-Team: Portuguese "
"\n"
"Language: pt\n"
@@ -899,6 +899,8 @@ msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
+"A versão %s da biblioteca MySQL do PHP difere da versão %s do servidor "
+"MySQL. Isto pode causar comportamento imprevisível."
#: index.php:525
#, php-format
@@ -906,6 +908,8 @@ msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
+"Servidor a correr com Suhosin. Por favor verifique a %sdocumentação%s para "
+"eventuais problemas."
#: js/messages.php:27 libraries/import.lib.php:118 sql.php:355
msgid "\"DROP DATABASE\" statements are disabled."
@@ -2768,7 +2772,7 @@ msgstr "Abrir nova janela do phpMyAdmin"
#: libraries/Header.class.php:392
msgid "Click on the bar to scroll to top of page"
-msgstr ""
+msgstr "Clique na barra para deslizar para o topo da página"
#: libraries/Header.class.php:609
#: libraries/plugins/auth/AuthenticationCookie.class.php:269
@@ -3028,11 +3032,11 @@ msgstr "Query cache"
#: libraries/ServerStatusData.class.php:186
msgid "Threads"
-msgstr ""
+msgstr "Tópicos"
#: libraries/ServerStatusData.class.php:188
msgid "Temporary data"
-msgstr ""
+msgstr "Dados temporários"
#: libraries/ServerStatusData.class.php:189
#, fuzzy
@@ -3061,7 +3065,7 @@ msgstr "Tabelas"
#: libraries/ServerStatusData.class.php:195
msgid "Transaction coordinator"
-msgstr ""
+msgstr "Coordenador de Transacção"
#: libraries/ServerStatusData.class.php:196 server_binlog.php:107
msgid "Files"
@@ -3069,7 +3073,7 @@ msgstr "Ficheiros"
#: libraries/ServerStatusData.class.php:207
msgid "Flush (close) all tables"
-msgstr ""
+msgstr "Flush (fechar) todas as tabelas"
#: libraries/ServerStatusData.class.php:209
msgid "Show open tables"
From ec5e1bdcf9c2387967b76c0d821e4b5ac9e2f9c4 Mon Sep 17 00:00:00 2001
From: zz zz
Date: Thu, 18 Apr 2013 14:07:40 +0200
Subject: [PATCH 2/6] Translated using Weblate (Simplified Chinese)
Currently translated at 99.7% (2598 of 2605)
---
po/zh_CN.po | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4aded883ec..b0816ed688 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-04-03 10:24+0200\n"
-"PO-Revision-Date: 2013-04-14 15:17+0200\n"
+"PO-Revision-Date: 2013-04-18 14:07+0200\n"
"Last-Translator: zz zz \n"
"Language-Team: Simplified Chinese "
"\n"
@@ -3415,7 +3415,7 @@ msgstr "从一组最多64个成员的集合中选择的单个值"
#: libraries/Types.class.php:358
msgid "A type that can store a geometry of any type"
-msgstr "一个能存储任何几何形状数据的类型"
+msgstr "一个能存储任何类型几何形状的类型"
#: libraries/Types.class.php:360
msgid "A point in 2-dimensional space"
@@ -3505,7 +3505,7 @@ msgstr ""
msgid ""
"A variable-length (0-65,535) string, uses binary collation for all "
"comparisons"
-msgstr "一个可变长度(0-65,535)字符串,对所有对比采用二进制排序规则"
+msgstr "一个长度不定(0-65,535)的字符串,对所有对比采用二进制排序规则"
#: libraries/Types.class.php:738
msgid "An enumeration, chosen from the list of defined values"
From 40ae768be699644358c9f4207d7b3bf96c20e76e Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Fri, 19 Apr 2013 12:21:35 -0400
Subject: [PATCH 3/6] Fix typo in variable name
---
server_binlog.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server_binlog.php b/server_binlog.php
index ffabda5795..20f9070a66 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -160,7 +160,7 @@ if ($dontlimitchars) {
}
echo ''
- . '
';
// we do not now how much rows are in the binlog
From bbe5a3ea4217ac993b006f5581c01d9397cec15d Mon Sep 17 00:00:00 2001
From: Yungu Kim
Date: Fri, 19 Apr 2013 16:53:11 +0200
Subject: [PATCH 4/6] Translated using Weblate (Korean)
Currently translated at 57.8% (1506 of 2605)
---
po/ko.po | 52 +++++++++++++++++++++++++++++-----------------------
1 file changed, 29 insertions(+), 23 deletions(-)
diff --git a/po/ko.po b/po/ko.po
index 11fb026b40..d1acb024bb 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-04-03 10:24+0200\n"
-"PO-Revision-Date: 2013-04-15 14:03+0200\n"
+"PO-Revision-Date: 2013-04-19 16:53+0200\n"
"Last-Translator: Yungu Kim \n"
"Language-Team: Korean \n"
"Language: ko\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 1.5-dev\n"
+"X-Generator: Weblate 1.6-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:344
#: libraries/DisplayResults.class.php:809
@@ -4021,7 +4021,7 @@ msgstr "선택된 행을 하이라이트"
#: libraries/config/messages.inc.php:23
msgid "Row marker"
-msgstr ""
+msgstr "열(row) 마커"
#: libraries/config/messages.inc.php:24
msgid "Highlight row pointed by the mouse cursor"
@@ -4049,6 +4049,8 @@ msgid ""
"columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
"kbd] - allows newlines in columns"
msgstr ""
+"CHAR와 VARCHAR 행에 사용될 편집 입력창 정의; [kbd]input[/kbd] - 입력 길이 제한 가능, "
+"[kbd]textarea[/kbd] - 줄 바꿈 허용"
#: libraries/config/messages.inc.php:29
msgid "CHAR columns editing"
@@ -4059,10 +4061,12 @@ msgid ""
"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]"
"CodeMirror[/a]) with syntax highlighting and line numbers"
msgstr ""
+"사용하기 쉬운 편집기([a@http://codemirror.net/]CodeMirror[/a], 문법 강조 및 줄 번호 지원)로 SQL "
+"쿼리를 편집"
#: libraries/config/messages.inc.php:31
msgid "Enable CodeMirror"
-msgstr ""
+msgstr "CodeMirror 활성화"
#: libraries/config/messages.inc.php:32
msgid ""
@@ -4114,7 +4118,7 @@ msgstr ""
#: libraries/config/messages.inc.php:42
msgid "Compress on the fly"
-msgstr ""
+msgstr "즉시 압축"
#: libraries/config/messages.inc.php:43 setup/frames/config.inc.php:25
#: setup/frames/index.inc.php:176
@@ -4125,7 +4129,7 @@ msgstr "설정 파일"
msgid ""
"Whether a warning ("Are your really sure…") should be displayed "
"when you're about to lose data"
-msgstr ""
+msgstr "데이터가 사라지기 전에 경고 메시지("정말 확실합니까") 출력 여부"
#: libraries/config/messages.inc.php:45
msgid "Confirm DROP queries"
@@ -4165,13 +4169,12 @@ msgstr "기본 테이블 탭"
#: libraries/config/messages.inc.php:54
msgid "Whether the table structure actions should be hidden"
-msgstr ""
+msgstr "테이블 구조 관련 기능을 숨겨 놓을지 말지 여부"
#: libraries/config/messages.inc.php:55
-#, fuzzy
#| msgid "Propose table structure"
msgid "Hide table structure actions"
-msgstr "제안하는 테이블 구조"
+msgstr "테이블 구조 관련 기능 숨기기"
#: libraries/config/messages.inc.php:56
msgid "Show binary contents as HEX by default"
@@ -4179,7 +4182,7 @@ msgstr "2진수 데이터를 HEX형식으로 표시하도록 기본설정"
#: libraries/config/messages.inc.php:58
msgid "Show server listing as a list instead of a drop down"
-msgstr ""
+msgstr "서버 목록을 목록 형태로 출력(드롭 다운 사용 안 함)"
#: libraries/config/messages.inc.php:59
msgid "Display servers as a list"
@@ -4189,7 +4192,7 @@ msgstr "서버들을 목록으로 표시"
msgid ""
"Disable the table maintenance mass operations, like optimizing or repairing "
"the selected tables of a database."
-msgstr ""
+msgstr "선택한 테이블을 최적화 하거나 복구하는 등의 대규모 유지 보수 작업을 해제합니다."
#: libraries/config/messages.inc.php:61
msgid "Disable multi table maintenance"
@@ -4448,7 +4451,7 @@ msgstr "강제적인 SSL 연결"
msgid ""
"Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
"the referenced data, [kbd]id[/kbd] is the key value"
-msgstr ""
+msgstr "외래키 드롭다운 박스 항목을 정렬; [kbd]content[/kbd]: 참조 데이터, [kbd]id[/kbd]: 키 값"
#: libraries/config/messages.inc.php:149
msgid "Foreign key dropdown order"
@@ -4947,12 +4950,12 @@ msgstr ""
#: libraries/config/messages.inc.php:285
msgid "Maximum databases"
-msgstr ""
+msgstr "데이터베이스의 최대 갯수"
#: libraries/config/messages.inc.php:286
msgid ""
"The number of items that can be displayed on each page of the navigation tree"
-msgstr ""
+msgstr "탐색 트리에서 페이지 당 보여질 아이템 수"
#: libraries/config/messages.inc.php:287
msgid "Maximum items in branch"
@@ -5657,17 +5660,17 @@ msgstr "명세"
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]"
-msgstr ""
+msgstr "SQL 쿼리 추적 기능을 사용하지 않으려면 빈 칸으로 비워두세요. 권장: [kbd]pma__tracking[/kbd]"
#: libraries/config/messages.inc.php:446
msgid "SQL query tracking table"
-msgstr ""
+msgstr "SQL 쿼리 추적 테이블"
#: libraries/config/messages.inc.php:447
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
-msgstr ""
+msgstr "SQL 쿼리 추적 기능이 테이블과 뷰에 대한 버전을 자동으로 생성할지 여부."
#: libraries/config/messages.inc.php:448
msgid "Automatically create versions"
@@ -12549,14 +12552,12 @@ msgid "Table joins average: %s, this value should be less than 1 per hour"
msgstr "테이블 조인 평균: %s, 이 값은 시간당 1미만이어야 합니다."
#: libraries/advisory_rules.txt:240
-#, fuzzy
msgid "Rate of reading first index entry"
-msgstr "파일 문자셋:"
+msgstr "첫 번째 인덱스 항목을 읽는 비율"
#: libraries/advisory_rules.txt:243
-#, fuzzy
msgid "The rate of reading the first index entry is high."
-msgstr "파일 문자셋:"
+msgstr "첫 번째 인덱스 항목을 읽는 비율이 높습니다."
#: libraries/advisory_rules.txt:244
msgid ""
@@ -12567,6 +12568,10 @@ msgid ""
"scans. Other than that full index scans can only be reduced by rewriting "
"queries."
msgstr ""
+"전체 인덱스 스캔이 자주 발생할 경우 이렇게 됩니다. 전체 인덱스 스캔은 테이블 스캔보다는 빠르지만 큰 테이블에서는 CPU 자원을 많이 "
+"씁니다. 이런 테이블들이 대용량의 UPDATE와 DELETE를 했거나 하는 중이라면, 'OPTIMIZE TABLE'을 수행하여 전체 "
+"인덱스 스캔 속도를 높이거나 횟수를 줄일 수 있습니다. 그 외에 리라이트(rewrite) 쿼리에 의해 전체 인덱스 스캔이 줄어들 수 "
+"있습니다."
#: libraries/advisory_rules.txt:245
#, php-format
@@ -12578,9 +12583,8 @@ msgid "Rate of reading fixed position"
msgstr "고정위치 읽기 비율"
#: libraries/advisory_rules.txt:250
-#, fuzzy
msgid "The rate of reading data from a fixed position is high."
-msgstr "파일 문자셋:"
+msgstr "고정된 위치에서 데이터를 읽는 비율이 높습니다."
#: libraries/advisory_rules.txt:251
msgid ""
@@ -12588,6 +12592,8 @@ msgid ""
"scan, including join queries that do not use indexes. Add indexes where "
"applicable."
msgstr ""
+"많은 쿼리들이 결과를 정렬하거나 전체 테이블 스캔이 필요함을 의미합니다. 인덱스를 쓰지 않는 조인 쿼리도 포함됩니다. 인덱스를 적절히 "
+"추가하세요."
#: libraries/advisory_rules.txt:252
#, php-format
From 5ebdc688ee82792166b862814092e8f604ed8738 Mon Sep 17 00:00:00 2001
From: Filipe Batista
Date: Fri, 19 Apr 2013 12:59:34 +0200
Subject: [PATCH 5/6] Translated using Weblate (Portuguese)
Currently translated at 50.7% (1321 of 2605)
---
po/pt.po | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/po/pt.po b/po/pt.po
index 35dfa70181..0ada424c0f 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-04-03 10:24+0200\n"
-"PO-Revision-Date: 2013-04-18 17:24+0200\n"
-"Last-Translator: Pedro Ribeiro \n"
+"PO-Revision-Date: 2013-04-19 12:59+0200\n"
+"Last-Translator: Filipe Batista \n"
"Language-Team: Portuguese "
"\n"
"Language: pt\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 1.5-dev\n"
+"X-Generator: Weblate 1.6-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:344
#: libraries/DisplayResults.class.php:809
@@ -6767,7 +6767,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 "Lingua"
#: libraries/engines/innodb.lib.php:28
msgid "Data home directory"
From 45a56b655ab5eb09ceea0845e3a957b4ed6639a3 Mon Sep 17 00:00:00 2001
From: Rodrigo Souza
Date: Fri, 19 Apr 2013 23:18:55 +0200
Subject: [PATCH 6/6] Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2605 of 2605)
---
po/pt_BR.po | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 77d1f3b5c1..448ed8eba7 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-04-03 10:24+0200\n"
-"PO-Revision-Date: 2013-04-15 18:36+0200\n"
+"PO-Revision-Date: 2013-04-19 23:18+0200\n"
"Last-Translator: Rodrigo Souza \n"
"Language-Team: Portuguese (Brazil) "
"\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 1.5-dev\n"
+"X-Generator: Weblate 1.6-dev\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:344
#: libraries/DisplayResults.class.php:809
@@ -9834,7 +9834,7 @@ msgstr "Editar view"
#: libraries/structure.lib.php:1493
msgid "Relation view"
-msgstr "Ver relações"
+msgstr "View de relações"
#: libraries/structure.lib.php:1505
msgid "Propose table structure"