Merge branch 'master' into master-security
This commit is contained in:
commit
1cd7b757bf
@ -37,6 +37,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #12303 Avoid typecasting to float when not needed
|
||||
- issue #12425 Duplicate message variable names in messages.inc.php
|
||||
- issue #12399 Adding index to table shows wrong top navigation
|
||||
- issue #12424 Fixed password change on MariaDB without auth plugin
|
||||
|
||||
4.6.3 (2016-06-23)
|
||||
- issue #12249 Fixed cookie path on Windows
|
||||
|
||||
@ -1585,7 +1585,7 @@ Generic settings
|
||||
|
||||
This is not a security measure as there will be always ways to
|
||||
circumvent this. If you want to prohibit users from dropping databases,
|
||||
revoke them corresponding DROP privilege.
|
||||
revoke their corresponding DROP privilege.
|
||||
|
||||
Defines whether normal users (non-administrator) are allowed to delete
|
||||
their own database or not. If set as false, the link :guilabel:`Drop
|
||||
@ -2764,7 +2764,7 @@ webserver. If you cannot avoid having this directory published by webserver,
|
||||
limit access to it either by web server configuration (for example using
|
||||
.htaccess or web.config files) or place at least an empty :file:`index.html`
|
||||
file there, so that directory listing is not possible. However as long as the
|
||||
directory is accessible by web server, attacker can guess filenames to download
|
||||
directory is accessible by web server, an attacker can guess filenames to download
|
||||
the files.
|
||||
|
||||
.. config:option:: $cfg['UploadDir']
|
||||
@ -2792,7 +2792,7 @@ the files.
|
||||
.. warning::
|
||||
|
||||
Please see top of this chapter (:ref:`web-dirs`) for instructions how
|
||||
to setup this directory and how to make it's usage secure.
|
||||
to setup this directory and how to make its usage secure.
|
||||
|
||||
.. seealso::
|
||||
|
||||
@ -2814,7 +2814,7 @@ the files.
|
||||
.. warning::
|
||||
|
||||
Please see top of this chapter (:ref:`web-dirs`) for instructions how
|
||||
to setup this directory and how to make it's usage secure.
|
||||
to setup this directory and how to make its usage secure.
|
||||
|
||||
.. config:option:: $cfg['TempDir']
|
||||
|
||||
@ -2853,7 +2853,7 @@ the files.
|
||||
.. warning::
|
||||
|
||||
Please see top of this chapter (:ref:`web-dirs`) for instructions how
|
||||
to setup this directory and how to make it's usage secure.
|
||||
to setup this directory and how to make its usage secure.
|
||||
|
||||
Various display setting
|
||||
-----------------------
|
||||
|
||||
@ -60,15 +60,15 @@ will see in the phpMyAdmin navigation.
|
||||
|
||||
.. warning::
|
||||
|
||||
This feature only limits what user sees, he is still able to use all the
|
||||
This feature only limits what a user sees, he is still able to use all the
|
||||
functions. So this can not be considered as a security limitation. Should
|
||||
you want to limit what users can do, use MySQL privileges to achieve that.
|
||||
|
||||
With this feature enabled, the :guilabel:`User accounts` management interface gains
|
||||
second tab for managing :guilabel:`User groups`, where you can define what each
|
||||
a second tab for managing :guilabel:`User groups`, where you can define what each
|
||||
group will view (see image below) and you can then assign each user to one of
|
||||
groups. Users will be presented by simplified user interface, what might be
|
||||
useful for inexperienced users who could be overwhelmed by all features
|
||||
these groups. Users will be presented with a simplified user interface, which might be
|
||||
useful for inexperienced users who could be overwhelmed by all the features
|
||||
phpMyAdmin provides.
|
||||
|
||||
.. image:: images/usergroups.png
|
||||
|
||||
@ -314,6 +314,13 @@ class LanguageManager
|
||||
'ka|georgian',
|
||||
'',
|
||||
),
|
||||
'kab' => array(
|
||||
'kab',
|
||||
'Kabylian',
|
||||
'Taqbaylit',
|
||||
'kab|kabylian',
|
||||
'',
|
||||
),
|
||||
'kk' => array(
|
||||
'kk',
|
||||
'Kazakh',
|
||||
|
||||
@ -470,7 +470,11 @@ class AuthenticationCookie extends AuthenticationPlugin
|
||||
$this->storeUsernameCookie($cfg['Server']['user']);
|
||||
|
||||
// Duration = as configured
|
||||
$this->storePasswordCookie($cfg['Server']['password']);
|
||||
// Do not store password cookie on password change as we will
|
||||
// set the cookie again after password has been changed
|
||||
if (! isset($_POST['change_pw'])) {
|
||||
$this->storePasswordCookie($cfg['Server']['password']);
|
||||
}
|
||||
|
||||
// Set server cookies if required (once per session) and, in this case,
|
||||
// force reload to ensure the client accepts cookies
|
||||
|
||||
41
po/et.po
41
po/et.po
@ -6,16 +6,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2016-08-01 11:05+0200\n"
|
||||
"PO-Revision-Date: 2016-05-23 12:58+0000\n"
|
||||
"PO-Revision-Date: 2016-08-01 11:04+0000\n"
|
||||
"Last-Translator: Kristjan Räts <kristjanrats@gmail.com>\n"
|
||||
"Language-Team: Estonian <https://hosted.weblate.org/projects/phpmyadmin/"
|
||||
"master/et/>\n"
|
||||
"Language-Team: Estonian "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/master/et/>\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 2.7-dev\n"
|
||||
"X-Generator: Weblate 2.8-dev\n"
|
||||
|
||||
#: changelog.php:37 license.php:33
|
||||
#, php-format
|
||||
@ -837,6 +837,7 @@ msgstr "Oled KUSTUTAMAS kogu andmebaasi!"
|
||||
#: js/messages.php:53
|
||||
msgid "Cannot rename database to the same name. Change the name and try again"
|
||||
msgstr ""
|
||||
"Andmebaasi uus nimi ei saa olla ta vana nimi. Muuda uut nime ja proovi uuesti"
|
||||
|
||||
#: js/messages.php:55
|
||||
msgid "You are about to DESTROY a complete table!"
|
||||
@ -3229,10 +3230,9 @@ msgid "Details…"
|
||||
msgstr "Detailid…"
|
||||
|
||||
#: libraries/DatabaseInterface.php:2325
|
||||
#, fuzzy
|
||||
#| msgid "Missing parameter:"
|
||||
msgid "Missing connection parameters!"
|
||||
msgstr "Puudulik parameeter:"
|
||||
msgstr "Puuduvad ühenduse parameetrid!"
|
||||
|
||||
#: libraries/DatabaseInterface.php:2358
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
@ -5339,10 +5339,9 @@ msgid "Could not connect to the database server!"
|
||||
msgstr "Ei saa ühenduda andmebaasi serveriga!"
|
||||
|
||||
#: libraries/config/Validator.php:286
|
||||
#, fuzzy
|
||||
#| msgid "Authentication type"
|
||||
msgid "Invalid authentication type!"
|
||||
msgstr "Autentimise tüüp"
|
||||
msgstr "Vigane autentimise tüüp!"
|
||||
|
||||
#: libraries/config/Validator.php:293
|
||||
msgid "Empty username while using [kbd]config[/kbd] authentication method!"
|
||||
@ -9070,10 +9069,9 @@ msgid "Log out"
|
||||
msgstr "Logi välja"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:173
|
||||
#, fuzzy
|
||||
#| msgid "Dumping data"
|
||||
msgid "Empty session data"
|
||||
msgstr "Andmete tõmmistamine"
|
||||
msgstr "Seansiandmed puuduvad"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:189
|
||||
msgid "phpMyAdmin documentation"
|
||||
@ -10247,10 +10245,10 @@ msgid "Last check:"
|
||||
msgstr "Viimane kontroll:"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:1479
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Table structure for table"
|
||||
msgid "Error reading structure for table %s:"
|
||||
msgstr "Tabeli struktuur tabelile"
|
||||
msgstr "Viga tabeli %s struktuuri lugemisel:"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:1533
|
||||
msgid "It appears your database uses views;"
|
||||
@ -10302,10 +10300,10 @@ msgid "(See below for the actual view)"
|
||||
msgstr "(Tegelik vaade on allpool)"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:2195
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Error reading data:"
|
||||
msgid "Error reading data for table %s:"
|
||||
msgstr "Andmete lugemisel esines viga:"
|
||||
msgstr "Viga tabeli %s andmete lugemisel:"
|
||||
|
||||
#: libraries/plugins/export/ExportXml.php:97
|
||||
msgid "Object creation options (all are recommended)"
|
||||
@ -13781,14 +13779,13 @@ msgid "Cannot save settings, submitted form contains errors!"
|
||||
msgstr "Sätteid ei salvestatud; saadetud vorm sisaldab vigu!"
|
||||
|
||||
#: prefs_manage.php:50
|
||||
#, fuzzy
|
||||
#| msgid "Missing phpMyAdmin configuration storage tables"
|
||||
msgid "phpMyAdmin configuration snippet"
|
||||
msgstr "Puudulikud phpMyAdmini seadistuse salvestuse tabelid"
|
||||
msgstr "phpMyAdmini seadistuse jupp"
|
||||
|
||||
#: prefs_manage.php:51
|
||||
msgid "Paste it to your config.inc.php"
|
||||
msgstr ""
|
||||
msgstr "Kleebi see oma config.inc.php"
|
||||
|
||||
#: prefs_manage.php:105
|
||||
msgid "Could not import configuration"
|
||||
@ -13840,10 +13837,9 @@ msgstr ""
|
||||
"näiteks %sPaigaldaja skripti%s."
|
||||
|
||||
#: prefs_manage.php:342
|
||||
#, fuzzy
|
||||
#| msgid "Save as file"
|
||||
msgid "Save as PHP file"
|
||||
msgstr "Salvesta failina"
|
||||
msgstr "Salvesta PHP failina"
|
||||
|
||||
#: prefs_manage.php:347
|
||||
msgid "Save to browser's storage"
|
||||
@ -13965,10 +13961,9 @@ msgstr ""
|
||||
"'config' kataloog."
|
||||
|
||||
#: setup/frames/index.inc.php:134
|
||||
#, fuzzy
|
||||
#| msgid "Configuration saved."
|
||||
msgid "Configuration not saved!"
|
||||
msgstr "Seadistus on salvestatud."
|
||||
msgstr "Seadistust ei salvestatud!"
|
||||
|
||||
#: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20
|
||||
msgid "Overview"
|
||||
@ -14090,7 +14085,7 @@ msgstr "Valed andmed"
|
||||
#: setup/validate.php:30
|
||||
#, php-format
|
||||
msgid "Wrong data or no validation for %s"
|
||||
msgstr ""
|
||||
msgstr "Valed andmed või puudub %s valideerimine"
|
||||
|
||||
#: tbl_create.php:31 tbl_get_field.php:26
|
||||
#, php-format
|
||||
@ -15501,7 +15496,7 @@ msgstr "otsene viga"
|
||||
|
||||
#: view_create.php:45
|
||||
msgid "View name can not be empty"
|
||||
msgstr ""
|
||||
msgstr "Vaate nimi ei saa olla tühi"
|
||||
|
||||
#: view_create.php:248
|
||||
msgid "VIEW name"
|
||||
|
||||
42
po/ia.po
42
po/ia.po
@ -8,16 +8,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2016-08-01 11:05+0200\n"
|
||||
"PO-Revision-Date: 2016-05-23 13:14+0000\n"
|
||||
"PO-Revision-Date: 2016-08-01 13:13+0000\n"
|
||||
"Last-Translator: Giovanni Sora <g.sora@tiscali.it>\n"
|
||||
"Language-Team: Interlingua <https://hosted.weblate.org/projects/phpmyadmin/"
|
||||
"master/ia/>\n"
|
||||
"Language-Team: Interlingua "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/master/ia/>\n"
|
||||
"Language: ia\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 2.7-dev\n"
|
||||
"X-Generator: Weblate 2.8-dev\n"
|
||||
|
||||
#: changelog.php:37 license.php:33
|
||||
#, php-format
|
||||
@ -5435,10 +5435,9 @@ msgid "Could not connect to the database server!"
|
||||
msgstr "Il non pote connecter a servitor de base de datos!"
|
||||
|
||||
#: libraries/config/Validator.php:286
|
||||
#, fuzzy
|
||||
#| msgid "Authentication type"
|
||||
msgid "Invalid authentication type!"
|
||||
msgstr "Typo de authentication"
|
||||
msgstr "Typo de authentication invalide!"
|
||||
|
||||
#: libraries/config/Validator.php:293
|
||||
msgid "Empty username while using [kbd]config[/kbd] authentication method!"
|
||||
@ -7063,8 +7062,8 @@ msgid ""
|
||||
"Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
|
||||
"[kbd]pma__bookmark[/kbd]"
|
||||
msgstr ""
|
||||
"Lassa vacue pro necun supporto de [doc@bookmarks@] bookmark[/doc] 2 , "
|
||||
"suggerite: [kbd] 3 pma__bookmark[/kbd] 4"
|
||||
"Lassa vacue pro nulle [doc@bookmarks@]bookmark[/doc] supporto, suggerite: "
|
||||
"[kbd]pma__bookmark[/kbd]"
|
||||
|
||||
#: libraries/config/messages.inc.php:643
|
||||
msgid "Bookmark table"
|
||||
@ -7108,7 +7107,7 @@ msgid ""
|
||||
"available on [doc@linked-tables]documentation[/doc]."
|
||||
msgstr ""
|
||||
"Un usator special de MySQL configurate con permissiones limitate, ulterior "
|
||||
"information disponibile sur [doc@linked-tables] documentation[/doc]."
|
||||
"information disponibile sur [doc@linked-tables] 1documentation[/doc] 2."
|
||||
|
||||
#: libraries/config/messages.inc.php:659
|
||||
msgid "Control user"
|
||||
@ -7280,8 +7279,8 @@ msgid ""
|
||||
"Suggested: [kbd]phpmyadmin[/kbd]."
|
||||
msgstr ""
|
||||
"Base de datos usate pro relationes, marcatores de libro, e characteristicas "
|
||||
"de PDF. Vide [doc@linked-tables]pmadb[/doc]pro le information complete. "
|
||||
"Lassa vacue pro nulle supporto. Suggerite: [kbd]phpmyadmin[/kbd]."
|
||||
"de PDF. Vide [doc@linked-tables] 1pmadb[/doc] 2 pro le information complete. "
|
||||
"Lassa vacue pro nulle supporto. Suggerite: [kbd] 3phpmyadmin[/kbd] 4."
|
||||
|
||||
#: libraries/config/messages.inc.php:727
|
||||
#: templates/server/databases/create.phtml:20
|
||||
@ -7327,8 +7326,8 @@ msgid ""
|
||||
"Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
|
||||
"[kbd]pma__relation[/kbd]."
|
||||
msgstr ""
|
||||
"Lassa vacue pro nulle[doc@relations@]relation-links[/doc] supporto, "
|
||||
"suggerite: [kbd]pma__relation[/kbd]."
|
||||
"Lassa vacue pro nulle supporto [doc@relations@] 1relation-links[/doc] 2 , "
|
||||
"suggerite: [kbd] 3pma__relation[/kbd] 4."
|
||||
|
||||
#: libraries/config/messages.inc.php:746
|
||||
msgid "Relation table"
|
||||
@ -7338,7 +7337,8 @@ msgstr "Tabella de relation"
|
||||
msgid ""
|
||||
"See [doc@authentication-modes]authentication types[/doc] for an example."
|
||||
msgstr ""
|
||||
"Vide [doc@authentication-modes] typos de authentication[/doc] pro un exemplo."
|
||||
"Vide [doc@authentication-modes] typos de authentication [/doc] pro un "
|
||||
"exemplo."
|
||||
|
||||
#: libraries/config/messages.inc.php:751
|
||||
msgid "Signon session name"
|
||||
@ -7870,7 +7870,7 @@ msgstr "Contrasigno de proxy"
|
||||
#: libraries/config/messages.inc.php:974
|
||||
msgid "Enable ZIP compression for import and export operations."
|
||||
msgstr ""
|
||||
"Il habilita le compressionZIP per operationes de importation e exportation."
|
||||
"Il habilita le compression ZIP per operationes de importation e exportation."
|
||||
|
||||
#: libraries/config/messages.inc.php:977
|
||||
msgid "ZIP"
|
||||
@ -9257,10 +9257,9 @@ msgid "Log out"
|
||||
msgstr "Claude session"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:173
|
||||
#, fuzzy
|
||||
#| msgid "Dumping data"
|
||||
msgid "Empty session data"
|
||||
msgstr "Dump (discargamento) de datos"
|
||||
msgstr "Datos de session vacue"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:189
|
||||
msgid "phpMyAdmin documentation"
|
||||
@ -13877,10 +13876,9 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: setup/frames/index.inc.php:134
|
||||
#, fuzzy
|
||||
#| msgid "Configuration saved."
|
||||
msgid "Configuration not saved!"
|
||||
msgstr "Configuration salveguardate."
|
||||
msgstr "Configuration non salveguardate!"
|
||||
|
||||
#: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20
|
||||
msgid "Overview"
|
||||
@ -14676,9 +14674,9 @@ msgid ""
|
||||
"about relevant configuration settings. It will be sent to the phpMyAdmin "
|
||||
"team for debugging the error."
|
||||
msgstr ""
|
||||
"Iste reporto automaticamente include datos re le error e informationes re "
|
||||
"preferentias de configuration relevante. Illo essera inviate al equipa de "
|
||||
"phpMyAdmin pro analysar le error."
|
||||
"Iste reporto includeva automaticamente datos re le error e re le information "
|
||||
"super fixationes de configuration relevante. Illo essera inviata al equipa "
|
||||
"de phpMtAdmin pro analysar le error."
|
||||
|
||||
#: templates/error/report_form.phtml:14
|
||||
msgid ""
|
||||
|
||||
14
po/it.po
14
po/it.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2016-08-01 11:05+0200\n"
|
||||
"PO-Revision-Date: 2016-05-23 14:33+0000\n"
|
||||
"Last-Translator: Stefano Martinelli <stefano.ste.martinelli@gmail.com>\n"
|
||||
"Language-Team: Italian <https://hosted.weblate.org/projects/phpmyadmin/"
|
||||
"master/it/>\n"
|
||||
"PO-Revision-Date: 2016-08-01 19:03+0000\n"
|
||||
"Last-Translator: Marco Pozzato <ironpotts@gmail.com>\n"
|
||||
"Language-Team: Italian "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/master/it/>\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 2.7-dev\n"
|
||||
"X-Generator: Weblate 2.8-dev\n"
|
||||
|
||||
#: changelog.php:37 license.php:33
|
||||
#, php-format
|
||||
@ -33,7 +33,7 @@ msgid "Click to sort."
|
||||
msgstr "Clicca per ordinare."
|
||||
|
||||
#: db_central_columns.php:151
|
||||
#, php-format
|
||||
#, fuzzy, php-format
|
||||
msgid "Showing rows %1$s - %2$s."
|
||||
msgstr "Mostro le righe %1$s - %2$s."
|
||||
|
||||
@ -15461,7 +15461,7 @@ msgstr "Reimposta zoom"
|
||||
|
||||
#: templates/table/secondary_tabs.phtml:14
|
||||
msgid "Relation view"
|
||||
msgstr "Relazione vista"
|
||||
msgstr "Vista relazioni"
|
||||
|
||||
#: templates/table/structure/actions_in_table_structure.phtml:15
|
||||
#, php-format
|
||||
|
||||
42
po/nl.po
42
po/nl.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2016-08-01 11:05+0200\n"
|
||||
"PO-Revision-Date: 2016-05-23 17:30+0000\n"
|
||||
"PO-Revision-Date: 2016-08-01 13:30+0000\n"
|
||||
"Last-Translator: dingo thirteen <dingo13@gmail.com>\n"
|
||||
"Language-Team: Dutch <https://hosted.weblate.org/projects/phpmyadmin/master/"
|
||||
"nl/>\n"
|
||||
"Language-Team: Dutch "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/master/nl/>\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 2.7-dev\n"
|
||||
"X-Generator: Weblate 2.8-dev\n"
|
||||
|
||||
#: changelog.php:37 license.php:33
|
||||
#, php-format
|
||||
@ -843,6 +843,8 @@ msgstr "U staat op het punt een volledige database te VERWIJDEREN!"
|
||||
#: js/messages.php:53
|
||||
msgid "Cannot rename database to the same name. Change the name and try again"
|
||||
msgstr ""
|
||||
"Kan de database niet hernoemen naar dezelfde naam. Wijzig de naam en probeer "
|
||||
"het opnieuw"
|
||||
|
||||
#: js/messages.php:55
|
||||
msgid "You are about to DESTROY a complete table!"
|
||||
@ -3264,10 +3266,9 @@ msgid "Details…"
|
||||
msgstr "Details…"
|
||||
|
||||
#: libraries/DatabaseInterface.php:2325
|
||||
#, fuzzy
|
||||
#| msgid "Missing parameter:"
|
||||
msgid "Missing connection parameters!"
|
||||
msgstr "Ontbrekende parameter:"
|
||||
msgstr "Ontbrekende connectie parameters!"
|
||||
|
||||
#: libraries/DatabaseInterface.php:2358
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
@ -5411,10 +5412,9 @@ msgid "Could not connect to the database server!"
|
||||
msgstr "Kan geen verbinding maken met de databaseserver!"
|
||||
|
||||
#: libraries/config/Validator.php:286
|
||||
#, fuzzy
|
||||
#| msgid "Authentication type"
|
||||
msgid "Invalid authentication type!"
|
||||
msgstr "Authenticatietype"
|
||||
msgstr "Onjuist authenticatietype!"
|
||||
|
||||
#: libraries/config/Validator.php:293
|
||||
msgid "Empty username while using [kbd]config[/kbd] authentication method!"
|
||||
@ -9232,10 +9232,9 @@ msgid "Log out"
|
||||
msgstr "Aanmelden"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:173
|
||||
#, fuzzy
|
||||
#| msgid "Dumping data"
|
||||
msgid "Empty session data"
|
||||
msgstr "Dumpen data"
|
||||
msgstr "Sessiedata is leeg"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:189
|
||||
msgid "phpMyAdmin documentation"
|
||||
@ -10423,10 +10422,10 @@ msgid "Last check:"
|
||||
msgstr "Laatst gecontroleerd:"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:1479
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Table structure for table"
|
||||
msgid "Error reading structure for table %s:"
|
||||
msgstr "Tabelstructuur voor tabel"
|
||||
msgstr "Fout bij lezen van tabelstructuur van tabel %s:"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:1533
|
||||
msgid "It appears your database uses views;"
|
||||
@ -10478,10 +10477,10 @@ msgid "(See below for the actual view)"
|
||||
msgstr "(Zie onder voor de actuele view)"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:2195
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Error reading data:"
|
||||
msgid "Error reading data for table %s:"
|
||||
msgstr "Fout bij het lezen van gegevens:"
|
||||
msgstr "Fout bij het lezen van gegevens voor tabel %s:"
|
||||
|
||||
#: libraries/plugins/export/ExportXml.php:97
|
||||
msgid "Object creation options (all are recommended)"
|
||||
@ -14039,14 +14038,13 @@ msgstr ""
|
||||
"Instellingen werden niet opgeslagen, het verstuurde formulier bevat fouten!"
|
||||
|
||||
#: prefs_manage.php:50
|
||||
#, fuzzy
|
||||
#| msgid "Missing phpMyAdmin configuration storage tables"
|
||||
msgid "phpMyAdmin configuration snippet"
|
||||
msgstr "Tabellen voor de configuratie-opslag van phpMyAdmin ontbreken"
|
||||
msgstr "phpMyAdmin configuratie fragment"
|
||||
|
||||
#: prefs_manage.php:51
|
||||
msgid "Paste it to your config.inc.php"
|
||||
msgstr ""
|
||||
msgstr "Plak het in uw config.inc.php"
|
||||
|
||||
#: prefs_manage.php:105
|
||||
msgid "Could not import configuration"
|
||||
@ -14100,10 +14098,9 @@ msgstr ""
|
||||
"door het %ssetup-script%s te gebruiken."
|
||||
|
||||
#: prefs_manage.php:342
|
||||
#, fuzzy
|
||||
#| msgid "Save as file"
|
||||
msgid "Save as PHP file"
|
||||
msgstr "Opslaan als bestand"
|
||||
msgstr "Opslaan als PHP bestand"
|
||||
|
||||
#: prefs_manage.php:347
|
||||
msgid "Save to browser's storage"
|
||||
@ -14229,10 +14226,9 @@ msgstr ""
|
||||
"verwijder de config-map."
|
||||
|
||||
#: setup/frames/index.inc.php:134
|
||||
#, fuzzy
|
||||
#| msgid "Configuration saved."
|
||||
msgid "Configuration not saved!"
|
||||
msgstr "Configuratie opgeslagen."
|
||||
msgstr "Configuratie niet bewaard!"
|
||||
|
||||
#: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20
|
||||
msgid "Overview"
|
||||
@ -14355,7 +14351,7 @@ msgstr "Verkeerde gegevens"
|
||||
#: setup/validate.php:30
|
||||
#, php-format
|
||||
msgid "Wrong data or no validation for %s"
|
||||
msgstr ""
|
||||
msgstr "Verkeerde gegevens of geen validatie voor %s"
|
||||
|
||||
#: tbl_create.php:31 tbl_get_field.php:26
|
||||
#, php-format
|
||||
@ -15777,7 +15773,7 @@ msgstr "strikte fout"
|
||||
|
||||
#: view_create.php:45
|
||||
msgid "View name can not be empty"
|
||||
msgstr ""
|
||||
msgstr "View naam kan niet leeg zijn"
|
||||
|
||||
#: view_create.php:248
|
||||
msgid "VIEW name"
|
||||
|
||||
56
po/sl.po
56
po/sl.po
@ -4,17 +4,17 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2016-08-01 11:05+0200\n"
|
||||
"PO-Revision-Date: 2016-05-23 17:43+0000\n"
|
||||
"PO-Revision-Date: 2016-08-01 12:56+0000\n"
|
||||
"Last-Translator: Domen <mitenem@outlook.com>\n"
|
||||
"Language-Team: Slovenian <https://hosted.weblate.org/projects/phpmyadmin/"
|
||||
"master/sl/>\n"
|
||||
"Language-Team: Slovenian "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/master/sl/>\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 2.7-dev\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
||||
"n%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 2.8-dev\n"
|
||||
|
||||
#: changelog.php:37 license.php:33
|
||||
#, php-format
|
||||
@ -843,6 +843,8 @@ msgstr "S tem dejanjem boste UNIČILI celotno zbirko podatkov!"
|
||||
#: js/messages.php:53
|
||||
msgid "Cannot rename database to the same name. Change the name and try again"
|
||||
msgstr ""
|
||||
"Zbirke podatkov ne moremo preimenovati na isto ime. Spremenite ime in "
|
||||
"poskusite znova"
|
||||
|
||||
#: js/messages.php:55
|
||||
msgid "You are about to DESTROY a complete table!"
|
||||
@ -3248,10 +3250,9 @@ msgid "Details…"
|
||||
msgstr "Podrobnosti …"
|
||||
|
||||
#: libraries/DatabaseInterface.php:2325
|
||||
#, fuzzy
|
||||
#| msgid "Missing parameter:"
|
||||
msgid "Missing connection parameters!"
|
||||
msgstr "Manjkajoč parameter:"
|
||||
msgstr "Manjkajo parametri povezave!"
|
||||
|
||||
#: libraries/DatabaseInterface.php:2358
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
@ -5386,10 +5387,9 @@ msgid "Could not connect to the database server!"
|
||||
msgstr "Ne morem se povezati s strežnikom zbirke podatkov!"
|
||||
|
||||
#: libraries/config/Validator.php:286
|
||||
#, fuzzy
|
||||
#| msgid "Authentication type"
|
||||
msgid "Invalid authentication type!"
|
||||
msgstr "Vrsta overovitve"
|
||||
msgstr "Neveljavna vrsta overovitve!"
|
||||
|
||||
#: libraries/config/Validator.php:293
|
||||
msgid "Empty username while using [kbd]config[/kbd] authentication method!"
|
||||
@ -7075,9 +7075,9 @@ msgid ""
|
||||
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
|
||||
"bug tracker[/a] and [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]"
|
||||
msgstr ""
|
||||
"Več informacij na [a@https://sourceforge.net/p/phpmyadmin/"
|
||||
"bugs/2606/]sledilniku hroščev PMA[/a] in[a@https://bugs.mysql."
|
||||
"com/19588]hroščih MySQL[/a]"
|
||||
"Več informacij na [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
|
||||
"sledilniku hroščev PMA[/a] in [a@https://bugs.mysql.com/19588]hroščih "
|
||||
"MySQL[/a]"
|
||||
|
||||
#: libraries/config/messages.inc.php:677
|
||||
msgid "Disable use of INFORMATION_SCHEMA"
|
||||
@ -9162,10 +9162,9 @@ msgid "Log out"
|
||||
msgstr "Odjava"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:173
|
||||
#, fuzzy
|
||||
#| msgid "Dumping data"
|
||||
msgid "Empty session data"
|
||||
msgstr "Odloži podatke"
|
||||
msgstr "Izprazni podatke seje"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:189
|
||||
msgid "phpMyAdmin documentation"
|
||||
@ -10334,10 +10333,10 @@ msgid "Last check:"
|
||||
msgstr "Zadnjič pregledano:"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:1479
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Table structure for table"
|
||||
msgid "Error reading structure for table %s:"
|
||||
msgstr "Struktura tabele"
|
||||
msgstr "Napaka pri branju strukture tabele %s:"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:1533
|
||||
msgid "It appears your database uses views;"
|
||||
@ -10389,10 +10388,10 @@ msgid "(See below for the actual view)"
|
||||
msgstr "(Oglejte si spodaj za resnični pogled)"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:2195
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Error reading data:"
|
||||
msgid "Error reading data for table %s:"
|
||||
msgstr "Napaka med branjem podatkov:"
|
||||
msgstr "Napaka pri branju podatkov tabele %s:"
|
||||
|
||||
#: libraries/plugins/export/ExportXml.php:97
|
||||
msgid "Object creation options (all are recommended)"
|
||||
@ -13895,14 +13894,13 @@ msgid "Cannot save settings, submitted form contains errors!"
|
||||
msgstr "Ne morem shraniti nastavitev, saj poslani obrazec vsebuje napake!"
|
||||
|
||||
#: prefs_manage.php:50
|
||||
#, fuzzy
|
||||
#| msgid "Missing phpMyAdmin configuration storage tables"
|
||||
msgid "phpMyAdmin configuration snippet"
|
||||
msgstr "Manjkajoče tabele hrambe konfiguracije phpMyAdmin"
|
||||
msgstr "Izsek konfiguracije phpMyAdmin"
|
||||
|
||||
#: prefs_manage.php:51
|
||||
msgid "Paste it to your config.inc.php"
|
||||
msgstr ""
|
||||
msgstr "Prilepite ga v svoj config.inc.php"
|
||||
|
||||
#: prefs_manage.php:105
|
||||
msgid "Could not import configuration"
|
||||
@ -13954,10 +13952,9 @@ msgstr ""
|
||||
"uporabo %sNastavitvenega skripta%s."
|
||||
|
||||
#: prefs_manage.php:342
|
||||
#, fuzzy
|
||||
#| msgid "Save as file"
|
||||
msgid "Save as PHP file"
|
||||
msgstr "Shrani kot datoteko"
|
||||
msgstr "Shrani kot datoteko PHP"
|
||||
|
||||
#: prefs_manage.php:347
|
||||
msgid "Save to browser's storage"
|
||||
@ -14068,22 +14065,21 @@ msgstr "Nezavarovana povezava"
|
||||
|
||||
#: setup/frames/index.inc.php:121
|
||||
msgid "Configuration saved."
|
||||
msgstr "Konfiguracija je shranjena."
|
||||
msgstr "Konfiguracijo smo shranili."
|
||||
|
||||
#: setup/frames/index.inc.php:124
|
||||
msgid ""
|
||||
"Configuration saved to file config/config.inc.php in phpMyAdmin top level "
|
||||
"directory, copy it to top level one and delete directory config to use it."
|
||||
msgstr ""
|
||||
"Konfiguracija je shranjena v datoteko config/config.inc.php v vrhnji mapi "
|
||||
"Konfiguracijo smo shranili v datoteko config/config.inc.php v vrhnji mapi "
|
||||
"phpMyAdmin; skopirajte jo v vrhnjo mapo in izbrišite mapo config, če jo "
|
||||
"želite uporabiti."
|
||||
|
||||
#: setup/frames/index.inc.php:134
|
||||
#, fuzzy
|
||||
#| msgid "Configuration saved."
|
||||
msgid "Configuration not saved!"
|
||||
msgstr "Konfiguracija je shranjena."
|
||||
msgstr "Konfiguracije nismo shranili!"
|
||||
|
||||
#: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20
|
||||
msgid "Overview"
|
||||
@ -14205,7 +14201,7 @@ msgstr "Napačni podatki"
|
||||
#: setup/validate.php:30
|
||||
#, php-format
|
||||
msgid "Wrong data or no validation for %s"
|
||||
msgstr ""
|
||||
msgstr "Napačni podatki ali pa ni preverjanja za %s"
|
||||
|
||||
#: tbl_create.php:31 tbl_get_field.php:26
|
||||
#, php-format
|
||||
@ -15622,7 +15618,7 @@ msgstr "stroga napaka"
|
||||
|
||||
#: view_create.php:45
|
||||
msgid "View name can not be empty"
|
||||
msgstr ""
|
||||
msgstr "Ime pogleda ne more biti prazno"
|
||||
|
||||
#: view_create.php:248
|
||||
msgid "VIEW name"
|
||||
|
||||
76
po/tr.po
76
po/tr.po
@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.7.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
|
||||
"POT-Creation-Date: 2016-08-01 11:05+0200\n"
|
||||
"PO-Revision-Date: 2016-05-23 13:20+0000\n"
|
||||
"PO-Revision-Date: 2016-08-01 16:11+0000\n"
|
||||
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
|
||||
"Language-Team: Turkish <https://hosted.weblate.org/projects/phpmyadmin/"
|
||||
"master/tr/>\n"
|
||||
"Language-Team: Turkish "
|
||||
"<https://hosted.weblate.org/projects/phpmyadmin/master/tr/>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 2.7-dev\n"
|
||||
"X-Generator: Weblate 2.8-dev\n"
|
||||
|
||||
#: changelog.php:37 license.php:33
|
||||
#, php-format
|
||||
@ -535,7 +535,7 @@ msgid ""
|
||||
"%sdocumentation%s for a workaround for this limit."
|
||||
msgstr ""
|
||||
"Muhtemelen çok büyük dosya göndermeyi denediniz. Lütfen bu sınır için çözüm "
|
||||
"yolu olarak %sbelgeden%s yararlanın."
|
||||
"yolu olarak %sbelgelere%s bakın."
|
||||
|
||||
#: import.php:369 import.php:563
|
||||
msgid "Showing bookmark"
|
||||
@ -817,8 +817,7 @@ msgid ""
|
||||
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
|
||||
"issues."
|
||||
msgstr ""
|
||||
"Sunucu Suhosin ile çalışıyor. Lütfen olası sorunlar için %sbelgeden%s "
|
||||
"yararlanın."
|
||||
"Sunucu Suhosin ile çalışıyor. Lütfen olası sorunlar için %sbelgelere%s bakın."
|
||||
|
||||
#: js/messages.php:42 libraries/import.lib.php:192 sql.php:165
|
||||
msgid "\"DROP DATABASE\" statements are disabled."
|
||||
@ -840,6 +839,7 @@ msgstr "Bütün bir veritabanını YOK ETMEK üzeresiniz!"
|
||||
#: js/messages.php:53
|
||||
msgid "Cannot rename database to the same name. Change the name and try again"
|
||||
msgstr ""
|
||||
"Veritabanı aynı isme yeniden adlandırılamaz. Adı değiştirin ve tekrar deneyin"
|
||||
|
||||
#: js/messages.php:55
|
||||
msgid "You are about to DESTROY a complete table!"
|
||||
@ -3248,10 +3248,9 @@ msgid "Details…"
|
||||
msgstr "Ayrıntılar…"
|
||||
|
||||
#: libraries/DatabaseInterface.php:2325
|
||||
#, fuzzy
|
||||
#| msgid "Missing parameter:"
|
||||
msgid "Missing connection parameters!"
|
||||
msgstr "Eksik parametreler:"
|
||||
msgstr "Eksik bağlantı parametreleri!"
|
||||
|
||||
#: libraries/DatabaseInterface.php:2358
|
||||
msgid "Connection for controluser as defined in your configuration failed."
|
||||
@ -3607,7 +3606,7 @@ msgid ""
|
||||
"This view has at least this number of rows. Please refer to %sdocumentation"
|
||||
"%s."
|
||||
msgstr ""
|
||||
"Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgeden%s yararlanın."
|
||||
"Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgelere%s bakın."
|
||||
|
||||
#: libraries/DisplayResults.php:4713
|
||||
#, php-format
|
||||
@ -5377,10 +5376,9 @@ msgid "Could not connect to the database server!"
|
||||
msgstr "Veritabanı sunucusuna bağlanamadı!"
|
||||
|
||||
#: libraries/config/Validator.php:286
|
||||
#, fuzzy
|
||||
#| msgid "Authentication type"
|
||||
msgid "Invalid authentication type!"
|
||||
msgstr "Kimlik doğrulaması türü"
|
||||
msgstr "Geçersiz kimlik doğrulaması türü!"
|
||||
|
||||
#: libraries/config/Validator.php:293
|
||||
msgid "Empty username while using [kbd]config[/kbd] authentication method!"
|
||||
@ -6110,7 +6108,7 @@ msgid ""
|
||||
"for magic strings that can be used to get special values."
|
||||
msgstr ""
|
||||
"Tarayıcının başlık çubuğu metnini belirler. Özel değerleri almakta "
|
||||
"kullanılabilen sihirli dizgiler için [doc@faq6-27]belgeden[/doc] yararlanın."
|
||||
"kullanılabilen sihirli dizgiler için [doc@faq6-27]belgelere[/doc] bakın."
|
||||
|
||||
#: libraries/config/messages.inc.php:293
|
||||
msgid "Security"
|
||||
@ -8883,7 +8881,7 @@ msgid ""
|
||||
"Documentation and further information about PBXT can be found on the "
|
||||
"%sPrimeBase XT Home Page%s."
|
||||
msgstr ""
|
||||
"%sPrimeBase XT Ana Sayfasında%s PBXT hakkında belge ve daha fazla bilgi "
|
||||
"%sPrimeBase XT Ana Sayfasında%s PBXT hakkında belgeler ve daha fazla bilgi "
|
||||
"bulunabilir."
|
||||
|
||||
#: libraries/export.lib.php:124 libraries/export.lib.php:159
|
||||
@ -9171,10 +9169,9 @@ msgid "Log out"
|
||||
msgstr "Oturumu kapat"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:173
|
||||
#, fuzzy
|
||||
#| msgid "Dumping data"
|
||||
msgid "Empty session data"
|
||||
msgstr "Veri dökümleniyor"
|
||||
msgstr "Boş oturum verisi"
|
||||
|
||||
#: libraries/navigation/NavigationHeader.php:189
|
||||
msgid "phpMyAdmin documentation"
|
||||
@ -10350,10 +10347,10 @@ msgid "Last check:"
|
||||
msgstr "Son kontrol:"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:1479
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Table structure for table"
|
||||
msgid "Error reading structure for table %s:"
|
||||
msgstr "Tablo için tablo yapısı"
|
||||
msgstr "%s tablosu için yapı okuma hatası:"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:1533
|
||||
msgid "It appears your database uses views;"
|
||||
@ -10405,10 +10402,10 @@ msgid "(See below for the actual view)"
|
||||
msgstr "(Asıl görünüm için aşağıya bakın)"
|
||||
|
||||
#: libraries/plugins/export/ExportSql.php:2195
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Error reading data:"
|
||||
msgid "Error reading data for table %s:"
|
||||
msgstr "Veri okunması hatası:"
|
||||
msgstr "%s tablosu için veri okuma hatası:"
|
||||
|
||||
#: libraries/plugins/export/ExportXml.php:97
|
||||
msgid "Object creation options (all are recommended)"
|
||||
@ -10667,8 +10664,8 @@ msgstr ""
|
||||
"0) eklenecek olan karşılık (saat cinsinden). İkinci seçeneği farklı tarih/"
|
||||
"zaman biçimi dizgisini belirtmek için kullanın. Üçüncü seçenek yerel tarihi "
|
||||
"veya bunun için UTC olanı (\"local\" veya \"utc\" dizgisi kullanın) görmek "
|
||||
"istediğinizi belirler. Buna göre tarih biçimi farklı değere sahiptir - "
|
||||
"\"local\" için PHP'nin strftime() işlevine belgeden bakın ve \"utc\" ise "
|
||||
"istediğinizi belirler. Buna göre tarih biçimi farklı değere sahiptir - \""
|
||||
"local\" için PHP'nin strftime() işlevine belgelerden bakın ve \"utc\" ise "
|
||||
"gmdate() işlevi kullanılarak olur."
|
||||
|
||||
#: libraries/plugins/transformations/abs/DownloadTransformationsPlugin.php:28
|
||||
@ -12500,8 +12497,8 @@ msgid ""
|
||||
"tuning can have a very negative effect on performance."
|
||||
msgstr ""
|
||||
"Yapılandırmanın herhangi bir yerini değiştirmeden önce, neyi "
|
||||
"değiştirdiğinizi bildiğinizden (belgeyi okuyarak) ve değişikliği nasıl geri "
|
||||
"alacağınızdan emin olun. Yanlış ayarlama performansa çok olumsuz etki "
|
||||
"değiştirdiğinizi bildiğinizden (belgeleri okuyarak) ve değişikliği nasıl "
|
||||
"geri alacağınızdan emin olun. Yanlış ayarlama performansa çok olumsuz etki "
|
||||
"edebilir."
|
||||
|
||||
#: libraries/server_status_advisor.lib.php:46
|
||||
@ -13916,14 +13913,13 @@ msgid "Cannot save settings, submitted form contains errors!"
|
||||
msgstr "Ayarlar kaydedilemiyor, gönderilmiş form hatalar içeriyor!"
|
||||
|
||||
#: prefs_manage.php:50
|
||||
#, fuzzy
|
||||
#| msgid "Missing phpMyAdmin configuration storage tables"
|
||||
msgid "phpMyAdmin configuration snippet"
|
||||
msgstr "Eksik phpMyAdmin yapılandırma depolama tabloları"
|
||||
msgstr "phpMyAdmin yapılandırma parçacığı"
|
||||
|
||||
#: prefs_manage.php:51
|
||||
msgid "Paste it to your config.inc.php"
|
||||
msgstr ""
|
||||
msgstr "config.inc.php dosyanıza yapıştırın"
|
||||
|
||||
#: prefs_manage.php:105
|
||||
msgid "Could not import configuration"
|
||||
@ -13975,10 +13971,9 @@ msgstr ""
|
||||
"%sKur programcığı%s kullanarak."
|
||||
|
||||
#: prefs_manage.php:342
|
||||
#, fuzzy
|
||||
#| msgid "Save as file"
|
||||
msgid "Save as PHP file"
|
||||
msgstr "Dosya olarak kaydet"
|
||||
msgstr "PHP dosyası olarak kaydet"
|
||||
|
||||
#: prefs_manage.php:347
|
||||
msgid "Save to browser's storage"
|
||||
@ -14062,10 +14057,10 @@ msgid ""
|
||||
"level directory as described in [doc@setup_script]documentation[/doc]. "
|
||||
"Otherwise you will be only able to download or display it."
|
||||
msgstr ""
|
||||
"Lütfen [doc@setup_script]belge[/doc] içinde açıklandığı gibi phpMyAdmin en "
|
||||
"yüksek düzey dizininde web sunucusu yazılabilir [em]yapılandırma[/em] "
|
||||
"klasörü oluşturun. Yoksa sadece indirmenize veya görüntülemenize izin "
|
||||
"verecektir."
|
||||
"Lütfen [doc@setup_script]belgeler[/doc] içinde tarif edildiği gibi "
|
||||
"phpMyAdmin en yüksek düzey dizininde web sunucusu yazılabilir "
|
||||
"[em]yapılandırma[/em] klasörü oluşturun. Aksi halde sadece indirmenize veya "
|
||||
"görüntülemenize izin verecektir."
|
||||
|
||||
#: setup/frames/index.inc.php:77
|
||||
msgid ""
|
||||
@ -14103,10 +14098,9 @@ msgstr ""
|
||||
"config dizinini silin."
|
||||
|
||||
#: setup/frames/index.inc.php:134
|
||||
#, fuzzy
|
||||
#| msgid "Configuration saved."
|
||||
msgid "Configuration not saved!"
|
||||
msgstr "Yapılandırma kaydedildi."
|
||||
msgstr "Yapılandırma kaydedilmedi!"
|
||||
|
||||
#: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20
|
||||
msgid "Overview"
|
||||
@ -14228,7 +14222,7 @@ msgstr "Yanlış veri"
|
||||
#: setup/validate.php:30
|
||||
#, php-format
|
||||
msgid "Wrong data or no validation for %s"
|
||||
msgstr ""
|
||||
msgstr "Yanlış veri veya %s için doğrulama yok"
|
||||
|
||||
#: tbl_create.php:31 tbl_get_field.php:26
|
||||
#, php-format
|
||||
@ -15642,7 +15636,7 @@ msgstr "kesin hata"
|
||||
|
||||
#: view_create.php:45
|
||||
msgid "View name can not be empty"
|
||||
msgstr ""
|
||||
msgstr "Görünüm adı boş olamaz"
|
||||
|
||||
#: view_create.php:248
|
||||
msgid "VIEW name"
|
||||
@ -16384,7 +16378,7 @@ msgstr ""
|
||||
"{max_heap_table_size} ve {tmp_table_size} arttırmak yardımcı olabilir. Ancak "
|
||||
"bazı geçici tablolar her zaman bu değişkenlerin değerinden bağımsız, diske "
|
||||
"yazılmış olur. <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
|
||||
"temporary-tables.html\">MySQL Belgesi</a> içinde bahsedildiği gibi şu "
|
||||
"temporary-tables.html\">MySQL Belgeleri</a> içinde bahsedildiği gibi şu "
|
||||
"şartlardan (Geçici tablonun içerisinde: BLOB veya TEXT sütununun varlığı ya "
|
||||
"da 512 bayttan büyük sütunun varlığı) kaçınmak için bunları elemek "
|
||||
"bakımından sorgularınızı yeniden yazmak zorunda kalacaksınız"
|
||||
@ -16903,9 +16897,9 @@ msgid ""
|
||||
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
|
||||
msgstr ""
|
||||
"{concurrent_insert} 1'e ayarlamak verilen bir tablo için okuyucular ve "
|
||||
"yazıcılar arasındaki bağlantıyı azaltır. Aynı zamanda <a href=\"https://dev."
|
||||
"mysql.com/doc/refman/5.5/en/concurrent-inserts.html\">MySQL Belgesine</a> "
|
||||
"bakın"
|
||||
"yazıcılar arasındaki bağlantıyı azaltır. Aynı zamanda <a href=\""
|
||||
"https://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html\">MySQL "
|
||||
"Belgelerine</a> bakın"
|
||||
|
||||
#: libraries/advisory_rules.txt:446
|
||||
msgid "concurrent_insert is set to 0"
|
||||
|
||||
@ -239,6 +239,7 @@ function PMA_changePassUrlParamsAndSubmitQuery(
|
||||
} else if ($serverType == 'MariaDB'
|
||||
&& PMA_MYSQL_INT_VERSION >= 50200
|
||||
&& PMA_MYSQL_INT_VERSION < 100100
|
||||
&& $orig_auth_plugin !== ''
|
||||
) {
|
||||
if ($orig_auth_plugin == 'mysql_native_password') {
|
||||
// Set the hashing method used by PASSWORD()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user