Use https for wiki links

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-07-09 09:10:57 +02:00
parent 95b7b7d6dd
commit cf2e0afdb7
78 changed files with 466 additions and 466 deletions

View File

@ -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": {

View File

@ -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

View File

@ -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'
);

View File

@ -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);
}
/**

View File

@ -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');

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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 ""

View File

@ -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

View File

@ -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 ""

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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[/"

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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."

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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 ""

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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

View File

@ -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 ""

View File

@ -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

View File

@ -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]Xatchop[/a] ishlatmaslik uchun "
"[a@https://wiki.phpmyadmin.net/pma/bookmark]Xatchop[/a] ishlatmaslik uchun "
"bosh 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 bolgan 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, xatchoplar 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, bosh 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 boglanishlari[/a]ni "
"[a@https://wiki.phpmyadmin.net/pma/relation]Aloqa boglanishlari[/a]ni "
"ishlatmaslik uchun, bosh qoldiring, asl qiymati: [kbd]\"pma_relation\"[/kbd]"
#: libraries/config/messages.inc.php:423
@ -6253,10 +6253,10 @@ msgstr "SHOW DATABASES buyrugi"
#: 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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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&amp;server=99&amp;lang=en&amp;token=token'),
array('https://wiki.phpmyadmin.net', './url.php?url=https%3A%2F%2Fwiki.phpmyadmin.net&amp;server=99&amp;lang=en&amp;token=token'),
array('https://wiki.phpmyadmin.net', './url.php?url=https%3A%2F%2Fwiki.phpmyadmin.net&amp;server=99&amp;lang=en&amp;token=token'),
array('wiki.phpmyadmin.net', 'wiki.phpmyadmin.net'),
array('index.php?db=phpmyadmin', 'index.php?db=phpmyadmin')