From 496ab9a2623a61d828fb0a68d99df3c0dde444d3 Mon Sep 17 00:00:00 2001 From: Lionel Laffineur Date: Sat, 1 Jul 2023 21:07:09 +0200 Subject: [PATCH] Regenerated language files and added missing french translations --- adminer/include/auth.inc.php | 2 +- adminer/lang/ar.inc.php | 41 ++++++++++++++++++++++++++++++++ adminer/lang/bg.inc.php | 17 ++++++++++++++ adminer/lang/bn.inc.php | 43 +++++++++++++++++++++++++++++++++- adminer/lang/bs.inc.php | 32 +++++++++++++++++++++++++ adminer/lang/ca.inc.php | 40 ++++++++++++++++++++++++++++++++ adminer/lang/cs.inc.php | 6 ++++- adminer/lang/da.inc.php | 26 +++++++++++++++++++++ adminer/lang/de.inc.php | 21 ++++++++++++++++- adminer/lang/el.inc.php | 17 ++++++++++++++ adminer/lang/es.inc.php | 40 ++++++++++++++++++++++++++++++++ adminer/lang/et.inc.php | 40 ++++++++++++++++++++++++++++++++ adminer/lang/fa.inc.php | 19 +++++++++++++++ adminer/lang/fi.inc.php | 7 ++++-- adminer/lang/fr.inc.php | 17 ++++++++++++++ adminer/lang/gl.inc.php | 17 ++++++++++++++ adminer/lang/he.inc.php | 17 +++++++++++++- adminer/lang/hu.inc.php | 41 ++++++++++++++++++++++++++++++++ adminer/lang/id.inc.php | 37 +++++++++++++++++++++++++++++ adminer/lang/it.inc.php | 40 ++++++++++++++++++++++++++++++++ adminer/lang/ja.inc.php | 31 +++++++++++++++++++++++++ adminer/lang/ka.inc.php | 7 +++++- adminer/lang/ko.inc.php | 28 ++++++++++++++++++++++ adminer/lang/lt.inc.php | 41 ++++++++++++++++++++++++++++++++ adminer/lang/lv.inc.php | 6 ++++- adminer/lang/ms.inc.php | 15 +++++++++++- adminer/lang/nl.inc.php | 40 ++++++++++++++++++++++++++++++++ adminer/lang/no.inc.php | 26 +++++++++++++++++++++ adminer/lang/pl.inc.php | 15 +++++++++++- adminer/lang/pt-br.inc.php | 45 ++++++++++++++++++++++++++++++++++++ adminer/lang/pt.inc.php | 45 ++++++++++++++++++++++++++++++++++++ adminer/lang/ro.inc.php | 40 ++++++++++++++++++++++++++++++++ adminer/lang/ru.inc.php | 7 +++++- adminer/lang/sk.inc.php | 40 ++++++++++++++++++++++++++++++++ adminer/lang/sl.inc.php | 43 ++++++++++++++++++++++++++++++++++ adminer/lang/sr.inc.php | 34 +++++++++++++++++++++++++++ adminer/lang/sv.inc.php | 6 ++++- adminer/lang/ta.inc.php | 41 ++++++++++++++++++++++++++++++++ adminer/lang/th.inc.php | 40 ++++++++++++++++++++++++++++++++ adminer/lang/tr.inc.php | 12 +++++++++- adminer/lang/uk.inc.php | 9 +++++++- adminer/lang/vi.inc.php | 24 +++++++++++++++++++ adminer/lang/xx.inc.php | 6 ++++- adminer/lang/zh-tw.inc.php | 6 ++++- adminer/lang/zh.inc.php | 6 ++++- 45 files changed, 1115 insertions(+), 18 deletions(-) diff --git a/adminer/include/auth.inc.php b/adminer/include/auth.inc.php index cbf9518c..a1690deb 100644 --- a/adminer/include/auth.inc.php +++ b/adminer/include/auth.inc.php @@ -78,7 +78,7 @@ if ($auth) { set_session($key, null); } unset_permanent(); - redirect(substr(preg_replace('~\b(username|db|ns)=[^&]*&~', '', ME), 0, -1), lang('Logout successful.') . ' ' . lang('Thanks for using Adminer, consider donating.')); + redirect(substr(preg_replace('~\b(username|db|ns)=[^&]*&~', '', ME), 0, -1), lang('Logout successful.') . '.'); } elseif ($permanent && !$_SESSION["pwds"]) { session_regenerate_id(); diff --git a/adminer/lang/ar.inc.php b/adminer/lang/ar.inc.php index 4580050b..0a717ffe 100644 --- a/adminer/lang/ar.inc.php +++ b/adminer/lang/ar.inc.php @@ -264,4 +264,45 @@ $translations = array( 'Permanent link' => 'رابط دائم', 'Edit all' => 'تعديل الكل', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'Ctrl+click on a value to modify it.' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/bg.inc.php b/adminer/lang/bg.inc.php index 2048d181..2ac82f51 100644 --- a/adminer/lang/bg.inc.php +++ b/adminer/lang/bg.inc.php @@ -333,4 +333,21 @@ $translations = array( 'Type has been dropped.' => 'Вида беше пермахнат.', 'Type has been created.' => 'Вида беше създаден.', 'Alter type' => 'Промяна на вид', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/bn.inc.php b/adminer/lang/bn.inc.php index ba155de3..398b4ce0 100644 --- a/adminer/lang/bn.inc.php +++ b/adminer/lang/bn.inc.php @@ -264,4 +264,45 @@ $translations = array( 'Permanent link' => 'স্থায়ী লিংক', 'Edit all' => 'সবগুলো সম্পাদনা করুন', 'HH:MM:SS' => 'HH:MM:SS', -); \ No newline at end of file + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'Ctrl+click on a value to modify it.' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, +); diff --git a/adminer/lang/bs.inc.php b/adminer/lang/bs.inc.php index 640d00dc..fd53c764 100644 --- a/adminer/lang/bs.inc.php +++ b/adminer/lang/bs.inc.php @@ -318,4 +318,36 @@ $translations = array( 'Type has been dropped.' => 'Tip je izbrisan.', 'Type has been created.' => 'tip je spašen.', 'Alter type' => 'Ažuriraj tip', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/ca.inc.php b/adminer/lang/ca.inc.php index d23a274f..1cb3dcf0 100644 --- a/adminer/lang/ca.inc.php +++ b/adminer/lang/ca.inc.php @@ -265,4 +265,44 @@ $translations = array( 'Permanent link' => 'Enllaç permanent', 'Edit all' => 'Edita-ho tot', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 9c861b1d..03b119eb 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -10,7 +10,6 @@ $translations = array( 'Logout' => 'Odhlásit', 'Logged as: %s' => 'Přihlášen jako: %s', 'Logout successful.' => 'Odhlášení proběhlo v pořádku.', - 'Thanks for using Adminer, consider donating.' => 'Díky za použití Admineru, přispějte na vývoj.', 'Invalid credentials.' => 'Neplatné přihlašovací údaje.', 'There is a space in the input password which might be the cause.' => 'Problém může být, že je v zadaném hesle mezera.', 'Adminer does not support accessing a database without a password, more information.' => 'Adminer nepodporuje přístup k databázi bez hesla, více informací.', @@ -346,4 +345,9 @@ $translations = array( 'Type has been dropped.' => 'Typ byl odstraněn.', 'Type has been created.' => 'Typ byl vytvořen.', 'Alter type' => 'Pozměnit typ', + + 'as a regular expression' => null, + 'Copy to clipboard' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/da.inc.php b/adminer/lang/da.inc.php index c1e56497..10d31f6b 100644 --- a/adminer/lang/da.inc.php +++ b/adminer/lang/da.inc.php @@ -279,4 +279,30 @@ $translations = array( 'Type has been created.' => 'Typen er oprettet.', 'Alter type' => 'Ændre type', 'Saving' => 'Gemmer', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index bd78a0fc..b5402dea 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -2,7 +2,6 @@ $translations = array( 'Login' => 'Login', 'Logout successful.' => 'Abmeldung erfolgreich.', - 'Thanks for using Adminer, consider donating.' => 'Danke, dass Sie Adminer genutzt haben. Spenden willkommen!', 'Invalid credentials.' => 'Ungültige Anmelde-Informationen.', 'Server' => 'Server', 'Username' => 'Benutzer', @@ -286,4 +285,24 @@ $translations = array( 'no' => 'nein', 'Master password expired. Implement %s method to make it permanent.' => 'Das Master-Passwort ist abgelaufen. Implementieren Sie die %s Methode, um es permanent zu machen.', '%d / ' => '%d / ', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Full table scan' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/el.inc.php b/adminer/lang/el.inc.php index 85e9b690..b84a98d2 100644 --- a/adminer/lang/el.inc.php +++ b/adminer/lang/el.inc.php @@ -333,4 +333,21 @@ $translations = array( 'Type has been dropped.' => 'Ο τύπος διαγράφηκε.', 'Type has been created.' => 'Ο τύπος δημιουργήθηκε.', 'Alter type' => 'Τροποποίηση τύπου', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/es.inc.php b/adminer/lang/es.inc.php index 5eca7c78..f6ea4311 100644 --- a/adminer/lang/es.inc.php +++ b/adminer/lang/es.inc.php @@ -265,4 +265,44 @@ $translations = array( 'Permanent link' => 'Enlace permanente', 'Edit all' => 'Editar todos', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/et.inc.php b/adminer/lang/et.inc.php index f1443d3c..002cf8e2 100644 --- a/adminer/lang/et.inc.php +++ b/adminer/lang/et.inc.php @@ -265,4 +265,44 @@ $translations = array( 'Permanent link' => 'Püsilink', 'Edit all' => 'Muuda kõiki', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/fa.inc.php b/adminer/lang/fa.inc.php index dfaf3dbd..e6a6eb95 100644 --- a/adminer/lang/fa.inc.php +++ b/adminer/lang/fa.inc.php @@ -331,4 +331,23 @@ $translations = array( 'Type has been dropped.' => 'نوع حذف شد.', 'Type has been created.' => 'نوع ایجاد شد.', 'Alter type' => 'ویرایش نوع', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/fi.inc.php b/adminer/lang/fi.inc.php index b658e590..4e044672 100644 --- a/adminer/lang/fi.inc.php +++ b/adminer/lang/fi.inc.php @@ -333,8 +333,6 @@ $translations = array( 'Type has been dropped.' => 'Tyyppi poistettiin.', 'Type has been created.' => 'Tyyppi luotiin.', 'Alter type' => 'Muuta tyyppiä', - - 'Thanks for using Adminer, consider donating.' => 'Kiitos, kun käytät Admineriä, voit tehdä lahjoituksen tästä.', 'Drop %s?' => 'Poistetaanko %s?', 'overwrite' => 'kirjoittaen päälle', 'DB' => 'TK', @@ -347,4 +345,9 @@ $translations = array( 'Unknown error.' => 'Tuntematon virhe.', 'Database does not support password.' => 'Tietokanta ei tue salasanaa.', 'Disable %s or enable %s or %s extensions.' => 'Poista käytöstä %s tai ota käyttöön laajennus %s tai %s.', + + 'as a regular expression' => null, + 'Copy to clipboard' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index f72ce956..8d2d0393 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -288,4 +288,21 @@ $translations = array( 'Default value' => 'Valeur par défaut', 'If you did not send this request from Adminer then close this page.' => 'Si vous n\'avez pas envoyé cette requête depuis Adminer, alors fermez cette page.', 'You are offline.' => 'Vous êtes hors ligne.', + + 'Drop %s?' => 'Supprimer %s?', + 'as a regular expression' => 'sous forme d\'expression régulière', + 'overwrite' => 'écraser', + 'DB' => 'BD', + 'Copy to clipboard' => 'Copier dans le presse-papiers', + 'ATTACH queries are not supported.' => 'Requêtes ATTACH ne sont pas supportées.', + 'Warnings' => 'Avertissements', + 'Adminer does not support accessing a database without a password, more information.' => 'Adminer ne supporte pas l\'accès aux bases de données sans mot de passe, plus d\'information.', + 'The action will be performed after successful login with the same credentials.' => 'Cette action sera exécutée après s\'être connecté avec les mêmes données de connexion.', + 'Connecting to privileged ports is not allowed.' => 'La connexion aux ports privilégiés n\'est pas autorisée.', + 'There is a space in the input password which might be the cause.' => 'Il y a un espace dans le mot de passe entré qui pourrait en être la cause.', + 'Unknown error.' => 'Erreur inconnue', + 'Database does not support password.' => 'La base de données ne support pas les mots de passe', + 'Disable %s or enable %s or %s extensions.' => 'Désactiver %s ou activer %s or %s extensions.', + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/gl.inc.php b/adminer/lang/gl.inc.php index 4636cdf5..55f1c1f5 100644 --- a/adminer/lang/gl.inc.php +++ b/adminer/lang/gl.inc.php @@ -288,4 +288,21 @@ $translations = array( 'Saving' => 'Gardando', 'yes' => 'si', 'no' => 'non', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/he.inc.php b/adminer/lang/he.inc.php index 2992bbe5..1a34a3e1 100644 --- a/adminer/lang/he.inc.php +++ b/adminer/lang/he.inc.php @@ -279,7 +279,6 @@ $translations = array( 'Default value' => 'ערך ברירת מחדל', 'Full table scan' => 'סריקה טבלה מלאה', 'Too many unsuccessful logins, try again in %d minute(s).' => 'יותר מידי נסיונות כניסה נכשלו, אנא נסה עוד %d דקות', - 'Thanks for using Adminer, consider donating.' => 'תודה שהשתמש ב-adminer אנא שקול לתרום.', 'Master password expired. Implement %s method to make it permanent.' => 'סיסמת המאסטר פגה התקן תוסף על מנת להפוך את זה לתמידי', 'If you did not send this request from Adminer then close this page.' => 'אם לא אתה שלחת בקשה ל-Adminer הינך יכול לסגור חלון זה', 'You can upload a big SQL file via FTP and import it from server.' => 'ניתן לעלות קבצים ב-FTP ואז למשוך אותם מהשרת', @@ -290,4 +289,20 @@ $translations = array( 'Saving' => 'שומר', 'yes' => 'כן', 'no' => 'לא', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'Warnings' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/hu.inc.php b/adminer/lang/hu.inc.php index ea85c2e0..72a6f911 100644 --- a/adminer/lang/hu.inc.php +++ b/adminer/lang/hu.inc.php @@ -264,4 +264,45 @@ $translations = array( 'Permanent link' => 'Hivatkozás', 'Edit all' => 'Összes szerkesztése', 'HH:MM:SS' => 'óó:pp:mm', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'Ctrl+click on a value to modify it.' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/id.inc.php b/adminer/lang/id.inc.php index abc48015..7f7b606c 100644 --- a/adminer/lang/id.inc.php +++ b/adminer/lang/id.inc.php @@ -313,4 +313,41 @@ $translations = array( 'Type has been dropped.' => 'Jenis berhasil dihapus.', 'Type has been created.' => 'Jenis berhasil dibuat.', 'Alter type' => 'Ubah jenis', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'Ctrl+click on a value to modify it.' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index 89719799..6e34c6b3 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -265,4 +265,44 @@ $translations = array( 'Permanent link' => 'Link permanente', 'Edit all' => 'Modifica tutto', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/ja.inc.php b/adminer/lang/ja.inc.php index 5c598435..b74cfefe 100644 --- a/adminer/lang/ja.inc.php +++ b/adminer/lang/ja.inc.php @@ -274,4 +274,35 @@ $translations = array( 'yes' => 'はい', 'no' => 'いいえ', 'Default value' => '既定値', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'overwrite' => null, + 'DB' => null, + 'Ctrl+click on a value to modify it.' => null, + 'File must be in UTF-8 encoding.' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/ka.inc.php b/adminer/lang/ka.inc.php index 360eb25c..b30428f3 100644 --- a/adminer/lang/ka.inc.php +++ b/adminer/lang/ka.inc.php @@ -293,11 +293,16 @@ $translations = array( 'Warnings' => 'გაფრთხილება', 'Adminer does not support accessing a database without a password, more information.' => 'უპაროლო წვდომა ბაზასთან არაა დაშვებული Adminer-ში, მეტი ინფორმაციისთვის ეწვიეთ ბმულს.', 'DB' => 'ბაზა', - 'Thanks for using Adminer, consider donating.' => 'მადლობას გიხდით Adminer-ით სარგებლობისთვის, გადახედეთ ბმულს შემოწირულობა.', 'The action will be performed after successful login with the same credentials.' => 'მოქმედება შესრულდება იგივე მომხმარებლით წარმატებული ავტორიზაციის შემდეგ.', 'Connecting to privileged ports is not allowed.' => 'პრივილეგირებულ პორტთან წვდომა დაუშვებელია.', 'There is a space in the input password which might be the cause.' => 'პაროლში არის გამოტოვება, შეიძლება ეს ქმნის პრობლემას.', 'Unknown error.' => 'უცნობი შეცდომა.', 'Database does not support password.' => 'ბაზაში არაა მხარდაჭერილი პაროლი.', 'Disable %s or enable %s or %s extensions.' => 'გათიშეთ %s ან ჩართეთ %s ან %s გაფართოება.', + + 'as a regular expression' => null, + 'overwrite' => null, + 'Copy to clipboard' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/ko.inc.php b/adminer/lang/ko.inc.php index 6cd2a8ba..cf2592f1 100644 --- a/adminer/lang/ko.inc.php +++ b/adminer/lang/ko.inc.php @@ -277,4 +277,32 @@ $translations = array( 'You are offline.' => '오프라인입니다.', 'You can upload a big SQL file via FTP and import it from server.' => '큰 SQL 파일은 FTP를 통하여 업로드하여 서버에서 가져올 수 있습니다.', 'You have no privileges to update this table.' => '이 테이블을 업데이트할 권한이 없습니다.', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'User types' => null, + 'DB' => null, + 'Ctrl+click on a value to modify it.' => null, + 'File must be in UTF-8 encoding.' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + '%d / ' => array(), + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/lt.inc.php b/adminer/lang/lt.inc.php index 8c789943..fd65ef10 100644 --- a/adminer/lang/lt.inc.php +++ b/adminer/lang/lt.inc.php @@ -309,4 +309,45 @@ $translations = array( 'Type has been dropped.' => 'Tipas pašalintas.', 'Type has been created.' => 'Tipas sukurtas.', 'Alter type' => 'Keisti tipą', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'Ctrl+click on a value to modify it.' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/lv.inc.php b/adminer/lang/lv.inc.php index 8f1858fc..dc139297 100644 --- a/adminer/lang/lv.inc.php +++ b/adminer/lang/lv.inc.php @@ -294,7 +294,6 @@ $translations = array( 'DB' => 'DB', 'Warnings' => 'Brīdinājumi', 'Adminer does not support accessing a database without a password, more information.' => 'Adminer neatbalsta pieeju bez paroles, vairāk informācijas šeit.', - 'Thanks for using Adminer, consider donating.' => 'Paldies, ka izmantoji Adminer, vai vēlies veikt ziedojumu.', 'The action will be performed after successful login with the same credentials.' => 'Darbība tiks pabeigta pēc derīgas pieteikšanās sistēmā.', 'Connecting to privileged ports is not allowed.' => 'Pieeja priviliģētiem portiem nav atļauta.', 'There is a space in the input password which might be the cause.' => 'Parole satur atstarpi, kas varētu būt lieka.', @@ -302,4 +301,9 @@ $translations = array( 'Database does not support password.' => 'Datubāze neatbalsta paroli.', 'Disable %s or enable %s or %s extensions.' => null, + + 'as a regular expression' => null, + 'Copy to clipboard' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/ms.inc.php b/adminer/lang/ms.inc.php index ea324b66..b1e43455 100644 --- a/adminer/lang/ms.inc.php +++ b/adminer/lang/ms.inc.php @@ -10,7 +10,6 @@ $translations = array( 'Logout' => 'Log keluar', 'Logged as: %s' => 'Log masuk sebagai: %s', 'Logout successful.' => 'Log keluar berjaya.', - 'Thanks for using Adminer, consider donating.' => 'Terima kasih kerana menggunakan Adminer, pertimbangkan untuk menderma.', 'Invalid credentials.' => 'Akses tidak sah.', 'Too many unsuccessful logins, try again in %d minute(s).' => 'Terlalu banyak percubaan log masuk yang gagal, sila cuba lagi dalam masa %d minit.', 'Master password expired. Implement %s method to make it permanent.' => 'Kata laluan utama telah luput. Gunakan cara %s untuk mengekalkannya.', @@ -337,4 +336,18 @@ $translations = array( 'Type has been dropped.' => 'Jenis telah dijatuhkan.', 'Type has been created.' => 'Jenis telah dibuat.', 'Alter type' => 'Ubah jenis', + + 'as a regular expression' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'Warnings' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/nl.inc.php b/adminer/lang/nl.inc.php index bcaa3850..3484eaf5 100644 --- a/adminer/lang/nl.inc.php +++ b/adminer/lang/nl.inc.php @@ -265,4 +265,44 @@ $translations = array( 'Permanent link' => 'Permanente link', 'Edit all' => 'Alles bewerken', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/no.inc.php b/adminer/lang/no.inc.php index f5ac441c..c2e09e91 100644 --- a/adminer/lang/no.inc.php +++ b/adminer/lang/no.inc.php @@ -279,4 +279,30 @@ $translations = array( 'Type has been created.' => 'Type er opprettet.', 'Alter type' => 'Endre type', 'Saving' => 'Lagrer', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/pl.inc.php b/adminer/lang/pl.inc.php index 7b2d45b5..c7b089ed 100644 --- a/adminer/lang/pl.inc.php +++ b/adminer/lang/pl.inc.php @@ -10,7 +10,6 @@ $translations = array( 'Logout' => 'Wyloguj', 'Logged as: %s' => 'Zalogowany jako: %s', 'Logout successful.' => 'Wylogowano pomyślnie.', - 'Thanks for using Adminer, consider donating.' => 'Dziękujemy za używanie Adminera, rozważ proszę dotację.', 'Invalid credentials.' => 'Nieprawidłowe dane logowania.', 'Too many unsuccessful logins, try again in %d minute(s).' => array('Za dużo nieudanych prób logowania, spróbuj ponownie za %d minutę.', 'Za dużo nieudanych prób logowania, spróbuj ponownie za %d minuty.', 'Za dużo nieudanych prób logowania, spróbuj ponownie za %d minut.'), 'Master password expired. Implement %s method to make it permanent.' => 'Ważność hasła głównego wygasła. Zaimplementuj własną metodę %s, aby ustawić je na stałe.', @@ -337,4 +336,18 @@ $translations = array( 'Type has been dropped.' => 'Typ został usunięty.', 'Type has been created.' => 'Typ został utworzony.', 'Alter type' => 'Zmień typ', + + 'as a regular expression' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'Warnings' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/pt-br.inc.php b/adminer/lang/pt-br.inc.php index d23920b0..f9193132 100644 --- a/adminer/lang/pt-br.inc.php +++ b/adminer/lang/pt-br.inc.php @@ -260,4 +260,49 @@ $translations = array( 'Please use one of the extensions %s.' => 'Por favor use uma das extensões %s.', 'now' => 'agora', 'ltr' => 'ltr', + + 'Drop %s?' => null, + 'Tables have been copied.' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'Copy' => null, + 'overwrite' => null, + 'DB' => null, + 'Permanent link' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Edit all' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + 'HH:MM:SS' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/pt.inc.php b/adminer/lang/pt.inc.php index 4bb55767..9e702986 100644 --- a/adminer/lang/pt.inc.php +++ b/adminer/lang/pt.inc.php @@ -260,4 +260,49 @@ $translations = array( 'Please use one of the extensions %s.' => 'Por favor use uma das extensões %s.', 'now' => 'agora', 'ltr' => 'ltr', + + 'Drop %s?' => null, + 'Tables have been copied.' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'Copy' => null, + 'overwrite' => null, + 'DB' => null, + 'Permanent link' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Edit all' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + 'HH:MM:SS' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/ro.inc.php b/adminer/lang/ro.inc.php index 7edfd14e..bb2b74b9 100644 --- a/adminer/lang/ro.inc.php +++ b/adminer/lang/ro.inc.php @@ -265,4 +265,44 @@ $translations = array( 'Permanent link' => 'Adresă permanentă', 'Edit all' => 'Editează tot', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index 3ee0ead4..d15b7f83 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -294,10 +294,15 @@ $translations = array( 'DB' => 'DB', 'Warnings' => 'Предупреждения', 'Adminer does not support accessing a database without a password, more information.' => 'Adminer не поддерживает доступ к базе данных без пароля, больше информации.', - 'Thanks for using Adminer, consider donating.' => 'Спасибо за использование Adminer, рассмотрите возможность пожертвования.', 'The action will be performed after successful login with the same credentials.' => 'Действие будет выполнено после успешного входа в систему с теми же учетными данными.', 'Connecting to privileged ports is not allowed.' => 'Подключение к привилегированным портам не допускается.', 'There is a space in the input password which might be the cause.' => 'В введеном пароле есть пробел, это может быть причиною.', 'Unknown error.' => 'Неизвестная ошибка.', 'Database does not support password.' => 'База данных не поддерживает пароль.', + + 'as a regular expression' => null, + 'Copy to clipboard' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index 15fbc382..c0463e0d 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -265,4 +265,44 @@ $translations = array( 'Permanent link' => 'Permanentný odkaz', 'Edit all' => 'Upraviť všetko', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/sl.inc.php b/adminer/lang/sl.inc.php index 122db4d3..4c88e4fa 100644 --- a/adminer/lang/sl.inc.php +++ b/adminer/lang/sl.inc.php @@ -304,4 +304,47 @@ $translations = array( 'Type has been dropped.' => 'Tip je zavržen.', 'Type has been created.' => 'Tip je ustvarjen.', 'Alter type' => 'Spremeni tip', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'Permanent link' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Edit all' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + 'HH:MM:SS' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/sr.inc.php b/adminer/lang/sr.inc.php index 13014b73..f20094d1 100644 --- a/adminer/lang/sr.inc.php +++ b/adminer/lang/sr.inc.php @@ -316,4 +316,38 @@ $translations = array( 'Type has been dropped.' => 'Тип је избрисан.', 'Type has been created.' => 'тип је креиран.', 'Alter type' => 'Уреди тип', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/sv.inc.php b/adminer/lang/sv.inc.php index cd1819c0..7231b5bc 100644 --- a/adminer/lang/sv.inc.php +++ b/adminer/lang/sv.inc.php @@ -10,7 +10,6 @@ $translations = array( 'Logout' => 'Logga ut', 'Logged as: %s' => 'Inloggad som: %s', 'Logout successful.' => 'Du är nu utloggad.', - 'Thanks for using Adminer, consider donating.' => 'Tack för att du använder Adminer, vänligen fundera över att donera.', 'Invalid credentials.' => 'Ogiltiga inloggningsuppgifter.', 'There is a space in the input password which might be the cause.' => 'Det finns ett mellanslag i lösenordet, vilket kan vara anledningen.', 'Adminer does not support accessing a database without a password, more information.' => 'Adminer tillåter inte att ansluta till en databas utan lösenord. Mer information.', @@ -346,4 +345,9 @@ $translations = array( 'Type has been dropped.' => 'Typ har, typ, tagits bort.', 'Type has been created.' => 'Typ har skapats.', 'Alter type' => 'Ändra typ', + + 'as a regular expression' => null, + 'Copy to clipboard' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/ta.inc.php b/adminer/lang/ta.inc.php index 0baa7589..06dd515d 100644 --- a/adminer/lang/ta.inc.php +++ b/adminer/lang/ta.inc.php @@ -264,4 +264,45 @@ $translations = array( 'Permanent link' => 'நிரந்தர இணைப்பு', 'Edit all' => 'அனைத்தையும் தொகு', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'Ctrl+click on a value to modify it.' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/th.inc.php b/adminer/lang/th.inc.php index 30c6b8ce..0c0dd808 100644 --- a/adminer/lang/th.inc.php +++ b/adminer/lang/th.inc.php @@ -265,4 +265,44 @@ $translations = array( 'Permanent link' => 'ลิงค์ถาวร', 'Edit all' => 'แก้ไขทั้งหมด', 'HH:MM:SS' => 'HH:MM:SS', + + 'Drop %s?' => null, + 'Tables have been optimized.' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'Vacuum' => null, + 'Selected' => null, + 'overwrite' => null, + 'DB' => null, + 'File must be in UTF-8 encoding.' => null, + 'Modify' => null, + 'Load more data' => null, + 'Loading' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'Full table scan' => null, + 'Too many unsuccessful logins, try again in %d minute(s).' => array(), + 'Master password expired. Implement %s method to make it permanent.' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You can upload a big SQL file via FTP and import it from server.' => null, + 'Size' => null, + 'Compute' => null, + 'You are offline.' => null, + 'You have no privileges to update this table.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + 'yes' => null, + 'no' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/tr.inc.php b/adminer/lang/tr.inc.php index 238fa3c5..f5d2669c 100644 --- a/adminer/lang/tr.inc.php +++ b/adminer/lang/tr.inc.php @@ -10,7 +10,6 @@ $translations = array( 'Logout' => 'Çıkış', 'Logged as: %s' => '%s olarak giriş yapıldı.', 'Logout successful.' => 'Oturum başarıyla sonlandı.', - 'Thanks for using Adminer, consider donating.' => 'Adminer kullandığınız için teşekkür ederiz bağış yapmayı düşünün.', 'Invalid credentials.' => 'Geçersiz kimlik bilgileri.', 'Too many unsuccessful logins, try again in %d minute(s).' => array('Çok fazla oturum açma denemesi yapıldı.', '%d Dakika sonra tekrar deneyiniz.'), 'Master password expired. Implement %s method to make it permanent.' => 'Ana şifrenin süresi doldu. Kalıcı olması için %s medodunu kullanın.', @@ -340,4 +339,15 @@ $translations = array( 'Type has been dropped.' => 'Tür silindi.', 'Type has been created.' => 'Tür oluşturuldu.', 'Alter type' => 'Türü değiştir', + + 'as a regular expression' => null, + 'overwrite' => null, + 'Copy to clipboard' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/uk.inc.php b/adminer/lang/uk.inc.php index 0dfd0be8..a2a1efe5 100644 --- a/adminer/lang/uk.inc.php +++ b/adminer/lang/uk.inc.php @@ -329,7 +329,6 @@ $translations = array( 'Default value' => 'Значення за замовчуванням', 'Full table scan' => 'Повне сканування таблиці', 'Too many unsuccessful logins, try again in %d minute(s).' => array('Занадто багато невдалих спроб входу. Спробуйте знову через %d хвилину.', 'Занадто багато невдалих спроб входу. Спробуйте знову через %d хвилини.', 'Занадто багато невдалих спроб входу. Спробуйте знову через %d хвилин.'), - 'Thanks for using Adminer, consider donating.' => 'Дякуємо, що користуєтесь Adminer, подумайте про внесок.', 'Master password expired. Implement %s method to make it permanent.' => 'Термін дії майстер пароля минув. Реалізуйте метод %s, щоб зробити його постійним.', 'The action will be performed after successful login with the same credentials.' => 'Дія буде виконуватися після успішного входу в систему з тими ж обліковими даними.', 'Connecting to privileged ports is not allowed.' => 'Підключення до привілейованих портів заборонено.', @@ -343,4 +342,12 @@ $translations = array( 'Saving' => 'Збереження', 'Unknown error.' => 'Невідома помилка.', 'Database does not support password.' => 'База даних не підтримує пароль.', + + 'as a regular expression' => null, + 'Vacuum' => null, + 'Copy to clipboard' => null, + '%d / ' => array(), + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/vi.inc.php b/adminer/lang/vi.inc.php index 67b58768..8befb6bd 100644 --- a/adminer/lang/vi.inc.php +++ b/adminer/lang/vi.inc.php @@ -325,4 +325,28 @@ $translations = array( 'Type has been dropped.' => 'Đã xoá kiểu.', 'Type has been created.' => 'Đã tạo kiểu.', 'Alter type' => 'Sửa kiểu dữ liệu', + + 'Drop %s?' => null, + 'as a regular expression' => null, + 'Materialized view' => null, + 'overwrite' => null, + 'DB' => null, + 'Copy to clipboard' => null, + 'ATTACH queries are not supported.' => null, + 'Warnings' => null, + '%d / ' => array(), + 'Limit rows' => null, + 'Adminer does not support accessing a database without a password, more information.' => null, + 'Default value' => null, + 'The action will be performed after successful login with the same credentials.' => null, + 'Connecting to privileged ports is not allowed.' => null, + 'There is a space in the input password which might be the cause.' => null, + 'If you did not send this request from Adminer then close this page.' => null, + 'You are offline.' => null, + 'Saving' => null, + 'Unknown error.' => null, + 'Database does not support password.' => null, + 'Disable %s or enable %s or %s extensions.' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index f8f1af49..a955fdbf 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -10,7 +10,6 @@ $translations = array( 'Logout' => 'Xx', 'Logged as: %s' => 'Xx: %s', 'Logout successful.' => 'Xx.', - 'Thanks for using Adminer, consider donating.' => 'Xx xx.', 'Invalid credentials.' => 'Xx.', 'There is a space in the input password which might be the cause.' => 'Xx.', 'Adminer does not support accessing a database without a password, more information.' => 'Xx, xx.', @@ -346,4 +345,9 @@ $translations = array( 'Type has been dropped.' => 'Xx.', 'Type has been created.' => 'Xx.', 'Alter type' => 'Xx', + + 'as a regular expression' => null, + 'Copy to clipboard' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/zh-tw.inc.php b/adminer/lang/zh-tw.inc.php index b9e79b8b..c7cbf580 100644 --- a/adminer/lang/zh-tw.inc.php +++ b/adminer/lang/zh-tw.inc.php @@ -10,7 +10,6 @@ $translations = array( 'Logout' => '登出', 'Logged as: %s' => '登錄為: %s', 'Logout successful.' => '成功登出。', - 'Thanks for using Adminer, consider donating.' => '感謝使用Adminer,請考慮為我們捐款(英文網頁).', 'Invalid credentials.' => '無效的憑證。', 'There is a space in the input password which might be the cause.' => '您輸入的密碼中有一個空格,這可能是導致問題的原因。', 'Adminer does not support accessing a database without a password, more information.' => 'Adminer預設不支援訪問沒有密碼的資料庫,詳情見這裡.', @@ -346,4 +345,9 @@ $translations = array( 'Type has been dropped.' => '已刪除類型。', 'Type has been created.' => '已建立類型。', 'Alter type' => '修改類型', + + 'as a regular expression' => null, + 'Copy to clipboard' => null, + + // 'Thanks for using Adminer, consider donating.' => null, ); diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index c2206fe8..b66498f4 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -10,7 +10,6 @@ $translations = array( 'Logout' => '登出', 'Logged as: %s' => '登录用户:%s', 'Logout successful.' => '成功登出。', - 'Thanks for using Adminer, consider donating.' => '感谢使用Adminer,请考虑为我们捐款(英文页面).', 'Invalid credentials.' => '无效凭据。', 'There is a space in the input password which might be the cause.' => '您输入的密码中有一个空格,这可能是导致问题的原因。', 'Adminer does not support accessing a database without a password, more information.' => 'Adminer默认不支持访问没有密码的数据库,详情见这里.', @@ -346,4 +345,9 @@ $translations = array( 'Type has been dropped.' => '已删除类型。', 'Type has been created.' => '已创建类型。', 'Alter type' => '修改类型', + + 'as a regular expression' => null, + 'Copy to clipboard' => null, + + // 'Thanks for using Adminer, consider donating.' => null, );