Browse Source

Revert "Expose fast-forward/rewind and oldest message first playback options on VM box setup (#146)" (#150)

This reverts commit 67c3ec35f5.
4.3
bitbashing 6 years ago
committed by Joris Tirado
parent
commit
2b8727900c
5 changed files with 2 additions and 54 deletions
  1. +0
    -8
      i18n/de-DE.json
  2. +2
    -10
      i18n/en-US.json
  3. +0
    -8
      i18n/es-ES.json
  4. +0
    -8
      i18n/ru-RU.json
  5. +0
    -20
      submodules/vmboxes/views/edit.html

+ 0
- 8
i18n/de-DE.json View File

@ -1410,14 +1410,6 @@
"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": {


+ 2
- 10
i18n/en-US.json View File

@ -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",
@ -1427,14 +1427,6 @@
"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": {


+ 0
- 8
i18n/es-ES.json View File

@ -1058,14 +1058,6 @@
"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": {


+ 0
- 8
i18n/ru-RU.json View File

@ -1071,14 +1071,6 @@
"label": "Конфигурируется через меню?",
"help": "Если не выбрано, то пользователь не сможет настраивать свой ящик голосовой почты через голосовое меню"
},
"fastForwardRewind": {
"label": "Включить ускоренную перемотку вперед и назад?",
"help": "Если этот параметр включен, он позволяет пользователю перематывать и перематывать свои сообщения голосовой почты."
},
"oldestMessageFirst": {
"label": "Сортировать ящик голосовой почты по самому старому сообщению первым?",
"help": "Если включено, голосовые сообщения будут воспроизводиться в порядке от самого старого до самого нового"
},
"mediaExtension": {
"label": "Расширения файлов",
"default": "По-уполчанию для учетной записи"


+ 0
- 20
submodules/vmboxes/views/edit.html View File

@ -167,26 +167,6 @@
</div>
</label>
</div>
<div class="control-group">
<label class="control-input checkbox">
<div data-toggle="tooltip" data-placement="right" data-original-title="{{ i18n.vmboxes.popupSettings.options.fastForwardRewind.help }}">
{{#monsterCheckbox i18n.vmboxes.popupSettings.options.fastForwardRewind.label}}
<input type="checkbox" name="is_voicemail_ff_rw_enabled" id="is_voicemail_ff_rw_enabled" {{#if is_voicemail_ff_rw_enabled }}checked{{/if}} />
{{/monsterCheckbox}}
</div>
</label>
</div>
<div class="control-group">
<label class="control-input checkbox">
<div data-toggle="tooltip" data-placement="right" data-original-title="{{ i18n.vmboxes.popupSettings.options.oldestMessageFirst.help }}">
{{#monsterCheckbox i18n.vmboxes.popupSettings.options.oldestMessageFirst.label}}
<input type="checkbox" name="oldest_message_first" id="oldest_message_first" {{#if oldest_message_first }}checked{{/if}} />
{{/monsterCheckbox}}
</div>
</label>
</div>
</div>
<div class="tabs-section" data-section="recipients">


Loading…
Cancel
Save