From fb47ba6bbb8c5439086c874453916d9d0023ae66 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 23 Mar 2025 15:35:30 +0100 Subject: [PATCH] Add instructions to translation files --- adminer/lang/ar.inc.php | 2 ++ adminer/lang/bg.inc.php | 2 ++ adminer/lang/bn.inc.php | 2 ++ adminer/lang/bs.inc.php | 2 ++ adminer/lang/ca.inc.php | 2 ++ adminer/lang/cs.inc.php | 2 ++ adminer/lang/da.inc.php | 2 ++ adminer/lang/de.inc.php | 2 ++ adminer/lang/el.inc.php | 2 ++ adminer/lang/en.inc.php | 2 ++ adminer/lang/es.inc.php | 2 ++ adminer/lang/et.inc.php | 2 ++ adminer/lang/fa.inc.php | 2 ++ adminer/lang/fi.inc.php | 2 ++ adminer/lang/fr.inc.php | 2 ++ adminer/lang/gl.inc.php | 2 ++ adminer/lang/he.inc.php | 2 ++ adminer/lang/hu.inc.php | 2 ++ adminer/lang/id.inc.php | 2 ++ adminer/lang/it.inc.php | 2 ++ adminer/lang/ja.inc.php | 2 ++ adminer/lang/ka.inc.php | 2 ++ adminer/lang/ko.inc.php | 2 ++ adminer/lang/lt.inc.php | 2 ++ adminer/lang/lv.inc.php | 2 ++ adminer/lang/ms.inc.php | 2 ++ adminer/lang/nl.inc.php | 2 ++ adminer/lang/no.inc.php | 2 ++ adminer/lang/pl.inc.php | 2 ++ adminer/lang/pt-br.inc.php | 2 ++ adminer/lang/pt.inc.php | 2 ++ adminer/lang/ro.inc.php | 2 ++ adminer/lang/ru.inc.php | 2 ++ adminer/lang/sk.inc.php | 2 ++ adminer/lang/sl.inc.php | 2 ++ adminer/lang/sr.inc.php | 2 ++ adminer/lang/sv.inc.php | 2 ++ adminer/lang/ta.inc.php | 2 ++ adminer/lang/th.inc.php | 2 ++ adminer/lang/tr.inc.php | 2 ++ adminer/lang/uk.inc.php | 2 ++ adminer/lang/vi.inc.php | 2 ++ adminer/lang/xx.inc.php | 2 ++ adminer/lang/zh-tw.inc.php | 2 ++ adminer/lang/zh.inc.php | 2 ++ lang.php | 2 +- 46 files changed, 91 insertions(+), 1 deletion(-) diff --git a/adminer/lang/ar.inc.php b/adminer/lang/ar.inc.php index 0ce2ec73..005b70ba 100644 --- a/adminer/lang/ar.inc.php +++ b/adminer/lang/ar.inc.php @@ -266,3 +266,5 @@ $translations = array( 'Edit all' => 'تعديل الكل', 'HH:MM:SS' => 'HH:MM:SS', ); + +// run `php ../../lang.php ar` to update this file diff --git a/adminer/lang/bg.inc.php b/adminer/lang/bg.inc.php index f54322c7..a90a05f0 100644 --- a/adminer/lang/bg.inc.php +++ b/adminer/lang/bg.inc.php @@ -335,3 +335,5 @@ $translations = array( 'Type has been created.' => 'Вида беше създаден.', 'Alter type' => 'Промяна на вид', ); + +// run `php ../../lang.php bg` to update this file diff --git a/adminer/lang/bn.inc.php b/adminer/lang/bn.inc.php index fc318f5b..57051600 100644 --- a/adminer/lang/bn.inc.php +++ b/adminer/lang/bn.inc.php @@ -266,3 +266,5 @@ $translations = array( 'Edit all' => 'সবগুলো সম্পাদনা করুন', 'HH:MM:SS' => 'HH:MM:SS', ); + +// run `php ../../lang.php bn` to update this file diff --git a/adminer/lang/bs.inc.php b/adminer/lang/bs.inc.php index 94ec850e..47075135 100644 --- a/adminer/lang/bs.inc.php +++ b/adminer/lang/bs.inc.php @@ -320,3 +320,5 @@ $translations = array( 'Type has been created.' => 'tip je spašen.', 'Alter type' => 'Ažuriraj tip', ); + +// run `php ../../lang.php bs` to update this file diff --git a/adminer/lang/ca.inc.php b/adminer/lang/ca.inc.php index 31993fc8..b7daeaed 100644 --- a/adminer/lang/ca.inc.php +++ b/adminer/lang/ca.inc.php @@ -267,3 +267,5 @@ $translations = array( 'Edit all' => 'Edita-ho tot', 'HH:MM:SS' => 'HH:MM:SS', ); + +// run `php ../../lang.php ca` to update this file diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 2b8d4c4d..341be5c5 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -359,3 +359,5 @@ $translations = array( 'Check has been altered.' => 'Kontrola byla změněna.', 'Check has been dropped.' => 'Kontrola byla odstraněna.', ); + +// run `php ../../lang.php cs` to update this file diff --git a/adminer/lang/da.inc.php b/adminer/lang/da.inc.php index a112a246..51c1b5e2 100644 --- a/adminer/lang/da.inc.php +++ b/adminer/lang/da.inc.php @@ -281,3 +281,5 @@ $translations = array( 'Alter type' => 'Ændre type', 'Saving' => 'Gemmer', ); + +// run `php ../../lang.php da` to update this file diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index 83368ae7..e0dd2f4a 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -309,3 +309,5 @@ $translations = array( 'Create check' => 'Check erstellen', 'Checks' => 'Checks', ); + +// run `php ../../lang.php de` to update this file diff --git a/adminer/lang/el.inc.php b/adminer/lang/el.inc.php index 367427d1..cf6c45b5 100644 --- a/adminer/lang/el.inc.php +++ b/adminer/lang/el.inc.php @@ -335,3 +335,5 @@ $translations = array( 'Type has been created.' => 'Ο τύπος δημιουργήθηκε.', 'Alter type' => 'Τροποποίηση τύπου', ); + +// run `php ../../lang.php el` to update this file diff --git a/adminer/lang/en.inc.php b/adminer/lang/en.inc.php index 764e2d26..db318b33 100644 --- a/adminer/lang/en.inc.php +++ b/adminer/lang/en.inc.php @@ -15,3 +15,5 @@ $translations = array( '%d in total' => '%d in total', '%d query(s) executed OK.' => array('%d query executed OK.', '%d queries executed OK.'), ); + +// run `php ../../lang.php en` to update this file diff --git a/adminer/lang/es.inc.php b/adminer/lang/es.inc.php index 7de135d8..793ecf82 100644 --- a/adminer/lang/es.inc.php +++ b/adminer/lang/es.inc.php @@ -297,3 +297,5 @@ $translations = array( 'Check has been altered.' => 'Chequeo cambiado.', 'Check has been dropped.' => 'Chequeo eliminado.', ); + +// run `php ../../lang.php es` to update this file diff --git a/adminer/lang/et.inc.php b/adminer/lang/et.inc.php index ad386145..020c8af7 100644 --- a/adminer/lang/et.inc.php +++ b/adminer/lang/et.inc.php @@ -267,3 +267,5 @@ $translations = array( 'Edit all' => 'Muuda kõiki', 'HH:MM:SS' => 'HH:MM:SS', ); + +// run `php ../../lang.php et` to update this file diff --git a/adminer/lang/fa.inc.php b/adminer/lang/fa.inc.php index e9f432f4..5dc1c9b2 100644 --- a/adminer/lang/fa.inc.php +++ b/adminer/lang/fa.inc.php @@ -333,3 +333,5 @@ $translations = array( 'Type has been created.' => 'نوع ایجاد شد.', 'Alter type' => 'ویرایش نوع', ); + +// run `php ../../lang.php fa` to update this file diff --git a/adminer/lang/fi.inc.php b/adminer/lang/fi.inc.php index 52d2c558..6499bcc6 100644 --- a/adminer/lang/fi.inc.php +++ b/adminer/lang/fi.inc.php @@ -349,3 +349,5 @@ $translations = array( '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.', ); + +// run `php ../../lang.php fi` to update this file diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index 27c4937d..06395ad8 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -302,3 +302,5 @@ $translations = array( '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.', ); + +// run `php ../../lang.php fr` to update this file diff --git a/adminer/lang/gl.inc.php b/adminer/lang/gl.inc.php index 8fb97aa7..14a5964f 100644 --- a/adminer/lang/gl.inc.php +++ b/adminer/lang/gl.inc.php @@ -290,3 +290,5 @@ $translations = array( 'yes' => 'si', 'no' => 'non', ); + +// run `php ../../lang.php gl` to update this file diff --git a/adminer/lang/he.inc.php b/adminer/lang/he.inc.php index dd4491a1..fb493745 100644 --- a/adminer/lang/he.inc.php +++ b/adminer/lang/he.inc.php @@ -292,3 +292,5 @@ $translations = array( 'yes' => 'כן', 'no' => 'לא', ); + +// run `php ../../lang.php he` to update this file diff --git a/adminer/lang/hu.inc.php b/adminer/lang/hu.inc.php index cda89a96..94f0bc75 100644 --- a/adminer/lang/hu.inc.php +++ b/adminer/lang/hu.inc.php @@ -266,3 +266,5 @@ $translations = array( 'Edit all' => 'Összes szerkesztése', 'HH:MM:SS' => 'óó:pp:mm', ); + +// run `php ../../lang.php hu` to update this file diff --git a/adminer/lang/id.inc.php b/adminer/lang/id.inc.php index b66ba255..378a19db 100644 --- a/adminer/lang/id.inc.php +++ b/adminer/lang/id.inc.php @@ -315,3 +315,5 @@ $translations = array( 'Type has been created.' => 'Jenis berhasil dibuat.', 'Alter type' => 'Ubah jenis', ); + +// run `php ../../lang.php id` to update this file diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index b7682482..e0bc8ae8 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -302,3 +302,5 @@ $translations = array( 'yes' => 'si', 'no' => 'no', ); + +// run `php ../../lang.php it` to update this file diff --git a/adminer/lang/ja.inc.php b/adminer/lang/ja.inc.php index 871623d7..2fef6e10 100644 --- a/adminer/lang/ja.inc.php +++ b/adminer/lang/ja.inc.php @@ -312,3 +312,5 @@ $translations = array( 'Check has been altered.' => 'チェックを変更しました。', 'Check has been dropped.' => 'チェックを削除しました。', ); + +// run `php ../../lang.php ja` to update this file diff --git a/adminer/lang/ka.inc.php b/adminer/lang/ka.inc.php index e8e0dc97..146d3163 100644 --- a/adminer/lang/ka.inc.php +++ b/adminer/lang/ka.inc.php @@ -302,3 +302,5 @@ $translations = array( 'Database does not support password.' => 'ბაზაში არაა მხარდაჭერილი პაროლი.', 'Disable %s or enable %s or %s extensions.' => 'გათიშეთ %s ან ჩართეთ %s ან %s გაფართოება.', ); + +// run `php ../../lang.php ka` to update this file diff --git a/adminer/lang/ko.inc.php b/adminer/lang/ko.inc.php index 8a0761cd..3e5bfab2 100644 --- a/adminer/lang/ko.inc.php +++ b/adminer/lang/ko.inc.php @@ -279,3 +279,5 @@ $translations = array( 'You can upload a big SQL file via FTP and import it from server.' => '큰 SQL 파일은 FTP를 통하여 업로드하여 서버에서 가져올 수 있습니다.', 'You have no privileges to update this table.' => '이 테이블을 업데이트할 권한이 없습니다.', ); + +// run `php ../../lang.php ko` to update this file diff --git a/adminer/lang/lt.inc.php b/adminer/lang/lt.inc.php index 31a17172..f1d211ce 100644 --- a/adminer/lang/lt.inc.php +++ b/adminer/lang/lt.inc.php @@ -311,3 +311,5 @@ $translations = array( 'Type has been created.' => 'Tipas sukurtas.', 'Alter type' => 'Keisti tipą', ); + +// run `php ../../lang.php lt` to update this file diff --git a/adminer/lang/lv.inc.php b/adminer/lang/lv.inc.php index 1ab79314..b44412ed 100644 --- a/adminer/lang/lv.inc.php +++ b/adminer/lang/lv.inc.php @@ -302,3 +302,5 @@ $translations = array( 'Unknown error.' => 'Nezināma kļūda.', 'Database does not support password.' => 'Datubāze neatbalsta paroli.', ); + +// run `php ../../lang.php lv` to update this file diff --git a/adminer/lang/ms.inc.php b/adminer/lang/ms.inc.php index b02f9410..7ea30df0 100644 --- a/adminer/lang/ms.inc.php +++ b/adminer/lang/ms.inc.php @@ -339,3 +339,5 @@ $translations = array( 'Type has been created.' => 'Jenis telah dibuat.', 'Alter type' => 'Ubah jenis', ); + +// run `php ../../lang.php ms` to update this file diff --git a/adminer/lang/nl.inc.php b/adminer/lang/nl.inc.php index 6abc4df6..3d50db99 100644 --- a/adminer/lang/nl.inc.php +++ b/adminer/lang/nl.inc.php @@ -302,3 +302,5 @@ $translations = array( 'yes' => 'ja', 'no' => 'neen', ); + +// run `php ../../lang.php nl` to update this file diff --git a/adminer/lang/no.inc.php b/adminer/lang/no.inc.php index 6c49f60d..7fa87ecc 100644 --- a/adminer/lang/no.inc.php +++ b/adminer/lang/no.inc.php @@ -281,3 +281,5 @@ $translations = array( 'Alter type' => 'Endre type', 'Saving' => 'Lagrer', ); + +// run `php ../../lang.php no` to update this file diff --git a/adminer/lang/pl.inc.php b/adminer/lang/pl.inc.php index cacdab35..80230290 100644 --- a/adminer/lang/pl.inc.php +++ b/adminer/lang/pl.inc.php @@ -359,3 +359,5 @@ $translations = array( 'Check has been altered.' => 'Kontrola została zmieniona.', 'Check has been dropped.' => 'Kontrola została usunięta.', ); + +// run `php ../../lang.php pl` to update this file diff --git a/adminer/lang/pt-br.inc.php b/adminer/lang/pt-br.inc.php index 4ca86b4d..2214393b 100644 --- a/adminer/lang/pt-br.inc.php +++ b/adminer/lang/pt-br.inc.php @@ -262,3 +262,5 @@ $translations = array( 'now' => 'agora', 'ltr' => 'ltr', ); + +// run `php ../../lang.php pt-br` to update this file diff --git a/adminer/lang/pt.inc.php b/adminer/lang/pt.inc.php index 3b025753..de3e6a4f 100644 --- a/adminer/lang/pt.inc.php +++ b/adminer/lang/pt.inc.php @@ -262,3 +262,5 @@ $translations = array( 'now' => 'agora', 'ltr' => 'ltr', ); + +// run `php ../../lang.php pt` to update this file diff --git a/adminer/lang/ro.inc.php b/adminer/lang/ro.inc.php index 493be8a1..ef9f819b 100644 --- a/adminer/lang/ro.inc.php +++ b/adminer/lang/ro.inc.php @@ -267,3 +267,5 @@ $translations = array( 'Edit all' => 'Editează tot', 'HH:MM:SS' => 'HH:MM:SS', ); + +// run `php ../../lang.php ro` to update this file diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index c92f39e4..7a1a419f 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -303,3 +303,5 @@ $translations = array( 'Database does not support password.' => 'База данных не поддерживает пароль.', 'Disable %s or enable %s or %s extensions.' => 'Отключите %s или включите расширения %s или %s.', ); + +// run `php ../../lang.php ru` to update this file diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index c57b94aa..ec84040f 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -309,3 +309,5 @@ $translations = array( 'Check has been altered.' => 'Kontrola bola zmenená.', 'Check has been dropped.' => 'Kontrola bola odstránená.', ); + +// run `php ../../lang.php sk` to update this file diff --git a/adminer/lang/sl.inc.php b/adminer/lang/sl.inc.php index 83da306d..d18717ec 100644 --- a/adminer/lang/sl.inc.php +++ b/adminer/lang/sl.inc.php @@ -306,3 +306,5 @@ $translations = array( 'Type has been created.' => 'Tip je ustvarjen.', 'Alter type' => 'Spremeni tip', ); + +// run `php ../../lang.php sl` to update this file diff --git a/adminer/lang/sr.inc.php b/adminer/lang/sr.inc.php index 877b51a7..7b070742 100644 --- a/adminer/lang/sr.inc.php +++ b/adminer/lang/sr.inc.php @@ -318,3 +318,5 @@ $translations = array( 'Type has been created.' => 'тип је креиран.', 'Alter type' => 'Уреди тип', ); + +// run `php ../../lang.php sr` to update this file diff --git a/adminer/lang/sv.inc.php b/adminer/lang/sv.inc.php index be9defa8..37752218 100644 --- a/adminer/lang/sv.inc.php +++ b/adminer/lang/sv.inc.php @@ -348,3 +348,5 @@ $translations = array( 'Type has been created.' => 'Typ har skapats.', 'Alter type' => 'Ändra typ', ); + +// run `php ../../lang.php sv` to update this file diff --git a/adminer/lang/ta.inc.php b/adminer/lang/ta.inc.php index 87369484..43a26359 100644 --- a/adminer/lang/ta.inc.php +++ b/adminer/lang/ta.inc.php @@ -266,3 +266,5 @@ $translations = array( 'Edit all' => 'அனைத்தையும் தொகு', 'HH:MM:SS' => 'HH:MM:SS', ); + +// run `php ../../lang.php ta` to update this file diff --git a/adminer/lang/th.inc.php b/adminer/lang/th.inc.php index 1832a856..322250c9 100644 --- a/adminer/lang/th.inc.php +++ b/adminer/lang/th.inc.php @@ -267,3 +267,5 @@ $translations = array( 'Edit all' => 'แก้ไขทั้งหมด', 'HH:MM:SS' => 'HH:MM:SS', ); + +// run `php ../../lang.php th` to update this file diff --git a/adminer/lang/tr.inc.php b/adminer/lang/tr.inc.php index 704d3ada..2166249e 100644 --- a/adminer/lang/tr.inc.php +++ b/adminer/lang/tr.inc.php @@ -342,3 +342,5 @@ $translations = array( 'Type has been created.' => 'Tür oluşturuldu.', 'Alter type' => 'Türü değiştir', ); + +// run `php ../../lang.php tr` to update this file diff --git a/adminer/lang/uk.inc.php b/adminer/lang/uk.inc.php index 4aec05b0..6f4eba18 100644 --- a/adminer/lang/uk.inc.php +++ b/adminer/lang/uk.inc.php @@ -345,3 +345,5 @@ $translations = array( 'Unknown error.' => 'Невідома помилка.', 'Database does not support password.' => 'База даних не підтримує пароль.', ); + +// run `php ../../lang.php uk` to update this file diff --git a/adminer/lang/vi.inc.php b/adminer/lang/vi.inc.php index 228461a7..78d87388 100644 --- a/adminer/lang/vi.inc.php +++ b/adminer/lang/vi.inc.php @@ -327,3 +327,5 @@ $translations = array( 'Type has been created.' => 'Đã tạo kiểu.', 'Alter type' => 'Sửa kiểu dữ liệu', ); + +// run `php ../../lang.php vi` to update this file diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index 63c68ae2..66b623c2 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -361,3 +361,5 @@ $translations = array( 'Check has been altered.' => 'Xx.', 'Check has been dropped.' => 'Xx.', ); + +// run `php ../../lang.php xx` to update this file diff --git a/adminer/lang/zh-tw.inc.php b/adminer/lang/zh-tw.inc.php index c9caa933..5f72e846 100644 --- a/adminer/lang/zh-tw.inc.php +++ b/adminer/lang/zh-tw.inc.php @@ -348,3 +348,5 @@ $translations = array( 'Type has been created.' => '已建立類型。', 'Alter type' => '修改類型', ); + +// run `php ../../lang.php zh-tw` to update this file diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index c891c236..bcc4cfd4 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -348,3 +348,5 @@ $translations = array( 'Type has been created.' => '已创建类型。', 'Alter type' => '修改类型', ); + +// run `php ../../lang.php zh` to update this file diff --git a/lang.php b/lang.php index 02024850..972d96c3 100755 --- a/lang.php +++ b/lang.php @@ -70,7 +70,7 @@ foreach (glob(__DIR__ . "/adminer/lang/" . ($_SESSION["lang"] ?: "*") . ".inc.ph } } } - $s = "