From ca59b5965d6dd208833845f1330fb0688fc7a9cf Mon Sep 17 00:00:00 2001 From: Xavier Navarro Date: Wed, 27 Mar 2013 14:45:26 +0100 Subject: [PATCH 1/3] Translated using Weblate (Catalan) Currently translated at 100.0% (2562 of 2562) --- po/ca.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/ca.po b/po/ca.po index 388fd8371d..34ea662f25 100644 --- a/po/ca.po +++ b/po/ca.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.4-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-10-16 14:37+0200\n" -"PO-Revision-Date: 2013-03-27 14:44+0200\n" +"PO-Revision-Date: 2013-03-27 14:45+0200\n" "Last-Translator: Xavier Navarro \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -9736,7 +9736,7 @@ msgstr "Assessorament" #: server_status.php:803 server_status.php:829 #| msgid "Number of rows:" msgid "Number of data points: " -msgstr "Nombre de punts de dades:" +msgstr "Nombre de punts de dades: " #: server_status.php:807 server_status.php:833 msgid "Refresh rate: " From 1a0480dbe8bfeeacc8ea98cc96a48832954a17f5 Mon Sep 17 00:00:00 2001 From: Yungu Kim Date: Fri, 29 Mar 2013 01:12:05 +0100 Subject: [PATCH 2/3] Translated using Weblate (Korean) Currently translated at 51.4% (1318 of 2562) --- po/ko.po | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/po/ko.po b/po/ko.po index 5fe92b27a8..13bb9be211 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.4-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-10-16 14:37+0200\n" -"PO-Revision-Date: 2013-03-23 15:05+0200\n" +"PO-Revision-Date: 2013-03-29 01:12+0200\n" "Last-Translator: Yungu Kim \n" "Language-Team: Korean \n" "Language: ko\n" @@ -4226,7 +4226,7 @@ msgstr "" #: libraries/config/messages.inc.php:301 msgid "Login cookie store" -msgstr "로그인 쿠기 저장" +msgstr "로그인 쿠키 저장 시간" #: libraries/config/messages.inc.php:302 msgid "Define how long (in seconds) a login cookie is valid" @@ -4302,7 +4302,7 @@ msgstr "mcrypt 경고" msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)" -msgstr "" +msgstr "스크립트가 사용 가능한 메모리 최댓값. 예: [kbd]32M[/kbd] ([kbd]0[/kbd] 이면 무제한)" #: libraries/config/messages.inc.php:320 msgid "Memory limit" @@ -5846,9 +5846,8 @@ msgid "Visualize GIS data" msgstr "" #: libraries/display_tbl.lib.php:2701 -#, fuzzy msgid "Create view" -msgstr "서버 버전" +msgstr "뷰 생성" #: libraries/display_tbl.lib.php:2808 msgid "Link not found" @@ -6324,9 +6323,8 @@ msgid "Object creation options" msgstr "" #: libraries/export/latex.php:52 libraries/export/latex.php:76 -#, fuzzy msgid "Table caption (continued)" -msgstr "테이블 설명" +msgstr "테이블 설명 (계속)" #: libraries/export/latex.php:57 libraries/export/odt.php:43 #: libraries/export/sql.php:56 @@ -7309,9 +7307,8 @@ msgid "Returns" msgstr "데이터베이스 사용량 통계" #: libraries/rte/rte_list.lib.php:63 libraries/rte/rte_triggers.lib.php:359 -#, fuzzy msgid "Event" -msgstr "보냄" +msgstr "이벤트" #: libraries/rte/rte_routines.lib.php:64 msgid "" @@ -8326,6 +8323,8 @@ msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" +"로그인 쿠키의 저장 시간이 phpMyAdmin에서 설정한 쿠키 유효 시간보다 짧게 설정되어 있어, 로그인이 설정한 것보다 일찍 " +"만료됩니다." #: main.php:307 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." @@ -12474,7 +12473,7 @@ msgstr "" #, php-format msgid "" "Max_used_connections is at %s%% of max_connections, it should be below 80%%" -msgstr "" +msgstr "max_used_connections이 max_connections의 %s%% 입니다. 80%% 미만을 권장합니다" #: po/advisory_rules.php:230 #| msgid "Connections" From b6d24033390a9db92922f32859a6c82c7f6c0bfc Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 29 Mar 2013 08:15:30 -0400 Subject: [PATCH 3/3] ChangeLog entry for bug #3705 Attempt to open trigger for edit gives NULL --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 00e550c756..f7fed5c3bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog 3.5.8.0 (not yet released) - bug #3828 MariaDB reported as MySQL - bug #3854 Incorrect header for Safari 6.0 +- bug #3705 Attempt to open trigger for edit gives NULL 3.5.7.0 (2013-02-15) - bug #3779 [core] Problem with backslash in enum fields