diff --git a/resources/lang/de/lang.php b/resources/lang/de/lang.php index 60b0b2010..b5f709973 100644 --- a/resources/lang/de/lang.php +++ b/resources/lang/de/lang.php @@ -923,7 +923,6 @@ return [ *translation required from here *****************************************************/ 'edit_profile' => 'Edit profile', - 'you_are_here' => 'You are here', 'Send' => 'SEND', 'no_article' => 'No article', 'profile_settings' => 'Profile settings', diff --git a/resources/lang/en/lang.php b/resources/lang/en/lang.php index b3cc8e21e..a7cbe124c 100644 --- a/resources/lang/en/lang.php +++ b/resources/lang/en/lang.php @@ -1360,7 +1360,6 @@ return [ 'post_comment' => 'Post comment', 'plugin' => 'Plugin', 'edit_profile' => 'Edit profile', - 'you_are_here' => 'You are here', 'Send' => 'SEND', 'no_article' => 'No article', 'profile_settings' => 'Profile settings', diff --git a/resources/lang/fr/lang.php b/resources/lang/fr/lang.php index 95ee1ad1b..bcf2a27f1 100644 --- a/resources/lang/fr/lang.php +++ b/resources/lang/fr/lang.php @@ -1322,7 +1322,6 @@ return [ 'post_comment' => 'Poster commentaire', 'plugin' => 'Plugin', 'edit_profile' => 'Modifier profil', - 'you_are_here' => 'Vous êtes ici', 'Send' => 'VALIDER', 'no_article' => 'Pas d\'article', 'profile_settings' => 'Paramètres du profil', diff --git a/resources/lang/it/lang.php b/resources/lang/it/lang.php index 8d4b80168..4cba37743 100644 --- a/resources/lang/it/lang.php +++ b/resources/lang/it/lang.php @@ -883,7 +883,6 @@ return [ /* Translation Required after this line */ /******************************************************************************/ 'edit_profile' => 'Edit profile', - 'you_are_here' => 'You are here', 'Send' => 'SEND', 'no_article' => 'No article', 'profile_settings' => 'Profile settings', diff --git a/resources/lang/nl/lang.php b/resources/lang/nl/lang.php index 191fe648f..2afe15a2c 100644 --- a/resources/lang/nl/lang.php +++ b/resources/lang/nl/lang.php @@ -1378,7 +1378,6 @@ return [ 'post_comment' => 'Plaats reactie', 'plugin' => 'Plugin', 'edit_profile' => 'Bewerk profiel', - 'you_are_here' => 'Je bent hier', 'Send' => 'Verstuur', 'no_article' => 'Geen artikel', 'profile_settings' => 'Profiel instellingen', diff --git a/resources/lang/pt/lang.php b/resources/lang/pt/lang.php index 0b9d29150..e0c0f5b8a 100644 --- a/resources/lang/pt/lang.php +++ b/resources/lang/pt/lang.php @@ -1316,7 +1316,6 @@ return [ 'post_comment' => 'Enviar comentário', 'plugin' => 'Plugin', 'edit_profile' => 'Editar Perfil', - 'you_are_here' => 'Você está aqui', 'Send' => 'ENVIAR', 'no_article' => 'Nenhum artigo', 'profile_settings' => 'Configurações de perfil', diff --git a/resources/lang/ru/lang.php b/resources/lang/ru/lang.php index 17c4541e7..293134029 100644 --- a/resources/lang/ru/lang.php +++ b/resources/lang/ru/lang.php @@ -830,7 +830,6 @@ return [ /* Translation reuired */ /*****************************************************************************************/ 'edit_profile' => 'Edit profile', - 'you_are_here' => 'You are here', 'Send' => 'SEND', 'no_article' => 'No article', 'profile_settings' => 'Profile settings',