diff --git a/application/controllers/User_options.php b/application/controllers/User_options.php index be73d480..9d9f7536 100755 --- a/application/controllers/User_options.php +++ b/application/controllers/User_options.php @@ -58,6 +58,22 @@ class User_Options extends CI_Controller { header('Content-Type: application/json'); echo json_encode($jsonout); } + + public function get_vd_confirmation() { + $confirmed = $this->user_options_model->get_options('confirmation_version_dialog')->result(); + + if ($confirmed->num_rows() > 0) { + $confirmation_value = $confirmed[0]->option_value; + if ($confirmation_value == 'true') { + log_message('error', 'VD confirmed'); + } else { + log_message('error', 'VD NOT confirmed'); + } + } else { + log_message('error', 'No Data in User Options'); + } + } + } diff --git a/application/language/bulgarian/options_lang.php b/application/language/bulgarian/options_lang.php index 19703452..b2a7eb0f 100644 --- a/application/language/bulgarian/options_lang.php +++ b/application/language/bulgarian/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands diff --git a/application/language/chinese_simplified/options_lang.php b/application/language/chinese_simplified/options_lang.php index 35480b6c..78f5233f 100644 --- a/application/language/chinese_simplified/options_lang.php +++ b/application/language/chinese_simplified/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = '保存'; // Bands diff --git a/application/language/czech/options_lang.php b/application/language/czech/options_lang.php index ce333cf3..2887033f 100644 --- a/application/language/czech/options_lang.php +++ b/application/language/czech/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Uložit'; // Bands diff --git a/application/language/dutch/options_lang.php b/application/language/dutch/options_lang.php index a6c760b8..8002d408 100644 --- a/application/language/dutch/options_lang.php +++ b/application/language/dutch/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands diff --git a/application/language/english/options_lang.php b/application/language/english/options_lang.php index b3422a5d..7d6273de 100644 --- a/application/language/english/options_lang.php +++ b/application/language/english/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands diff --git a/application/language/finnish/options_lang.php b/application/language/finnish/options_lang.php index 2dbfd530..ae061e9d 100644 --- a/application/language/finnish/options_lang.php +++ b/application/language/finnish/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands diff --git a/application/language/french/options_lang.php b/application/language/french/options_lang.php index b3422a5d..7d6273de 100644 --- a/application/language/french/options_lang.php +++ b/application/language/french/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands diff --git a/application/language/german/options_lang.php b/application/language/german/options_lang.php index fcc241cd..91654310 100644 --- a/application/language/german/options_lang.php +++ b/application/language/german/options_lang.php @@ -73,6 +73,19 @@ $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'] = "Versionsdialog"; +$lang['options_version_dialog_settings'] = "Versionsdialog Einstellungen"; +$lang['options_version_dialog_mode'] = "Versionsdialog 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'] = "Der Versionsdialog wird jedem Benutzer angezeigt. Der Benutzer hat die Möglichkeit, den Dialog zu schließen, nachdem er ihn gelesen hat. Wählen Sie aus, ob Sie nur Versionshinweise (von GitHub abgerufen), nur benutzerdefinierten Text oder beides anzeigen möchten."; +$lang['options_version_dialog_custom_text'] = "Versionsdialog - benutzerdefinierter Text"; +$lang['options_version_dialog_custom_text_hint'] = "Dies ist der benutzerdefinierte Text, welcher im Versionsdialog angezeigt wird. "; +$lang['options_version_dialog_mode_changed_to'] = "Versionsdialog Modus geändert zu"; +$lang['options_version_dialog_custom_text_saved'] = "Versionsdialog benutzerdefinierter Text gespeichert!"; + $lang['options_save'] = 'Speichern'; // Bands diff --git a/application/language/greek/options_lang.php b/application/language/greek/options_lang.php index b3422a5d..7d6273de 100644 --- a/application/language/greek/options_lang.php +++ b/application/language/greek/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands diff --git a/application/language/italian/options_lang.php b/application/language/italian/options_lang.php index b3422a5d..7d6273de 100644 --- a/application/language/italian/options_lang.php +++ b/application/language/italian/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands diff --git a/application/language/polish/options_lang.php b/application/language/polish/options_lang.php index b3422a5d..7d6273de 100644 --- a/application/language/polish/options_lang.php +++ b/application/language/polish/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands diff --git a/application/language/russian/options_lang.php b/application/language/russian/options_lang.php index e2de5ae9..aa577647 100644 --- a/application/language/russian/options_lang.php +++ b/application/language/russian/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Максимальный возр $lang['options_dxcluster_decont_changed_to']='континент изменён на '; $lang['options_dxcluster_decont_hint']='Бубт показаны споты только от споттеров с указанного континента'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Сохранить'; // Bands diff --git a/application/language/spanish/options_lang.php b/application/language/spanish/options_lang.php index b3422a5d..7d6273de 100644 --- a/application/language/spanish/options_lang.php +++ b/application/language/spanish/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands diff --git a/application/language/swedish/options_lang.php b/application/language/swedish/options_lang.php index e5e267c7..d03f42cf 100644 --- a/application/language/swedish/options_lang.php +++ b/application/language/swedish/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximal ålder för fläckar ändr $lang['options_dxcluster_decont_changed_to']='kontinenten ändrats till '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Spara'; // Bands diff --git a/application/language/turkish/options_lang.php b/application/language/turkish/options_lang.php index b3422a5d..7d6273de 100644 --- a/application/language/turkish/options_lang.php +++ b/application/language/turkish/options_lang.php @@ -73,6 +73,19 @@ $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; $lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; +$lang['options_version_dialog'] = "Version Dialog"; +$lang['options_version_dialog_settings'] = "Version Dialog Settings"; +$lang['options_version_dialog_mode'] = "Version Dialog Mode"; +$lang['options_version_dialog_mode_release_notes'] = "Only Release Notes"; +$lang['options_version_dialog_mode_custom_text'] = "Only Custom Text"; +$lang['options_version_dialog_mode_both'] = "Release Notes and Custom Text"; +$lang['options_version_dialog_mode_disabled'] = "Disabled"; +$lang['options_version_dialog_mode_hint'] = "The Version Dialog is shown to every user. The user has the option to dismiss the dialog after he read it. Select if you want to show only release notes (fetched from github), only custom text or both."; +$lang['options_version_dialog_custom_text'] = "Version Dialog 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 Dialog Mode changed to"; +$lang['options_version_dialog_custom_text_saved'] = "Version Dialog Custom Text saved!"; + $lang['options_save'] = 'Save'; // Bands