From 8368745b65c5269394713c48c414e68c366e0b61 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 May 2016 22:04:45 -0600 Subject: [PATCH] Update app_languages.php Fix the label and description for the singular 'user'. --- app/devices/app_languages.php | 38 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index a9970c5bc4..df445f3f10 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -195,16 +195,16 @@ $text['label-voicemail']['de-at'] = "Sprachnachricht"; $text['label-voicemail']['ar-eg'] = "البريد الصوتي"; $text['label-voicemail']['he'] = "תיבה קולית"; -$text['label-users']['en-us'] = "Users"; -$text['label-users']['es-cl'] = "Usuarios"; -$text['label-users']['pt-pt'] = "Utilizadores"; -$text['label-users']['fr-fr'] = "Utilisateurs"; -$text['label-users']['pt-br'] = "Usuários"; -$text['label-users']['pl'] = "Użytkownicy"; -$text['label-users']['sv-se'] = "Användare"; -$text['label-users']['uk'] = "Користувачі"; -$text['label-users']['de-at'] = "Benutzer"; -$text['label-users']['he'] = ""; +$text['label-user']['en-us'] = "User"; +$text['label-user']['es-cl'] = "Usuario"; +$text['label-user']['pt-pt'] = "Utilizadore"; +$text['label-user']['fr-fr'] = "Utilisateur"; +$text['label-user']['pt-br'] = "Usuário"; +$text['label-user']['pl'] = "Użytkownicy"; +$text['label-user']['sv-se'] = "Användare"; +$text['label-user']['uk'] = "Користувачі"; +$text['label-user']['de-at'] = "Benutzer"; +$text['label-user']['he'] = ""; $text['label-user_id']['en-us'] = "User ID"; $text['label-user_id']['es-cl'] = "ID de usuario"; @@ -1875,15 +1875,15 @@ $text['header-device']['de-at'] = "Gerät"; $text['header-device']['ar-eg'] = ""; $text['header-device']['he'] = "מכשיר"; -$text['description-users']['en-us'] = "Assign a user to this device."; -$text['description-users']['es-cl'] = "Asignar un usuario a este dispositivo."; -$text['description-users']['pt-pt'] = "Atribuir um usuário a este dispositivo."; -$text['description-users']['fr-fr'] = "Affectation d'un utilisateur à cet appareil."; -$text['description-users']['pt-br'] = "Atribuir um usuário a este dispositivo."; -$text['description-users']['pl'] = "Przypisywanie użytkownika do tego urządzenia."; -$text['description-users']['sv-se'] = "Tilldela en användare till den här enheten."; -$text['description-users']['uk'] = "Призначення користувача Цей пристрій."; -$text['description-users']['de-at'] = "Zuweisen eines Benutzers zu diesem Gerät."; +$text['description-user']['en-us'] = "Assign a user to this device."; +$text['description-user']['es-cl'] = "Asignar un usuario a este dispositivo."; +$text['description-user']['pt-pt'] = "Atribuir um usuário a este dispositivo."; +$text['description-user']['fr-fr'] = "Affectation d'un utilisateur à cet appareil."; +$text['description-user']['pt-br'] = "Atribuir um usuário a este dispositivo."; +$text['description-user']['pl'] = "Przypisywanie użytkownika do tego urządzenia."; +$text['description-user']['sv-se'] = "Tilldela en användare till den här enheten."; +$text['description-user']['uk'] = "Призначення користувача Цей пристрій."; +$text['description-user']['de-at'] = "Zuweisen eines Benutzers zu diesem Gerät."; $text['description-user_id']['en-us'] = "Enter the user ID."; $text['description-user_id']['es-cl'] = "Ingrese el ID de usuario.";