From 67c3ec35f5a3704befcc8c61b66823596113820a Mon Sep 17 00:00:00 2001 From: noahmehl Date: Fri, 28 Jun 2019 21:16:25 -0400 Subject: [PATCH] Expose fast-forward/rewind and oldest message first playback options on VM box setup (#146) --- i18n/de-DE.json | 8 ++++++++ i18n/en-US.json | 12 ++++++++++-- i18n/es-ES.json | 8 ++++++++ i18n/ru-RU.json | 8 ++++++++ submodules/vmboxes/views/edit.html | 20 ++++++++++++++++++++ 5 files changed, 54 insertions(+), 2 deletions(-) diff --git a/i18n/de-DE.json b/i18n/de-DE.json index 203d7c3..d1b0974 100644 --- a/i18n/de-DE.json +++ b/i18n/de-DE.json @@ -1410,6 +1410,14 @@ "label": "Über Menü konfigurierbar?", "help": " Wenn deaktiviert, kann der Benutzer den Anrufbeantworter nicht über das Menü konfigurieren" }, + "fastForwardRewind": { + "label": "Vor- und Zurückspulen aktivieren?", + "help": "Wenn diese Option aktiviert ist, kann der Benutzer Voicemail-Nachrichten schnell vor- und zurückspulen" + }, + "oldestMessageFirst": { + "label": "Mailbox nach ältester Nachricht sortieren?", + "help": "Wenn diese Option aktiviert ist, werden Voicemails in der Reihenfolge vom ältesten zum neuesten abgespielt" + }, "__comment": "UI-2634: Unterstützung für WAV, MP4 und MP3 für die Anrufbeantworter-Medienerweiterungen hinzugefügt", "__version": "4.1", "mediaExtension": { diff --git a/i18n/en-US.json b/i18n/en-US.json index 820099c..354abe6 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -339,8 +339,8 @@ "buy": "Buy Device", "classifiers": { "unknown": { - "name": "Other than above", - "help": "Please select this option when you want this account to place calls to ANY NUMBER other than mentioned on the list. (When the format of the number is unknown to the system.)" + "name": "Other than above", + "help": "Please select this option when you want this account to place calls to ANY NUMBER other than mentioned on the list. (When the format of the number is unknown to the system.)" } }, "noMatchingDevices": "There were no devices found matching your search", @@ -1421,6 +1421,14 @@ "label": "Configurable via Menu?", "help": " If unchecked, it will disallow the user to configure voicemail via the menu" }, + "fastForwardRewind": { + "label": "Enable fast-forward and rewind?", + "help": "If enabled, it will allow the user to fast forward and rewind their voicemail messages" + }, + "oldestMessageFirst": { + "label": "Sort voicemail box by oldest message first?", + "help": "If enabled, voicemails will be played in order from oldest to newest" + }, "__comment": "UI-2634: add support for wav/mp4/mp3 for voicemail media extensions", "__version": "4.1", "mediaExtension": { diff --git a/i18n/es-ES.json b/i18n/es-ES.json index afd2e17..c323bd4 100644 --- a/i18n/es-ES.json +++ b/i18n/es-ES.json @@ -1058,6 +1058,14 @@ "configurable": { "label": "Configurar a través del menú?", "help": "Si no activado, no permitirá al usuario configurar el correo de voz a través del menú " + }, + "fastForwardRewind": { + "label": "¿Habilitar el avance rápido y rebobinar?", + "help": "Si está habilitado, permitirá al usuario avanzar y rebobinar sus mensajes de correo de voz" + }, + "oldestMessageFirst": { + "label": "¿Ordenar primero el buzón de correo de voz por el mensaje más antiguo?", + "help": "Si está habilitado, los correos de voz se reproducirán en orden del más antiguo al más nuevo" } }, "recipients": { diff --git a/i18n/ru-RU.json b/i18n/ru-RU.json index f847fdb..637d3e4 100644 --- a/i18n/ru-RU.json +++ b/i18n/ru-RU.json @@ -1071,6 +1071,14 @@ "label": "Конфигурируется через меню?", "help": "Если не выбрано, то пользователь не сможет настраивать свой ящик голосовой почты через голосовое меню" }, + "fastForwardRewind": { + "label": "Включить ускоренную перемотку вперед и назад?", + "help": "Если этот параметр включен, он позволяет пользователю перематывать и перематывать свои сообщения голосовой почты." + }, + "oldestMessageFirst": { + "label": "Сортировать ящик голосовой почты по самому старому сообщению первым?", + "help": "Если включено, голосовые сообщения будут воспроизводиться в порядке от самого старого до самого нового" + }, "mediaExtension": { "label": "Расширения файлов", "default": "По-уполчанию для учетной записи" diff --git a/submodules/vmboxes/views/edit.html b/submodules/vmboxes/views/edit.html index 672d17f..b50ecf8 100644 --- a/submodules/vmboxes/views/edit.html +++ b/submodules/vmboxes/views/edit.html @@ -167,6 +167,26 @@ + +
+ +
+ +
+ +