From 36223f7e428a0fa8d43100a02cd3628c6eb5931a Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 4 Dec 2023 23:03:05 +0100 Subject: [PATCH] version dialog language --- .../language/bulgarian/options_lang.php | 7 +++++ .../chinese_simplified/options_lang.php | 7 +++++ application/language/czech/options_lang.php | 7 +++++ application/language/dutch/options_lang.php | 7 +++++ application/language/english/options_lang.php | 7 +++++ application/language/finnish/options_lang.php | 7 +++++ application/language/french/options_lang.php | 7 +++++ application/language/german/options_lang.php | 31 ++++++++++++------- application/language/greek/options_lang.php | 7 +++++ application/language/italian/options_lang.php | 7 +++++ application/language/polish/options_lang.php | 7 +++++ application/language/russian/options_lang.php | 7 +++++ application/language/spanish/options_lang.php | 7 +++++ application/language/swedish/options_lang.php | 7 +++++ application/language/turkish/options_lang.php | 7 +++++ 15 files changed, 117 insertions(+), 12 deletions(-) diff --git a/application/language/bulgarian/options_lang.php b/application/language/bulgarian/options_lang.php index 61d730aa..adcb9bbb 100644 --- a/application/language/bulgarian/options_lang.php +++ b/application/language/bulgarian/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save'; diff --git a/application/language/chinese_simplified/options_lang.php b/application/language/chinese_simplified/options_lang.php index 1d681502..0cd60bda 100644 --- a/application/language/chinese_simplified/options_lang.php +++ b/application/language/chinese_simplified/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = '保存'; diff --git a/application/language/czech/options_lang.php b/application/language/czech/options_lang.php index 0095fef4..d0ab2fc0 100644 --- a/application/language/czech/options_lang.php +++ b/application/language/czech/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Uložit'; diff --git a/application/language/dutch/options_lang.php b/application/language/dutch/options_lang.php index 4b28eda5..fa5c9b6d 100644 --- a/application/language/dutch/options_lang.php +++ b/application/language/dutch/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save'; diff --git a/application/language/english/options_lang.php b/application/language/english/options_lang.php index 1579c146..4f05c772 100644 --- a/application/language/english/options_lang.php +++ b/application/language/english/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save'; diff --git a/application/language/finnish/options_lang.php b/application/language/finnish/options_lang.php index 68e21740..4e026c4f 100644 --- a/application/language/finnish/options_lang.php +++ b/application/language/finnish/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save'; diff --git a/application/language/french/options_lang.php b/application/language/french/options_lang.php index 1579c146..4f05c772 100644 --- a/application/language/french/options_lang.php +++ b/application/language/french/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save'; diff --git a/application/language/german/options_lang.php b/application/language/german/options_lang.php index 45570bec..3360d963 100644 --- a/application/language/german/options_lang.php +++ b/application/language/german/options_lang.php @@ -73,23 +73,30 @@ $lang['options_dxcluster_maxage_changed_to']='Maximales Spot-Alter geändert auf $lang['options_dxcluster_decont_changed_to']='Spotterkontinent geändert auf '; $lang['options_dxcluster_decont_hint']='Nur Spots von Spottern dieses Kontinents werden angezeigt'; -$lang['options_version_dialog'] = "Versions Info"; +$lang['options_version_dialog'] = "Versionsinfo"; $lang['options_version_dialog_close'] = "Schliessen"; $lang['options_version_dialog_dismiss'] = "Nicht mehr anzeigen"; -$lang['options_version_dialog_settings'] = "Versions Info Einstellungen"; -$lang['options_version_dialog_header'] = "Version Info Überschrift"; -$lang['options_version_dialog_header_hint'] = "Du kannst die Überschrift des Versions Info Fensters verändern."; -$lang['options_version_dialog_header_changed_to'] = "Versions Info Überschrift geändert zu"; -$lang['options_version_dialog_mode'] = "Versions Info Modus"; +$lang['options_version_dialog_settings'] = "Versionsinfo Einstellungen"; +$lang['options_version_dialog_header'] = "Überschrift der Versionsinfo"; +$lang['options_version_dialog_header_hint'] = "Du kannst die Überschrift des Versionsinfo-Fensters verändern."; +$lang['options_version_dialog_header_changed_to'] = "Überschrift der Versionsinfo geändert zu"; +$lang['options_version_dialog_mode'] = "Versionsinfo-Modus"; $lang['options_version_dialog_mode_release_notes'] = "Nur Versionshinweise"; $lang['options_version_dialog_mode_custom_text'] = "Nur benutzerdefinierter Text"; $lang['options_version_dialog_mode_both'] = "Versionshinweise und benutzerdefinierter Text"; -$lang['options_version_dialog_mode_disabled'] = "Ausgeschaltet"; -$lang['options_version_dialog_mode_hint'] = "Die Versions Info wird jedem Benutzer angezeigt. Der Benutzer hat die Möglichkeit, den Dialog zu schließen, nachdem er ihn gelesen hat. Wählen, ob nur Versionshinweise (von GitHub abgerufen), nur benutzerdefinierten Text oder beides angezeigt werden soll."; -$lang['options_version_dialog_custom_text'] = "Versions Info - benutzerdefinierter Text"; -$lang['options_version_dialog_custom_text_hint'] = "Dies ist der benutzerdefinierte Text, welcher im Versions Info Fenster angezeigt wird. "; -$lang['options_version_dialog_mode_changed_to'] = "Versions Info Modus geändert zu"; -$lang['options_version_dialog_custom_text_saved'] = "Versions Info benutzerdefinierter Text gespeichert!"; +$lang['options_version_dialog_mode_disabled'] = "Deaktiviert"; +$lang['options_version_dialog_mode_hint'] = "Die Versionsinfo wird jedem Benutzer angezeigt. Der Benutzer hat die Möglichkeit, den Dialog zu schließen, nachdem er ihn gelesen hat. Wähle aus, ob nur Versionshinweise (von GitHub abgerufen), nur benutzerdefinierter Text oder beides angezeigt werden soll."; +$lang['options_version_dialog_custom_text'] = "Versionsinfo - Benutzerdefinierter Text"; +$lang['options_version_dialog_custom_text_hint'] = "Dies ist der benutzerdefinierte Text, der im Versionsinfo-Fenster angezeigt wird."; +$lang['options_version_dialog_mode_changed_to'] = "Versionsinfo-Modus geändert zu"; +$lang['options_version_dialog_custom_text_saved'] = "Benutzerdefinierter Text der Versionsinfo gespeichert!"; +$lang['options_version_dialog_success_show_all'] = "Versionsinfo wird wieder allen Benutzern angezeigt"; +$lang['options_version_dialog_success_hide_all'] = "Versionsinfo wird keinem Benutzer angezeigt"; +$lang['options_version_dialog_show_hide'] = "Versionsinfo-Dialog für alle Benutzer ein-/ausblenden"; +$lang['options_version_dialog_show_all'] = "Allen Benutzern anzeigen"; +$lang['options_version_dialog_hide_all'] = "Allen Benutzern ausblenden"; +$lang['options_version_dialog_show_all_hint'] = "Dies zeigt den Versionsdialog automatisch allen Benutzern bei der nächsten Seiten-Aktualisierung an."; +$lang['options_version_dialog_hide_all_hint'] = "Dies deaktiviert das automatische Einblenden des Versionsdialogs für alle Benutzer."; $lang['options_save'] = 'Speichern'; diff --git a/application/language/greek/options_lang.php b/application/language/greek/options_lang.php index 1579c146..4f05c772 100644 --- a/application/language/greek/options_lang.php +++ b/application/language/greek/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save'; diff --git a/application/language/italian/options_lang.php b/application/language/italian/options_lang.php index 1579c146..4f05c772 100644 --- a/application/language/italian/options_lang.php +++ b/application/language/italian/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save'; diff --git a/application/language/polish/options_lang.php b/application/language/polish/options_lang.php index 1579c146..4f05c772 100644 --- a/application/language/polish/options_lang.php +++ b/application/language/polish/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save'; diff --git a/application/language/russian/options_lang.php b/application/language/russian/options_lang.php index da810bce..e2469959 100644 --- a/application/language/russian/options_lang.php +++ b/application/language/russian/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Сохранить'; diff --git a/application/language/spanish/options_lang.php b/application/language/spanish/options_lang.php index 1579c146..4f05c772 100644 --- a/application/language/spanish/options_lang.php +++ b/application/language/spanish/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save'; diff --git a/application/language/swedish/options_lang.php b/application/language/swedish/options_lang.php index f92fc406..0190786f 100644 --- a/application/language/swedish/options_lang.php +++ b/application/language/swedish/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Spara'; diff --git a/application/language/turkish/options_lang.php b/application/language/turkish/options_lang.php index 1579c146..4f05c772 100644 --- a/application/language/turkish/options_lang.php +++ b/application/language/turkish/options_lang.php @@ -90,6 +90,13 @@ $lang['options_version_dialog_custom_text'] = "Version Info Custom Text"; $lang['options_version_dialog_custom_text_hint'] = "This is the custom text which is shown in the dialog."; $lang['options_version_dialog_mode_changed_to'] = "Version Info Mode changed to"; $lang['options_version_dialog_custom_text_saved'] = "Version Info Custom Text saved!"; +$lang['options_version_dialog_success_show_all'] = "Version Info will be shown to all users again"; +$lang['options_version_dialog_success_hide_all'] = "Version Info will not be shown to any user"; +$lang['options_version_dialog_show_hide'] = "Show/Hide Version Info Dialog for all Users"; +$lang['options_version_dialog_show_all'] = "Show for all Users"; +$lang['options_version_dialog_hide_all'] = "Hide for all Users"; +$lang['options_version_dialog_show_all_hint'] = "This will show the version dialog automatically to all users on their next page reload."; +$lang['options_version_dialog_hide_all_hint'] = "This will deactivate the automatic popup of the version dialog for all users."; $lang['options_save'] = 'Save';