From cf2e0afdb7b247a54192e85b298ec89adaecebca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 9 Jul 2016 09:10:57 +0200 Subject: [PATCH] Use https for wiki links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- composer.json | 2 +- doc/other.rst | 2 +- index.php | 2 +- libraries/config/FormDisplay.class.php | 2 +- libraries/config/messages.inc.php | 10 +++++----- libraries/import.lib.php | 4 ++-- po/af.po | 8 ++++---- po/ar.po | 8 ++++---- po/az.po | 8 ++++---- po/be.po | 8 ++++---- po/be@latin.po | 8 ++++---- po/bg.po | 12 ++++++------ po/bn.po | 16 ++++++++-------- po/br.po | 8 ++++---- po/bs.po | 8 ++++---- po/ca.po | 18 +++++++++--------- po/ckb.po | 8 ++++---- po/cs.po | 16 ++++++++-------- po/cy.po | 8 ++++---- po/da.po | 16 ++++++++-------- po/de.po | 16 ++++++++-------- po/el.po | 18 +++++++++--------- po/en_GB.po | 16 ++++++++-------- po/es.po | 12 ++++++------ po/et.po | 16 ++++++++-------- po/eu.po | 8 ++++---- po/fa.po | 8 ++++---- po/fi.po | 18 +++++++++--------- po/fr.po | 16 ++++++++-------- po/gl.po | 18 +++++++++--------- po/he.po | 8 ++++---- po/hi.po | 8 ++++---- po/hr.po | 8 ++++---- po/hu.po | 18 +++++++++--------- po/hy.po | 8 ++++---- po/id.po | 8 ++++---- po/it.po | 22 +++++++++++----------- po/ja.po | 20 ++++++++++---------- po/ka.po | 8 ++++---- po/kk.po | 8 ++++---- po/ko.po | 10 +++++----- po/lt.po | 22 +++++++++++----------- po/lv.po | 8 ++++---- po/mk.po | 8 ++++---- po/ml.po | 8 ++++---- po/mn.po | 8 ++++---- po/ms.po | 8 ++++---- po/nb.po | 20 ++++++++++---------- po/nl.po | 16 ++++++++-------- po/pa.po | 8 ++++---- po/phpmyadmin.pot | 8 ++++---- po/pl.po | 16 ++++++++-------- po/pt.po | 22 +++++++++++----------- po/pt_BR.po | 18 +++++++++--------- po/ro.po | 22 +++++++++++----------- po/ru.po | 18 +++++++++--------- po/si.po | 16 ++++++++-------- po/sk.po | 18 +++++++++--------- po/sl.po | 18 +++++++++--------- po/sq.po | 8 ++++---- po/sr.po | 8 ++++---- po/sr@latin.po | 8 ++++---- po/sv.po | 18 +++++++++--------- po/ta.po | 8 ++++---- po/te.po | 8 ++++---- po/th.po | 10 +++++----- po/tk.po | 8 ++++---- po/tr.po | 18 +++++++++--------- po/tt.po | 8 ++++---- po/ug.po | 8 ++++---- po/uk.po | 14 +++++++------- po/ur.po | 18 +++++++++--------- po/uz.po | 22 +++++++++++----------- po/uz@latin.po | 22 +++++++++++----------- po/zh_CN.po | 18 +++++++++--------- po/zh_TW.po | 18 +++++++++--------- scripts/create-release.sh | 2 +- test/libraries/core/PMA_getLinks_test.php | 2 +- 78 files changed, 466 insertions(+), 466 deletions(-) diff --git a/composer.json b/composer.json index acf83664a5..910b530a07 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "support": { "forum": "https://sourceforge.net/p/phpmyadmin/discussion/Help", "issues": "https://sourceforge.net/p/phpmyadmin/bugs/", - "wiki": "http://wiki.phpmyadmin.net/", + "wiki": "https://wiki.phpmyadmin.net/", "source": "https://github.com/phpmyadmin/phpmyadmin" }, "require": { diff --git a/doc/other.rst b/doc/other.rst index aa9545121f..14627c69ad 100644 --- a/doc/other.rst +++ b/doc/other.rst @@ -15,4 +15,4 @@ Tutorials Third party tutorials and articles are listed on our `wiki page`_. -.. _wiki page: http://wiki.phpmyadmin.net/pma/Articles +.. _wiki page: https://wiki.phpmyadmin.net/pma/Articles diff --git a/index.php b/index.php index 8c3c809683..6831bdc532 100644 --- a/index.php +++ b/index.php @@ -343,7 +343,7 @@ PMA_printListItem( PMA_printListItem( __('Wiki'), 'li_pma_wiki', - PMA_linkURL('http://wiki.phpmyadmin.net/'), + PMA_linkURL('https://wiki.phpmyadmin.net/'), null, '_blank' ); diff --git a/libraries/config/FormDisplay.class.php b/libraries/config/FormDisplay.class.php index 71440795b6..ff753795cf 100644 --- a/libraries/config/FormDisplay.class.php +++ b/libraries/config/FormDisplay.class.php @@ -710,7 +710,7 @@ class FormDisplay if ($test == 'Export') { $opt_name = substr($opt_name, 7); } - return PMA_linkURL('http://wiki.phpmyadmin.net/pma/Config#' . $opt_name); + return PMA_linkURL('https://wiki.phpmyadmin.net/pma/Config#' . $opt_name); } /** diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index a2baf9dc73..76040f7bcb 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -377,7 +377,7 @@ $strConfigServers_auth_swekey_config_desc = __('The path for the config file for $strConfigServers_auth_swekey_config_name = __('SweKey config file'); $strConfigServers_auth_type_desc = __('Authentication method to use'); $strConfigServers_auth_type_name = __('Authentication type'); -$strConfigServers_bookmarktable_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma__bookmark[/kbd]'); +$strConfigServers_bookmarktable_desc = __('Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma__bookmark[/kbd]'); $strConfigServers_bookmarktable_name = __('Bookmark table'); $strConfigServers_column_info_desc = __('Leave blank for no column comments/mime types, suggested: [kbd]pma__column_info[/kbd]'); $strConfigServers_column_info_name = __('Column information table'); @@ -386,7 +386,7 @@ $strConfigServers_compress_name = __('Compress connection'); $strConfigServers_connect_type_desc = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure'); $strConfigServers_connect_type_name = __('Connection type'); $strConfigServers_controlpass_name = __('Control user password'); -$strConfigServers_controluser_desc = __('A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'); +$strConfigServers_controluser_desc = __('A special MySQL user configured with limited permissions, more information available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'); $strConfigServers_controluser_name = __('Control user'); $strConfigServers_controlhost_desc = __('An alternate host to hold the configuration storage; leave blank to use the already defined host'); $strConfigServers_controlhost_name = __('Control host'); @@ -413,17 +413,17 @@ $strConfigServers_password_desc = __('Leave empty if not using config auth'); $strConfigServers_password_name = __('Password for config auth'); $strConfigServers_pdf_pages_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]'); $strConfigServers_pdf_pages_name = __('PDF schema: pages table'); -$strConfigServers_pmadb_desc = __('Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'); +$strConfigServers_pmadb_desc = __('Database used for relations, bookmarks, and PDF features. See [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'); $strConfigServers_pmadb_name = __('Database name'); $strConfigServers_port_desc = __('Port on which MySQL server is listening, leave empty for default'); $strConfigServers_port_name = __('Server port'); $strConfigServers_recent_desc = __('Leave blank for no "persistent" recently used tables across sessions, suggested: [kbd]pma__recent[/kbd]'); $strConfigServers_recent_name = __('Recently used table'); -$strConfigServers_relation_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma__relation[/kbd]'); +$strConfigServers_relation_desc = __('Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma__relation[/kbd]'); $strConfigServers_relation_name = __('Relation table'); $strConfigServers_ShowDatabasesCommand_desc = __('SQL command to fetch available databases'); $strConfigServers_ShowDatabasesCommand_name = __('SHOW DATABASES command'); -$strConfigServers_SignonSession_desc = __('See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'); +$strConfigServers_SignonSession_desc = __('See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'); $strConfigServers_SignonSession_name = __('Signon session name'); $strConfigServers_SignonURL_name = __('Signon URL'); $strConfigServers_socket_desc = __('Socket on which MySQL server is listening, leave empty for default'); diff --git a/libraries/import.lib.php b/libraries/import.lib.php index 776551fd27..8e9dce78cc 100644 --- a/libraries/import.lib.php +++ b/libraries/import.lib.php @@ -802,7 +802,7 @@ function PMA_detectType($last_cumulative_type, $cell) * @return array array(array $types, array $sizes) * @access public * - * @link http://wiki.phpmyadmin.net/pma/Import + * @link https://wiki.phpmyadmin.net/pma/Import * * @todo Handle the error case more elegantly */ @@ -911,7 +911,7 @@ $import_notice = null; * @return void * @access public * - * @link http://wiki.phpmyadmin.net/pma/Import + * @link https://wiki.phpmyadmin.net/pma/Import */ function PMA_buildSQL($db_name, &$tables, &$analyses = null, &$additional_sql = null, $options = null diff --git a/po/af.po b/po/af.po index f49c7c65c1..f5638ce043 100644 --- a/po/af.po +++ b/po/af.po @@ -5580,7 +5580,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5621,7 +5621,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5782,7 +5782,7 @@ msgstr "Analiseer tabel" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5801,7 +5801,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/ar.po b/po/ar.po index 45a1768efc..f63e831fad 100644 --- a/po/ar.po +++ b/po/ar.po @@ -5347,7 +5347,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5388,7 +5388,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5540,7 +5540,7 @@ msgstr "الجدول المستخدم مؤخرا" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5558,7 +5558,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/az.po b/po/az.po index fe5863c483..61376276ea 100644 --- a/po/az.po +++ b/po/az.po @@ -5660,7 +5660,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5702,7 +5702,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5863,7 +5863,7 @@ msgstr "Cedveli analiz et" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5882,7 +5882,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/be.po b/po/be.po index ef8fe3ebf8..d94380eb52 100644 --- a/po/be.po +++ b/po/be.po @@ -5785,7 +5785,7 @@ msgstr "Аўтэнтыфікацыя…" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5827,7 +5827,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5990,7 +5990,7 @@ msgstr "Аналізаваць табліцу" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -6009,7 +6009,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/be@latin.po b/po/be@latin.po index a67fe35829..b6318f8143 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -5776,7 +5776,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5817,7 +5817,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5975,7 +5975,7 @@ msgstr "Analizavać tablicu" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5993,7 +5993,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/bg.po b/po/bg.po index 81a990a485..82eef855be 100644 --- a/po/bg.po +++ b/po/bg.po @@ -5412,7 +5412,7 @@ msgstr "Тип удостоверяване" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5453,9 +5453,9 @@ msgstr "Парола на контролен потребител" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" -"Специален MySQL потребител с ограничени права, [a@http://wiki.phpmyadmin.net/" +"Специален MySQL потребител с ограничени права, [a@https://wiki.phpmyadmin.net/" "pma/controluser]още информация[/a]" #: libraries/config/messages.inc.php:390 @@ -5613,7 +5613,7 @@ msgstr "Последно отваряна таблица" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5631,10 +5631,10 @@ msgstr "Команда SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"За примери посетете [a@http://wiki.phpmyadmin.net/pma/" +"За примери посетете [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]видове удостоверяване[/a]" #: libraries/config/messages.inc.php:427 diff --git a/po/bn.po b/po/bn.po index 0240718f4c..0ee0356fd3 100644 --- a/po/bn.po +++ b/po/bn.po @@ -5403,10 +5403,10 @@ msgstr "প্রমাণীকরণের ধরন" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"না করার জন্য খালি রাখুন [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +"না করার জন্য খালি রাখুন [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] সাহায্যের জন্য, দেখুন:[kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5448,10 +5448,10 @@ msgstr "নিয়ন্ত্রক ব্যবহারকারীর পা #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "একটি বিশেষ MySQL ব্যবহারকারী সীমিত অধিকার সহ কনফিগার করা হয়েছে, আরো তথ্যের জন্য " -"দেখুন [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"দেখুন [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5621,10 +5621,10 @@ msgstr "সাময়িককালে ব্যবহৃত টেবল" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"না করার জন্য খালি রাখুন [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"না করার জন্য খালি রাখুন [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a]সাহায্যের জন্য, দেখুন:[kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5641,10 +5641,10 @@ msgstr "SHOW DATABASES কমান্ড" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"উদাহরণের জন্য [a@http://wiki.phpmyadmin.net/pma/" +"উদাহরণের জন্য [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]authentication types [/a] দেখুন" #: libraries/config/messages.inc.php:427 diff --git a/po/br.po b/po/br.po index 8b92304ce3..2d7931da63 100644 --- a/po/br.po +++ b/po/br.po @@ -5483,7 +5483,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5524,7 +5524,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5676,7 +5676,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5694,7 +5694,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/bs.po b/po/bs.po index f62ce4a618..dac33aa019 100644 --- a/po/bs.po +++ b/po/bs.po @@ -5641,7 +5641,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5683,7 +5683,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5844,7 +5844,7 @@ msgstr "Analiziraj tabelu" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5863,7 +5863,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/ca.po b/po/ca.po index 573bbfcb31..ff187e08e0 100644 --- a/po/ca.po +++ b/po/ca.po @@ -5524,10 +5524,10 @@ msgstr "Tipus d'autenticació" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Deixa en blanc per desactivar les [a@http://wiki.phpmyadmin.net/pma/" +"Deixa en blanc per desactivar les [a@https://wiki.phpmyadmin.net/pma/" "bookmark]consultes desades[/a], suggerit: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5569,10 +5569,10 @@ msgstr "Contrasenya de l'usuari de control" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Usuari MySQL especial configurat amb permisos restringits, més informació " -"disponible al [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"disponible al [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5716,7 +5716,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Base de dades usada per a relacions, consultes desades i característiques " -"dels PDF. Consulta [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] per " +"dels PDF. Consulta [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] per " "tenir informació més completa. Deixa en blanc per no utilitzar. Suggerit: " "[kbd]phpmyadmin[/kbd]" @@ -5747,10 +5747,10 @@ msgstr "Taula usada recentment" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Deixa en blanc per desactivar els [a@http://wiki.phpmyadmin.net/pma/" +"Deixa en blanc per desactivar els [a@https://wiki.phpmyadmin.net/pma/" "relation]enllaços de relacions[/a], suggerit: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5767,10 +5767,10 @@ msgstr "Ordre SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Consulta [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipus " +"Consulta [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]tipus " "d'autenticació[/a] per veure exemples" #: libraries/config/messages.inc.php:427 diff --git a/po/ckb.po b/po/ckb.po index 0e0cb82a5d..7bf377393e 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -5261,7 +5261,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5302,7 +5302,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5454,7 +5454,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5472,7 +5472,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/cs.po b/po/cs.po index 1e8ff56969..1070ea400e 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5460,10 +5460,10 @@ msgstr "Typ přihlašování" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Nechte prázdné pro vypnutí podpory [a@http://wiki.phpmyadmin.net/pma/" +"Nechte prázdné pro vypnutí podpory [a@https://wiki.phpmyadmin.net/pma/" "bookmark]záložek[/a], doporučené nastavení: [kbd]pma__bookmarks[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5506,7 +5506,7 @@ msgstr "Heslo kontrolního uživatele" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Zvláštní MySQL uživatel s omezenými právy, více informací na [a@http://wiki." "phpmyadmin.net/pma/controluser]wiki[/a]" @@ -5648,7 +5648,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Databáze používaná pro relace, záložky a PDF stránky. Více informací " -"naleznete na [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Pokud " +"naleznete na [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Pokud " "ponecháte prázdné, budou tyto funkce vypnuté. Doporučená hodnota: " "[kbd]phpmyadmin[/kbd]" @@ -5679,10 +5679,10 @@ msgstr "Naposledy použité tabulky" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Nechte prázdné pro vypnutí podpory pro [a@http://wiki.phpmyadmin.net/pma/" +"Nechte prázdné pro vypnutí podpory pro [a@https://wiki.phpmyadmin.net/pma/" "relation]relace[/a], výchozí nastavení: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5699,10 +5699,10 @@ msgstr "Příkaz SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Příklad můžete nalézt na [a@http://wiki.phpmyadmin.net/pma/" +"Příklad můžete nalézt na [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]authentication types[/a]" #: libraries/config/messages.inc.php:427 diff --git a/po/cy.po b/po/cy.po index fc1e577055..ff0702ada5 100644 --- a/po/cy.po +++ b/po/cy.po @@ -5632,7 +5632,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5673,7 +5673,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5838,7 +5838,7 @@ msgstr "Dadansoddi tabl" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5856,7 +5856,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/da.po b/po/da.po index 4a95d98b73..69d47facb6 100644 --- a/po/da.po +++ b/po/da.po @@ -5496,10 +5496,10 @@ msgstr "Autentifikationstype" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Efterlades tom for at undlade understøttelse af [a@http://wiki.phpmyadmin." +"Efterlades tom for at undlade understøttelse af [a@https://wiki.phpmyadmin." "net/pma/bookmark]bogmærkeer[/a], forslag: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5541,10 +5541,10 @@ msgstr "Adgangskode for kontrolbruger" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "En speciel MySQL bruger med begrænsede tilladelser. Mere information på " -"[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"[a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5715,10 +5715,10 @@ msgstr "Senest benyttede tabel" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Efterlades tom for at undlade understøttelse af [a@http://wiki.phpmyadmin." +"Efterlades tom for at undlade understøttelse af [a@https://wiki.phpmyadmin." "net/pma/relation]relation-links[/a], forslag: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5735,10 +5735,10 @@ msgstr "SHOW DATABASES kommando" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/" +"Se [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/" "a] for et eksempel" #: libraries/config/messages.inc.php:427 diff --git a/po/de.po b/po/de.po index f96099224b..b97a91ea6d 100644 --- a/po/de.po +++ b/po/de.po @@ -5545,10 +5545,10 @@ msgstr "Authentifikationstyp" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Leer lassen für keine [a@http://wiki.phpmyadmin.net/pma/" +"Leer lassen für keine [a@https://wiki.phpmyadmin.net/pma/" "bookmark]Lesezeichen[/a]-Unterstützung, Vorschlag: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5591,10 +5591,10 @@ msgstr "pmadb Benutzer Passwort" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Ein besonderer MySQL Nutzer mit eingeschränkten Rechten, nähere " -"Informationen auf [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"Informationen auf [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5768,10 +5768,10 @@ msgstr "Kürzlich verwendete Tabellen" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Leer lassen für keine [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leer lassen für keine [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "link[/a] Unterstützung, Vorschlag: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5788,10 +5788,10 @@ msgstr "SHOW DATABASES Befehl" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Siehe [a@http://wiki.phpmyadmin.net/pma/" +"Siehe [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]Authentifizierungsarten[/a] für ein Beispiel" #: libraries/config/messages.inc.php:427 diff --git a/po/el.po b/po/el.po index e952dcd5bd..a187c57342 100644 --- a/po/el.po +++ b/po/el.po @@ -5541,10 +5541,10 @@ msgstr "Τύπος επικύρωσης" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Αφήστε κενό αν δεν υπάρχει υποστήριξη [a@http://wiki.phpmyadmin.net/pma/" +"Αφήστε κενό αν δεν υπάρχει υποστήριξη [a@https://wiki.phpmyadmin.net/pma/" "bookmark]σελιδοδείκτη[/a], προτείνεται: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5588,10 +5588,10 @@ msgstr "Έλεγχος κωδικού πρόσβασης χρήστη" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Ρυθμίστηκε ένας ειδικός χρήστης MySQL με περιορισμένα δικαιώματα. " -"Περισσότερες πληροφορίες είναι διαθέσιμες στο [a@http://wiki.phpmyadmin.net/" +"Περισσότερες πληροφορίες είναι διαθέσιμες στο [a@https://wiki.phpmyadmin.net/" "pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 @@ -5736,7 +5736,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Η βάση δεδομένων που χρησιμοποιείται για συσχετίσεις, σελιδοδείκτες και " -"χαρακτηριστικά PDF. Δείτε το [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/" +"χαρακτηριστικά PDF. Δείτε το [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/" "a] για λεπτομέρειες. Αφήστε κενό για να μην υπάρχει υποστήριξη. Προτείνεται: " "[kbd]phpmyadmin[/kbd]" @@ -5767,10 +5767,10 @@ msgstr "Πρόσφατα χρησιμοποιημένος πίνακας" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Αφήστε το κενό για να μην υπάρχει υποστήριξη [a@http://wiki.phpmyadmin.net/" +"Αφήστε το κενό για να μην υπάρχει υποστήριξη [a@https://wiki.phpmyadmin.net/" "pma/relation]συνδέσμων-συσχετίσεων[/a], προτείνεται: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5787,10 +5787,10 @@ msgstr "Εντολή SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Δείτε τους [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]τύπους " +"Δείτε τους [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]τύπους " "επικύρωσης[/a] για ένα παράδειγμα" #: libraries/config/messages.inc.php:427 diff --git a/po/en_GB.po b/po/en_GB.po index 31aa164c94..6b5c164099 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -5468,10 +5468,10 @@ msgstr "Authentication type" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5513,10 +5513,10 @@ msgstr "Control user password" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5686,10 +5686,10 @@ msgstr "Recently used table" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5706,10 +5706,10 @@ msgstr "SHOW DATABASES command" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" #: libraries/config/messages.inc.php:427 diff --git a/po/es.po b/po/es.po index 94c8209d09..b08cf80068 100644 --- a/po/es.po +++ b/po/es.po @@ -5571,10 +5571,10 @@ msgstr "Tipo de autenticación" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Deje en blanco para no dar soporte [a@http://wiki.phpmyadmin.net/pma/" +"Deje en blanco para no dar soporte [a@https://wiki.phpmyadmin.net/pma/" "bookmark]bookmark[/a], de manera predeterminada: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5618,7 +5618,7 @@ msgstr "Controlar la contraseña del usuario" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Un usuario MySQL especial configurado con permisos limitados, más " "información disponible en [a@http://wiki.cihar.com/pma/controluser]wiki[/a]" @@ -5798,10 +5798,10 @@ msgstr "Tabla recientemente utilizada" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Deje en blanco para no dar soporte [a@http://wiki.phpmyadmin.net/pma/" +"Deje en blanco para no dar soporte [a@https://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a], de manera predeterminada: [kbd]pma__relation[/" "kbd]" @@ -5819,7 +5819,7 @@ msgstr "Comando SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" "Ver [a@http://wiki.cihar.com/pma/auth_types#signon]tipos de autenticación[/" diff --git a/po/et.po b/po/et.po index 8bc13276c3..5339a77e6b 100644 --- a/po/et.po +++ b/po/et.po @@ -5464,10 +5464,10 @@ msgstr "Autentimise tüüp" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Jäta tühjaks, kui puudub [a@http://wiki.phpmyadmin.net/pma/" +"Jäta tühjaks, kui puudub [a@https://wiki.phpmyadmin.net/pma/" "bookmark]järjehoidja[/a] tugi, soovitatav: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5509,7 +5509,7 @@ msgstr "Kontrollkasutaja parool" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Eriline MySQL kasutaja, mis on piiratud õigustega. Lisainfot saab [a@http://" "wiki.phpmyadmin.net/pma/controluser]vikist[/a]" @@ -5656,7 +5656,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Andmebaas, mida kasutada seoste, järjehoidjate ja PDF võimaluste " -"säilitamiseks. Lisateavet leiad aadressilt [a@http://wiki.phpmyadmin.net/pma/" +"säilitamiseks. Lisateavet leiad aadressilt [a@https://wiki.phpmyadmin.net/pma/" "pmadb]pmadb[/a]. Kui tugi puudub, siis jäta tühjaks, soovitatav: " "[kbd]phpmyadmin[/kbd]" @@ -5688,10 +5688,10 @@ msgstr "Hiljuti kasutatud tabel" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Jäta tühjaks, kui puudub [a@http://wiki.phpmyadmin.net/pma/relation]seoste " +"Jäta tühjaks, kui puudub [a@https://wiki.phpmyadmin.net/pma/relation]seoste " "linkide[/a] tugi, soovitatav: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5708,10 +5708,10 @@ msgstr "SHOW DATABASES käsk" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Vaata näiteks [a@http://wiki.phpmyadmin.net/pma/" +"Vaata näiteks [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]autentimise tüüpe[/a]" #: libraries/config/messages.inc.php:427 diff --git a/po/eu.po b/po/eu.po index d58d5ce370..3864001ec0 100644 --- a/po/eu.po +++ b/po/eu.po @@ -5621,7 +5621,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5663,7 +5663,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5824,7 +5824,7 @@ msgstr "Taula aztertu" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5843,7 +5843,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/fa.po b/po/fa.po index 40e5bd84c3..96aa8fdcd4 100644 --- a/po/fa.po +++ b/po/fa.po @@ -5386,7 +5386,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5427,7 +5427,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5579,7 +5579,7 @@ msgstr "جدول هایی که به تازگی استفاده شده" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5597,7 +5597,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/fi.po b/po/fi.po index cf08469a62..5b5f81bc7d 100644 --- a/po/fi.po +++ b/po/fi.po @@ -5464,10 +5464,10 @@ msgstr "Todennustyyppi" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/" +"Jätä tyhjäksi, jos et halua [a@https://wiki.phpmyadmin.net/pma/" "bookmark]kirjanmerkki[/a]tukea, oletusarvo: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5510,10 +5510,10 @@ msgstr "Hallintakäyttäjän salasana" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Erityinen MySQL-käyttäjä, jolle on määritetty rajatut käyttöoikeudet; " -"lisätietoja saatavilla [a@http://wiki.phpmyadmin.net/pma/" +"lisätietoja saatavilla [a@https://wiki.phpmyadmin.net/pma/" "controluser]wikissä[/a]" #: libraries/config/messages.inc.php:390 @@ -5654,7 +5654,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Relaatioihin, kirjanmerkkeihin ja PDF-ominaisuuksiin käytettävä tietokanta. " -"Katso täydet tiedot aiheesta [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/" +"Katso täydet tiedot aiheesta [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/" "a]. Jätä tyhjäksi, jos et halua tukea. Oletusarvo: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5684,10 +5684,10 @@ msgstr "Viimeisimmäksi käytetty taulu" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/" +"Jätä tyhjäksi, jos et halua [a@https://wiki.phpmyadmin.net/pma/" "relation]relaatiolinkki[/a]tukea, oletusarvo: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5704,10 +5704,10 @@ msgstr "SHOW DATABASES -käsky" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Katso [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]todennustyyppien[/" +"Katso [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]todennustyyppien[/" "a] esimerkit" #: libraries/config/messages.inc.php:427 diff --git a/po/fr.po b/po/fr.po index 7353a4b552..5a20de4695 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5533,10 +5533,10 @@ msgstr "Type d'authentification" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Laisser vide pour désactiver le support des [a@http://wiki.phpmyadmin.net/" +"Laisser vide pour désactiver le support des [a@https://wiki.phpmyadmin.net/" "pma/bookmark]signets[/a], suggestion : [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5580,7 +5580,7 @@ msgstr "Mot de passe de l'utilisateur de contrôle" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Un compte MySQL spécial avec des permissions limitées, voir [a@http://wiki." "phpmyadmin.net/pma/controluser] notre wiki[/a]" @@ -5725,7 +5725,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "La base utilisée pour les fonctionnalités relationnelles, signets et PDF. " -"Voir [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Laisser vider pour " +"Voir [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Laisser vider pour " "désactiver. Suggestion : [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5756,10 +5756,10 @@ msgstr "Table récemment utilisée" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Laisser vider pour désactiver le support [a@http://wiki.phpmyadmin.net/pma/" +"Laisser vider pour désactiver le support [a@https://wiki.phpmyadmin.net/pma/" "relation]relationnel[/a], suggestion : [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5776,10 +5776,10 @@ msgstr "Commande SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Voir [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"Voir [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] pour un exemple" #: libraries/config/messages.inc.php:427 diff --git a/po/gl.po b/po/gl.po index c9c73fe0a7..2e541e99f9 100644 --- a/po/gl.po +++ b/po/gl.po @@ -5539,10 +5539,10 @@ msgstr "Tipo de autenticación" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Déixeo en branco se non quere a funcionalidade de [a@http://wiki.phpmyadmin." +"Déixeo en branco se non quere a funcionalidade de [a@https://wiki.phpmyadmin." "net/pma/bookmark]bookmark[/a] ; por omisión: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5585,10 +5585,10 @@ msgstr "Contrasinal do usuario de control" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Un usuario especial de MySQL configurado con permisos limitados; hai máis " -"información dispoñíbel no [a@http://wiki.phpmyadmin.net/pma/" +"información dispoñíbel no [a@https://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 @@ -5733,7 +5733,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Base de datos empregada para relacións, marcadores e funcionalidades PDF. " -"Vexa [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para a información " +"Vexa [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para a información " "completa. Déixeo en branco se non lle interesan. Por omisión: " "[kbd]phpmyadmin[/kbd]" @@ -5765,10 +5765,10 @@ msgstr "Táboa usada recentemente" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Déixeo en branco se non quere [a@http://wiki.phpmyadmin.net/pma/" +"Déixeo en branco se non quere [a@https://wiki.phpmyadmin.net/pma/" "relation]ligazóns de relación[/a]; suxírese: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5785,10 +5785,10 @@ msgstr "Mostrar a orde SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Vexa os [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " +"Vexa os [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " "autenticación[/a] se quere un exemplo" #: libraries/config/messages.inc.php:427 diff --git a/po/he.po b/po/he.po index 2eecc51a49..3ee586149d 100644 --- a/po/he.po +++ b/po/he.po @@ -5604,7 +5604,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5646,7 +5646,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5808,7 +5808,7 @@ msgstr "ניתוח טבלה" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5827,7 +5827,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/hi.po b/po/hi.po index 511f7d51a8..3165b56dd6 100644 --- a/po/hi.po +++ b/po/hi.po @@ -5492,7 +5492,7 @@ msgstr "प्रमाणीकरण पद्धति का उपयोग #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" #| "kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" @@ -5539,7 +5539,7 @@ msgstr "यूसर पासवर्ड नियंत्रण" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "एक विशेष MySQL सर्वर सीमित अनुमति के साथ, ज्यादा जानकारी के लिए [a@http://wiki." "phpmyadmin.net/pma/controluser]wiki[/a]" @@ -5721,7 +5721,7 @@ msgstr "याद यूसर नाम" #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" @@ -5740,7 +5740,7 @@ msgstr "SHOW DATABASES आदेश" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/hr.po b/po/hr.po index 1744b89be8..035332e2b0 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5716,7 +5716,7 @@ msgstr "Tip autentifikacije" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5758,7 +5758,7 @@ msgstr "Kontroliraj korisničke lozinke" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5921,7 +5921,7 @@ msgstr "Analiziraj tablicu" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5940,7 +5940,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/hu.po b/po/hu.po index 941f371055..78fba86218 100644 --- a/po/hu.po +++ b/po/hu.po @@ -5507,10 +5507,10 @@ msgstr "Hitelesítés típusa" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/" +"Hagyja üresen, ha nincs [a@https://wiki.phpmyadmin.net/pma/" "bookmark]könyvjelző[/a] támogatás, alapértelmezés: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5554,10 +5554,10 @@ msgstr "A kontrollfelhasználó jelszava" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Korlátozott jogokkal rendelkező, speciális MySQL felhasználó, bővebben a " -"[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a] címen olvashat róla" +"[a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a] címen olvashat róla" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5702,7 +5702,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "A kapcsolatokhoz, könyvjelzőkhöz és PDF-funkciókhoz használt adatbázis. A " -"teljes információt lásd a [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] " +"teljes információt lásd a [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] " "oldalon. Hagyja üresen, ha nincs szükség a támogatására. Alapértelmezés: " "[kbd]phpmyadmin[/kbd]" @@ -5733,10 +5733,10 @@ msgstr "Utoljára használt tábla" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/relation]relációs " +"Hagyja üresen, ha nincs [a@https://wiki.phpmyadmin.net/pma/relation]relációs " "hivatkozás[/a] támogatás, ajánlott: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5753,10 +5753,10 @@ msgstr "SHOW DATABASES parancs" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Lásd a [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]hitelesítési " +"Lásd a [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]hitelesítési " "típusok[/a] példáját" #: libraries/config/messages.inc.php:427 diff --git a/po/hy.po b/po/hy.po index 131ac6eaa1..e342285206 100644 --- a/po/hy.po +++ b/po/hy.po @@ -5221,7 +5221,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5262,7 +5262,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5414,7 +5414,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5432,7 +5432,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/id.po b/po/id.po index c1c6620200..8b425b8f1b 100644 --- a/po/id.po +++ b/po/id.po @@ -5496,7 +5496,7 @@ msgstr "Jenis autentikasi" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5543,7 +5543,7 @@ msgstr "Sandi pengguna pengendali" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5721,7 +5721,7 @@ msgstr "Tabel yang baru digunakan" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5739,7 +5739,7 @@ msgstr "Perintah SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/it.po b/po/it.po index cb08857cac..5f11dee0af 100644 --- a/po/it.po +++ b/po/it.po @@ -5501,13 +5501,13 @@ msgstr "Tipo di autenticazione" #: libraries/config/messages.inc.php:380 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Lascia vuoto per disattivare il supporto per i [a@http://wiki.phpmyadmin.net/" +"Lascia vuoto per disattivare il supporto per i [a@https://wiki.phpmyadmin.net/" "pma/bookmark]segnalibri[/a], consigliato: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5553,10 +5553,10 @@ msgstr "Parola chiave per l'utente di controllo" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Un utente MySQL speciale configurato con delle autorizzazioni limitate, " -"ulteriori informazioni disponibili nella [a@http://wiki.phpmyadmin.net/pma/" +"ulteriori informazioni disponibili nella [a@https://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 @@ -5722,7 +5722,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Database utilizzato per relazioni, segnalibri and funzionalitá PDF. Vedi " -"[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] per tutti dettagli. Lascia " +"[a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] per tutti dettagli. Lascia " "vuoto per disabilitarne il supporto. Consigliato: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5757,13 +5757,13 @@ msgstr "Tabella utilizzata recentemente" #: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Lascia vuoto per disabilitare il supporto per [a@http://wiki.phpmyadmin.net/" +"Lascia vuoto per disabilitare il supporto per [a@https://wiki.phpmyadmin.net/" "pma/relation]relation-links[/a], consigliato: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5780,10 +5780,10 @@ msgstr "Commando SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Vedi [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipi di " +"Vedi [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]tipi di " "autenticazione[/a] per un esempio" #: libraries/config/messages.inc.php:427 diff --git a/po/ja.po b/po/ja.po index a8b134cd18..526791fdd7 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5518,13 +5518,13 @@ msgstr "認証タイプ" #: libraries/config/messages.inc.php:380 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/bookmark]ブックマーク[/a]機能を使わない場合" +"[a@https://wiki.phpmyadmin.net/pma/bookmark]ブックマーク[/a]機能を使わない場合" "は空欄にします。[kbd]pma_bookmark[/kbd] としておくのがいいでしょう。" #: libraries/config/messages.inc.php:381 @@ -5571,7 +5571,7 @@ msgstr "phpMyAdmin ユーザのパスワード" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "権限を制限して設定しておいた特別な MySQL ユーザを使います。詳細は [a@http://" "wiki.phpmyadmin.net/pma/controluser]wiki[/a] を参照してください。" @@ -5737,7 +5737,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "リレーション、ブックマーク、PDF機能に使用されるデータベース。詳細な情報につい" -"ては [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] を参照してください。こ" +"ては [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] を参照してください。こ" "れらの機能を使わない場合は空欄にします。[kbd]phpmyadmin[/kbd] としておくのが" "いいでしょう。" @@ -5773,13 +5773,13 @@ msgstr "最近使用したテーブル" #: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/relation]リレーションリンク[/a]機能を使わな" +"[a@https://wiki.phpmyadmin.net/pma/relation]リレーションリンク[/a]機能を使わな" "い場合は空欄にします。[kbd]pma_relation[/kbd] としておくのがいいでしょう。" #: libraries/config/messages.inc.php:423 @@ -5796,10 +5796,10 @@ msgstr "SHOW DATABASES コマンド" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"設定例は[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]認証モード[/a]を" +"設定例は[a@https://wiki.phpmyadmin.net/pma/auth_types#signon]認証モード[/a]を" "参照してください。" #: libraries/config/messages.inc.php:427 diff --git a/po/ka.po b/po/ka.po index 84ad955276..3273297ea7 100644 --- a/po/ka.po +++ b/po/ka.po @@ -5763,7 +5763,7 @@ msgstr "ავთენტიფიკაციის ტიპი" #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" @@ -5811,7 +5811,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -6000,7 +6000,7 @@ msgstr "Recall user name" #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" @@ -6020,7 +6020,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/kk.po b/po/kk.po index 005caa6e43..329602359b 100644 --- a/po/kk.po +++ b/po/kk.po @@ -5264,7 +5264,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5305,7 +5305,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5457,7 +5457,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5475,7 +5475,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/ko.po b/po/ko.po index 786ea4b8b4..b9063d9ce1 100644 --- a/po/ko.po +++ b/po/ko.po @@ -5398,7 +5398,7 @@ msgstr "인증 형식" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5439,7 +5439,7 @@ msgstr "유저 비밀번호 제어" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5570,7 +5570,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "관계(릴레이션), 북마크, PDF 기능을 위한 데이터베이스. 자세한 정보는 " -"[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]를 참고하세요. 이 기능들을 " +"[a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]를 참고하세요. 이 기능들을 " "제공하지 않으려면 비워두세요. 권장값: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5597,7 +5597,7 @@ msgstr "최근에 사용한 테이블" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5615,7 +5615,7 @@ msgstr "SHOW DATABASES 명령" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/lt.po b/po/lt.po index ee181f3514..e296b3f325 100644 --- a/po/lt.po +++ b/po/lt.po @@ -5497,13 +5497,13 @@ msgstr "Autentifikacijos tipas" #: libraries/config/messages.inc.php:380 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Palikite tuščią jei nenorite, kad palaikytų [a@http://wiki.phpmyadmin.net/" +"Palikite tuščią jei nenorite, kad palaikytų [a@https://wiki.phpmyadmin.net/" "pma/relation]sąryšines nuorodas[/a], pasiūlymas: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5550,10 +5550,10 @@ msgstr "Kontroliuoti naudotojų slaptažodį" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Specialus MySQL naudotojas sukonfigūruotas su ribotom galimybėm, daugiau " -"informacijos [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"informacijos [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5715,7 +5715,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Duombazė naudojama sąryšiams, pasižymėjimams ir PDF funkcijoms. Visą " -"informaciją rasite [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. " +"informaciją rasite [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. " "Palikite tušią, kad nepalaikytų. Pasiūlymas: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5750,13 +5750,13 @@ msgstr "Paskiausiai naudota lentelė" #: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Palikite tuščią jei nenorite, kad palaikytų [a@http://wiki.phpmyadmin.net/" +"Palikite tuščią jei nenorite, kad palaikytų [a@https://wiki.phpmyadmin.net/" "pma/relation]sąryšines nuorodas[/a], pasiūlymas: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5773,10 +5773,10 @@ msgstr "SHOW DATABASES komanda" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Žiūrėkite [a@http://wiki.phpmyadmin.net/pma/" +"Žiūrėkite [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]autentifikacijos tipus[/a] dėl pavyzdžių" #: libraries/config/messages.inc.php:427 diff --git a/po/lv.po b/po/lv.po index b4f583f9ad..700c35b72d 100644 --- a/po/lv.po +++ b/po/lv.po @@ -5566,7 +5566,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5608,7 +5608,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5770,7 +5770,7 @@ msgstr "Analizēt tabulu" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5789,7 +5789,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/mk.po b/po/mk.po index f8af5648ec..bd93918d4d 100644 --- a/po/mk.po +++ b/po/mk.po @@ -5699,7 +5699,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5741,7 +5741,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5903,7 +5903,7 @@ msgstr "Анализа на табелата" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5922,7 +5922,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/ml.po b/po/ml.po index 75733dec99..36cdde17d0 100644 --- a/po/ml.po +++ b/po/ml.po @@ -5236,7 +5236,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5277,7 +5277,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5429,7 +5429,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5447,7 +5447,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/mn.po b/po/mn.po index d2f333f670..1d2d28a0f5 100644 --- a/po/mn.po +++ b/po/mn.po @@ -5701,7 +5701,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5742,7 +5742,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5900,7 +5900,7 @@ msgstr "Хүснэгтийг задлах" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5918,7 +5918,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/ms.po b/po/ms.po index 8d17d44eb1..cbfa24fe7d 100644 --- a/po/ms.po +++ b/po/ms.po @@ -5578,7 +5578,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5620,7 +5620,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5781,7 +5781,7 @@ msgstr "Analyze table" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5800,7 +5800,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/nb.po b/po/nb.po index dcef21fa42..5588cf955a 100644 --- a/po/nb.po +++ b/po/nb.po @@ -5474,13 +5474,13 @@ msgstr "Autentiseringstype" #: libraries/config/messages.inc.php:380 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/" +"La stå tom for ingen [a@https://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/" "a]støtte, anbefalt: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5526,10 +5526,10 @@ msgstr "Kontrollbrukerpassord" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer " -"informasjon tilgjengelig på [a@http://wiki.phpmyadmin.net/pma/" +"informasjon tilgjengelig på [a@https://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 @@ -5721,13 +5721,13 @@ msgstr "Nylig brukt tabell" #: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/" +"La stå tom for ingen [a@https://wiki.phpmyadmin.net/pma/" "relation]relasjonslink[/a]støtte, anbefalt: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5744,10 +5744,10 @@ msgstr "SHOW DATABASES kommando" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/" +"Se [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/" "a] for et eksempel" #: libraries/config/messages.inc.php:427 diff --git a/po/nl.po b/po/nl.po index 1603791f2d..7838362f04 100644 --- a/po/nl.po +++ b/po/nl.po @@ -5529,10 +5529,10 @@ msgstr "Authenticatietype" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/" +"Laat dit veld leeg om geen [a@https://wiki.phpmyadmin.net/pma/" "bookmark]bladwijzers[/a] te gebruiken, suggestie: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5574,7 +5574,7 @@ msgstr "Controle gebruikerswachtwoord" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Een speciale MySQL-gebruiker met beperkte rechten, zie de [a@http://wiki." "phpmyadmin.net/pma/controluser]wiki[/a] voor meer informatie" @@ -5724,7 +5724,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Databank die wordt gebruikt om relaties, bladwijzers en PDF-eigenschappen op " -"te slaan. Zie [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] voor meer " +"te slaan. Zie [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] voor meer " "informatie. Laat dit veld leeg om dit uit te schakelen, suggestie: " "[kbd]phpmyadmin[/kbd]" @@ -5756,10 +5756,10 @@ msgstr "Recent gebruikte tabel" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/" +"Laat dit veld leeg om geen [a@https://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a] te ondersteunen, suggestie: [kbd]pma__relation[/" "kbd]" @@ -5777,10 +5777,10 @@ msgstr "Opdracht SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Zie [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authenticatietypes[/" +"Zie [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authenticatietypes[/" "a] voor een voorbeeld" #: libraries/config/messages.inc.php:427 diff --git a/po/pa.po b/po/pa.po index b69c139ce6..a58a2bd7d6 100644 --- a/po/pa.po +++ b/po/pa.po @@ -5221,7 +5221,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5262,7 +5262,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5414,7 +5414,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5432,7 +5432,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot index 32eec3ab4f..5ff642f724 100644 --- a/po/phpmyadmin.pot +++ b/po/phpmyadmin.pot @@ -5219,7 +5219,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5260,7 +5260,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5412,7 +5412,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5430,7 +5430,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/pl.po b/po/pl.po index 5195166f16..b6858e7c24 100644 --- a/po/pl.po +++ b/po/pl.po @@ -5517,10 +5517,10 @@ msgstr "Typ uwierzytelniania" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Pozostaw puste, aby nie obsługiwać [a@http://wiki.phpmyadmin.net/pma/" +"Pozostaw puste, aby nie obsługiwać [a@https://wiki.phpmyadmin.net/pma/" "bookmark]zakładek[/a]. Sugerowana nazwa: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5564,10 +5564,10 @@ msgstr "Hasło użytkownika monitorującego" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Specjalny użytkownik MySQL z ograniczonymi uprawnieniami. Więcej informacji " -"jest dostępnych pod adresem: [a@http://wiki.phpmyadmin.net/pma/" +"jest dostępnych pod adresem: [a@https://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 @@ -5712,7 +5712,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Baza danych używana prze funkcje związków, zakładek i generowania PDF-ów. " -"Pełna informacja znajduje się na stronie [a@http://wiki.phpmyadmin.net/pma/" +"Pełna informacja znajduje się na stronie [a@https://wiki.phpmyadmin.net/pma/" "pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: " "[kbd]phpmyadmin[/kbd]" @@ -5743,10 +5743,10 @@ msgstr "Ostatnio używane tabele" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Pozostaw puste, by nie obsługiwać [a@http://wiki.phpmyadmin.net/pma/" +"Pozostaw puste, by nie obsługiwać [a@https://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a]. Sugerowana nazwa: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5763,7 +5763,7 @@ msgstr "Polecenie SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" "Zobacz przykład usługi pojedynczego logowania (Signon) [a@http://wiki." diff --git a/po/pt.po b/po/pt.po index 8e5e35dd69..d76a321222 100644 --- a/po/pt.po +++ b/po/pt.po @@ -5531,13 +5531,13 @@ msgstr "Tipo de autenticação" #: libraries/config/messages.inc.php:380 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Deixe em branco quando não há [a@http://wiki.phpmyadmin.net/pma/" +"Deixe em branco quando não há [a@https://wiki.phpmyadmin.net/pma/" "bookmark]bookmark[/a] suporte, sugerido: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5583,10 +5583,10 @@ msgstr "Plavara-passe de utlizador de controlo" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Um utilizador especial MySQL será configurado com permissões limitadas, mais " -"informações disponíveis em [a@http://wiki.phpmyadmin.net/pma/" +"informações disponíveis em [a@https://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 @@ -5749,7 +5749,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Base de dados utilizada para as relações, marcadores e as características de " -"PDF. Veja [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para mais " +"PDF. Veja [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para mais " "informações. Deixe em branco para nenhum apoio. Sugerido: [kbd]phpmyadmin[/" "kbd]" @@ -5785,13 +5785,13 @@ msgstr "Tabela utilizada recentemente" #: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Deixe em branco quando não há [a@http://wiki.phpmyadmin.net/pma/" +"Deixe em branco quando não há [a@https://wiki.phpmyadmin.net/pma/" "bookmark]bookmark[/a] suporte, sugerido: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5808,10 +5808,10 @@ msgstr "MOSTRAR comandos DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Consulte [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " +"Consulte [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " "autenticação[/a] para obter um exemplo" #: libraries/config/messages.inc.php:427 diff --git a/po/pt_BR.po b/po/pt_BR.po index f6feea26eb..28a227e50c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5538,10 +5538,10 @@ msgstr "Tipo de autenticação" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Deixe em branco para não permitir [a@http://wiki.phpmyadmin.net/pma/" +"Deixe em branco para não permitir [a@https://wiki.phpmyadmin.net/pma/" "bookmark]marcações[/a], sugerido: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5583,10 +5583,10 @@ msgstr "Senha do usuário controlador" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Um usuário especial MySQL que será configurado com permissões limitadas, " -"mais informações disponíveis na [a@http://wiki.phpmyadmin.net/pma/" +"mais informações disponíveis na [a@https://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 @@ -5729,7 +5729,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Banco de dados usado para funções de relacionamentos, marcações e PDF. Veja " -"[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para informações completa. " +"[a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para informações completa. " "Deixe em branco se não houver suporte. Sugestão: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5759,10 +5759,10 @@ msgstr "Tabelas recentemente usadas" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Deixe em branco se não houver suporte a [a@http://wiki.phpmyadmin.net/pma/" +"Deixe em branco se não houver suporte a [a@https://wiki.phpmyadmin.net/pma/" "relation]links de relação[/a], sugestão: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5779,10 +5779,10 @@ msgstr "Comando SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Veja os [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " +"Veja os [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " "autenticação [/a] para ver um exemplo" #: libraries/config/messages.inc.php:427 diff --git a/po/ro.po b/po/ro.po index a6099b28f4..85fc543e7b 100644 --- a/po/ro.po +++ b/po/ro.po @@ -5666,13 +5666,13 @@ msgstr "Tipul autentificării" #: libraries/config/messages.inc.php:380 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Lăsați necompletat dacă nu doriți suport pentru [a@http://wiki.phpmyadmin." +"Lăsați necompletat dacă nu doriți suport pentru [a@https://wiki.phpmyadmin." "net/pma/bookmark]bookmark-uri[/a], sugestie: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5721,10 +5721,10 @@ msgstr "Parola pentru control user" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Un user MySQL special configurat cu permisiuni limitate, mai multe " -"informații găsiți pe [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"informații găsiți pe [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" # Utilizator de control #: libraries/config/messages.inc.php:390 @@ -5893,7 +5893,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Bază de date folosită pentru relații, bookmarks și proprietăți PDF. Vedeți " -"[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] pentru informații " +"[a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] pentru informații " "complete. Lăsați necompletat dacă nu doriți suport. Sugestie: " "[kbd]phpmyadmin[/kbd]" @@ -5930,13 +5930,13 @@ msgstr "Tabel folosit recent" #: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Lăsați necompletat dacă nu doriți suport [a@http://wiki.phpmyadmin.net/pma/" +"Lăsați necompletat dacă nu doriți suport [a@https://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a], sugestie: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5955,10 +5955,10 @@ msgstr "comanda SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Vezi [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"Vezi [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] pentru un exemplu" #: libraries/config/messages.inc.php:427 diff --git a/po/ru.po b/po/ru.po index e575bf84a0..a91b340841 100644 --- a/po/ru.po +++ b/po/ru.po @@ -5536,10 +5536,10 @@ msgstr "Тип идентификации" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/" +"Для отключения поддержки [a@https://wiki.phpmyadmin.net/pma/" "bookmark]закладок[/a] оставьте поле пустым, рекомендуется: " "[kbd]pma__bookmark[/kbd]" @@ -5582,10 +5582,10 @@ msgstr "Пароль выделенного пользователя" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Специальный пользователь MySQL с ограниченными привилегиями. Подробнее " -"смотрите на [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"смотрите на [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5731,7 +5731,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "База данных используемая для расширенных функций: связей, закладок, и PDF. " -"Для более полной информации смотрите [a@http://wiki.phpmyadmin.net/pma/" +"Для более полной информации смотрите [a@https://wiki.phpmyadmin.net/pma/" "pmadb]pmadb[/a]. Для отключения поддержки, оставьте поле пустым. " "Рекомендуется: [kbd]phpmyadmin[/kbd]" @@ -5763,10 +5763,10 @@ msgstr "Недавно использованная таблица" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/" +"Для отключения поддержки [a@https://wiki.phpmyadmin.net/pma/" "relation]связанных таблиц[/a] оставьте поле пустым, рекомендуется: " "[kbd]pma__relation[/kbd]" @@ -5784,10 +5784,10 @@ msgstr "Команда SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Для примера смотрите раздел [a@http://wiki.phpmyadmin.net/pma/" +"Для примера смотрите раздел [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]типы идентификации[/a]" #: libraries/config/messages.inc.php:427 diff --git a/po/si.po b/po/si.po index 76e10295b6..ba64f709d1 100644 --- a/po/si.po +++ b/po/si.po @@ -5399,10 +5399,10 @@ msgstr "සත්‍යාපන වර්ගය" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/bookmark]පොත්සලකුණු[/a] විශේෂාංගය අනවශ්‍ය නම් හිස්ව " +"[a@https://wiki.phpmyadmin.net/pma/bookmark]පොත්සලකුණු[/a] විශේෂාංගය අනවශ්‍ය නම් හිස්ව " "තබන්න. යෝජිත: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5444,7 +5444,7 @@ msgstr "පරිපාලක භාවිතා කරන්නාගේ මු #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "සීමිත අවසර සහිතව වින්‍යාස කරන ලද විශේෂ MySQL භාවිතා කරන්නෙක්, වැඩි විස්තර සඳහා [a@http://" "wiki.phpmyadmin.net/pma/controluser]විකිය[/a] බලන්න" @@ -5581,7 +5581,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "වගු සබඳතා, පොත්සලකුණු, PDF අපනයන ආදී විශේෂාංග සඳහා භාවිතා කරන දත්තගබඩාව, පූර්ණ විස්තරයක් " -"සඳහා [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] බලන්න. විශේෂාංග අනවශ්‍ය " +"සඳහා [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] බලන්න. විශේෂාංග අනවශ්‍ය " "නම් හිස්ව තබන්න, යෝජිත: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5610,10 +5610,10 @@ msgstr "මෑතදී භාවිතා වූ වගුව" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/relation]වගු අතර සම්බන්ධතා දැක්වෙන සබැඳි[/a] " +"[a@https://wiki.phpmyadmin.net/pma/relation]වගු අතර සම්බන්ධතා දැක්වෙන සබැඳි[/a] " "විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5630,10 +5630,10 @@ msgstr "SHOW DATABASES විධානය" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"උදාහරණයක් ලෙස [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]සත්‍යාපන ක්‍රම[/" +"උදාහරණයක් ලෙස [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]සත්‍යාපන ක්‍රම[/" "a] බලන්න" #: libraries/config/messages.inc.php:427 diff --git a/po/sk.po b/po/sk.po index 9601b0c65d..301efce506 100644 --- a/po/sk.po +++ b/po/sk.po @@ -5490,10 +5490,10 @@ msgstr "Typ overovania" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Nechajte prázdne pre žiadnu podporu [a@http://wiki.phpmyadmin.net/pma/" +"Nechajte prázdne pre žiadnu podporu [a@https://wiki.phpmyadmin.net/pma/" "bookmark]záložiek[/a], navrhované: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5535,10 +5535,10 @@ msgstr "Heslo kontrolného užívateľa" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Špeciálny MySQL užívateľ s obmedzenými právami, viac informácii je " -"dostupných na [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"dostupných na [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5680,7 +5680,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Databáza použitá pre ralácie, záložky a PDF možností. Pre kompletný popis " -"viď [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Ak ponecháte prázdne, " +"viď [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Ak ponecháte prázdne, " "bude táto možnosť vypnutá. Doporučená hodnota: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5710,10 +5710,10 @@ msgstr "Naposledy použitá tabuľka" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Nechajte prázdne pre vypnutie podpory [a@http://wiki.phpmyadmin.net/pma/" +"Nechajte prázdne pre vypnutie podpory [a@https://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a]. Odporúčaná hodnota: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5730,10 +5730,10 @@ msgstr "SHOW DATABASES príkaz" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Priklad, viď [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]typy " +"Priklad, viď [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]typy " "overovania[/a]" #: libraries/config/messages.inc.php:427 diff --git a/po/sl.po b/po/sl.po index e17db4a1f3..57fb96be3e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -5505,10 +5505,10 @@ msgstr "Vrsta overovitve" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Pustite prazno, če ne želite podpore [a@http://wiki.phpmyadmin.net/pma/" +"Pustite prazno, če ne želite podpore [a@https://wiki.phpmyadmin.net/pma/" "bookmark]zaznamkov[/a]; predlagano: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5551,10 +5551,10 @@ msgstr "Geslo krmilnega uporabnika" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Posebni uporabnik MySQL, konfiguriran z omejenimi dovoljenji; več informacij " -"je na voljo na [a@http://wiki.phpmyadmin.net/pma/controluser]wikiji[/a]" +"je na voljo na [a@https://wiki.phpmyadmin.net/pma/controluser]wikiji[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5697,7 +5697,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Zbirka podatkov uporabljena za relacije, zaznamke in funkcije PDF. Oglejte " -"si [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] za vse informacije. " +"si [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] za vse informacije. " "Pustite prazno, če ne želite podpore. Predlagano: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5727,10 +5727,10 @@ msgstr "Nedavno uporabljena tabela" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Pustite prazno, če ne želite podpore [a@http://wiki.phpmyadmin.net/pma/" +"Pustite prazno, če ne želite podpore [a@https://wiki.phpmyadmin.net/pma/" "relation]relacijskih povezav[/a]; priporočeno: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5747,10 +5747,10 @@ msgstr "Ukaz SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Oglejte si [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]vrste " +"Oglejte si [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]vrste " "overovitev[/a] za primer" #: libraries/config/messages.inc.php:427 diff --git a/po/sq.po b/po/sq.po index c17ced49ef..d1c6dc1464 100644 --- a/po/sq.po +++ b/po/sq.po @@ -5424,7 +5424,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5466,7 +5466,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5628,7 +5628,7 @@ msgstr "Analizo tabelën" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5647,7 +5647,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/sr.po b/po/sr.po index 7ddc66e775..ba7d95b2a1 100644 --- a/po/sr.po +++ b/po/sr.po @@ -5758,7 +5758,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5800,7 +5800,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5963,7 +5963,7 @@ msgstr "Анализирај табелу" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5982,7 +5982,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/sr@latin.po b/po/sr@latin.po index 54f3f50beb..7216fcd718 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -5484,7 +5484,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5525,7 +5525,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5677,7 +5677,7 @@ msgstr "Skorašnje korišćena tabela" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5695,7 +5695,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/sv.po b/po/sv.po index 0a7a601856..5deb7b8dfb 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5474,10 +5474,10 @@ msgstr "Autentiseringstyp" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Lämna tomt för att stänga av [a@http://wiki.phpmyadmin.net/pma/" +"Lämna tomt för att stänga av [a@https://wiki.phpmyadmin.net/pma/" "bookmark]bokmärken[/a], förslag: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5519,10 +5519,10 @@ msgstr "Lösenord för kontrollanvändare" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "En speciell MySQL-användare konfigurerad med begränsade rättigheter, mer " -"information tillgänglig på [a@http://wiki.phpmyadmin.net/pma/" +"information tillgänglig på [a@https://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 @@ -5666,7 +5666,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Databas som används för relationer, bokmärken och PDF-funktioner. Se " -"[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] för komplett information. " +"[a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] för komplett information. " "Lämna tomt för inget stöd. Förslag: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5695,10 +5695,10 @@ msgstr "Nyligen använd tabell" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Lämna tomt för avstängt stöd för [a@http://wiki.phpmyadmin.net/pma/" +"Lämna tomt för avstängt stöd för [a@https://wiki.phpmyadmin.net/pma/" "relation]relationslänkar[/a], förslag: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5715,10 +5715,10 @@ msgstr "SHOW DATABASES-kommando" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/" +"Se [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/" "a] för ett exempel" #: libraries/config/messages.inc.php:427 diff --git a/po/ta.po b/po/ta.po index 5a0b4f80e2..bf3e1e3b62 100644 --- a/po/ta.po +++ b/po/ta.po @@ -5356,7 +5356,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5397,7 +5397,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5549,7 +5549,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5567,7 +5567,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/te.po b/po/te.po index ba5c906b01..621e5659de 100644 --- a/po/te.po +++ b/po/te.po @@ -5479,7 +5479,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5520,7 +5520,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5675,7 +5675,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5693,7 +5693,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/th.po b/po/th.po index 369e9d148c..f5a8d25021 100644 --- a/po/th.po +++ b/po/th.po @@ -5387,7 +5387,7 @@ msgstr "ประเภทของการรับรองความถู #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5428,7 +5428,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5587,7 +5587,7 @@ msgstr "วิเคราะห์ตาราง" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5606,10 +5606,10 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"ดูตัวอย่าง [a@http://wiki.phpmyadmin.net/pma/" +"ดูตัวอย่าง [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]ประเภทของการรับรองความถูกต้อง[/a]" #: libraries/config/messages.inc.php:427 diff --git a/po/tk.po b/po/tk.po index 200260db1f..f2c7f5aed6 100644 --- a/po/tk.po +++ b/po/tk.po @@ -5229,7 +5229,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5270,7 +5270,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5422,7 +5422,7 @@ msgstr "" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5440,7 +5440,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/tr.po b/po/tr.po index e9ee490312..b0ea7ac29e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -5501,10 +5501,10 @@ msgstr "Kimlik doğrulaması türü" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/bookmark]Yer imi[/a] desteği olmaması için " +"[a@https://wiki.phpmyadmin.net/pma/bookmark]Yer imi[/a] desteği olmaması için " "boş bırakın, önerilen: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5548,10 +5548,10 @@ msgstr "Denetim kullanıcısı parolası" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Sınırlı izinlerle yapılandırılmış özel MySQL kullanıcısıdır, daha fazla " -"bilgi [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'de mevcuttur" +"bilgi [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'de mevcuttur" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5695,7 +5695,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Bağlantılar, yer imleri ve PDF özellikleri için kullanılan veritabanı. Tam " -"bilgi için [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]'ye bakın. " +"bilgi için [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]'ye bakın. " "Destek istenmiyorsa boş bırakın. Önerilen: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5726,10 +5726,10 @@ msgstr "Son kullanılan tablo" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/relation]İlişki bağlantıları[/a] desteği " +"[a@https://wiki.phpmyadmin.net/pma/relation]İlişki bağlantıları[/a] desteği " "istenmiyorsa boş bırakın, önerilen: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5746,10 +5746,10 @@ msgstr "SHOW DATABASES komutu" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Örnek için [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]kimlik " +"Örnek için [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]kimlik " "doğrulaması türlerine[/a] bakın" #: libraries/config/messages.inc.php:427 diff --git a/po/tt.po b/po/tt.po index 7a4b9be301..44bbac5155 100644 --- a/po/tt.po +++ b/po/tt.po @@ -5713,7 +5713,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5755,7 +5755,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5918,7 +5918,7 @@ msgstr "Tüşämä centekläw" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5937,7 +5937,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/ug.po b/po/ug.po index 17e794073a..c191b340da 100644 --- a/po/ug.po +++ b/po/ug.po @@ -5528,7 +5528,7 @@ msgstr "" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5569,7 +5569,7 @@ msgstr "" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" #: libraries/config/messages.inc.php:390 @@ -5725,7 +5725,7 @@ msgstr "جەدۋەل تەھلىلى" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5743,7 +5743,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/uk.po b/po/uk.po index bd7ad63bc1..6d9ffe4957 100644 --- a/po/uk.po +++ b/po/uk.po @@ -5505,7 +5505,7 @@ msgstr "Тип аутентифікації" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" @@ -5546,10 +5546,10 @@ msgstr "Пароль виділеного користувача" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Спеціальний користувач MySQL з обмеженими привілеями. Детальніше дивіться на " -"[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"[a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5700,7 +5700,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "База даних використовувана для розширених функцій: зв'язків, закладок, і " -"PDF. Для більш повної інформації дивіться [a@http://wiki.phpmyadmin.net/pma/" +"PDF. Для більш повної інформації дивіться [a@https://wiki.phpmyadmin.net/pma/" "pmadb]pmadb[/a]. Для відключення підтримки, залиште поле порожнім. " "Рекомендується: [kbd]phpmyadmin[/kbd]" @@ -5730,7 +5730,7 @@ msgstr "Нещодавно використані таблиці" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" @@ -5748,10 +5748,10 @@ msgstr "Команда SHOW DATABASES" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Дивись [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"Дивись [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] для прикладу" #: libraries/config/messages.inc.php:427 diff --git a/po/ur.po b/po/ur.po index 9a8cc69bab..a91b1cfcee 100644 --- a/po/ur.po +++ b/po/ur.po @@ -5634,13 +5634,13 @@ msgstr "توثیق قسم" #: libraries/config/messages.inc.php:380 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"نہیں کے لیے خالی چھوڑیں[a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +"نہیں کے لیے خالی چھوڑیں[a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] معاونت، مجوزہ[kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5685,10 +5685,10 @@ msgstr "صارف پاس ورڈ کنٹرول" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "ایک خاص MySQL صارف مقررہ اجازت نامہ کے ساتھ تشکیل دیا گیا ہے, مزید معلومات " -"یہاں موجود ہیں[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"یہاں موجود ہیں[a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5874,13 +5874,13 @@ msgstr "صارف نام یاد کریں" #: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"نہیں کے لیے خالی چھوڑیں[a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +"نہیں کے لیے خالی چھوڑیں[a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] معاونت، مجوزہ[kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5897,7 +5897,7 @@ msgstr "" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" diff --git a/po/uz.po b/po/uz.po index 2029346724..293df1b78a 100644 --- a/po/uz.po +++ b/po/uz.po @@ -5930,13 +5930,13 @@ msgstr "Аутентификация усули" #: libraries/config/messages.inc.php:380 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/bookmark]Хатчўп[/a] ишлатмаслик учун бўш " +"[a@https://wiki.phpmyadmin.net/pma/bookmark]Хатчўп[/a] ишлатмаслик учун бўш " "қолдиринг, асли: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5982,10 +5982,10 @@ msgstr "Назорат фойдаланувчиси пароли" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Чекланган ҳуқуқларга эга бўлган махсус \"MySQL\" фойдаланувчиси тузилган, " -"батафсил маълумот [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" +"батафсил маълумот [a@https://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" "a]да мавжуд" #: libraries/config/messages.inc.php:390 @@ -6148,7 +6148,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Алоқалар, хатчўплар ва PDF имкониятлари учун ишлатиладиган база. Батафсил " -"маълумот учун [a@http://wiki.phpmyadmin.net/pma/pmadb]\"pmadb\"[/a]га " +"маълумот учун [a@https://wiki.phpmyadmin.net/pma/pmadb]\"pmadb\"[/a]га " "қаранг. Агар фойдаланмасангиз, бўшқолдиринг. Асл қиймати: [kbd]\"phpmyadmin" "\"[/kbd]" @@ -6187,13 +6187,13 @@ msgstr "Фойдаланувчи номини чақириб олиш" #: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/relation]Алоқа боғланишлари[/a]ни " +"[a@https://wiki.phpmyadmin.net/pma/relation]Алоқа боғланишлари[/a]ни " "ишлатмаслик учун, бўш қолдиринг, асл қиймати: [kbd]\"pma_relation\"[/kbd]" #: libraries/config/messages.inc.php:423 @@ -6210,10 +6210,10 @@ msgstr "SHOW DATABASES буйруғи" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Намуна учун [a@http://wiki.phpmyadmin.net/pma/" +"Намуна учун [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]аутентификация усуллари[/a]га қаранг" #: libraries/config/messages.inc.php:427 diff --git a/po/uz@latin.po b/po/uz@latin.po index 4660183ceb..48e3e82541 100644 --- a/po/uz@latin.po +++ b/po/uz@latin.po @@ -5973,13 +5973,13 @@ msgstr "Autentifikatsiya usuli" #: libraries/config/messages.inc.php:380 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/bookmark]Xatcho‘p[/a] ishlatmaslik uchun " +"[a@https://wiki.phpmyadmin.net/pma/bookmark]Xatcho‘p[/a] ishlatmaslik uchun " "bo‘sh qoldiring, asli: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -6025,10 +6025,10 @@ msgstr "Nazorat foydalanuvchisi paroli" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Cheklangan huquqlarga ega bo‘lgan maxsus \"MySQL\" foydalanuvchisi tuzilgan, " -"batafsil ma`lumot [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" +"batafsil ma`lumot [a@https://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" "a]da mavjud" #: libraries/config/messages.inc.php:390 @@ -6191,7 +6191,7 @@ msgid "" "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" "Aloqalar, xatcho‘plar va PDF imkoniyatlari uchun ishlatiladigan baza. " -"Batafsil ma`lumot uchun [a@http://wiki.phpmyadmin.net/pma/pmadb]\"pmadb\"[/" +"Batafsil ma`lumot uchun [a@https://wiki.phpmyadmin.net/pma/pmadb]\"pmadb\"[/" "a]ga qarang. Agar foydalanmasangiz, bo‘sh qoldiring. Asl qiymati: " "[kbd]\"phpmyadmin\"[/kbd]" @@ -6230,13 +6230,13 @@ msgstr "Foydalanuvchi nomini chaqirib olish" #: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +#| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"[a@http://wiki.phpmyadmin.net/pma/relation]Aloqa bog‘lanishlari[/a]ni " +"[a@https://wiki.phpmyadmin.net/pma/relation]Aloqa bog‘lanishlari[/a]ni " "ishlatmaslik uchun, bo‘sh qoldiring, asl qiymati: [kbd]\"pma_relation\"[/kbd]" #: libraries/config/messages.inc.php:423 @@ -6253,10 +6253,10 @@ msgstr "SHOW DATABASES buyrug‘i" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"Namuna uchun [a@http://wiki.phpmyadmin.net/pma/" +"Namuna uchun [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]autentifikatsiya usullari[/a]ga qarang" #: libraries/config/messages.inc.php:427 diff --git a/po/zh_CN.po b/po/zh_CN.po index 98990211be..a8a07fe1ac 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5330,10 +5330,10 @@ msgstr "认证方式" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"不使用[a@http://wiki.phpmyadmin.net/pma/bookmark]书签 (外链,英文)[/a]功能请" +"不使用[a@https://wiki.phpmyadmin.net/pma/bookmark]书签 (外链,英文)[/a]功能请" "留空,推荐: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5373,9 +5373,9 @@ msgstr "控制用户的密码" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" -"一个特殊的被限制权限的 MySQL 用户,参见 [a@http://wiki.phpmyadmin.net/pma/" +"一个特殊的被限制权限的 MySQL 用户,参见 [a@https://wiki.phpmyadmin.net/pma/" "controluser]wiki (外链,英文)[/a]" #: libraries/config/messages.inc.php:390 @@ -5507,7 +5507,7 @@ msgid "" "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" -"关系、书签、PDF 功能所用的数据库。参见 [a@http://wiki.phpmyadmin.net/pma/" +"关系、书签、PDF 功能所用的数据库。参见 [a@https://wiki.phpmyadmin.net/pma/" "pmadb]pmadb (外链,英文)[/a]。不使用请留空。推荐: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5534,10 +5534,10 @@ msgstr "最近使用的表" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"不使用[a@http://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功" +"不使用[a@https://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功" "能请留空,推荐: [kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5554,10 +5554,10 @@ msgstr "显示数据库(SHOW DATABASES)命令" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" msgstr "" -"参见[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英文)" +"参见[a@https://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英文)" "[/a]中的例子" #: libraries/config/messages.inc.php:427 diff --git a/po/zh_TW.po b/po/zh_TW.po index 9054c82362..cbbc1fab60 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -5258,10 +5258,10 @@ msgstr "認證方式" #: libraries/config/messages.inc.php:380 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"在不支援[a@http://wiki.phpmyadmin.net/pma/bookmark]書籤[/a]功能時請留空,建議用: " +"在不支援[a@https://wiki.phpmyadmin.net/pma/bookmark]書籤[/a]功能時請留空,建議用: " "[kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:381 @@ -5301,10 +5301,10 @@ msgstr "控制使用者的密碼" #: libraries/config/messages.inc.php:389 msgid "" "A special MySQL user configured with limited permissions, more information " -"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" +"available on [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "只擁有部份權限的 MySQL 特殊使用者,詳情請參考 " -"[a@http://wiki.phpmyadmin.net/pma/controluser]wiki [/a]" +"[a@https://wiki.phpmyadmin.net/pma/controluser]wiki [/a]" #: libraries/config/messages.inc.php:390 msgid "Control user" @@ -5434,7 +5434,7 @@ msgid "" "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]" msgstr "" -"關聯、書籤與 PDF 功能所使用的資料庫,請參考 [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb [/a] " +"關聯、書籤與 PDF 功能所使用的資料庫,請參考 [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb [/a] " "取得更多資訊。留空則關閉此功能,建議為: [kbd]phpmyadmin[/kbd]" #: libraries/config/messages.inc.php:417 @@ -5461,10 +5461,10 @@ msgstr "最近使用的資料表" #: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"不使用[a@http://wiki.phpmyadmin.net/pma/relation]關聯連結 [/a]功能請留空,建議值: " +"不使用[a@https://wiki.phpmyadmin.net/pma/relation]關聯連結 [/a]功能請留空,建議值: " "[kbd]pma__relation[/kbd]" #: libraries/config/messages.inc.php:423 @@ -5481,9 +5481,9 @@ msgstr "顯示資料庫(SHOW DATABASES)指令" #: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example" -msgstr "請參考 [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]認證模式[/a] 中的範例" +msgstr "請參考 [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]認證模式[/a] 中的範例" #: libraries/config/messages.inc.php:427 msgid "Signon session name" diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 0a6a93fa18..3ba8db9779 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -4,7 +4,7 @@ # # More documentation about making a release is available at: -# http://wiki.phpmyadmin.net/pma/Releasing +# https://wiki.phpmyadmin.net/pma/Releasing # Fail on undefined variables set -u diff --git a/test/libraries/core/PMA_getLinks_test.php b/test/libraries/core/PMA_getLinks_test.php index 2082c7926f..a3ba259c64 100644 --- a/test/libraries/core/PMA_getLinks_test.php +++ b/test/libraries/core/PMA_getLinks_test.php @@ -36,7 +36,7 @@ class PMA_getLinks_test extends PHPUnit_Framework_TestCase public function providerLinkURL() { return array( - array('http://wiki.phpmyadmin.net', './url.php?url=http%3A%2F%2Fwiki.phpmyadmin.net&server=99&lang=en&token=token'), + array('https://wiki.phpmyadmin.net', './url.php?url=https%3A%2F%2Fwiki.phpmyadmin.net&server=99&lang=en&token=token'), array('https://wiki.phpmyadmin.net', './url.php?url=https%3A%2F%2Fwiki.phpmyadmin.net&server=99&lang=en&token=token'), array('wiki.phpmyadmin.net', 'wiki.phpmyadmin.net'), array('index.php?db=phpmyadmin', 'index.php?db=phpmyadmin')