diff --git a/modules/system/lang/de/lang.php b/modules/system/lang/de/lang.php index 3952f09ab..a6c6dc404 100644 --- a/modules/system/lang/de/lang.php +++ b/modules/system/lang/de/lang.php @@ -33,8 +33,13 @@ return [ 'help' => 'Wie Sie Ihre Projekt-ID finden', 'missing' => 'Bitte geben Sie eine Projekt-ID an.', ], - 'detach_confirm_' => 'Are you sure you want to detach this project?', + 'detach_confirm' => 'Are you sure you want to detach this project?', 'unbind_success' => 'Projekt wurde erfolgreich getrennt (detached).', + ], + 'settings' => [ + 'menu_label' => 'Einstellungen', + 'missing_model' => 'Der Einstellungsseite fehlt eine Model-Definition.', + 'update_success' => 'Einstellung für :name wurde erfolgreich aktualisiert.', 'return' => 'Return to system settings', ], 'email' => [ @@ -56,11 +61,6 @@ return [ 'sendmail_path' => 'Sendmail Path', 'sendmail_path_comment' => 'Please specify the path of the sendmail program.', ], - 'settings' => [ - 'menu_label' => 'Einstellungen', - 'missing_model' => 'Der Einstellungsseite fehlt eine Model-Definition.', - 'update_success' => 'Einstellung für :name wurde erfolgreich aktualisiert.', - ], 'install' => [ 'project_label' => 'Mit Projekt verbinden', 'plugin_label' => 'Plugin installieren', diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index 671ce5bef..dc2d50695 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -33,7 +33,7 @@ return [ 'help' => 'How to find your Project ID', 'missing' => 'Please specify a Project ID to use.', ], - 'detach_confirm_' => 'Are you sure you want to detach this project?', + 'detach_confirm' => 'Are you sure you want to detach this project?', 'unbind_success' => 'Project has been detached successfully.', ], 'settings' => [ diff --git a/modules/system/lang/nl/lang.php b/modules/system/lang/nl/lang.php index 3a8aa7fea..205628cb9 100644 --- a/modules/system/lang/nl/lang.php +++ b/modules/system/lang/nl/lang.php @@ -33,7 +33,7 @@ return [ 'help' => 'Hoe vind je jouw Project ID', 'missing' => 'Voer een Project ID in.', ], - 'detach_confirm_' => 'Are you sure you want to detach this project?', + 'detach_confirm' => 'Are you sure you want to detach this project?', 'unbind_success' => 'Project is succesvol ontkoppeld.', ], 'settings' => [ diff --git a/modules/system/lang/ru/lang.php b/modules/system/lang/ru/lang.php index abc7babb9..e27f2d977 100644 --- a/modules/system/lang/ru/lang.php +++ b/modules/system/lang/ru/lang.php @@ -33,7 +33,7 @@ return [ 'help' => 'How to find your Project ID', 'missing' => 'Please specify a Project ID to use.', ], - 'detach_confirm_' => 'Are you sure you want to detach this project?', + 'detach_confirm' => 'Are you sure you want to detach this project?', 'unbind_success' => 'Project has been detached successfully.', ], 'settings' => [ diff --git a/modules/system/lang/sv/lang.php b/modules/system/lang/sv/lang.php index 3602a548d..9d64c93cf 100644 --- a/modules/system/lang/sv/lang.php +++ b/modules/system/lang/sv/lang.php @@ -33,8 +33,13 @@ return [ 'help' => 'Hur du hittar ditt Projekt-ID', 'missing' => 'Var god välj ett Projekt-ID', ], - 'detach_confirm_' => 'Vill du verkligen avlänka detta projekt?', + 'detach_confirm' => 'Vill du verkligen avlänka detta projekt?', 'unbind_success' => 'Projektet har blivit avlänkat', + ], + 'settings' => [ + 'menu_label' => 'Inställningar', + 'missing_model' => 'Inställningssidan saknar en modell-definition', + 'update_success' => 'Inställningar för :name har uppdaterats', 'return' => 'Återgå till systeminställningar', ], 'email' => [ @@ -56,11 +61,6 @@ return [ 'sendmail_path' => 'Sendmail-sökväg', 'sendmail_path_comment' => 'Var god ange sökvägen till sendmail', ], - 'settings' => [ - 'menu_label' => 'Inställningar', - 'missing_model' => 'Inställningssidan saknar en modell-definition', - 'update_success' => 'Inställningar för :name har uppdaterats', - ], 'install' => [ 'project_label' => 'Länka till Projekt', 'plugin_label' => 'Installera Plugin', diff --git a/modules/system/lang/tr/lang.php b/modules/system/lang/tr/lang.php index 7bafbe6f0..e9e9a9c8a 100644 --- a/modules/system/lang/tr/lang.php +++ b/modules/system/lang/tr/lang.php @@ -33,8 +33,13 @@ return [ 'help' => 'Proje ID\'sini nasıl bulurum?', 'missing' => 'Lütfen kullanılacak Proje ID\'sini belirleyin.', ], - 'detach_confirm_' => 'Are you sure you want to detach this project?', + 'detach_confirm' => 'Are you sure you want to detach this project?', 'unbind_success' => 'Project has been detached successfully.', + ], + 'settings' => [ + 'menu_label' => 'Ayarlar', + 'missing_model' => 'The settings page is missing a Model definition.', + 'update_success' => 'Settings for :name have been updated successfully.', 'return' => 'Return to system settings', ], 'email' => [ @@ -56,11 +61,6 @@ return [ 'sendmail_path' => 'Sendmail Path', 'sendmail_path_comment' => 'Please specify the path of the sendmail program.', ], - 'settings' => [ - 'menu_label' => 'Ayarlar', - 'missing_model' => 'The settings page is missing a Model definition.', - 'update_success' => 'Settings for :name have been updated successfully.', - ], 'install' => [ 'project_label' => 'Projeye bağla', 'plugin_label' => 'Eklenti Yükle',