diff --git a/app/voicemail_greetings/app_languages.php b/app/voicemail_greetings/app_languages.php index 96608dd1e2..5a5d964fb7 100644 --- a/app/voicemail_greetings/app_languages.php +++ b/app/voicemail_greetings/app_languages.php @@ -80,6 +80,17 @@ $text['message-uploaded']['pl'] = "Plik wysłano poprawnie"; $text['message-uploaded']['uk'] = "Завантажено"; $text['message-uploaded']['he'] = "הטענה הושלמה"; +$text['message-unsupported_file_type']['en-us'] = "Unsupported File Type"; +$text['message-unsupported_file_type']['es-cl'] = "Tipo de archivo no compatible"; +$text['message-unsupported_file_type']['pt-pt'] = "Não suportado Tipo de Arquivo"; +$text['message-unsupported_file_type']['fr-fr'] = "Type de fichier non pris en charge"; +$text['message-unsupported_file_type']['pt-br'] = "Não suportado Tipo de Arquivo"; +$text['message-unsupported_file_type']['pl'] = "Nieobsługiwany typ pliku"; +$text['message-unsupported_file_type']['sv-se'] = "Inte stöds filtyp"; +$text['message-unsupported_file_type']['uk'] = "Тип файлу не підтримується"; +$text['message-unsupported_file_type']['de-at'] = "Dateityp nicht unterstützt"; +$text['message-unsupported_file_type']['he'] = "סוג הקובץ לא נתמך"; + $text['message-greeting_selected']['en-us'] = "Greeting Selected"; $text['message-greeting_selected']['es-cl'] = "Saludo Seleccionado"; $text['message-greeting_selected']['pt-pt'] = "Saudação Selecionada"; @@ -98,6 +109,17 @@ $text['label-tools']['pl'] = "Narzędzia"; $text['label-tools']['uk'] = "Параметри"; $text['label-tools']['he'] = "כלים"; +$text['label-select_a_file']['en-us'] = "Select a file..."; +$text['label-select_a_file']['es-cl'] = "Seleccione un archivo..."; +$text['label-select_a_file']['pt-pt'] = "Selecione um arquivo ..."; +$text['label-select_a_file']['fr-fr'] = "Sélectionner un fichier..."; +$text['label-select_a_file']['pt-br'] = "Selecione um arquivo ..."; +$text['label-select_a_file']['pl'] = "Wybierz plik ..."; +$text['label-select_a_file']['sv-se'] = "Välj en fil ..."; +$text['label-select_a_file']['uk'] = "Виберіть файл ..."; +$text['label-select_a_file']['de-at'] = "Wählen Sie eine Datei ..."; +$text['label-select_a_file']['he'] = "בחר קובץ ..."; + $text['label-play']['en-us'] = "Play"; $text['label-play']['es-cl'] = "Reproducir"; $text['label-play']['pt-pt'] = "Tocar"; diff --git a/app/voicemail_greetings/voicemail_greetings.php b/app/voicemail_greetings/voicemail_greetings.php index b4ef1b0367..96a1cb77ae 100644 --- a/app/voicemail_greetings/voicemail_greetings.php +++ b/app/voicemail_greetings/voicemail_greetings.php @@ -314,32 +314,41 @@ require_once "resources/check_auth.php"; require_once "resources/header.php"; //begin the content - echo ""; + echo ""; + echo "\n"; + + echo "