From 9d66a521a14fcc331229596d511bd8963a0e92f4 Mon Sep 17 00:00:00 2001 From: Dhananjay Nakrani Date: Sun, 9 Feb 2014 13:26:33 +0530 Subject: [PATCH 1/8] Contest-5 Bug#4276. Signed-off-by: Dhananjay Nakrani --- index.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.php b/index.php index 61328fd68c..83c346cfbe 100644 --- a/index.php +++ b/index.php @@ -33,10 +33,20 @@ foreach ($drops as $each_drop) { } unset($drops, $each_drop); +/* + * Black list of all scripts to which front-end must submit data. + * Such scripts must not be loaded on home page. + * + */ + $target_blacklist = array ( + 'import.php', 'export.php' + ); + // If we have a valid target, let's load that script instead if (! empty($_REQUEST['target']) && is_string($_REQUEST['target']) && ! preg_match('/^index/', $_REQUEST['target']) + && ! in_array($_REQUEST['target'], $target_blacklist ) // Check if target is not in blacklist. && in_array($_REQUEST['target'], $goto_whitelist) ) { include $_REQUEST['target']; From aa4a604754543c3cebd8e1685503dbab2492efff Mon Sep 17 00:00:00 2001 From: Porta Shqipe Date: Mon, 10 Feb 2014 19:01:07 +0100 Subject: [PATCH 2/8] Translated using Weblate (Albanian) Currently translated at 29.4% (809 of 2749) --- po/sq.po | 66 ++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/po/sq.po b/po/sq.po index 008254da56..af48aa9a18 100644 --- a/po/sq.po +++ b/po/sq.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-09 13:25+0200\n" +"PO-Revision-Date: 2014-02-10 19:01+0200\n" "Last-Translator: Porta Shqipe \n" "Language-Team: Albanian \n" "Language: sq\n" @@ -429,15 +429,15 @@ msgstr "" #: error_report.php:50 error_report.php:77 msgid "If you experience any problems please submit a bug report manually." -msgstr "" +msgstr "Nëse hasni në vështirësi ju lutem zbatoni një raport të bug-ut vet." #: error_report.php:63 error_report.php:72 msgid "Thank you for submitting this report." -msgstr "" +msgstr "Ju faleminderit për zbatimin e këtij raporti." #: error_report.php:74 msgid "Unfortunately the submission failed." -msgstr "" +msgstr "Fatkeqësisht zbatimi dështoi." #: export.php:171 msgid "Bad type!" @@ -698,9 +698,8 @@ msgid "Back" msgstr "Mbrapa" #: index.php:115 libraries/Footer.class.php:70 -#, fuzzy msgid "phpMyAdmin Demo Server" -msgstr "Dokumente të phpMyAdmin" +msgstr "phpMyAdmin Server Demonstrues" #: index.php:119 #, php-format @@ -709,6 +708,9 @@ msgid "" "change root, debian-sys-maint and pma users. More information is available " "at %s." msgstr "" +"Ju jeni duke e përdorur serverin demonstrues. Mund të bëni gjithçka këtu, " +"por ju lutem mos e ndryshoni root, debian-sys-maint dhe përdoruesit. Më " +"shumë informatë është në dispozicion tek %s." #: index.php:129 msgid "General Settings" @@ -915,7 +917,7 @@ msgstr "Komandat \"DROP DATABASE\" nuk janë aktive." #: js/messages.php:35 msgid "Confirm" -msgstr "" +msgstr "Konfirmo" #: js/messages.php:36 #, php-format @@ -948,10 +950,10 @@ msgstr "" "Ky operacion mund të kërkojë një kohë shumë të gjatë. Sidoqoftë, të vazhdoj?" #: js/messages.php:44 -#, fuzzy, php-format +#, php-format #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete user group \"%s\"?" -msgstr "Jeni i sigurt që dëshironi të ekzekutoni \"%s\"?" +msgstr "A dëshiron me të vërtetë të heqësh grupin e përdoruesve \"%s\"?" #: js/messages.php:47 msgid "Missing value in the form!" @@ -959,11 +961,11 @@ msgstr "Mungon një vlerë në formular!" #: js/messages.php:48 msgid "Please enter a valid number" -msgstr "" +msgstr "Të lutem fut një numër vlefshëm" #: js/messages.php:49 msgid "Please enter a valid length" -msgstr "" +msgstr "Të lutem fut një gjatësi të vlefshme" #: js/messages.php:50 msgid "Add Index" @@ -1261,17 +1263,22 @@ msgid "" "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " "depending on your system." msgstr "" +"slow_query_log është mundësuar, por serveri i regjistron vetëm pyetësorët të " +"cilët zgjasin më shumë se %d sekonda. Këshillohet përcaktimi i " +"long_query_time 0-2 sekonda, varësisht nga sistemi yt." #: js/messages.php:136 #, php-format msgid "long_query_time is set to %d second(s)." -msgstr "" +msgstr "long_query_time është përcaktuar në %d sekond(a)." #: js/messages.php:137 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" +"Parametrat që vijojnë do të zbatohen globalisht dhe do të rivendosen si " +"parazgjedhje gjatë rinisjes së serverit:" #. l10n: %s is FILE or TABLE #: js/messages.php:139 @@ -1295,13 +1302,15 @@ msgstr "Ç'aktivizo %s" #: js/messages.php:145 #, php-format msgid "Set long_query_time to %ds" -msgstr "" +msgstr "Përcakto long_query_time në %da" #: js/messages.php:147 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" +"Nuk mund t'i ndërrosh këto të ndryshueshme. Të lutem merr lidhjen si root " +"ose kontakto administratorin." #: js/messages.php:150 msgid "Change settings" @@ -1318,28 +1327,30 @@ msgstr "Titulli i grafikut" #. l10n: As in differential values #: js/messages.php:155 msgid "Differential" -msgstr "" +msgstr "Diferencial" #: js/messages.php:156 #, php-format msgid "Divided by %s" -msgstr "" +msgstr "E ndarë në %s" #: js/messages.php:157 msgid "Unit" -msgstr "" +msgstr "Njësi" #: js/messages.php:159 msgid "From slow log" -msgstr "" +msgstr "Nga log-u i ngadalshëm" #: js/messages.php:160 msgid "From general log" -msgstr "" +msgstr "Nga log-u i përgjitshëm" #: js/messages.php:162 msgid "The database name is not known for this query in the server's logs." msgstr "" +"Emri i bazës së të dhënave nuk është i njohur për këtë pyetësor në log-ët e " +"serverit." #: js/messages.php:164 msgid "Analysing logs" @@ -1347,11 +1358,11 @@ msgstr "Analizimi i log" #: js/messages.php:165 msgid "Analysing & loading logs. This may take a while." -msgstr "" +msgstr "Në analizim dhe ngarkim të sipër të log-ëve. Kjo mund të zgjas pakëz." #: js/messages.php:166 msgid "Cancel request" -msgstr "" +msgstr "Anulo kërkesën" #: js/messages.php:167 msgid "" @@ -1359,6 +1370,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 "" +"Kjo kolonë tregon një numër identik të pyetësorëve të grupuar së bashku. " +"Megjithatë vetëm vet pyetësori SQL është përdorur si kriter i grupimit, " +"prandaj vetitë tjera të pyetësorëve, sikur koha e nisjes, mund të dalloj." #: js/messages.php:168 msgid "" @@ -1366,10 +1380,15 @@ msgid "" "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" +"Pasi që grupimi i pyetësorëve INSERT është zgjedhur, pyetësorët INSERT në të " +"njëjtën tabelë grupohen gjithashtu së bashku, duke e shpërfillur futjen e " +"të dhënave." #: js/messages.php:169 msgid "Log data loaded. Queries executed in this time span:" msgstr "" +"Të dhënat nga log-u janë ngarkuar. Pyetësorët janë ekzekutuar në këtë " +"interval kohe:" #: js/messages.php:171 msgid "Jump to Log table" @@ -1382,10 +1401,11 @@ msgstr "Nuk u gjet asnjë e dhënë" #: js/messages.php:173 msgid "Log analysed, but no data found in this time span." msgstr "" +"Log-u është analizuar, por nuk janë gjetur të dhëna në këtë interval kohor." #: js/messages.php:175 msgid "Analyzing…" -msgstr "" +msgstr "Në analizim e sipër…" #: js/messages.php:176 msgid "Explain output" @@ -1433,11 +1453,11 @@ msgstr "Mundësi filtrimi për log-un e tabelave" #. l10n: Filter as in "Start Filtering" #: js/messages.php:189 msgid "Filter" -msgstr "" +msgstr "Filtrim" #: js/messages.php:190 msgid "Filter queries by word/regexp:" -msgstr "" +msgstr "Filtro pyetësorët sipas fjalës/regexp:" #: js/messages.php:191 msgid "Group queries, ignoring variable data in WHERE clauses" From fa70f40a63c5dda08af490748ef59d8280b382d0 Mon Sep 17 00:00:00 2001 From: Giovanni Sora Date: Mon, 10 Feb 2014 14:21:13 +0100 Subject: [PATCH 3/8] Translated using Weblate (Interlingua) Currently translated at 40.8% (1124 of 2749) --- po/ia.po | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/po/ia.po b/po/ia.po index daf254458a..8f698b1ac8 100644 --- a/po/ia.po +++ b/po/ia.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-04 12:11+0200\n" +"PO-Revision-Date: 2014-02-10 14:21+0200\n" "Last-Translator: Giovanni Sora \n" "Language-Team: Interlingua " "\n" @@ -5498,7 +5498,7 @@ msgstr "" #: libraries/config/messages.inc.php:306 msgid "Logo link URL" -msgstr "" +msgstr "URL del ligamine de logo" #: libraries/config/messages.inc.php:307 msgid "" @@ -5508,7 +5508,7 @@ msgstr "" #: libraries/config/messages.inc.php:308 msgid "Logo link target" -msgstr "" +msgstr "Objectivo de ligamine de logo" #: libraries/config/messages.inc.php:309 msgid "Display server choice at the top of the navigation panel" @@ -5520,17 +5520,19 @@ msgstr "Monstra selection d servitores" #: libraries/config/messages.inc.php:311 msgid "Target for quick access icon" -msgstr "" +msgstr "Objectivo pro icone de accesso rapide" #: libraries/config/messages.inc.php:312 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" +"Define le minime numero de elementos (tabellas, vistas, routines e eventos) " +"de monstrar in le quadro de filtro." #: libraries/config/messages.inc.php:313 msgid "Minimum number of items to display the filter box" -msgstr "" +msgstr "Minime numero de elementos de monstrar in le quadro de filtro" #: libraries/config/messages.inc.php:314 msgid "Minimum number of databases to display the database filter box" From 11310a01b896bb2e0a590de50f5a5fdae793bafb Mon Sep 17 00:00:00 2001 From: renwar kurd Date: Sun, 9 Feb 2014 14:46:36 +0100 Subject: [PATCH 4/8] Translated using Weblate (Kurdish Sorani) Currently translated at 19.6% (540 of 2749) --- po/ckb.po | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/po/ckb.po b/po/ckb.po index 70d3d462a9..460ff2ff40 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-02 09:55+0200\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2014-02-09 14:46+0200\n" +"Last-Translator: renwar kurd \n" "Language-Team: Kurdish Sorani " "\n" "Language: ckb\n" @@ -40,10 +40,9 @@ msgstr ":تێبینی بنکەی دراوە " #: db_datadict.php:159 libraries/schema/Pdf_Relation_Schema.class.php:1348 #: libraries/tbl_columns_definition_form.lib.php:70 #: libraries/tbl_printview.lib.php:579 -#, fuzzy #| msgid "Table comments" msgid "Table comments:" -msgstr "تێبینیەکانی خشتە" +msgstr "تێبینیەکانی خشتە:" #: db_datadict.php:168 libraries/Index.class.php:567 #: libraries/TableSearch.class.php:185 libraries/TableSearch.class.php:1282 @@ -273,24 +272,21 @@ msgstr "بەکار دەبرێت" #: db_printview.php:119 libraries/plugins/export/ExportSql.class.php:1042 #: libraries/schema/Pdf_Relation_Schema.class.php:1353 -#, fuzzy #| msgid "Creation" msgid "Creation:" -msgstr "درووستکردن" +msgstr "درووستکردن:" #: db_printview.php:128 libraries/plugins/export/ExportSql.class.php:1055 #: libraries/schema/Pdf_Relation_Schema.class.php:1358 -#, fuzzy #| msgid "Last update" msgid "Last update:" -msgstr "دواترین نوێکردنەوە" +msgstr "دواترین نوێکردنەوە:" #: db_printview.php:137 libraries/plugins/export/ExportSql.class.php:1068 #: libraries/schema/Pdf_Relation_Schema.class.php:1363 -#, fuzzy #| msgid "Last check" msgid "Last check:" -msgstr "دواترین پشکنین" +msgstr "دواین پشکنین:" #: db_printview.php:151 libraries/structure.lib.php:176 #, php-format @@ -427,7 +423,7 @@ msgstr "" #: error_report.php:37 error_report.php:54 error_report.php:65 #: error_report.php:81 msgid "You may want to refresh the page." -msgstr "" +msgstr "لەوانەیە پێویست بکات پەڕەکە نوێ بکەیتەوە." #: error_report.php:45 msgid "" @@ -441,11 +437,11 @@ msgstr "" #: error_report.php:63 error_report.php:72 msgid "Thank you for submitting this report." -msgstr "" +msgstr "سوپاس بۆ ناردنی ئەم ڕاپۆرتە." #: error_report.php:74 msgid "Unfortunately the submission failed." -msgstr "" +msgstr "بەداخەوە، پرۆسەی ناردنەکە شکستی هێنا." #: export.php:171 msgid "Bad type!" @@ -497,22 +493,20 @@ msgstr "بەکارهێنانی بە ڕێگایەکی کراوەی نەخشەی #. l10n: Spatial Reference System Identifier #: gis_data_editor.php:163 -#, fuzzy #| msgid "SRID" msgid "SRID:" -msgstr "SRID" +msgstr "SRID:" #: gis_data_editor.php:186 -#, fuzzy, php-format +#, php-format #| msgid "Geometry" msgid "Geometry %d:" -msgstr "ئەندازەزانی" +msgstr "ئەندازەگەری %d:" #: gis_data_editor.php:208 -#, fuzzy #| msgid "Point" msgid "Point:" -msgstr "خاڵ" +msgstr "خاڵ:" #: gis_data_editor.php:209 gis_data_editor.php:236 gis_data_editor.php:291 #: gis_data_editor.php:364 js/messages.php:325 From 112243839490dfeec583c815289e392dd466f1fc Mon Sep 17 00:00:00 2001 From: Jozef Pistej Date: Sun, 9 Feb 2014 20:01:53 +0100 Subject: [PATCH 5/8] Translated using Weblate (Slovak) Currently translated at 81.6% (2245 of 2749) --- po/sk.po | 128 +++++++++++++++++++------------------------------------ 1 file changed, 44 insertions(+), 84 deletions(-) diff --git a/po/sk.po b/po/sk.po index 56a1ff67de..7e2f5e2068 100644 --- a/po/sk.po +++ b/po/sk.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-05 14:26+0200\n" +"PO-Revision-Date: 2014-02-09 20:01+0200\n" "Last-Translator: Jozef Pistej \n" "Language-Team: Slovak \n" "Language: sk\n" @@ -4431,7 +4431,6 @@ msgid "Highlight pointer" msgstr "Zvýrazňovač" #: libraries/config/messages.inc.php:28 -#, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " #| "import and export operations" @@ -4440,7 +4439,7 @@ msgid "" "import operations" msgstr "" "Povoliť [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] kompresiu pre " -"importovanie a exportovanie" +"importovanie operácií" #: libraries/config/messages.inc.php:29 msgid "Bzip2" @@ -4697,10 +4696,9 @@ msgstr "Odstrániť konce riadkov (CRLF) z polí" #: libraries/config/messages.inc.php:78 libraries/config/messages.inc.php:253 #: libraries/config/messages.inc.php:261 #: libraries/plugins/import/ImportCsv.class.php:135 -#, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" -msgstr "Riadky ukončené" +msgstr "Stĺpce ukončené" #: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:248 #: libraries/plugins/import/ImportCsv.class.php:164 @@ -5891,10 +5889,9 @@ msgstr "" "definovaný port, ak sa kontrolný hostiteľ a server zhodujú" #: libraries/config/messages.inc.php:398 -#, fuzzy #| msgid "Control user" msgid "Control port" -msgstr "Kontrolný užívateľ" +msgstr "Kontrolný port" #: libraries/config/messages.inc.php:399 msgid "" @@ -6219,7 +6216,7 @@ msgstr "" #, fuzzy #| msgid "Use Tables" msgid "Users table" -msgstr "Použiť tabuľky" +msgstr "Tabuľka používateľov" #: libraries/config/messages.inc.php:457 #, fuzzy @@ -6234,13 +6231,11 @@ msgstr "" "databáze. Odporúčaná hodnota: [kbd]pma__userconfig[/kbd]" #: libraries/config/messages.inc.php:458 -#, fuzzy #| msgid "Use Host Table" msgid "User groups table" -msgstr "Použiť tabuľku s hostiteľmi" +msgstr "Tabuľka užívateľských skupín" #: libraries/config/messages.inc.php:459 -#, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: [kbd]" #| "pma__userconfig[/kbd]" @@ -6248,8 +6243,8 @@ msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]" msgstr "" -"Nechajte prázdne pre vypnutie možnosti ukladania užívateľských nastavení v " -"databáze. Odporúčaná hodnota: [kbd]pma__userconfig[/kbd]" +"Nechajte prázdne, ak chcete vypnúť funkciu pre skrytie a zobrazenie " +"navigačných položiek, navrhované: [kbd]pma__navigationhiding[/kbd]" #: libraries/config/messages.inc.php:460 msgid "Hidden navigation items table" @@ -6593,20 +6588,18 @@ msgid "" msgstr "" #: libraries/config/messages.inc.php:534 -#, fuzzy #| msgid "Username" msgid "Proxy username" -msgstr "Užívateľ" +msgstr "Proxy užívateľské meno" #: libraries/config/messages.inc.php:535 msgid "The password for authenticating with the proxy" msgstr "" #: libraries/config/messages.inc.php:536 -#, fuzzy #| msgid "Password" msgid "Proxy password" -msgstr "Heslo" +msgstr "Proxy heslo" #: libraries/config/messages.inc.php:538 msgid "" @@ -6641,10 +6634,9 @@ msgid "Choose the default action when sending error reports" msgstr "" #: libraries/config/messages.inc.php:546 -#, fuzzy #| msgid "Server port" msgid "Send error reports" -msgstr "Port servera" +msgstr "Poslať chybové hlásenia" #: libraries/config/setup.forms.php:41 msgid "Config authentication" @@ -6746,16 +6738,14 @@ msgstr "Heslo:" #: libraries/display_change_password.lib.php:67 #: libraries/replication_gui.lib.php:862 #: libraries/server_privileges.lib.php:1468 -#, fuzzy #| msgid "Re-type" msgid "Re-type:" -msgstr "Potvrdiť" +msgstr "Potvrdiť:" #: libraries/display_change_password.lib.php:74 -#, fuzzy #| msgid "Password Hashing" msgid "Password Hashing:" -msgstr "Hashovanie hesla" +msgstr "Hashovanie hesla:" #: libraries/display_change_password.lib.php:87 msgid "MySQL 4.0 compatible" @@ -6770,10 +6760,9 @@ msgid "Create" msgstr "Vytvoriť" #: libraries/display_create_database.lib.php:51 -#, fuzzy #| msgid "Create database" msgid "Create database:" -msgstr "Vytvoriť databázu" +msgstr "Vytvoriť databázu:" #: libraries/display_create_database.lib.php:61 #: libraries/server_privileges.lib.php:3789 server_privileges.php:130 @@ -7422,10 +7411,9 @@ msgid "Please explain the steps that lead to the error:" msgstr "" #: libraries/error_report.lib.php:301 -#, fuzzy #| msgid "Automatically create versions" msgid "Automatically send report next time" -msgstr "Automaticky vytvárať verzie" +msgstr "Nabudúce automaticky odosielať hlásenia" #: libraries/import.lib.php:190 libraries/insert_edit.lib.php:122 #: libraries/rte/rte_routines.lib.php:1466 libraries/sql.lib.php:1642 @@ -7501,10 +7489,9 @@ msgid "Binary - do not edit" msgstr "Binárny - neupravujte" #: libraries/insert_edit.lib.php:1238 libraries/sql_query_form.lib.php:491 -#, fuzzy #| msgid "web server upload directory" msgid "web server upload directory:" -msgstr "upload adresár web serveru" +msgstr "upload adresár web serveru:" #: libraries/insert_edit.lib.php:1455 #, php-format @@ -7575,16 +7562,14 @@ msgid "No change" msgstr "Žiadna zmena" #: libraries/mult_submits.lib.php:329 -#, fuzzy #| msgid "Replace table prefix" msgid "Replace table prefix:" -msgstr "Nahradiť predponu tabuľky" +msgstr "Nahradiť predponu tabuľky:" #: libraries/mult_submits.lib.php:331 -#, fuzzy #| msgid "Copy table with prefix" msgid "Copy table with prefix:" -msgstr "Skopírovať tabuľku s predponou" +msgstr "Skopírovať tabuľku s predponou:" #: libraries/mult_submits.lib.php:336 msgid "From" @@ -7600,10 +7585,9 @@ msgid "Submit" msgstr "Odošli" #: libraries/mult_submits.lib.php:371 -#, fuzzy #| msgid "Add prefix" msgid "Add table prefix:" -msgstr "Pridať prefix" +msgstr "Pridať prefix tabuľky:" #: libraries/mult_submits.lib.php:374 msgid "Add prefix" @@ -7805,34 +7789,29 @@ msgid "An error has occurred while loading the navigation tree" msgstr "" #: libraries/navigation/Navigation.class.php:170 -#, fuzzy #| msgid "Events" msgid "Events:" -msgstr "Udalosti" +msgstr "Udalosti:" #: libraries/navigation/Navigation.class.php:171 -#, fuzzy #| msgid "Functions" msgid "Functions:" -msgstr "Funkcie" +msgstr "Funkcie:" #: libraries/navigation/Navigation.class.php:172 -#, fuzzy #| msgid "Procedures" msgid "Procedures:" -msgstr "Procedúry" +msgstr "Procedúry:" #: libraries/navigation/Navigation.class.php:173 -#, fuzzy #| msgid "Tables" msgid "Tables:" -msgstr "Tabuľky" +msgstr "Tabuľky:" #: libraries/navigation/Navigation.class.php:174 -#, fuzzy #| msgid "Views" msgid "Views:" -msgstr "Pohľady" +msgstr "Náhľady:" #: libraries/navigation/NavigationHeader.class.php:190 msgid "Home" @@ -7847,10 +7826,9 @@ msgid "phpMyAdmin documentation" msgstr "phpMyAdmin Dokumentácia" #: libraries/navigation/NavigationHeader.class.php:250 -#, fuzzy #| msgid "Navigation panel" msgid "Reload navigation panel" -msgstr "Navigačný panel" +msgstr "Obnoviť navigačný panel" #: libraries/navigation/NavigationTree.class.php:719 #, php-format @@ -7865,23 +7843,20 @@ msgid "Expand/Collapse" msgstr "" #: libraries/navigation/NavigationTree.class.php:1044 -#, fuzzy #| msgid "filter databases by name" msgid "Filter databases by name or regex" -msgstr "filtrovať databázy podľa mena" +msgstr "Filtrovať databázy podľa mena alebo regulárneho výrazu" #: libraries/navigation/NavigationTree.class.php:1046 #: libraries/navigation/NavigationTree.class.php:1080 -#, fuzzy #| msgid "Save as file" msgid "Clear fast filter" -msgstr "Uložiť ako súbor" +msgstr "Vyčistiť rýchly filter" #: libraries/navigation/NavigationTree.class.php:1079 -#, fuzzy #| msgid "filter items by name" msgid "Filter by name or regex" -msgstr "filtrovať položky podľa mena" +msgstr "Filtrovať podľa mena alebo regulárneho výrazu" #. l10n: The word "Node" must not be translated here #: libraries/navigation/NodeFactory.class.php:41 @@ -7909,13 +7884,12 @@ msgstr "" #, fuzzy #| msgid "Database export options" msgid "Database operations" -msgstr "Nastavenia exportu databáz" +msgstr "Databázové operácie" #: libraries/navigation/Nodes/Node_Database.class.php:318 -#, fuzzy #| msgid "Show hint" msgid "Show hidden items" -msgstr "Zobraziť nápovedu" +msgstr "Zobraziť skryté položky" #: libraries/navigation/Nodes/Node_Database_Container.class.php:31 msgctxt "Create new database" @@ -7953,10 +7927,9 @@ msgid "New" msgstr "" #: libraries/navigation/Nodes/Node_Procedure.class.php:34 -#, fuzzy #| msgid "Procedures" msgid "Procedure" -msgstr "Procedúry" +msgstr "Procedúra" #: libraries/navigation/Nodes/Node_Procedure_Container.class.php:26 #: libraries/navigation/Nodes/Node_Procedure_Container.class.php:27 @@ -7993,10 +7966,9 @@ msgid "New" msgstr "" #: libraries/operations.lib.php:75 -#, fuzzy #| msgid "Rename database to" msgid "Rename database to:" -msgstr "Premenovať databázu na" +msgstr "Premenovať databázu na:" #: libraries/operations.lib.php:107 #, php-format @@ -8027,10 +7999,9 @@ msgid "Data only" msgstr "Iba dáta" #: libraries/operations.lib.php:175 -#, fuzzy #| msgid "Copy database to" msgid "Copy database to:" -msgstr "Skopírovať databázu do" +msgstr "Skopírovať databázu do:" #: libraries/operations.lib.php:186 msgid "CREATE DATABASE before copying" @@ -8229,10 +8200,9 @@ msgid "Username:" msgstr "Používateľ:" #: libraries/plugins/auth/AuthenticationCookie.class.php:231 -#, fuzzy #| msgid "Server Choice" msgid "Server Choice:" -msgstr "Voľba serveru" +msgstr "Voľba servera:" #: libraries/plugins/auth/AuthenticationCookie.class.php:398 msgid "Entered captcha is wrong, try again!" @@ -8398,24 +8368,21 @@ msgstr "Možnosti vytvárania objektov" #: libraries/plugins/export/ExportLatex.class.php:121 #: libraries/plugins/export/ExportLatex.class.php:166 -#, fuzzy #| msgid "Table caption" msgid "Table caption:" -msgstr "Nadpis tabuľky" +msgstr "Nadpis tabuľky:" #: libraries/plugins/export/ExportLatex.class.php:126 #: libraries/plugins/export/ExportLatex.class.php:171 -#, fuzzy #| msgid "Table caption (continued)" msgid "Table caption (continued):" -msgstr "Nadpis tabuľky (pokračovanie)" +msgstr "Nadpis tabuľky (pokračovanie):" #: libraries/plugins/export/ExportLatex.class.php:131 #: libraries/plugins/export/ExportLatex.class.php:176 -#, fuzzy #| msgid "Label key" msgid "Label key:" -msgstr "Návestie" +msgstr "Návestie:" #: libraries/plugins/export/ExportLatex.class.php:137 #: libraries/plugins/export/ExportOdt.class.php:103 @@ -8435,59 +8402,52 @@ msgid "Display MIME types" msgstr "Zobraziť MIME typy" #: libraries/plugins/export/ExportLatex.class.php:162 -#, fuzzy #| msgid "Put columns names in the first row" msgid "Put columns names in the first row:" -msgstr "Pridať názvy polí na prvý riadok" +msgstr "Pridať názvy polí na prvý riadok:" #: libraries/plugins/export/ExportLatex.class.php:218 #: libraries/plugins/export/ExportSql.class.php:620 #: libraries/plugins/export/ExportXml.class.php:191 #: libraries/replication_gui.lib.php:411 libraries/replication_gui.lib.php:682 #: libraries/server_privileges.lib.php:1319 libraries/sql.lib.php:426 -#, fuzzy #| msgid "Host" msgid "Host:" -msgstr "Hostiteľ" +msgstr "Hostiteľ:" #: libraries/plugins/export/ExportLatex.class.php:223 #: libraries/plugins/export/ExportSql.class.php:627 #: libraries/plugins/export/ExportXml.class.php:196 libraries/sql.lib.php:430 -#, fuzzy #| msgid "Generation Time" msgid "Generation Time:" -msgstr "Vygenerované" +msgstr "Čas generovania:" #: libraries/plugins/export/ExportLatex.class.php:226 #: libraries/plugins/export/ExportSql.class.php:633 #: libraries/plugins/export/ExportXml.class.php:199 -#, fuzzy #| msgid "PHP Version" msgid "PHP Version:" -msgstr "Verzia PHP" +msgstr "Verzia PHP:" #: libraries/plugins/export/ExportLatex.class.php:251 #: libraries/plugins/export/ExportSql.class.php:783 #: libraries/plugins/export/ExportXml.class.php:398 #: libraries/plugins/export/PMA_ExportPdf.class.php:115 #: libraries/sql.lib.php:428 -#, fuzzy #| msgid "Database" msgid "Database:" -msgstr "Databáza" +msgstr "Databáza:" #: libraries/plugins/export/ExportLatex.class.php:303 #: libraries/plugins/export/ExportSql.class.php:1578 -#, fuzzy #| msgid "Data" msgid "Data:" -msgstr "Dáta" +msgstr "Dáta:" #: libraries/plugins/export/ExportLatex.class.php:487 -#, fuzzy #| msgid "Structure" msgid "Structure:" -msgstr "Štruktúra" +msgstr "Štruktúra:" #: libraries/plugins/export/ExportMediawiki.class.php:84 msgid "Export table names" From c61b875e33196fb96dce3ed8aec9faacfea2e603 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Mon, 10 Feb 2014 12:11:16 +0100 Subject: [PATCH 6/8] Translated using Weblate (Swedish) Currently translated at 98.9% (2719 of 2749) --- po/sv.po | 84 ++++++++++++++++++++++++++------------------------------ 1 file changed, 39 insertions(+), 45 deletions(-) diff --git a/po/sv.po b/po/sv.po index 48d806920a..bfcdb9ce51 100644 --- a/po/sv.po +++ b/po/sv.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-02 12:14+0200\n" +"PO-Revision-Date: 2014-02-10 12:11+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -410,29 +410,32 @@ msgid "" "An error has been detected and an error report has been automatically " "submitted based on your settings." msgstr "" +"Ett fel har upptäckts och en felrapport har skickats automatiskt i enlighet " +"med dina inställningar." #: error_report.php:37 error_report.php:54 error_report.php:65 #: error_report.php:81 msgid "You may want to refresh the page." -msgstr "" +msgstr "Du kan vilja ladda om sidan." #: error_report.php:45 msgid "" "An error has been detected and an error report has been generated but failed " "to be sent." msgstr "" +"Ett fel har upptäckts och en felrapport har skapats men kunde inte skickas." #: error_report.php:50 error_report.php:77 msgid "If you experience any problems please submit a bug report manually." -msgstr "" +msgstr "Skicka en buggrapport manuellt om du upplever några problem." #: error_report.php:63 error_report.php:72 msgid "Thank you for submitting this report." -msgstr "" +msgstr "Tack för att du skickar denna rapport." #: error_report.php:74 msgid "Unfortunately the submission failed." -msgstr "" +msgstr "Tyvärr så misslyckades sändningen." #: export.php:171 msgid "Bad type!" @@ -2021,16 +2024,14 @@ msgstr "" "Ett allvarligt JavaScript-fel har uppstått. Vill du skicka en felrapport?" #: js/messages.php:414 -#, fuzzy #| msgid "Change settings" msgid "Change Report Settings" -msgstr "Ändra inställningar" +msgstr "Ändra rapportinställningar" #: js/messages.php:415 -#, fuzzy #| msgid "Show open tables" msgid "Show Report Details" -msgstr "Visa öppna tabeller" +msgstr "Visa rapportdetaljer" #: js/messages.php:418 msgid "" @@ -2864,10 +2865,9 @@ msgid "Currently running Git revision %1$s from the %2$s branch." msgstr "" #: libraries/Footer.class.php:81 -#, fuzzy #| msgid "Version information" msgid "Git information missing!" -msgstr "Versionsinformation" +msgstr "Git-information saknas!" #: libraries/Footer.class.php:162 libraries/Footer.class.php:166 #: libraries/Footer.class.php:169 @@ -3325,8 +3325,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Misslyckades med att rensa UI inställningarna (se $cfg['Servers'][$i]" -"['MaxTableUiprefs'] %s)" +"Misslyckades med att rensa gränssnittsinställningar för tabell (se " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1650 #, php-format @@ -3335,9 +3335,9 @@ msgid "" "after you refresh this page. Please check if the table structure has been " "changed." msgstr "" -"Kan inte spara UI attribut \"%s\". Ändringarna kommer inte vara beständiga " -"efter att du uppdaterar denna sida. Kontrollera om tabellens struktur har " -"förändrats." +"Kan inte spara gränssnittsattribut \"%s\". Ändringarna kommer inte vara " +"beständiga efter att du uppdaterar denna sida. Kontrollera om tabellens " +"struktur har förändrats." #: libraries/TableSearch.class.php:181 libraries/insert_edit.lib.php:211 #: libraries/insert_edit.lib.php:217 @@ -4160,7 +4160,7 @@ msgstr "Stängd" #: libraries/config.values.php:118 msgid "Ask before sending error reports" -msgstr "" +msgstr "Fråga innan felrapporter skickas" #: libraries/config.values.php:119 msgid "Always send error reports" @@ -6191,7 +6191,6 @@ msgid "User preferences storage table" msgstr "Användarinställningar för lagringstabell" #: libraries/config/messages.inc.php:455 -#, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: [kbd]" #| "pma__userconfig[/kbd]" @@ -6199,8 +6198,8 @@ msgid "" "Leave blank to disable configurable menus feature, suggested: [kbd]pma__users" "[/kbd]" msgstr "" -"Lämna tomt för att stänga av lagring av användarpreferenser i databasen, " -"förslag: [kbd]pma__userconfig[/kbd]" +"Lämna tomt för att stänga av funktionen anpassningsbara menyer, förslag: " +"[kbd]pma__users[/kbd]" #: libraries/config/messages.inc.php:456 #, fuzzy @@ -6209,7 +6208,6 @@ msgid "Users table" msgstr "Använd tabeller" #: libraries/config/messages.inc.php:457 -#, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: [kbd]" #| "pma__userconfig[/kbd]" @@ -6217,8 +6215,8 @@ msgid "" "Leave blank to disable configurable menus feature, suggested: [kbd]" "pma__usergroups[/kbd]" msgstr "" -"Lämna tomt för att stänga av lagring av användarpreferenser i databasen, " -"förslag: [kbd]pma__userconfig[/kbd]" +"Lämna tomt för att stänga av funktionen anpassningsbara menyer, förslag: " +"[kbd]pma__usergroups[/kbd]" #: libraries/config/messages.inc.php:458 #, fuzzy @@ -6303,7 +6301,7 @@ msgstr "" #: libraries/config/messages.inc.php:473 msgid "Show Last update timestamp" -msgstr "Visa senast ändrade tidstämpel" +msgstr "Visa tidstämpeln Senaste uppdatering" #: libraries/config/messages.inc.php:474 msgid "" @@ -6314,7 +6312,7 @@ msgstr "" #: libraries/config/messages.inc.php:475 msgid "Show Last check timestamp" -msgstr "Visa senaste kontrolltidstämpel" +msgstr "Visa tidstämpeln Senaste kontroll" #: libraries/config/messages.inc.php:476 msgid "" @@ -6555,7 +6553,6 @@ msgid "Version check" msgstr "Versionskontroll" #: libraries/config/messages.inc.php:531 -#, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " #| "latest version of phpMyAdmin. You need this if the server where " @@ -6568,13 +6565,13 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"" msgstr "" "Webbadressen till den proxyserver som ska användas när du hämtar information " -"om den senaste versionen av phpMyAdmin. Du behöver denna om servern där " -"phpMyAdmin installeras inte har direkt tillgång till Internet. Formatet är: " -"\"värdnamn:portnummer\"" +"om den senaste versionen av phpMyAdmin eller sänder felrapporter. Du " +"behöver denna om servern där phpMyAdmin är installerat inte har direkt " +"tillgång till Internet. Formatet är: \"värdnamn:portnummer\"" #: libraries/config/messages.inc.php:532 msgid "Proxy url" -msgstr "" +msgstr "Proxy-url" #: libraries/config/messages.inc.php:533 msgid "" @@ -6587,10 +6584,9 @@ msgstr "" "typer av autentisering stöds för närvarande." #: libraries/config/messages.inc.php:534 -#, fuzzy #| msgid "Username" msgid "Proxy username" -msgstr "Användarnamn" +msgstr "Proxyanvändarnamn" #: libraries/config/messages.inc.php:535 msgid "The password for authenticating with the proxy" @@ -7021,6 +7017,8 @@ msgid "" "Skip this number of queries (for SQL) or lines (for other formats), starting " "from the first one:" msgstr "" +"Hoppa över detta antal frågor (för SQL) eller rader (för andra format), " +"räknat från den första:" #: libraries/display_import.lib.php:342 msgid "Format-Specific Options:" @@ -7421,11 +7419,11 @@ msgstr "" #: libraries/error_report.lib.php:286 msgid "You may examine the data in the error report:" -msgstr "" +msgstr "Du kan undersöka data i felrapporten:" #: libraries/error_report.lib.php:293 msgid "Please explain the steps that lead to the error:" -msgstr "" +msgstr "Var god förklara stegen som leder till felet:" #: libraries/error_report.lib.php:301 #| msgid "Automatically create versions" @@ -7853,10 +7851,9 @@ msgid "Expand/Collapse" msgstr "" #: libraries/navigation/NavigationTree.class.php:1044 -#, fuzzy #| msgid "filter databases by name" msgid "Filter databases by name or regex" -msgstr "filtrera databaser efter namn" +msgstr "Filtrera databaser efter namn eller regex" #: libraries/navigation/NavigationTree.class.php:1046 #: libraries/navigation/NavigationTree.class.php:1080 @@ -7865,10 +7862,9 @@ msgid "Clear fast filter" msgstr "Rensa snabbfilter" #: libraries/navigation/NavigationTree.class.php:1079 -#, fuzzy #| msgid "filter items by name" msgid "Filter by name or regex" -msgstr "filtrera tabeller efter namn" +msgstr "Filtrera efter namn eller regex" #. l10n: The word "Node" must not be translated here #: libraries/navigation/NodeFactory.class.php:41 @@ -7893,10 +7889,9 @@ msgid "New" msgstr "Ny" #: libraries/navigation/Nodes/Node_Database.class.php:34 -#, fuzzy #| msgid "Database export options" msgid "Database operations" -msgstr "Exportalternativ för databas" +msgstr "Databasoperationer" #: libraries/navigation/Nodes/Node_Database.class.php:318 #, fuzzy @@ -8967,10 +8962,9 @@ msgid "User preferences" msgstr "Användarinställningar" #: libraries/relation.lib.php:268 -#, fuzzy #| msgid "Configuration: %s" msgid "Configurable menus" -msgstr "Konfiguration: %s" +msgstr "Anpassningsbara menyer" #: libraries/relation.lib.php:279 #, fuzzy @@ -11725,7 +11719,6 @@ msgid "Validated SQL" msgstr "Validerad SQL-kod" #: libraries/sql.lib.php:1917 -#, fuzzy #| msgid "" #| "Table %s does not contain a unique column. Grid edit, checkbox, Edit, " #| "Copy and Delete features are not available." @@ -11733,8 +11726,9 @@ msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available." msgstr "" -"Tabell %s innehåller ingen unik kolumn. Funktionerna rutnätsredigera, " -"kryssruta, redigera, kopiera och radera är inte tillgängliga." +"Nuvarande markering innehåller ingen unik kolumn. Funktionerna " +"rutnätsredigera, kryssruta, redigera, kopiera och radera är inte " +"tillgängliga." #: libraries/sql.lib.php:1954 #, php-format From 7c68e0a633ec49e10162ce1ef6c492bb1002b6fd Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 10 Feb 2014 13:08:44 -0500 Subject: [PATCH 7/8] ChangeLog entry for fix of bug #4276 Signed-off-by: Marc Delisle --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 86336ccc76..188155e3ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog ====================== 4.1.8.0 (not yet released) +- bug #4276 Login loop on session expiry 4.1.7.0 (2014-02-09) - bug #4245 initial Browse query does not match sorting order From 20de19c7c90b41aa7281c70d740e3c038f67e01f Mon Sep 17 00:00:00 2001 From: Porta Shqipe Date: Mon, 10 Feb 2014 19:08:43 +0100 Subject: [PATCH 8/8] Translated using Weblate (Albanian) Currently translated at 29.4% (810 of 2749) --- po/sq.po | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/po/sq.po b/po/sq.po index af48aa9a18..5ce198751a 100644 --- a/po/sq.po +++ b/po/sq.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1.6-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-01-19 08:19-0500\n" -"PO-Revision-Date: 2014-02-10 19:01+0200\n" +"PO-Revision-Date: 2014-02-10 19:08+0200\n" "Last-Translator: Porta Shqipe \n" "Language-Team: Albanian \n" "Language: sq\n" @@ -1462,6 +1462,8 @@ msgstr "Filtro pyetësorët sipas fjalës/regexp:" #: js/messages.php:191 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" +"Grupo pyetësorët, duke shpërfillur të dhënat e ndryshoreve në klauzolat " +"WHERE" #: js/messages.php:192 msgid "Sum of grouped rows:"