remove schema translations (#2638)

the schema should not have any translations on it as they are present
for reference only.
This removes the extra descriptions found and corrects some of the en to
en-us ones
This commit is contained in:
Mafoo
2017-06-03 19:34:19 +01:00
committed by FusionPBX
parent b7c8230e78
commit b2841c4a8c
10 changed files with 49 additions and 134 deletions

View File

@@ -188,72 +188,58 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_id";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the voicemail id.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите идентификатор Голосовой Почты.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_password";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the voicemail password.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите пароль для Голосовой Почты.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "greeting_id";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the greeting id.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите идентификатор приветствия .";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_alternate_greet_id";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Used to provide an alternate id for the voicemail announcement.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Используется для обеспечения чередования идентификатора объявлений голосовой почты.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_mail_to";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the email address to send voicemail to.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите адрес электронной почты для отправки на голосовую почту.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_sms_to";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the sms did to send voicemail to.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите смс для отправки голосовой почты.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_transcription_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "If voicemail transcription is enabled for this user";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Если голосовая почта транскрипция включена для этого пользователя";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_attach_file";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose whether to attach the file to the email.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите прикрепить ли файл к письму.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_file";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select a listening option to include with the email notification.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите опцию прослушивания, чтобы включить с уведомлением по электронной почте.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_local_after_email";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose to keep the voicemail file after sending the email.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите, чтобы сохранить файл голосовой почты после отправки по электронной почте.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select to enable or disable this voicemail.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите, чтобы включить или отключить эту голосовую почту.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите описание.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_name_base64";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_tutorial";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "";
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_voicemail_messages";