From b86853e50fbeac6a88905d851f30b027d5d4d5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 14 Nov 2014 19:09:37 +0100 Subject: [PATCH 01/10] Translated using Weblate (Armenian) Currently translated at 3.3% (100 of 2978 strings) [CI skip] --- po/hy.po | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/po/hy.po b/po/hy.po index bf14433893..b3557e3706 100644 --- a/po/hy.po +++ b/po/hy.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-11-13 11:57-0500\n" -"PO-Revision-Date: 2014-11-05 10:21+0200\n" +"PO-Revision-Date: 2014-11-14 19:09+0200\n" "Last-Translator: Michal Čihař \n" -"Language-Team: Armenian \n" +"Language-Team: Armenian " +"\n" +"Language: hy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hy\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 2.0-dev\n" +"X-Generator: Weblate 2.1-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -324,10 +324,11 @@ msgid "Last check:" msgstr "Վերջին ստուգումը" #: db_printview.php:146 libraries/structure.lib.php:169 -#, php-format +#, fuzzy, php-format msgid "%s table" msgid_plural "%s tables" msgstr[0] "%s աղյուսակ" +msgstr[1] "" #: db_qbe.php:103 msgid "You have to choose at least one column to display!" From 9423d7bf68e50ac4616fc8d2173569b0a2dc18df Mon Sep 17 00:00:00 2001 From: Panagiotis Papazoglou Date: Sat, 15 Nov 2014 15:08:42 +0100 Subject: [PATCH 02/10] Translated using Weblate (Greek) Currently translated at 100.0% (2978 of 2978 strings) [CI skip] --- po/el.po | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/po/el.po b/po/el.po index 1827399011..c2d6699817 100644 --- a/po/el.po +++ b/po/el.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-11-13 11:57-0500\n" -"PO-Revision-Date: 2014-11-05 14:02+0200\n" +"PO-Revision-Date: 2014-11-15 15:08+0200\n" "Last-Translator: Panagiotis Papazoglou \n" -"Language-Team: Greek \n" +"Language-Team: Greek " +"\n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.0-dev\n" +"X-Generator: Weblate 2.1-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -33,10 +33,10 @@ msgid "Click to sort." msgstr "Πατήστε για ταξινόμηση." #: db_central_columns.php:125 -#, fuzzy, php-format +#, php-format #| msgid "Showing row(s) %1$s - %2$s" msgid "Showing rows %1$s - %2$s." -msgstr "Εμφάνιση εγγραφής(ών) %1$s - %2$s" +msgstr "Εμφάνιση εγγραφών %1$s - %2$s." #: db_create.php:61 #, php-format @@ -2234,6 +2234,8 @@ msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" +"Θέλετε πραγματικά να δείτε όλες τις εγγραφές; Για ένα μεγάλο πίνακα, αυτό " +"ίσως φέρει δυσλειτουργία στον φυλλομετρητή σας." #: js/messages.php:436 msgid "cancel" @@ -8899,6 +8901,9 @@ msgid "" "There are large item groups in navigation panel which may affect the " "performance. Consider disabling item grouping in the navigation panel." msgstr "" +"Υπάρχουν μεγάλες ομάδες αντικειμένων στον πίνακα πλοήγησης που μπορούν να " +"επηρεάσουν την απόδοση. Λάβετε υπόψη σας να απενεργοποίησετε την ομοδοποίηση " +"αντικειμένων στον πίνακα πλοήγησης." #: libraries/navigation/NavigationTree.class.php:851 #, php-format @@ -9961,7 +9966,6 @@ msgstr "" "(4,5,6), (7,8,9)" #: libraries/plugins/export/ExportSql.class.php:403 -#, fuzzy #| msgid "" #| "both of the above
      Example: INSERT INTO " #| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -9970,7 +9974,7 @@ msgid "" "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" "όλα τα παραπάνω
      Παράδειγμα: INSERT INTO " -"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/plugins/export/ExportSql.class.php:408 msgid "" From 931a6458e15ffe2dabd58a437d65d3f001543502 Mon Sep 17 00:00:00 2001 From: Andika Triwidada Date: Sun, 16 Nov 2014 12:56:01 +0100 Subject: [PATCH 03/10] Translated using Weblate (Indonesian) Currently translated at 74.2% (2210 of 2978 strings) [CI skip] --- po/id.po | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/po/id.po b/po/id.po index 6c75bceda7..5a628365ea 100644 --- a/po/id.po +++ b/po/id.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-11-13 11:57-0500\n" -"PO-Revision-Date: 2014-10-26 10:02+0200\n" -"Last-Translator: Dadan Setia \n" -"Language-Team: Indonesian \n" +"PO-Revision-Date: 2014-11-16 12:56+0200\n" +"Last-Translator: Andika Triwidada \n" +"Language-Team: Indonesian " +"\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 2.0-dev\n" +"X-Generator: Weblate 2.1-dev\n" "X-Poedit-Basepath: ../../..\n" #: changelog.php:36 license.php:28 @@ -31,16 +31,15 @@ msgid "The central list of columns for the current database is empty." msgstr "Daftar pusat kolom untuk database saat ini kosong." #: db_central_columns.php:109 -#, fuzzy #| msgid "Click to sort" msgid "Click to sort." msgstr "Klik untuk mengurutkan." #: db_central_columns.php:125 -#, fuzzy, php-format +#, php-format #| msgid "Showing row(s) %1$s - %2$s" msgid "Showing rows %1$s - %2$s." -msgstr "Menampilkan baris %1$s - %2$s" +msgstr "Menampilkan baris %1$s - %2$s." #: db_create.php:61 #, php-format @@ -890,7 +889,7 @@ msgstr "" "dikonfigurasi." #: index.php:520 -#, fuzzy, php-format +#, php-format #| msgid "" #| "The phpMyAdmin configuration storage is not completely configured, some " #| "extended features have been deactivated. To find out why click %shere%s." @@ -898,16 +897,15 @@ msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. %sFind out why%s. " msgstr "" -"Fasilitas penambahan untuk bekerja dengan tabel yang di-link di nonaktifkan. " -"Untuk mengetahui sebabnya harap klik %sdi sini%s." +"Penyimpanan konfigurasi phpMyAdmin belum sepenuhnya ditata, beberapa fitur " +"perluasan telah dimatikan. %sCari tahu mengapa%s. " #: index.php:527 -#, fuzzy msgid "" "Or alternately go to 'Operations' tab of any database to set it up there." msgstr "" -"
       Atau bergantian pergi ke tab " -"'Operasi' database apapun untuk mendirikannya di sana." +"Sebagai alternatif pergilah ke tab 'Operator' dari sebarang database untuk " +"menatanya di sana." #: index.php:572 #, php-format @@ -979,14 +977,13 @@ msgid "Do you really want to delete the search \"%s\"?" msgstr "Apakah anda yakin ingin menghapus pencarian \"%s\"?" #: js/messages.php:47 -#, fuzzy #| 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?" msgid "You have unsaved changes; are you sure you want to leave this page?" msgstr "" -"Anda telah mengedit beberapa data dan belum di simpan. Apakah anda yakin " -"akan meninggalkan halaman ini sebelum menyimpan data?" +"Anda punya perubahan yang belum disimpan; apakah Anda yakin hendak " +"meninggalkan halaman ini?" #: js/messages.php:48 #, fuzzy From 7509725b75617518d975dc41016d75f1f4561272 Mon Sep 17 00:00:00 2001 From: Giovanni Sora Date: Sat, 15 Nov 2014 11:05:56 +0100 Subject: [PATCH 04/10] Translated using Weblate (Interlingua) Currently translated at 63.7% (1897 of 2978 strings) [CI skip] --- po/ia.po | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/po/ia.po b/po/ia.po index 980cf2cac1..b497093781 100644 --- a/po/ia.po +++ b/po/ia.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-11-13 11:57-0500\n" -"PO-Revision-Date: 2014-10-17 14:19+0200\n" +"PO-Revision-Date: 2014-11-15 11:05+0200\n" "Last-Translator: Giovanni Sora \n" -"Language-Team: Interlingua \n" +"Language-Team: Interlingua " +"\n" +"Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ia\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 1.10-dev\n" +"X-Generator: Weblate 2.1-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -37,10 +37,10 @@ msgid "Click to sort." msgstr "Pulsa pro ordinar." #: db_central_columns.php:125 -#, fuzzy, php-format +#, php-format #| msgid "Showing row(s) %1$s - %2$s" msgid "Showing rows %1$s - %2$s." -msgstr "Monstrante rango(s) %1$s - %2$s" +msgstr "Monstrante rangos %1$s - %2$s." #: db_create.php:61 #, php-format @@ -9908,7 +9908,6 @@ msgstr "" "(4,5,6), (7,8,9)" #: libraries/plugins/export/ExportSql.class.php:403 -#, fuzzy #| msgid "" #| "both of the above
      Example: INSERT INTO " #| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -9917,7 +9916,7 @@ msgid "" "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" "ambes le de cuje super
      Exemplo: INSERT " -"INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/plugins/export/ExportSql.class.php:408 msgid "" @@ -10136,10 +10135,9 @@ msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Non usa AUTO_INCREMENT pro valores de zero" #: libraries/plugins/import/ImportSql.class.php:193 -#, fuzzy #| msgid "Read misses" msgid "Read as multibytes" -msgstr "Quantitate non legite" +msgstr "Lege como multibytes" #: libraries/plugins/import/ImportXml.class.php:54 msgid "XML" @@ -13505,10 +13503,9 @@ msgid "Display column was successfully updated." msgstr "" #: libraries/tbl_relation.lib.php:900 -#, fuzzy #| msgid "Internal relation has been added." msgid "Internal relations were successfully updated." -msgstr "Relation interne ha essite addite." +msgstr "Relationes interne ha essite actualisate on successo." #: libraries/tbl_relation.lib.php:1165 #, php-format From b5466eaa815eb0f4f53d596ffdfdf2b84361840f Mon Sep 17 00:00:00 2001 From: youngminz Date: Sat, 15 Nov 2014 04:12:38 +0100 Subject: [PATCH 05/10] Translated using Weblate (Korean) Currently translated at 82.1% (2446 of 2978 strings) [CI skip] --- po/ko.po | 204 +++++++++++++++++++------------------------------------ 1 file changed, 71 insertions(+), 133 deletions(-) diff --git a/po/ko.po b/po/ko.po index 1da34da767..e859154cf9 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-11-13 11:57-0500\n" -"PO-Revision-Date: 2014-10-10 07:47+0200\n" -"Last-Translator: 이 형진 \n" -"Language-Team: Korean \n" +"PO-Revision-Date: 2014-11-15 04:12+0200\n" +"Last-Translator: youngminz \n" +"Language-Team: Korean " +"\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 1.10-dev\n" +"X-Generator: Weblate 2.1-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -33,10 +33,10 @@ msgid "Click to sort." msgstr "정렬하려면 클릭하세요." #: db_central_columns.php:125 -#, fuzzy, php-format +#, php-format #| msgid "Showing row(s) %1$s - %2$s" msgid "Showing rows %1$s - %2$s." -msgstr "%1$s - %2$s행 표시 중" +msgstr "%1$s - %2$s행 표시 중." #: db_create.php:61 #, php-format @@ -254,15 +254,13 @@ msgid "Database %1$s has been copied to %2$s." msgstr "데이터베이스 %1$s 을(를) %2$s 로 복사하였습니다." #: db_operations.php:263 -#, fuzzy, php-format +#, php-format #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " #| "why click %shere%s." msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." -msgstr "" -"phpMyAdmin 설정 스토리지가 비활성화 되어 있습니다. 원인을 확인하려면 %s여기" -"를 클릭%s하십시오." +msgstr "phpMyAdmin 설정 스토리지가 비활성화되어 있습니다. 원인을 확인하려면 %s여기를 클릭%s하십시오." #: db_printview.php:48 db_tracking.php:83 db_tracking.php:207 #: libraries/Menu.class.php:241 libraries/config/messages.inc.php:756 @@ -601,10 +599,9 @@ msgid "Failed" msgstr "실패함" #: import.php:62 -#, fuzzy #| msgid "complete inserts" msgid "Incomplete params" -msgstr "완전한 삽입" +msgstr "불완전한 인자" #: import.php:166 #, php-format @@ -878,7 +875,7 @@ msgstr "" "약해 집니다." #: index.php:520 -#, fuzzy, php-format +#, php-format #| msgid "" #| "The phpMyAdmin configuration storage is not completely configured, some " #| "extended features have been deactivated. To find out why click %shere%s." @@ -886,8 +883,8 @@ msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. %sFind out why%s. " msgstr "" -"phpMyAdmin 설정 스토리지가 완전히 설정되지 않아, 일부 확장 기능들이 비활성화 " -"된 상태입니다. 원인을 확인하려면 %s여기%s를 클릭하세요." +"phpMyAdmin 설정 스토리지가 완전히 설정되지 않아, 일부 확장 기능들이 비활성화 된 상태입니다. 원인을 확인하려면 %s여기%s를 " +"클릭하세요. " #: index.php:527 msgid "" @@ -969,10 +966,9 @@ msgstr "" "바뀐 내용을 저장하지 않았습니다. 저장하지 않고 페이지를 이동하겠습니까?" #: js/messages.php:48 -#, fuzzy #| msgid "Do you really want to delete the search \"%s\"?" msgid "Do you really want to revoke the selected user(s) ?" -msgstr "\"%s\" 검색을 삭제하겠습니까?" +msgstr "선택한 사용자를 정말로 삭제하시겠습니까?" #: js/messages.php:51 msgid "Save & Close" @@ -1026,16 +1022,14 @@ msgid "Create composite index" msgstr "" #: js/messages.php:65 -#, fuzzy #| msgid "Columns enclosed with:" msgid "Composite with:" -msgstr "열(컬럼) 감싸기:" +msgstr "이것과 합치기:" #: js/messages.php:66 -#, fuzzy #| msgid "Add %s column(s) to index" msgid "Please select column(s) for the index." -msgstr "인덱스에 %s 열 추가" +msgstr "인덱스에 추가할 열을 선택해주세요." #: js/messages.php:69 libraries/structure.lib.php:1677 msgid "You have to add at least one column." @@ -1834,10 +1828,9 @@ msgid "Primary key added." msgstr "기본 키가 추가되었습니다." #: js/messages.php:315 libraries/normalization.lib.php:174 -#, fuzzy #| msgid "Taking you to %s." msgid "Taking you to next step…" -msgstr "당신을 %s로 데려감." +msgstr "다음 단계로 가는 중…" #: js/messages.php:316 #, php-format @@ -1847,10 +1840,9 @@ msgstr "" #: js/messages.php:317 libraries/normalization.lib.php:422 #: libraries/normalization.lib.php:469 libraries/normalization.lib.php:552 #: libraries/normalization.lib.php:612 -#, fuzzy #| msgid "End of line" msgid "End of step" -msgstr "줄 끝" +msgstr "단계의 끝" #: js/messages.php:318 msgid "Second step of normalization (2NF)" @@ -1911,10 +1903,9 @@ msgid "DROP columns %s from the table %s" msgstr "" #: js/messages.php:331 -#, fuzzy #| msgid "Add privileges on the following table:" msgid "Create the following table" -msgstr "다음 테이블에 대한 권한 추가:" +msgstr "다음 테이블을 생성" #: js/messages.php:334 msgid "Third step of normalization (3NF)" @@ -1929,10 +1920,9 @@ msgid "Selected dependencies are as follows:" msgstr "" #: js/messages.php:337 -#, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" -msgstr "데이터베이스를 선택하지 않았습니다." +msgstr "의존성이 선택되지 않았습니다!" #: js/messages.php:340 libraries/insert_edit.lib.php:1452 #: libraries/server_variables.lib.php:157 @@ -1963,16 +1953,14 @@ msgid "Column minimum:" msgstr "열(컬럼) 최저값:" #: js/messages.php:348 -#, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" -msgstr "최대 테이블 수" +msgstr "최솟값:" #: js/messages.php:349 -#, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" -msgstr "최대 테이블 수" +msgstr "최댓값:" #: js/messages.php:352 msgid "Hide find and replace criteria" @@ -2220,16 +2208,14 @@ msgid "Success" msgstr "성공" #: js/messages.php:440 -#, fuzzy #| msgid "Import defaults" msgid "Import status" -msgstr "가져오기 기본값" +msgstr "상태 가져오기" #: js/messages.php:441 libraries/navigation/Navigation.class.php:102 -#, fuzzy #| msgid "Log file threshold" msgid "Drop files here" -msgstr "로그 파일 스레시홀드" +msgstr "파일을 여기로 끌어오세요" #: js/messages.php:442 msgid "Select database first" @@ -2733,10 +2719,9 @@ msgid "Expand" msgstr "펼치기" #: libraries/Console.class.php:95 libraries/Console.class.php:178 -#, fuzzy #| msgid "subquery" msgid "Requery" -msgstr "서브쿼리" +msgstr "다시 쿼리하기" #: libraries/Console.class.php:97 libraries/DbSearch.class.php:365 #: libraries/DisplayResults.class.php:3501 @@ -2765,20 +2750,19 @@ msgstr "공유" #. l10n: First parameter will be replaced with the translation for Total and the number of bookmarks, second one with the translation for private and the third one, with the translation for shared #: libraries/Console.class.php:124 -#, fuzzy, php-format +#, php-format #| msgid "The bookmark has been deleted." msgid "%1$s, %2$s and %3$s bookmarks included" -msgstr "북마크를 제거했습니다." +msgstr "북마크 %1$s, %2$s 그리고 %3$s가 포함되었습니다" #: libraries/Console.class.php:130 msgid "No bookmarks" msgstr "북마크 없음" #: libraries/Console.class.php:180 -#, fuzzy #| msgid "Explain SQL" msgid "Explain" -msgstr "SQL 해석" +msgstr "설명" #: libraries/Console.class.php:181 libraries/Util.class.php:1263 #: libraries/sql.lib.php:487 @@ -2790,13 +2774,11 @@ msgid "Bookmark" msgstr "북마크" #: libraries/Console.class.php:184 -#, fuzzy #| msgid "Query cache" msgid "Query failed" -msgstr "질의(쿼리) 캐시" +msgstr "질의 실패" #: libraries/Console.class.php:188 -#, fuzzy #| msgid "Query execution time" msgid "Queried time" msgstr "질의 실행 시간" @@ -2815,10 +2797,9 @@ msgid "Clear" msgstr "" #: libraries/Console.class.php:202 -#, fuzzy #| msgid "SQL history" msgid "History" -msgstr "SQL 내력(히스토리)" +msgstr "최근 기록" #: libraries/Console.class.php:205 libraries/Console.class.php:300 #: libraries/DisplayResults.class.php:1628 libraries/TableSearch.class.php:788 @@ -2853,10 +2834,9 @@ msgid "Bookmarks" msgstr "북마크" #: libraries/Console.class.php:218 -#, fuzzy #| msgid "Execute every" msgid "Press Ctrl+Enter to execute query" -msgstr "실행간격" +msgstr "Ctrl+Enter를 눌러 쿼리를 실행" #: libraries/Console.class.php:239 msgid "During current session" @@ -2889,22 +2869,19 @@ msgid "Share this bookmark" msgstr "이 북마크를 공유" #: libraries/Console.class.php:304 -#, fuzzy #| msgid "Reset to default" msgid "Set default" msgstr "기본값으로 초기화" #: libraries/Console.class.php:308 -#, fuzzy #| msgid "Always send error reports" msgid "Always expand query messages" -msgstr "항상 오류보고서 전송" +msgstr "항상 질의 메시지를 확장" #: libraries/Console.class.php:310 -#, fuzzy #| msgid "SQL query history table" msgid "Show query history at start" -msgstr "SQL 쿼리 히스토리 테이블" +msgstr "시작할 때 질의 기록을 보여주기" #: libraries/Console.class.php:312 msgid "Show current browsing query" @@ -3607,10 +3584,9 @@ msgid "Designer" msgstr "디자이너" #: libraries/Menu.class.php:493 libraries/Util.class.php:4114 -#, fuzzy #| msgid "Add/Delete columns" msgid "Central columns" -msgstr "컬럼 추가/삭제" +msgstr "중심 열" #: libraries/Menu.class.php:532 libraries/Util.class.php:4086 #: libraries/config/messages.inc.php:229 libraries/server_common.lib.php:48 @@ -6428,10 +6404,9 @@ msgid "Default sort order for tables with a primary key." msgstr "" #: libraries/config/messages.inc.php:526 -#, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" -msgstr "기본 정렬 순서" +msgstr "기본 키 기본 정렬 순서" #: libraries/config/messages.inc.php:528 msgid "" @@ -6645,10 +6620,9 @@ msgid "Maximal number of table preferences to store" msgstr "저장될 테이블 설정의 최대 갯수" #: libraries/config/messages.inc.php:603 -#, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" -msgstr "Slave 상태 테이블 보기" +msgstr "QBE가 검색 테이블에 저장되었습니다" #: libraries/config/messages.inc.php:605 #, fuzzy @@ -6775,7 +6749,7 @@ msgstr "접속 URL" #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." -msgstr "MySQL 서버의 네트워크 포트. 기본값을 쓰려면 비워두세요" +msgstr "MySQL 서버가 listen하고 있는 소켓으로, 비워두면 기본값으로 설정됩니다." #: libraries/config/messages.inc.php:651 msgid "Server socket" @@ -7134,20 +7108,18 @@ msgid "Title of browser window when a database is selected." msgstr "데이터베이스가 선택되었을 때 브라우저 창의 제목." #: libraries/config/messages.inc.php:751 -#, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." -msgstr "아무것도 선택되지 않았을 때 브라우저 윈도우의 제목" +msgstr "아무것도 선택되지 않았을 때의 브라우저 윈도우의 제목" #: libraries/config/messages.inc.php:752 msgid "Default title" msgstr "기본 제목" #: libraries/config/messages.inc.php:753 -#, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." -msgstr "서버가 선택되었을 때 브라우저 윈도우의 제목" +msgstr "서버가 선택되었을 때의 브라우저 윈도우의 제목" #: libraries/config/messages.inc.php:755 #, fuzzy @@ -7168,17 +7140,15 @@ msgid "List of trusted proxies for IP allow/deny" msgstr "IP 허용/거부를 위한 신뢰할만한 프록시 목록" #: libraries/config/messages.inc.php:759 -#, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." -msgstr "가져오기(import) 파일을 업로드할 서버상의 디렉토리" +msgstr "가져오기 파일을 업로드할 서버 상의 디렉토리" #: libraries/config/messages.inc.php:760 msgid "Upload directory" msgstr "업로드 디렉토리" #: libraries/config/messages.inc.php:761 -#, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "전체 데이터베이스 내에서의 검색 허용" @@ -7204,10 +7174,9 @@ msgid "Check for latest version" msgstr "최신 버전 확인" #: libraries/config/messages.inc.php:766 -#, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." -msgstr "phpMyAdmin 메인화면에서 최근 버전 확인을 가능하게 함" +msgstr "phpMyAdmin 메인 화면에서 최근 버전 확인을 활성화함" #: libraries/config/messages.inc.php:767 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 @@ -7280,10 +7249,9 @@ msgid "Private key for reCaptcha" msgstr "reCaptcha용 개인 키(Private key)" #: libraries/config/messages.inc.php:782 -#, fuzzy #| msgid "Ask before sending error reports" msgid "Choose the default action when sending error reports." -msgstr "오류보고서 전송전 물어보기" +msgstr "오류 보고를 전송하기 전 물어보기" #: libraries/config/messages.inc.php:783 msgid "Send error reports" @@ -7296,10 +7264,9 @@ msgid "" msgstr "" #: libraries/config/messages.inc.php:788 -#, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" -msgstr "서버 환경설정" +msgstr "제로-설정 모드를 활성화함" #: libraries/config/setup.forms.php:40 msgid "Config authentication" @@ -7388,37 +7355,32 @@ msgid "Select page" msgstr "페이지를 선택하세요" #: libraries/db_designer.lib.php:55 -#, fuzzy #| msgid "Page titles" msgid "Page to open" -msgstr "페이지 제목" +msgstr "열 페이지" #: libraries/db_designer.lib.php:57 msgid "Page to delete" msgstr "삭제할 페이지" #: libraries/db_designer.lib.php:77 -#, fuzzy #| msgid "Export to selected page." msgid "Save to selected page" -msgstr "선택된 페이지로 내보내기." +msgstr "선택된 페이지로 저장하기" #: libraries/db_designer.lib.php:78 -#, fuzzy #| msgid "Create a page and export to it." msgid "Create a page and save to it" -msgstr "새 페이지를 만들고 내보내기." +msgstr "새 페이지를 만들고 내보내기" #: libraries/db_designer.lib.php:102 msgid "New page name" msgstr "새 페이지 이름" #: libraries/db_designer.lib.php:160 -#, fuzzy #| msgid "Could not load import plugins, please check your installation!" msgid "Could not load schema plugins, please check your installation!" -msgstr "" -"가져오기 플러그인을 로드할 수 없습니다. 올바로 설치되었는지 확인해주세요!" +msgstr "개요 플러그인을 로드할 수 없습니다. 올바로 설치되었는지 확인해주세요!" #: libraries/db_designer.lib.php:168 msgid "Select Export Relational Type" @@ -7445,16 +7407,14 @@ msgid "Save position" msgstr "위치 저장" #: libraries/db_designer.lib.php:287 -#, fuzzy #| msgid "Save position" msgid "Save positions as" msgstr "위치 저장" #: libraries/db_designer.lib.php:294 -#, fuzzy #| msgid "Select page" msgid "Delete pages" -msgstr "페이지를 선택하세요" +msgstr "페이지 삭제" #: libraries/db_designer.lib.php:305 libraries/display_create_table.lib.php:55 msgid "Create table" @@ -7534,10 +7494,9 @@ msgid "Delete relation" msgstr "관계(relation) 삭제" #: libraries/db_designer.lib.php:921 libraries/db_designer.lib.php:985 -#, fuzzy #| msgid "Relational key" msgid "Relation operator" -msgstr "관계키" +msgstr "관계 연산" #: libraries/db_designer.lib.php:931 libraries/db_designer.lib.php:995 #: libraries/db_designer.lib.php:1149 libraries/db_designer.lib.php:1295 @@ -7593,9 +7552,8 @@ msgid "Re-type:" msgstr "재입력:" #: libraries/display_change_password.lib.php:83 -#, fuzzy msgid "Password Hashing:" -msgstr "암호 해싱:" +msgstr "비밀번호 해싱:" #: libraries/display_change_password.lib.php:96 msgid "MySQL 4.0 compatible" @@ -7778,28 +7736,24 @@ msgid "Select table" msgstr "테이블 선택" #: libraries/display_export.lib.php:798 -#, fuzzy #| msgid "Database name" msgid "New database name" -msgstr "데이터베이스명" +msgstr "새로운 데이터베이스명" #: libraries/display_export.lib.php:822 -#, fuzzy #| msgid "New page name: " msgid "New table name" -msgstr "새 페이지 이름: " +msgstr "새 테이블 이름:" #: libraries/display_export.lib.php:831 -#, fuzzy #| msgid "Copy column name." msgid "Old column name" -msgstr "컬럼 이름 복사." +msgstr "옛 컬럼 이름" #: libraries/display_export.lib.php:832 -#, fuzzy #| msgid "Copy column name." msgid "New column name" -msgstr "컬럼 이름 복사." +msgstr "새로운 컬럼 이름" #: libraries/display_git_revision.lib.php:56 #, php-format @@ -7912,10 +7866,9 @@ msgid "%s of %s" msgstr "" #: libraries/display_import.lib.php:455 -#, fuzzy #| msgid "Format of imported file" msgid "Uploading your import file…" -msgstr "가져올 파일의 형식" +msgstr "당신의 가져오기 파일을 업로드하는 중…" #: libraries/display_import.lib.php:456 #, php-format @@ -8040,10 +7993,9 @@ msgid "Write waits in %" msgstr "" #: libraries/engines/myisam.lib.php:28 -#, fuzzy #| msgid "Data point content" msgid "Data pointer size" -msgstr "데이터 포인트 내용" +msgstr "데이터 포인터 크기" #: libraries/engines/myisam.lib.php:29 msgid "" @@ -8446,7 +8398,6 @@ msgstr "삽입된 행의 id: %1$d" #. l10n: This is currently used only in Japanese locales #: libraries/kanji-encoding.lib.php:147 -#, fuzzy #| msgid "None" msgctxt "None encoding conversion" msgid "None" @@ -8742,7 +8693,7 @@ msgstr "데이터베이스 이름 또는 정규식으로 필터링" #, fuzzy #| msgid "Save as file" msgid "Clear fast filter" -msgstr "파일로 저장" +msgstr "빠른 필터 비우기" #: libraries/navigation/NavigationTree.class.php:1203 msgid "Filter by name or regex" @@ -8779,16 +8730,14 @@ msgid "New" msgstr "새" #: libraries/navigation/Nodes/Node_Database.class.php:41 -#, fuzzy #| msgid "Database export options" msgid "Database operations" -msgstr "데이터베이스 내보내기 옵션" +msgstr "데이터베이스 연산" #: libraries/navigation/Nodes/Node_Database.class.php:636 -#, fuzzy #| msgid "Show hint" msgid "Show hidden items" -msgstr "힌트 보여주기" +msgstr "숨겨진 항목 보기" #: libraries/navigation/Nodes/Node_Database_Container.class.php:36 #, fuzzy @@ -8807,7 +8756,6 @@ msgstr "" #: libraries/navigation/Nodes/Node_Function_Container.class.php:25 #: libraries/plugins/export/ExportSql.class.php:525 #: libraries/plugins/export/ExportXml.class.php:111 -#, fuzzy #| msgid "Function" msgid "Functions" msgstr "함수" @@ -8905,10 +8853,9 @@ msgid "Select one…" msgstr "컬럼 선택." #: libraries/normalization.lib.php:139 normalization.php:20 -#, fuzzy #| msgid "Move column" msgid "No such column" -msgstr "컬럼 이동" +msgstr "그런 컬럼이 없습니다." #: libraries/normalization.lib.php:146 msgid "split into " @@ -8921,10 +8868,9 @@ msgid "Have a primary key" msgstr "기본키 추가" #: libraries/normalization.lib.php:173 -#, fuzzy #| msgid "Error: relation already exists." msgid "Primary key already exists." -msgstr "오류: 릴레이션이 이미 존재함." +msgstr "기본 키가 이미 존재합니다." #: libraries/normalization.lib.php:178 msgid "" @@ -8945,7 +8891,7 @@ msgstr "" #, fuzzy #| msgid "Add primary key" msgid "+ Add a new primary key column" -msgstr "기본키 추가" +msgstr "+ 새로운 기본키를 컬럼에 추가" #: libraries/normalization.lib.php:212 #, fuzzy @@ -8967,10 +8913,9 @@ msgid "" msgstr "" #: libraries/normalization.lib.php:226 -#, fuzzy #| msgid "Remove selected users" msgid "Remove selected" -msgstr "선택한 사용자를 삭제" +msgstr "선택된 것 삭제" #: libraries/normalization.lib.php:227 #, fuzzy @@ -9090,10 +9035,9 @@ msgid "Selected repeating group has been moved to the table '%s'" msgstr "" #: libraries/normalization.lib.php:689 -#, fuzzy #| msgid "Sep" msgid "Step 3." -msgstr "9월" +msgstr "세 번째 단계." #: libraries/normalization.lib.php:689 msgid "Find transitive dependencies" @@ -9118,10 +9062,9 @@ msgid "Table is already in Third normal form!" msgstr "" #: libraries/normalization.lib.php:770 -#, fuzzy #| msgid "Hide table structure actions" msgid "Improve table structure (Normalization):" -msgstr "테이블 구조 관련 기능 숨기기" +msgstr "테이블 구조 개선 (표준화)" #: libraries/normalization.lib.php:771 msgid "Select up to what step you want to normalize" @@ -9152,10 +9095,9 @@ msgid "No partial dependencies found!" msgstr "" #: libraries/operations.lib.php:75 -#, fuzzy #| msgid "Renaming Databases" msgid "Rename database to:" -msgstr "데이터베이스 이름을 변경중입니다" +msgstr "데이터베이스 이름을 변경합니다:" #: libraries/operations.lib.php:107 #, php-format @@ -9186,10 +9128,9 @@ msgid "Data only" msgstr "데이터만" #: libraries/operations.lib.php:175 -#, fuzzy #| msgid "Copying Database" msgid "Copy database to:" -msgstr "데이터베이스를 복사중입니다" +msgstr "데이터베이스를 복사합니다:" #: libraries/operations.lib.php:186 msgid "CREATE DATABASE before copying" @@ -9602,10 +9543,9 @@ msgstr "" #: libraries/plugins/export/ExportLatex.class.php:142 #: libraries/plugins/export/ExportOdt.class.php:107 -#, fuzzy #| msgid "Display chart" msgid "Display comments" -msgstr "차트 표시" +msgstr "댓글 보기" #: libraries/plugins/export/ExportLatex.class.php:147 #: libraries/plugins/export/ExportOdt.class.php:112 @@ -9628,10 +9568,9 @@ msgstr "" #: libraries/plugins/export/ExportLatex.class.php:210 #: libraries/plugins/export/ExportSql.class.php:677 #: libraries/plugins/export/ExportXml.class.php:187 libraries/sql.lib.php:450 -#, fuzzy #| msgid "Generate" msgid "Generation Time:" -msgstr "생성" +msgstr "생성 시간:" #: libraries/plugins/export/ExportLatex.class.php:213 #: libraries/plugins/export/ExportSql.class.php:683 @@ -9649,10 +9588,9 @@ msgstr "데이터베이스:" #: libraries/plugins/export/ExportLatex.class.php:306 #: libraries/plugins/export/ExportSql.class.php:1908 -#, fuzzy #| msgid "Database" msgid "Data:" -msgstr "데이터베이스" +msgstr "데이터:" #: libraries/plugins/export/ExportLatex.class.php:488 msgid "Structure:" From c5a40b576753354247ddd6abab8bf18a114750e8 Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Fri, 14 Nov 2014 18:58:29 +0100 Subject: [PATCH 06/10] Translated using Weblate (Turkish) Currently translated at 100.0% (2978 of 2978 strings) [CI skip] --- po/tr.po | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/po/tr.po b/po/tr.po index 590c43354a..9fbb846c2b 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-11-13 11:57-0500\n" -"PO-Revision-Date: 2014-11-04 11:27+0200\n" +"PO-Revision-Date: 2014-11-14 18:58+0200\n" "Last-Translator: Burak Yavuz \n" -"Language-Team: Turkish \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=2; plural=n > 1;\n" -"X-Generator: Weblate 2.0-dev\n" +"X-Generator: Weblate 2.1-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -33,10 +33,10 @@ msgid "Click to sort." msgstr "Sıralamak için tıklayın." #: db_central_columns.php:125 -#, fuzzy, php-format +#, php-format #| msgid "Showing row(s) %1$s - %2$s" msgid "Showing rows %1$s - %2$s." -msgstr "Gösterilen satır %1$s - %2$s" +msgstr "Gösterilen satır %1$s - %2$s." #: db_create.php:61 #, php-format @@ -2220,6 +2220,8 @@ msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" +"Satırların tümünü gerçekten görmek istiyor musunuz? Büyük bir tablo için bu, " +"tarayıcıyı çökertebilir." #: js/messages.php:436 msgid "cancel" @@ -8832,6 +8834,8 @@ msgid "" "There are large item groups in navigation panel which may affect the " "performance. Consider disabling item grouping in the navigation panel." msgstr "" +"Gezinti panelinde performansı etkileyebilen büyük öğe grupları var. Gezinme " +"panelindeki öğe gruplandırmayı etkisizleştirmeyi düşünün." #: libraries/navigation/NavigationTree.class.php:851 #, php-format @@ -9881,7 +9885,6 @@ msgstr "" "code>" #: libraries/plugins/export/ExportSql.class.php:403 -#, fuzzy #| msgid "" #| "both of the above
      Example: INSERT INTO " #| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" @@ -9890,7 +9893,7 @@ msgid "" "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" "yukarıdakilerin ikisi birden
      Örnek: INSERT " -"INTO tbl_adı (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" +"INTO tbl_adı (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/plugins/export/ExportSql.class.php:408 msgid "" From 1a4be1f31041423dfa7d5d61bf335ba00467b3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 14 Nov 2014 19:09:40 +0100 Subject: [PATCH 07/10] Translated using Weblate (Uzbek) Currently translated at 37.4% (1114 of 2978 strings) [CI skip] --- po/uz.po | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/po/uz.po b/po/uz.po index 7fd912f5fa..037fe06c8c 100644 --- a/po/uz.po +++ b/po/uz.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-11-13 11:57-0500\n" -"PO-Revision-Date: 2014-11-05 10:32+0200\n" +"PO-Revision-Date: 2014-11-14 19:09+0200\n" "Last-Translator: Michal Čihař \n" -"Language-Team: Uzbek \n" +"Language-Team: Uzbek " +"\n" +"Language: uz\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uz\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Weblate 2.0-dev\n" +"X-Generator: Weblate 2.1-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -315,10 +315,11 @@ msgid "Last check:" msgstr "Охирги текширув:" #: db_printview.php:146 libraries/structure.lib.php:169 -#, php-format +#, fuzzy, php-format msgid "%s table" msgid_plural "%s tables" msgstr[0] "%s та жадвал" +msgstr[1] "" #: db_qbe.php:103 #, fuzzy From baa9545808a0cf5e1ca50d2790cb6ab394c5003a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 14 Nov 2014 19:10:49 +0100 Subject: [PATCH 08/10] Translated using Weblate (Welsh) Currently translated at 20.1% (599 of 2978 strings) [CI skip] --- po/cy.po | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/po/cy.po b/po/cy.po index 67037f3b29..aaf5478306 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,16 +7,17 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-11-13 11:57-0500\n" -"PO-Revision-Date: 2014-03-28 13:26+0200\n" +"PO-Revision-Date: 2014-11-14 19:10+0200\n" "Last-Translator: Michal Čihař \n" -"Language-Team: Welsh \n" +"Language-Team: Welsh " +"\n" +"Language: cy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cy\n" -"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" -"X-Generator: Weblate 1.9-dev\n" +"Plural-Forms: nplurals=4; plural=(n==0) ? 0 : (n==1) ? 1 (n==2) ? 2 : (n==3)" +" ? 3 :(n==6) ? 4 : 5;\n" +"X-Generator: Weblate 2.1-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -326,11 +327,13 @@ msgid "Last check:" msgstr "Gwiriad diwethaf" #: db_printview.php:146 libraries/structure.lib.php:169 -#, php-format +#, fuzzy, php-format msgid "%s table" msgid_plural "%s tables" msgstr[0] "%s tabl" msgstr[1] "%s tabl" +msgstr[2] "" +msgstr[3] "" #: db_qbe.php:103 #, fuzzy @@ -3338,11 +3341,13 @@ msgid "Search results for \"%s\" %s:" msgstr "Canlyniadau chwilio am \"%s\" %s:" #: libraries/DbSearch.class.php:298 -#, php-format +#, fuzzy, php-format msgid "Total: %s match" msgid_plural "Total: %s matches" msgstr[0] "Cyfanswm: %s cydwedd" msgstr[1] "Cyfanswm: %s cydwedd" +msgstr[2] "" +msgstr[3] "" #: libraries/DbSearch.class.php:335 #, fuzzy, php-format @@ -3978,25 +3983,31 @@ msgid "Error" msgstr "Gwall" #: libraries/Message.class.php:254 -#, php-format +#, fuzzy, php-format msgid "%1$d row affected." msgid_plural "%1$d rows affected." msgstr[0] "%1$d rhes wedi'i heffeithio." msgstr[1] "%1$d rhes wedi'u heffeithio." +msgstr[2] "" +msgstr[3] "" #: libraries/Message.class.php:273 -#, php-format +#, fuzzy, php-format msgid "%1$d row deleted." msgid_plural "%1$d rows deleted." msgstr[0] "%1$d rhes wedi'i dileu." msgstr[1] "%1$d rhes wedi'u dileu." +msgstr[2] "" +msgstr[3] "" #: libraries/Message.class.php:292 -#, php-format +#, fuzzy, php-format msgid "%1$d row inserted." msgid_plural "%1$d rows inserted." msgstr[0] "%1$d rhes wedi'i hychwanegu." msgstr[1] "%1$d rhes wedi'u hychwanegu." +msgstr[2] "" +msgstr[3] "" #: libraries/PDF.class.php:70 libraries/Util.class.php:2448 #: libraries/browse_foreigners.lib.php:290 From 8502efb8cf8f139ef3421b467d0bd1a69d6f6e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirc=C9=99lal?= <01youknowme@gmail.com> Date: Sun, 16 Nov 2014 20:59:04 +0100 Subject: [PATCH 09/10] Translated using Weblate (Azerbaijani) Currently translated at 47.9% (1429 of 2978 strings) [CI skip] --- po/az.po | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/po/az.po b/po/az.po index ff978994df..f9de8913cd 100644 --- a/po/az.po +++ b/po/az.po @@ -4,17 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-11-05 10:04+0100\n" -"PO-Revision-Date: 2014-11-06 18:49+0200\n" -"Last-Translator: Ziyaddin Sadigov \n" +"PO-Revision-Date: 2014-11-16 20:59+0200\n" +"Last-Translator: Mircəlal <01youknowme@gmail.com>\n" "Language-Team: Azerbaijani " -"\n" +"\n" "Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: az\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.0\n" +"X-Generator: Weblate 2.1-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -34,10 +33,10 @@ msgid "Click to sort." msgstr "Sıralamaq üçün klikləyin." #: db_central_columns.php:125 -#, fuzzy, php-format +#, php-format #| msgid "Showing row(s) %1$s - %2$s" msgid "Showing rows %1$s - %2$s." -msgstr "Göstərilən sətir(lər)%1$s - %2$s" +msgstr "%1$s - %2$s sətir göstərilir." #: db_create.php:61 #, php-format @@ -595,10 +594,9 @@ msgstr "" "sətri yapışdırın." #: import.php:54 -#, fuzzy #| msgid "Success." msgid "Succeeded" -msgstr "Uğurlu." +msgstr "Uğurlu" #: import.php:58 js/messages.php:438 msgid "Failed" @@ -927,10 +925,9 @@ msgid "Dropping Primary Key/Index" msgstr "" #: js/messages.php:43 -#, fuzzy #| msgid "Dropping Procedure" msgid "Dropping Foreign key." -msgstr "Prosesler" +msgstr "İkinci dərəcəli açarı at" #: js/messages.php:44 msgid "This operation could take a long time. Proceed anyway?" @@ -1014,10 +1011,9 @@ msgid "Composite with:" msgstr "Saheler ehate edildiyi işare" #: js/messages.php:66 -#, fuzzy #| msgid "Add %s column(s) to index" msgid "Please select column(s) for the index." -msgstr "İndeksə %s sütun əlavə et" +msgstr "İndeksə əlavə olunması üçün sütunları seçin." #: js/messages.php:69 libraries/structure.lib.php:1677 msgid "You have to add at least one column." @@ -2065,10 +2061,9 @@ msgid "Delete page" msgstr "Səhifəni sil" #: js/messages.php:407 libraries/db_designer.lib.php:382 -#, fuzzy #| msgid "Unit" msgid "Untitled" -msgstr "Vahid" +msgstr "Başlıqsız" #: js/messages.php:408 msgid "Please select a page to continue" @@ -2245,16 +2240,14 @@ msgstr "Gizli naviqasiya ağac bəndlərini göstər." #: js/messages.php:472 libraries/config/messages.inc.php:421 #: libraries/navigation/NavigationTree.class.php:1235 -#, fuzzy #| msgid "Customize main panel" msgid "Link with main panel" -msgstr "Əsas Paneli özəlləşdir" +msgstr "Əsas panel ilə əlaqələndir" #: js/messages.php:473 libraries/navigation/NavigationTree.class.php:1238 -#, fuzzy #| msgid "Customize main panel" msgid "Unlink from main panel" -msgstr "Əsas Paneli özəlləşdir" +msgstr "Əsas panel ilə əlaqəni kəs" #: js/messages.php:476 msgid "The requested page was not found in the history, it may have expired." @@ -2344,10 +2337,9 @@ msgid "Execute this query again?" msgstr "Bu sorğu təkrar icra olunsunmu?" #: js/messages.php:528 -#, fuzzy #| msgid "Do you really want to delete the search \"%s\"?" msgid "Do you really want to delete this bookmark?" -msgstr "\"%s\" axtarışını silmək istədiyinizdən əminsinizmi?" +msgstr "Bu əlfəcini silmək istədiyinizə əminsinizmi?" #: js/messages.php:559 msgctxt "Previous month" @@ -14815,9 +14807,8 @@ msgid "InnoDB buffer pool size" msgstr "Sıralama buferinin (keçici yaddaşının) boyu" #: libraries/advisory_rules.txt:453 -#, fuzzy msgid "Your InnoDB buffer pool is fairly small." -msgstr "Sıralama buferinin (keçici yaddaşının) boyu" +msgstr "InnoDB-nin bufer sahəsi olduqca kiçikdir." #: libraries/advisory_rules.txt:454 #, php-format From b7108e9e70ae8b6f82061864e8a82ed74575b663 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 17 Nov 2014 13:19:52 -0500 Subject: [PATCH 10/10] Bug #4600 Warning when editing the results of a Search Signed-off-by: Marc Delisle --- libraries/TableSearch.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/TableSearch.class.php b/libraries/TableSearch.class.php index 578008c605..ca5f13dba4 100644 --- a/libraries/TableSearch.class.php +++ b/libraries/TableSearch.class.php @@ -1152,7 +1152,7 @@ class PMA_TableSearch $html_output .= '
'; + . 'class="ajax"' . '>'; $html_output .= PMA_URL_getHiddenInputs($this->_db, $this->_table); $html_output .= '';