Version Dialog language
这个提交包含在:
父节点
a85dc88159
当前提交
26496cf980
共有 16 个文件被更改,包括 211 次插入 和 0 次删除
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
正在加载…
在新工单中引用