From 8709d01fb0976d33ba31d1143f4df7e3a14241b1 Mon Sep 17 00:00:00 2001 From: Mafoo Date: Fri, 2 Jun 2017 20:24:12 +0100 Subject: [PATCH] BugFix [master] language update (#2628) Imported Found language ro as ro-ro Romanian (tested by reverse translation) Add placeholders for all found languages Add new missing flags Enhancements to text class * improved sort to keep language-* tags organized at the top * if a language is missing a name tag, add it * changed organizer to not add a final \n * corrected some indenting * added detect_all_languages that attempts to find any languages that haven't been defined in resources/app_languages.php * added language_totals, this is used by the optional languages application to calculate how complete a language is --- app/access_controls/app_languages.php | 92 +++- app/backup/app_languages.php | 84 +++- app/call_block/app_languages.php | 128 +++++- app/call_broadcast/app_languages.php | 128 +++++- app/call_center_active/app_languages.php | 168 ++++++- app/call_centers/app_languages.php | 134 +++++- app/call_flows/app_languages.php | 140 +++++- app/calls/app_languages.php | 204 ++++++++- app/calls_active/app_languages.php | 140 +++++- app/click_to_call/app_languages.php | 132 +++++- app/conference_centers/app_languages.php | 300 +++++++++++- app/conference_controls/app_languages.php | 128 +++++- app/conference_profiles/app_languages.php | 84 +++- app/conferences/app_languages.php | 138 +++++- app/conferences_active/app_languages.php | 192 +++++++- app/database_transactions/app_languages.php | 148 +++++- app/destinations/app_languages.php | 176 ++++++- app/devices/app_languages.php | 219 ++++++++- app/dialplan/app_languages.php | 362 ++++++++++++++- app/dialplan_inbound/app_languages.php | 144 +++++- app/dialplan_outbound/app_languages.php | 238 +++++++++- app/edit/app_languages.php | 132 +++++- app/emails/app_languages.php | 108 ++++- app/exec/app_languages.php | 112 ++++- app/extensions/app_languages.php | 127 +++++- app/fax/app_languages.php | 188 +++++++- app/fifo/app_languages.php | 152 ++++++- app/fifo_list/app_languages.php | 88 +++- app/gateways/app_languages.php | 280 +++++++++++- app/ivr_menus/app_languages.php | 252 +++++++++- app/log_viewer/app_languages.php | 52 ++- app/modules/app_languages.php | 96 +++- app/music_on_hold/app_languages.php | 180 +++++++- app/operator_panel/app_languages.php | 84 +++- app/phrases/app_languages.php | 92 +++- app/pin_numbers/app_languages.php | 102 ++++- app/recordings/app_languages.php | 84 +++- app/registrations/app_languages.php | 88 +++- app/ring_groups/app_languages.php | 284 +++++++++++- app/services/app_languages.php | 88 +++- app/settings/app_languages.php | 84 +++- app/sip_profiles/app_languages.php | 128 +++++- app/system/app_languages.php | 108 ++++- app/tftp/app_languages.php | 1 + app/time_conditions/app_languages.php | 220 ++++++++- app/tones/app_languages.php | 16 +- app/traffic_graph/app_languages.php | 28 +- app/vars/app_languages.php | 60 ++- app/voicemail_greetings/app_languages.php | 104 ++++- app/voicemails/app_languages.php | 296 +++++++++++- core/apps/app_languages.php | 32 +- core/databases/app_languages.php | 92 +++- core/default_settings/app_languages.php | 156 ++++++- core/domain_settings/app_languages.php | 172 ++++++- core/groups/app_languages.php | 214 ++++++++- core/install/app_languages.php | 156 ++++++- core/install/resources/images/flags/de-ch.png | Bin 0 -> 367 bytes core/install/resources/images/flags/es-mx.png | Bin 0 -> 574 bytes core/install/resources/images/flags/fr-ca.png | Bin 0 -> 628 bytes core/install/resources/images/flags/ro-ro.png | Bin 0 -> 495 bytes core/menu/app_languages.php | 184 +++++++- core/notifications/app_languages.php | 108 ++++- core/upgrade/app_languages.php | 172 ++++++- core/user_settings/app_languages.php | 314 ++++++++++++- core/users/app_languages.php | 336 +++++++++++++- resources/app_languages.php | 430 ++++++++++++++++-- resources/classes/text.php | 200 ++++++-- themes/default/app_languages.php | 36 +- 68 files changed, 9522 insertions(+), 193 deletions(-) create mode 100644 core/install/resources/images/flags/de-ch.png create mode 100644 core/install/resources/images/flags/es-mx.png create mode 100644 core/install/resources/images/flags/fr-ca.png create mode 100644 core/install/resources/images/flags/ro-ro.png diff --git a/app/access_controls/app_languages.php b/app/access_controls/app_languages.php index 96ab37b4b3..e6257df3b0 100644 --- a/app/access_controls/app_languages.php +++ b/app/access_controls/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/backup/app_languages.php b/app/backup/app_languages.php index 142c78d57e..a9513e32c6 100755 --- a/app/backup/app_languages.php +++ b/app/backup/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/call_block/app_languages.php b/app/call_block/app_languages.php index 0d4b1b9529..d3946255da 100644 --- a/app/call_block/app_languages.php +++ b/app/call_block/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/call_broadcast/app_languages.php b/app/call_broadcast/app_languages.php index 2b794d6243..fe6afaaad4 100644 --- a/app/call_broadcast/app_languages.php +++ b/app/call_broadcast/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/call_center_active/app_languages.php b/app/call_center_active/app_languages.php index a26d23d88a..4c4ef9fab2 100644 --- a/app/call_center_active/app_languages.php +++ b/app/call_center_active/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/call_centers/app_languages.php b/app/call_centers/app_languages.php index aab972ae46..5bfb8f6143 100644 --- a/app/call_centers/app_languages.php +++ b/app/call_centers/app_languages.php @@ -1,5 +1,5 @@ +?> \ No newline at end of file diff --git a/app/calls/app_languages.php b/app/calls/app_languages.php index 3ea131325c..d2eff09e74 100644 --- a/app/calls/app_languages.php +++ b/app/calls/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/calls_active/app_languages.php b/app/calls_active/app_languages.php index 166ebc0832..61a21cc499 100644 --- a/app/calls_active/app_languages.php +++ b/app/calls_active/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/click_to_call/app_languages.php b/app/click_to_call/app_languages.php index a030dca5fd..2a158c70e6 100644 --- a/app/click_to_call/app_languages.php +++ b/app/click_to_call/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/conference_centers/app_languages.php b/app/conference_centers/app_languages.php index 41ca71fcb9..17605f5a01 100644 --- a/app/conference_centers/app_languages.php +++ b/app/conference_centers/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/conference_controls/app_languages.php b/app/conference_controls/app_languages.php index 261cb89c99..9d45963a79 100644 --- a/app/conference_controls/app_languages.php +++ b/app/conference_controls/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/conference_profiles/app_languages.php b/app/conference_profiles/app_languages.php index 19995c0416..02df56a7d4 100644 --- a/app/conference_profiles/app_languages.php +++ b/app/conference_profiles/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/conferences/app_languages.php b/app/conferences/app_languages.php index cbc22f51ee..faa373b629 100644 --- a/app/conferences/app_languages.php +++ b/app/conferences/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/conferences_active/app_languages.php b/app/conferences_active/app_languages.php index 7cdcbb08bb..283402251b 100644 --- a/app/conferences_active/app_languages.php +++ b/app/conferences_active/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/database_transactions/app_languages.php b/app/database_transactions/app_languages.php index 8aba12d066..7a499972a6 100644 --- a/app/database_transactions/app_languages.php +++ b/app/database_transactions/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/destinations/app_languages.php b/app/destinations/app_languages.php index d276f8160b..cc0bdd9732 100644 --- a/app/destinations/app_languages.php +++ b/app/destinations/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index 019334b990..ebdd4896ad 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -1,5 +1,5 @@ +?> \ No newline at end of file diff --git a/app/dialplan_outbound/app_languages.php b/app/dialplan_outbound/app_languages.php index 57d739c43d..9346f1c44e 100644 --- a/app/dialplan_outbound/app_languages.php +++ b/app/dialplan_outbound/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/edit/app_languages.php b/app/edit/app_languages.php index 6dd42bb0cb..21a9835545 100644 --- a/app/edit/app_languages.php +++ b/app/edit/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/emails/app_languages.php b/app/emails/app_languages.php index 235c89c398..92ee071ee2 100644 --- a/app/emails/app_languages.php +++ b/app/emails/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/exec/app_languages.php b/app/exec/app_languages.php index f37c709aa2..c6344365e4 100644 --- a/app/exec/app_languages.php +++ b/app/exec/app_languages.php @@ -1,11 +1,14 @@ PHP Manual"; $text['description-php']['ar-eg'] = ""; $text['description-php']['de-at'] = "PHP Befehle ausführen. Benutzen Sie folgenden Link als PHP Referenz: +?> \ No newline at end of file diff --git a/app/extensions/app_languages.php b/app/extensions/app_languages.php index 8f352c44d1..cbbb8f0b89 100644 --- a/app/extensions/app_languages.php +++ b/app/extensions/app_languages.php @@ -1,5 +1,5 @@ (Selecione 'Não' para os certificados auto-assinados.)"; +$text['description-email_connection_validate']['ro-ro'] = ""; $text['description-email_connection_validate']['ru-ru'] = "Включить проверку сертификата сервера.
(Выберете 'False' для самоподписанных сертифткатов.)"; $text['description-email_connection_validate']['sv-se'] = "Aktivera server certifikat validering (Select 'False' for self-signed certificates.) "; $text['description-email_connection_validate']['uk-ua'] = ""; @@ -2413,6 +2563,7 @@ $text['description-email_connection_username']['nl-nl'] = ""; $text['description-email_connection_username']['pl-pl'] = "Wpisz nazwę użytkownika (login)"; $text['description-email_connection_username']['pt-br'] = "Digite o nome de usuário de autenticação"; $text['description-email_connection_username']['pt-pt'] = "Digite o nome de usuário de autenticação."; +$text['description-email_connection_username']['ro-ro'] = ""; $text['description-email_connection_username']['ru-ru'] = "Введите имя пользователя для аутентификации."; $text['description-email_connection_username']['sv-se'] = "Ange autentiserings användarnamn."; $text['description-email_connection_username']['uk-ua'] = ""; @@ -2429,6 +2580,7 @@ $text['description-email_connection_type']['nl-nl'] = ""; $text['description-email_connection_type']['pl-pl'] = "Wybierz typ połączenia"; $text['description-email_connection_type']['pt-br'] = "Selecione o tipo de conexão"; $text['description-email_connection_type']['pt-pt'] = "Selecione o tipo de conexão."; +$text['description-email_connection_type']['ro-ro'] = ""; $text['description-email_connection_type']['ru-ru'] = "Выберите тип соединения."; $text['description-email_connection_type']['sv-se'] = "Välj typen av förbindelse."; $text['description-email_connection_type']['uk-ua'] = ""; @@ -2445,6 +2597,7 @@ $text['description-email_connection_server']['nl-nl'] = ""; $text['description-email_connection_server']['pl-pl'] = "Wpisz adres IP hosta i port."; $text['description-email_connection_server']['pt-br'] = "Digite o endereço de host e porta"; $text['description-email_connection_server']['pt-pt'] = "Digite o endereço de host e porta."; +$text['description-email_connection_server']['ro-ro'] = ""; $text['description-email_connection_server']['ru-ru'] = "Введите адрес и порт хоста."; $text['description-email_connection_server']['sv-se'] = "Ange host adress och port"; $text['description-email_connection_server']['uk-ua'] = ""; @@ -2461,6 +2614,7 @@ $text['description-email_connection_security']['nl-nl'] = ""; $text['description-email_connection_security']['pl-pl'] = "Wybierz wymagane zabezpieczenia"; $text['description-email_connection_security']['pt-br'] = "Selecione o nivel de segurança"; $text['description-email_connection_security']['pt-pt'] = "Selecione a segurança necessária."; +$text['description-email_connection_security']['ro-ro'] = ""; $text['description-email_connection_security']['ru-ru'] = "Выберите требуемую безопасность."; $text['description-email_connection_security']['sv-se'] = "Välj önskad säkerhet."; $text['description-email_connection_security']['uk-ua'] = ""; @@ -2477,6 +2631,7 @@ $text['description-email_connection_password']['nl-nl'] = ""; $text['description-email_connection_password']['pl-pl'] = "Wprowadź hasło uwierzytelniania."; $text['description-email_connection_password']['pt-br'] = "Digite a senha de autenticação"; $text['description-email_connection_password']['pt-pt'] = "Digite a senha de autenticação."; +$text['description-email_connection_password']['ro-ro'] = ""; $text['description-email_connection_password']['ru-ru'] = "Введите пароль для аутентификации."; $text['description-email_connection_password']['sv-se'] = "Ange autentiserings-lösenordet."; $text['description-email_connection_password']['uk-ua'] = ""; @@ -2493,6 +2648,7 @@ $text['description-email_connection_mailbox']['nl-nl'] = ""; $text['description-email_connection_mailbox']['pl-pl'] = "Wpisz nazwę zdalnego folderu monitorowanego."; $text['description-email_connection_mailbox']['pt-br'] = "Digite o nome da pasta remota para monitoramento"; $text['description-email_connection_mailbox']['pt-pt'] = "Digite o nome da pasta remoto para monitorar."; +$text['description-email_connection_mailbox']['ro-ro'] = ""; $text['description-email_connection_mailbox']['ru-ru'] = "Введите имя удаленной папки для контроля."; $text['description-email_connection_mailbox']['sv-se'] = "Ange fjärrmapp-namnet för att övervaka."; $text['description-email_connection_mailbox']['uk-ua'] = ""; @@ -2509,6 +2665,7 @@ $text['description-email']['nl-nl'] = ""; $text['description-email']['pl-pl'] = "Podaj email, na który będą wysyłane faksy przychodzące."; $text['description-email']['pt-br'] = "Insira o endereço de email para enviar o fax"; $text['description-email']['pt-pt'] = "Introduza o endereço de email para enviar o fax."; +$text['description-email']['ro-ro'] = ""; $text['description-email']['ru-ru'] = "Введите адрес доставки входящих факсов."; $text['description-email']['sv-se'] = "Ange en adress för inkommande fax."; $text['description-email']['uk-ua'] = ""; @@ -2525,6 +2682,7 @@ $text['description-destination-number']['nl-nl'] = ""; $text['description-destination-number']['pl-pl'] = "Wprowadź numer faksu docelowego."; $text['description-destination-number']['pt-br'] = "Insira o número de faz para onde pretende enviar"; $text['description-destination-number']['pt-pt'] = "Introduza o número de fax para onde pretende enviar."; +$text['description-destination-number']['ro-ro'] = ""; $text['description-destination-number']['ru-ru'] = "Введите номер получателя факса."; $text['description-destination-number']['sv-se'] = "Ange fax destinations-nummer."; $text['description-destination-number']['uk-ua'] = ""; @@ -2541,6 +2699,7 @@ $text['description-caller-id-number']['nl-nl'] = ""; $text['description-caller-id-number']['pl-pl'] = "Wprowadź prezentację numeru dzwoniącego (faksu)"; $text['description-caller-id-number']['pt-br'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000"; $text['description-caller-id-number']['pt-pt'] = "Introduza aqui o número do originador."; +$text['description-caller-id-number']['ro-ro'] = ""; $text['description-caller-id-number']['ru-ru'] = "Введите номер вызывающего абонента здесь."; $text['description-caller-id-number']['sv-se'] = "Ange nummerpresentationen här."; $text['description-caller-id-number']['uk-ua'] = ""; @@ -2557,6 +2716,7 @@ $text['description-caller-id-name']['nl-nl'] = ""; $text['description-caller-id-name']['pl-pl'] = "Wprowadź prezentację nazwę dzwoniącego (faksu)"; $text['description-caller-id-name']['pt-br'] = "Aplicar se o provedor"; $text['description-caller-id-name']['pt-pt'] = "Introduza aqui o nome do originador."; +$text['description-caller-id-name']['ro-ro'] = ""; $text['description-caller-id-name']['ru-ru'] = "Введите здесь имя вызывающего абонента."; $text['description-caller-id-name']['sv-se'] = "Ange namnpresentationen här."; $text['description-caller-id-name']['uk-ua'] = ""; @@ -2573,6 +2733,7 @@ $text['description-advanced_settings']['nl-nl'] = ""; $text['description-advanced_settings']['pl-pl'] = "Skonfiguruj te ustawienia, aby właczyć zdalną skrzynkę odbiorczą oraz funkcję 'Email-to-Fax '."; $text['description-advanced_settings']['pt-br'] = "Defina as configurações abaixo para permitir caixa de entrada de fax remota"; $text['description-advanced_settings']['pt-pt'] = "Defina as configurações abaixo para permitir Inbox remoto e funcionalidade Email-to-Fax."; +$text['description-advanced_settings']['ro-ro'] = ""; $text['description-advanced_settings']['ru-ru'] = "Настройте параметры ниже, чтобы включить функцию Email-на-Fax."; $text['description-advanced_settings']['sv-se'] = "Konfigurera inställningarna nedan för att aktivera Remote Inbox och E-post-Till-Fax funktionalitet."; $text['description-advanced_settings']['uk-ua'] = ""; @@ -2589,6 +2750,7 @@ $text['description-3']['nl-nl'] = ""; $text['description-3']['pl-pl'] = "Zainstaluj LibreOffice w celu dodatkowego wsparcia formatu plików (DOC, DOCX, XLS, XLSX, ODT, OTT, RTF, itp). Obserwuj status transmisji faksu na stronie Aktywnych Połączeń, w Podglądzie Logów lub przeglądając wyniki w konsoli."; $text['description-3']['pt-br'] = "Utilize os campos para filtrar a informação sobre os registos de chamadas desejados."; $text['description-3']['pt-pt'] = "Instalar LibreOffice para suporte adicional formato de arquivo (DOC, DOCX, XLS, XLSX, ODT, OTT, RTF, ...). Exibir o status de uma transmissão de fax na página de chamadas ativas, o Log Viewer, ou assistindo os resultados no console switch."; +$text['description-3']['ro-ro'] = ""; $text['description-3']['ru-ru'] = "Установите LibreOffice для дополнительной поддержки форматов файлов (DOC, DOCX, XLS, XLSX, ODT, OTT, RTF, и т.д.). Вы можете посмотреть результаты во вкладке Логи."; $text['description-3']['sv-se'] = "Installera Libreoffice för ytterligare supporterade filformat (doc, docx, xls, xlsx, ODT, OTT, RTF, etc.). Visa status för en faxöverföring på sidan Aktiva samtal, i Log Viewer, eller genom att titta på resultaten i switch console."; $text['description-3']['uk-ua'] = ""; @@ -2605,6 +2767,7 @@ $text['description-2']['nl-nl'] = ""; $text['description-2']['pl-pl'] = "Aby wysłać faks, prześlij go w pliku PDF lub TIF. Aby stworzyć okładkę, wpisz poniżej Tytuł oraz treść wiadomości."; $text['description-2']['pt-br'] = "A informação contem a origem, destino, duração e outros detalhes úteis da chamada."; $text['description-2']['pt-pt'] = "Pour envoyer un fax, télécharger un fichier PDF ou TIF. Para gerar uma folha de rosto, digite um assunto e / ou mensagem abaixo."; +$text['description-2']['ro-ro'] = ""; $text['description-2']['ru-ru'] = "Чтобы послать факс, загрузите PDF или TIF файл. Чтобы изготовить титульный лист, введите тему и/или сообщение ниже."; $text['description-2']['sv-se'] = "Om du vill skicka ett fax, ladda upp en PDF eller TIF -fil. För att generera ett försättsblad, ange ett Ämne och / eller meddelande nedan."; $text['description-2']['uk-ua'] = ""; @@ -2621,6 +2784,7 @@ $text['description']['nl-nl'] = ""; $text['description']['pl-pl'] = "Aby otrzymać faks, skonfiguruj jego numer wewnętrzny, a następnie przesyłaj na niego rozmowy."; $text['description']['pt-br'] = "Editar informações da conta."; $text['description']['pt-pt'] = "Para receber um FAX configure uma extensão de fax e encaminhe o tráfego de entrada para essa extensão."; +$text['description']['ro-ro'] = ""; $text['description']['ru-ru'] = "Чтобы получить факс, настройте номер факса и затем направьте входящие на него."; $text['description']['sv-se'] = "För att ta emot fax, gör en fax anknytning och vidarebefordra sedan inkommande till den."; $text['description']['uk-ua'] = ""; @@ -2637,6 +2801,7 @@ $text['confirm-update']['nl-nl'] = ""; $text['confirm-update']['pl-pl'] = "Aktualizacja zakonczona"; $text['confirm-update']['pt-br'] = "Atualização Efetuada"; $text['confirm-update']['pt-pt'] = "Actualização Completa"; +$text['confirm-update']['ro-ro'] = ""; $text['confirm-update']['ru-ru'] = "Обновление завершено"; $text['confirm-update']['sv-se'] = "Uppdatering Klar"; $text['confirm-update']['uk-ua'] = ""; @@ -2653,6 +2818,7 @@ $text['confirm-fax']['nl-nl'] = ""; $text['confirm-fax']['pl-pl'] = "Wprowadź plik do wysłania"; $text['confirm-fax']['pt-br'] = "Por favor indique uma pasta para enviar Fax"; $text['confirm-fax']['pt-pt'] = "Por favor indique: um ficheiro para enviar Fax"; +$text['confirm-fax']['ro-ro'] = ""; $text['confirm-fax']['ru-ru'] = "Предоставьте: файл для факса"; $text['confirm-fax']['sv-se'] = "Ange: En fil att fax:a"; $text['confirm-fax']['uk-ua'] = ""; @@ -2669,6 +2835,7 @@ $text['confirm-ext']['nl-nl'] = ""; $text['confirm-ext']['pl-pl'] = "Proszę wprowadzić numer wewnętrzny"; $text['confirm-ext']['pt-br'] = "Por favor, forneça uma extensão única."; $text['confirm-ext']['pt-pt'] = "Por favor indique: Extensão"; +$text['confirm-ext']['ro-ro'] = ""; $text['confirm-ext']['ru-ru'] = "Пожалуйста, укажите: Номер"; $text['confirm-ext']['sv-se'] = "Por favor indique: Extensión "; $text['confirm-ext']['uk-ua'] = ""; @@ -2685,6 +2852,7 @@ $text['confirm-copy-info']['nl-nl'] = ""; $text['confirm-copy-info']['pl-pl'] = "Podgląd "; $text['confirm-copy-info']['pt-br'] = " Você realmente deseja copiar isso?"; $text['confirm-copy-info']['pt-pt'] = "Deseja realmente copiar isto?"; +$text['confirm-copy-info']['ro-ro'] = ""; $text['confirm-copy-info']['ru-ru'] = "Вы действительно хотите скопировать это?"; $text['confirm-copy-info']['sv-se'] = "Vill du verkligen kopiera detta?"; $text['confirm-copy-info']['uk-ua'] = ""; @@ -2701,6 +2869,7 @@ $text['confirm-copy']['nl-nl'] = ""; $text['confirm-copy']['pl-pl'] = "Czy na pewno chcesz to skopiować?"; $text['confirm-copy']['pt-br'] = "Deseja realmente copiar isto?"; $text['confirm-copy']['pt-pt'] = "Cópia Efectuada"; +$text['confirm-copy']['ro-ro'] = ""; $text['confirm-copy']['ru-ru'] = "Копирование завершено"; $text['confirm-copy']['sv-se'] = "Kopiering Slutförd"; $text['confirm-copy']['uk-ua'] = ""; @@ -2717,6 +2886,7 @@ $text['confirm-add']['nl-nl'] = ""; $text['confirm-add']['pl-pl'] = "Dodano poprawnie"; $text['confirm-add']['pt-br'] = "Criação efetuada"; $text['confirm-add']['pt-pt'] = "Adição Efectuada"; +$text['confirm-add']['ro-ro'] = ""; $text['confirm-add']['ru-ru'] = "Добавление выполнено"; $text['confirm-add']['sv-se'] = "Tillagd"; $text['confirm-add']['uk-ua'] = ""; @@ -2733,6 +2903,7 @@ $text['button-settings']['nl-nl'] = ""; $text['button-settings']['pl-pl'] = "Ustawienia"; $text['button-settings']['pt-br'] = "Definições"; $text['button-settings']['pt-pt'] = "Configurações"; +$text['button-settings']['ro-ro'] = ""; $text['button-settings']['ru-ru'] = "Настройка"; $text['button-settings']['sv-se'] = "Inställningar"; $text['button-settings']['uk-ua'] = ""; @@ -2749,6 +2920,7 @@ $text['button-send']['nl-nl'] = ""; $text['button-send']['pl-pl'] = "Wysłane"; $text['button-send']['pt-br'] = "Enviar Broadcast"; $text['button-send']['pt-pt'] = "Enviar"; +$text['button-send']['ro-ro'] = ""; $text['button-send']['ru-ru'] = "Передача"; $text['button-send']['sv-se'] = "Skicka Samtalsdistribution"; $text['button-send']['uk-ua'] = ""; @@ -2765,6 +2937,7 @@ $text['button-preview']['nl-nl'] = ""; $text['button-preview']['pl-pl'] = "Podgląd "; $text['button-preview']['pt-br'] = "Visualização"; $text['button-preview']['pt-pt'] = "Pré-Visualização"; +$text['button-preview']['ro-ro'] = ""; $text['button-preview']['ru-ru'] = "Предпросмотр"; $text['button-preview']['sv-se'] = "Förhandsgranska"; $text['button-preview']['uk-ua'] = ""; @@ -2781,6 +2954,7 @@ $text['button-show_all']['nl-nl'] = ""; $text['button-show_all']['pl-pl'] = "Pokaż Wszystkie"; $text['button-show_all']['pt-br'] = "Mostrar Todos"; $text['button-show_all']['pt-pt'] = "Mostrar Todos"; +$text['button-show_all']['ro-ro'] = ""; $text['button-show_all']['ru-ru'] = "Посмотреть все"; $text['button-show_all']['sv-se'] = ""; $text['button-show_all']['uk-ua'] = "Показати всі"; @@ -2797,6 +2971,7 @@ $text['fax-active_title']['nl-nl'] = ""; $text['fax-active_title']['pl-pl'] = ""; $text['fax-active_title']['pt-br'] = ""; $text['fax-active_title']['pt-pt'] = ""; +$text['fax-active_title']['ro-ro'] = ""; $text['fax-active_title']['ru-ru'] = "Fax очередь"; $text['fax-active_title']['sv-se'] = "Fax kö"; $text['fax-active_title']['uk-ua'] = ""; @@ -2813,6 +2988,7 @@ $text['fax-active_description']['nl-nl'] = ""; $text['fax-active_description']['pl-pl'] = ""; $text['fax-active_description']['pt-br'] = ""; $text['fax-active_description']['pt-pt'] = ""; +$text['fax-active_description']['ro-ro'] = ""; $text['fax-active_description']['ru-ru'] = "Текущий статус fax очереди"; $text['fax-active_description']['sv-se'] = "Nuvarande status för fax kö:n"; $text['fax-active_description']['uk-ua'] = ""; @@ -2829,6 +3005,7 @@ $text['fax-active_title_fax_server']['nl-nl'] = ""; $text['fax-active_title_fax_server']['pl-pl'] = ""; $text['fax-active_title_fax_server']['pt-br'] = ""; $text['fax-active_title_fax_server']['pt-pt'] = ""; +$text['fax-active_title_fax_server']['ro-ro'] = ""; $text['fax-active_title_fax_server']['ru-ru'] = "Fax"; $text['fax-active_title_fax_server']['sv-se'] = "Fax"; $text['fax-active_title_fax_server']['uk-ua'] = ""; @@ -2845,6 +3022,7 @@ $text['fax-active_title_enabled']['nl-nl'] = ""; $text['fax-active_title_enabled']['pl-pl'] = ""; $text['fax-active_title_enabled']['pt-br'] = ""; $text['fax-active_title_enabled']['pt-pt'] = ""; +$text['fax-active_title_enabled']['ro-ro'] = ""; $text['fax-active_title_enabled']['ru-ru'] = "Включено"; $text['fax-active_title_enabled']['sv-se'] = "Aktiverad"; $text['fax-active_title_enabled']['uk-ua'] = ""; @@ -2861,6 +3039,7 @@ $text['fax-active_title_status']['nl-nl'] = ""; $text['fax-active_title_status']['pl-pl'] = ""; $text['fax-active_title_status']['pt-br'] = ""; $text['fax-active_title_status']['pt-pt'] = ""; +$text['fax-active_title_status']['ro-ro'] = ""; $text['fax-active_title_status']['ru-ru'] = "Статус"; $text['fax-active_title_status']['sv-se'] = ""; $text['fax-active_title_status']['uk-ua'] = ""; @@ -2877,6 +3056,7 @@ $text['fax-active_title_next_time']['nl-nl'] = ""; $text['fax-active_title_next_time']['pl-pl'] = ""; $text['fax-active_title_next_time']['pt-br'] = ""; $text['fax-active_title_next_time']['pt-pt'] = ""; +$text['fax-active_title_next_time']['ro-ro'] = ""; $text['fax-active_title_next_time']['ru-ru'] = "Следующее время"; $text['fax-active_title_next_time']['sv-se'] = "Nästa gång"; $text['fax-active_title_next_time']['uk-ua'] = ""; @@ -2893,6 +3073,7 @@ $text['fax-active_title_files']['nl-nl'] = ""; $text['fax-active_title_files']['pl-pl'] = ""; $text['fax-active_title_files']['pt-br'] = ""; $text['fax-active_title_files']['pt-pt'] = ""; +$text['fax-active_title_files']['ro-ro'] = ""; $text['fax-active_title_files']['ru-ru'] = "Файлы"; $text['fax-active_title_files']['sv-se'] = "Filer"; $text['fax-active_title_files']['uk-ua'] = ""; @@ -2909,6 +3090,7 @@ $text['fax-active_title_uri']['nl-nl'] = ""; $text['fax-active_title_uri']['pl-pl'] = ""; $text['fax-active_title_uri']['pt-br'] = ""; $text['fax-active_title_uri']['pt-pt'] = ""; +$text['fax-active_title_uri']['ro-ro'] = ""; $text['fax-active_title_uri']['ru-ru'] = "URI"; $text['fax-active_title_uri']['sv-se'] = "URI"; $text['fax-active_title_uri']['uk-ua'] = ""; @@ -2925,6 +3107,7 @@ $text['fax-active_status_wait']['nl-nl'] = ""; $text['fax-active_status_wait']['pl-pl'] = ""; $text['fax-active_status_wait']['pt-br'] = ""; $text['fax-active_status_wait']['pt-pt'] = ""; +$text['fax-active_status_wait']['ro-ro'] = ""; $text['fax-active_status_wait']['ru-ru'] = "Ожидайте"; $text['fax-active_status_wait']['sv-se'] = "Vänta"; $text['fax-active_status_wait']['uk-ua'] = ""; @@ -2941,6 +3124,7 @@ $text['fax-active_status_execute']['nl-nl'] = ""; $text['fax-active_status_execute']['pl-pl'] = ""; $text['fax-active_status_execute']['pt-br'] = ""; $text['fax-active_status_execute']['pt-pt'] = ""; +$text['fax-active_status_execute']['ro-ro'] = ""; $text['fax-active_status_execute']['ru-ru'] = "Выполнить"; $text['fax-active_status_execute']['sv-se'] = "Utför"; $text['fax-active_status_execute']['uk-ua'] = ""; @@ -2957,6 +3141,7 @@ $text['fax-active_status_success']['nl-nl'] = ""; $text['fax-active_status_success']['pl-pl'] = ""; $text['fax-active_status_success']['pt-br'] = ""; $text['fax-active_status_success']['pt-pt'] = ""; +$text['fax-active_status_success']['ro-ro'] = ""; $text['fax-active_status_success']['ru-ru'] = "Успешно"; $text['fax-active_status_success']['sv-se'] = "Lyckat"; $text['fax-active_status_success']['uk-ua'] = ""; @@ -2973,6 +3158,7 @@ $text['fax-active_status_fail']['nl-nl'] = ""; $text['fax-active_status_fail']['pl-pl'] = ""; $text['fax-active_status_fail']['pt-br'] = ""; $text['fax-active_status_fail']['pt-pt'] = ""; +$text['fax-active_status_fail']['ro-ro'] = ""; $text['fax-active_status_fail']['ru-ru'] = "Ошибка"; $text['fax-active_status_fail']['sv-se'] = "Misslyckad"; $text['fax-active_status_fail']['uk-ua'] = ""; diff --git a/app/fifo/app_languages.php b/app/fifo/app_languages.php index 062ce50fb1..5aee74874f 100644 --- a/app/fifo/app_languages.php +++ b/app/fifo/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/fifo_list/app_languages.php b/app/fifo_list/app_languages.php index bbcecbc823..be6e84f2df 100644 --- a/app/fifo_list/app_languages.php +++ b/app/fifo_list/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/gateways/app_languages.php b/app/gateways/app_languages.php index e5d93e6dc5..b89430edb3 100644 --- a/app/gateways/app_languages.php +++ b/app/gateways/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/ivr_menus/app_languages.php b/app/ivr_menus/app_languages.php index a00b5b9e99..3f85af03cb 100644 --- a/app/ivr_menus/app_languages.php +++ b/app/ivr_menus/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/log_viewer/app_languages.php b/app/log_viewer/app_languages.php index b5b08b4902..b0931b7d5f 100644 --- a/app/log_viewer/app_languages.php +++ b/app/log_viewer/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/modules/app_languages.php b/app/modules/app_languages.php index ced2190a28..c1a355f36c 100644 --- a/app/modules/app_languages.php +++ b/app/modules/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/music_on_hold/app_languages.php b/app/music_on_hold/app_languages.php index 748b7864a5..9659da34c4 100644 --- a/app/music_on_hold/app_languages.php +++ b/app/music_on_hold/app_languages.php @@ -1,11 +1,14 @@ mono WAV files."; $text['desc-music_on_hold']['ar-eg'] = ""; $text['desc-music_on_hold']['de-at'] = "Haltemusik können Dateien im WAV oder MP3 Format sein. Um MP3 Dateien abzuspielen zu können, muss mod_shout installiert und aktiviert sein. Sie können die Lautstärke der MP3 Dateien in den Einstellungen verändern. Für beste Funktionalität laden Sie 16bit, 8/16/32/48 kHz mono WAV Dateien hoch."; +$text['desc-music_on_hold']['de-ch'] = ""; $text['desc-music_on_hold']['de-de'] = "Haltemusik können Dateien im WAV oder MP3 Format sein. Um MP3 Dateien abzuspielen zu können, muss mod_shout installiert und aktiviert sein. Sie können die Lautstärke der MP3 Dateien in den Einstellungen verändern. Für beste Funktionalität laden Sie 16bit, 8/16/32/48 kHz mono WAV Dateien hoch."; $text['desc-music_on_hold']['es-cl'] = "La música en espera puede estar en formato WAV o MP3. Para reproducir un archivo en frmato MP3 debe tener activado el módulo mod_shout. Puede ajustar el volumen del MP3 desde la pestaña 'Configuraciones'. Para el mejor rendimiento se recomienda utilizar archivos en formato WAV 16 bit, 8/16/32/48 kHz mono."; +$text['desc-music_on_hold']['es-mx'] = ""; +$text['desc-music_on_hold']['fr-ca'] = ""; $text['desc-music_on_hold']['fr-fr'] = "La Musique d'attente peut être en WAV ou en MP3. Pour le MP3, mod_shout doit être activé dans la section modules. Le volume peut être réglé dans la partie configuration. Pour de meilleures performances, utiliser des fichiers WAV 16 bit, 8/16/32/48 kHz mono."; $text['desc-music_on_hold']['he-il'] = ""; $text['desc-music_on_hold']['it-it'] = "La Musica di Attesa può essere caricata in formato WAV or MP3. Per riprodurre un file MP3 devi avere il modulo mod_shout abilitato nella sezione 'Moduli'. Puoi aggiornare il volume del file MP3 dalla schermata 'Impostazioni'. Per prestazioni ottimali caricare il file a 16 bit, 8/16/32/48 kHz mono nel formato WAV."; @@ -669,6 +836,7 @@ $text['desc-music_on_hold']['nl-nl'] = ""; $text['desc-music_on_hold']['pl-pl'] = "Muzyka na czekanie może być w formacie wav lub mp3. Aby odtwarzać mp3 konieczne jest zainstalowanie modułu mod_shout (można to zrobić w zakładce Moduły). Można także zmienić głośność formatu mp3 w zakładce Ustawienia. W celu osiągniecia najlepszej jakości prześlij pliki w formacie wav o następującej specyfikacji: 16 bit, 8/16/32/48 kHz mono."; $text['desc-music_on_hold']['pt-br'] = "Música em espera pode ser com base em arquivos com o formato WAV ou MP3. Para ouvir um ficheiro MP3 deverá ter o mod_shout activado na tab 'Módulos'. Pode ajustar o volume do áudio MP3 a partir da tab 'Definições'. Para um melhor desempenho carregue ficheiros WAV de 16 bit, 8/16/32/48 kHz mono."; $text['desc-music_on_hold']['pt-pt'] = "Música em espera pode ser com base em ficheiros com o formato WAV ou MP3. Para ouvir um ficheiro MP3 deverá ter o mod_shout activado na tab 'Módulos'. Pode ajustar o volume do áudio MP3 a partir da tab 'Definições'. Para um melhor desempenho carregue ficheiros WAV de 16 bit, 8/16/32/48 kHz mono."; +$text['desc-music_on_hold']['ro-ro'] = ""; $text['desc-music_on_hold']['ru-ru'] = "Музыка на удержании может быть в формате WAV или MP3. Чтобы воспроизвести файл MP3, на вкладке «Модули» необходимо включить mod_shout. Вы можете отрегулировать громкость звука MP3 на вкладке «Настройки». Для лучшей производительности загружайте 16-битные, 8/16/32/48 кГц моно файлы WAV."; $text['desc-music_on_hold']['sv-se'] = "Väntmusik kan vara i formaten WAV eller MP3. För att spela upp en MP3 fil så måste 'mod_shout' vara aktiverat i 'moduler' fliken. Du kan justera volymen på MP3 filerna genom inställnings fliken. För bästa prestanda, ladda upp 16 bit, 8/16/32/48 kHz mono WAV filer."; $text['desc-music_on_hold']['uk-ua'] = "Музика на утриманні може бути в WAV або MP3 формат. Для відтворення файлів MP3 ви повинні включити mod_shout на вкладці 'модулі'. Ви можете налаштувати гучність MP3-аудіо на вкладці «Налаштування». Для кращої продуктивності завантаження 16 біт, моно 8/16/32/48 кГц WAV файлів."; @@ -676,8 +844,11 @@ $text['desc-music_on_hold']['uk-ua'] = "Музика на утриманні м $text['button-upload']['en-us'] = "Upload"; $text['button-upload']['ar-eg'] = ""; $text['button-upload']['de-at'] = "Hochladen"; +$text['button-upload']['de-ch'] = ""; $text['button-upload']['de-de'] = "Hochladen"; $text['button-upload']['es-cl'] = "Subir"; +$text['button-upload']['es-mx'] = ""; +$text['button-upload']['fr-ca'] = ""; $text['button-upload']['fr-fr'] = "Envoyer"; $text['button-upload']['he-il'] = "הטען"; $text['button-upload']['it-it'] = "Carica"; @@ -685,6 +856,7 @@ $text['button-upload']['nl-nl'] = ""; $text['button-upload']['pl-pl'] = "Wyślij"; $text['button-upload']['pt-br'] = "Submeter"; $text['button-upload']['pt-pt'] = "Carregar"; +$text['button-upload']['ro-ro'] = ""; $text['button-upload']['ru-ru'] = "Загрузить"; $text['button-upload']['sv-se'] = "Ladda Upp"; $text['button-upload']['uk-ua'] = "Завантажити"; @@ -692,8 +864,11 @@ $text['button-upload']['uk-ua'] = "Завантажити"; $text['button-clear']['en-us'] = "Clear"; $text['button-clear']['ar-eg'] = ""; $text['button-clear']['de-at'] = "Zurücksetzen"; +$text['button-clear']['de-ch'] = ""; $text['button-clear']['de-de'] = "Zurücksetzen"; $text['button-clear']['es-cl'] = "Limpiar"; +$text['button-clear']['es-mx'] = ""; +$text['button-clear']['fr-ca'] = ""; $text['button-clear']['fr-fr'] = "Effacer"; $text['button-clear']['he-il'] = "נקה"; $text['button-clear']['it-it'] = "Reset"; @@ -701,8 +876,9 @@ $text['button-clear']['nl-nl'] = ""; $text['button-clear']['pl-pl'] = "Wyczyść"; $text['button-clear']['pt-br'] = "Apagar"; $text['button-clear']['pt-pt'] = "Apagar"; +$text['button-clear']['ro-ro'] = ""; $text['button-clear']['ru-ru'] = "Очистить"; $text['button-clear']['sv-se'] = "Rensa"; $text['button-clear']['uk-ua'] = "Очистити"; -?> +?> \ No newline at end of file diff --git a/app/operator_panel/app_languages.php b/app/operator_panel/app_languages.php index 0779b55193..01b5ae87f2 100644 --- a/app/operator_panel/app_languages.php +++ b/app/operator_panel/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/phrases/app_languages.php b/app/phrases/app_languages.php index 2f1f1eae61..f0c4fd5d4f 100644 --- a/app/phrases/app_languages.php +++ b/app/phrases/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/pin_numbers/app_languages.php b/app/pin_numbers/app_languages.php index afe45339ba..346d35b233 100644 --- a/app/pin_numbers/app_languages.php +++ b/app/pin_numbers/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/recordings/app_languages.php b/app/recordings/app_languages.php index e9d18784c7..20b5338e3c 100644 --- a/app/recordings/app_languages.php +++ b/app/recordings/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/registrations/app_languages.php b/app/registrations/app_languages.php index d694961cc3..7f132280ae 100644 --- a/app/registrations/app_languages.php +++ b/app/registrations/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/ring_groups/app_languages.php b/app/ring_groups/app_languages.php index b564a1b3b2..9f734aac2d 100644 --- a/app/ring_groups/app_languages.php +++ b/app/ring_groups/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/services/app_languages.php b/app/services/app_languages.php index b0cda8b7ad..ff490891a3 100644 --- a/app/services/app_languages.php +++ b/app/services/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/settings/app_languages.php b/app/settings/app_languages.php index d2aa58a131..ae33736911 100644 --- a/app/settings/app_languages.php +++ b/app/settings/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/sip_profiles/app_languages.php b/app/sip_profiles/app_languages.php index 3e4036c2d9..102bb27fdf 100644 --- a/app/sip_profiles/app_languages.php +++ b/app/sip_profiles/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/system/app_languages.php b/app/system/app_languages.php index 7781b116cf..079a283565 100644 --- a/app/system/app_languages.php +++ b/app/system/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/tftp/app_languages.php b/app/tftp/app_languages.php index 15c5adc7fa..6fb6ad7ea5 100644 --- a/app/tftp/app_languages.php +++ b/app/tftp/app_languages.php @@ -1,3 +1,4 @@ \ No newline at end of file diff --git a/app/time_conditions/app_languages.php b/app/time_conditions/app_languages.php index 348848bfc2..6dc4708a13 100644 --- a/app/time_conditions/app_languages.php +++ b/app/time_conditions/app_languages.php @@ -1,11 +1,14 @@ applied to each preset checked (without a destination already defined)."; $text['description-presets_advanced']['ar-eg'] = ""; $text['description-presets_advanced']['de-at'] = "Wählen Sie oben ein Standard Ziel , welches jeder ausgewählten Vorgabe zugewiesen wird."; +$text['description-presets_advanced']['de-ch'] = ""; $text['description-presets_advanced']['de-de'] = "Wählen Sie oben ein Standard Ziel , welches jeder ausgewählten Vorgabe zugewiesen wird."; $text['description-presets_advanced']['es-cl'] = "Seleccione un destino predeterminado por encima de ser apliqué para cada preset facturado (sin destino ya definido)."; +$text['description-presets_advanced']['es-mx'] = ""; +$text['description-presets_advanced']['fr-ca'] = ""; $text['description-presets_advanced']['fr-fr'] = "Sélectionnez une destination par défaut ci-dessus pour être appliqué pour chaque preset vérifié (sans destination déjà défini)."; $text['description-presets_advanced']['he-il'] = ""; $text['description-presets_advanced']['it-it'] = ""; @@ -813,6 +1016,7 @@ $text['description-presets_advanced']['nl-nl'] = ""; $text['description-presets_advanced']['pl-pl'] = "Powyżej wybierz domyślna destynację, która zostanie przypisana do każdego wcześniej zdefiniowanego szablonu, do którego jeszcze nie została przypisana żadna destynacja."; $text['description-presets_advanced']['pt-br'] = "Selecione um destino padrão acima para ser aplicado para cada predefinição marcada (sem um destino já definido). "; $text['description-presets_advanced']['pt-pt'] = "Selecione um destino padrão acima para ser aplicado para cada predefinição marcada (sem um destino já definido)."; +$text['description-presets_advanced']['ro-ro'] = ""; $text['description-presets_advanced']['ru-ru'] = "Выберите пункт назначения по умолчанию, чтобы применяться к каждой проверенной предустановке (без уже определенного адресата)."; $text['description-presets_advanced']['sv-se'] = "Välj ett standarddestination ovan som skall tillämpas på varje förinställd som markerats (utan en destination redan definierats)."; $text['description-presets_advanced']['uk-ua'] = ""; @@ -820,8 +1024,11 @@ $text['description-presets_advanced']['uk-ua'] = ""; $text['description-presets']['en-us'] = "Select from available presets. Click a preset name to further customize the conditions and/or destination of each."; $text['description-presets']['ar-eg'] = ""; $text['description-presets']['de-at'] = "Wählen Sie aus den vorhandenen Vorgaben. Klicken Sie den Namen der Voreinstellung um weitere persönliche Anpassungen vorzunehmen"; +$text['description-presets']['de-ch'] = ""; $text['description-presets']['de-de'] = "Wählen Sie aus den vorhandenen Vorgaben. Klicken Sie den Namen der Voreinstellung um weitere persönliche Anpassungen vorzunehmen"; $text['description-presets']['es-cl'] = "Choisissez parmi préréglages disponibles. Cliquez sur un nom prédéfini pour personnaliser davantage les conditions et/ou la destination de chacun."; +$text['description-presets']['es-mx'] = ""; +$text['description-presets']['fr-ca'] = ""; $text['description-presets']['fr-fr'] = "Choisissez parmi préréglages disponibles. Cliquez sur un nom prédéfini pour personnaliser davantage les conditions et/ou la destination de chacun."; $text['description-presets']['he-il'] = ""; $text['description-presets']['it-it'] = ""; @@ -829,6 +1036,7 @@ $text['description-presets']['nl-nl'] = ""; $text['description-presets']['pl-pl'] = " Powyżej wybierz wcześniej zdefiniowany szablon. Kliknij na nazwę, aby móc go dostosować do własnych potrzeb (warunki i destynacje)."; $text['description-presets']['pt-br'] = "Selecione a partir de configurações disponíveis. Clique em um nome pré-definido para personalizar ainda mais as condições e/ou destino de cada um. "; $text['description-presets']['pt-pt'] = "Selecione a partir de predefinições disponíveis. Clique em um nome pré-definido para personalizar ainda mais as condições e/ou destino de cada um."; +$text['description-presets']['ro-ro'] = ""; $text['description-presets']['ru-ru'] = "Выберите один из доступных пресетов. Щелкните имя предустановки, чтобы дополнительно настроить условия и (или) назначение каждого из них."; $text['description-presets']['sv-se'] = "Välj från de tillgängliga förinställningarna. Klicka på namn för en av förinställningarna för ytterligare inställning av villkor eller destinationer."; $text['description-presets']['uk-ua'] = ""; @@ -836,8 +1044,11 @@ $text['description-presets']['uk-ua'] = ""; $text['description-name']['en-us'] = "Enter the name for the time condition."; $text['description-name']['ar-eg'] = ""; $text['description-name']['de-at'] = "Geben Sie den Namen der Zeitschaltung ein."; +$text['description-name']['de-ch'] = ""; $text['description-name']['de-de'] = "Geben Sie den Namen der Zeitschaltung ein."; $text['description-name']['es-cl'] = "Introduzca un nombre para esta condición."; +$text['description-name']['es-mx'] = ""; +$text['description-name']['fr-ca'] = ""; $text['description-name']['fr-fr'] = "Choisir un nom pour cette condition temporelle."; $text['description-name']['he-il'] = "הכנס את השם"; $text['description-name']['it-it'] = ""; @@ -845,6 +1056,7 @@ $text['description-name']['nl-nl'] = ""; $text['description-name']['pl-pl'] = "Wprowadź nazwę warunku"; $text['description-name']['pt-br'] = "Insira o nome do menu"; $text['description-name']['pt-pt'] = "Introduza o nome da condição temporal."; +$text['description-name']['ro-ro'] = ""; $text['description-name']['ru-ru'] = "Введите имя для временых условий."; $text['description-name']['sv-se'] = "Skriv in namnet på tidsstyrningen."; $text['description-name']['uk-ua'] = "Введіть назву меню"; @@ -852,8 +1064,11 @@ $text['description-name']['uk-ua'] = "Введіть назву меню"; $text['description-extension']['en-us'] = "Enter the extension number."; $text['description-extension']['ar-eg'] = ""; $text['description-extension']['de-at'] = "Geben Sie eine Nebenstelle an."; +$text['description-extension']['de-ch'] = ""; $text['description-extension']['de-de'] = "Geben Sie eine Nebenstelle an."; $text['description-extension']['es-cl'] = "Introduzca un número de extensión."; +$text['description-extension']['es-mx'] = ""; +$text['description-extension']['fr-ca'] = ""; $text['description-extension']['fr-fr'] = "Choisir le numéro d'extension."; $text['description-extension']['he-il'] = ""; $text['description-extension']['it-it'] = ""; @@ -861,8 +1076,9 @@ $text['description-extension']['nl-nl'] = ""; $text['description-extension']['pl-pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne"; $text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo"; $text['description-extension']['pt-pt'] = "Introduza o número da extensão."; +$text['description-extension']['ro-ro'] = ""; $text['description-extension']['ru-ru'] = "Введите внутренний номер."; $text['description-extension']['sv-se'] = "Ange anknytningsnumret."; $text['description-extension']['uk-ua'] = ""; -?> +?> \ No newline at end of file diff --git a/app/tones/app_languages.php b/app/tones/app_languages.php index c397d99226..2c5782cd85 100644 --- a/app/tones/app_languages.php +++ b/app/tones/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/traffic_graph/app_languages.php b/app/traffic_graph/app_languages.php index d854d1ed91..485391fefa 100644 --- a/app/traffic_graph/app_languages.php +++ b/app/traffic_graph/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/vars/app_languages.php b/app/vars/app_languages.php index f979b066e8..3e9497eed5 100644 --- a/app/vars/app_languages.php +++ b/app/vars/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/voicemail_greetings/app_languages.php b/app/voicemail_greetings/app_languages.php index fc21df2115..8528ce01ce 100644 --- a/app/voicemail_greetings/app_languages.php +++ b/app/voicemail_greetings/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/app/voicemails/app_languages.php b/app/voicemails/app_languages.php index d7e01b5486..f0c9525fff 100644 --- a/app/voicemails/app_languages.php +++ b/app/voicemails/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/core/apps/app_languages.php b/core/apps/app_languages.php index f673f84707..2f08e75f44 100644 --- a/core/apps/app_languages.php +++ b/core/apps/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/core/databases/app_languages.php b/core/databases/app_languages.php index 978cdaedfb..8bccaac423 100644 --- a/core/databases/app_languages.php +++ b/core/databases/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/core/default_settings/app_languages.php b/core/default_settings/app_languages.php index 87919f9a5f..c98c0384f6 100644 --- a/core/default_settings/app_languages.php +++ b/core/default_settings/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/core/domain_settings/app_languages.php b/core/domain_settings/app_languages.php index e63256f94b..290f72a769 100644 --- a/core/domain_settings/app_languages.php +++ b/core/domain_settings/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file diff --git a/core/groups/app_languages.php b/core/groups/app_languages.php index 321c7c76a4..819d44386d 100644 --- a/core/groups/app_languages.php +++ b/core/groups/app_languages.php @@ -1,11 +1,12 @@ +?> \ No newline at end of file diff --git a/core/install/resources/images/flags/de-ch.png b/core/install/resources/images/flags/de-ch.png new file mode 100644 index 0000000000000000000000000000000000000000..242ec01aaf5ad351cb978a4eb650ad801a438b09 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1SHkYJtzcHEa{HEjtmUzPnffIy#(?lOI#yL zg7ec#$`gxH85~pclTsBta}(23gHjVyDhp4h+AuIMGJ3i=hE&{2`g6X4;eWtQ0TuxV z9fi13(+NNRzn525R_^%t+x&39d{6y9ga1E2r+>?7U|?FE@Zm|i>fBlzF zc~M_qKf%h=bAcoS;}NE7f8|yFe%B9?;;8%o@BeG_!|(4qhyo=(h-XBmKHXpc{~y!A z`THH3fsDVeudko)ARzm9UL&JI!+~uEM*rBES1=kd6zV%LH0J*N$gIQAc0y}k9qTFv z4h1oVG?rB#zNY^8{QUp5wE>>R#S4NZQd1i@F)*?OF@6y}@zmk^!Gr7L9asuAf!ae1 z{{CbBBHS->P)LFc1LT4cKmY-iGBrkbGB7ay`}g

Nzrc?B z!}RAj&|v@p#KiFL&)@$*g@6D2{reke@BjagZ=QH_|HA5tt#{7v1Ul>guV4Ru|Ni&u z_rKqNfHnXG5DUYvUm)ZE{sF26>H%tC6A=5t#K$G4Eg-G_A87rbKVS#^0WyF#00a;d z1Ca3#WHt~1jRI=eclPL04k1AU{avRH{sTG*Y{UOQAO!R;KmY+XFaVtnvEdic(+vNe zOr8IIc?-17*~$Z`|L?Eg|G`fB4^+g!01!YxCouq>54Pd=FQ6a({TC7tjr5F#2GXxz z|3N{=01TJ^fBykB00a<7!|#88#Ce2)8ovGh$;ikEv=>5x7)(s8a literal 0 HcmV?d00001 diff --git a/core/install/resources/images/flags/fr-ca.png b/core/install/resources/images/flags/fr-ca.png new file mode 100644 index 0000000000000000000000000000000000000000..1f204193ae58c87efdd88d46700ccb48c2e1d0d8 GIT binary patch literal 628 zcmV-)0*n2LP)e`b1WGV} ze#gbd^&bp=ef-GykAYc$@BhDltSqdeSy?RXJpcawy+5fJAb?mHcsPJ&{d@EF@4HtJ z)qno||1xd*zaM|Ot4f#|8A1AQ-~Pubz$7IBv;-i4SQvovfB*ge{fFVtAE4aNE7yPi z`^Eg=5yP(^Ur(Q5`TLjM%#`8#_rHuB|9}1hItd_vSpNO`#qjs<|KGp=|NIHm@MXqK z79K7}ZvOwQ9Df%s{`~lX*xI%KzW-!k{Lc96Cr|@G0I@Lq`0?-epMSr9|NHeD?&umBG}6iH(DSogJte zDERNk_kV0Zng09%Itd_vSb&=T{rt@+B*66dJ0my{fpNkvBm!jpV_;xnVgd@XDk?Dx zh=IJyzyJ_HjJJUrz)|>#fr0nRl^;KTz#|yK`2G9$BS%LzureS32rvK^u`=B;c)+&+ O0000ji7_t0d_@@ozArL?Su`s;*Q{AKpRQ~TD44PX+*q00taD0I@Lq1k(S2nt`tR{g)9*1H=ZfhCe_Je;NM%1^NLXfPkU&2dGq1gcanC zzsyWb(hLmW7#V^70~+_6f#nZ_(jSmgFakOWAb=Pd7`8Gn`~pjZT=;x%FbfOAzdzu3 l1(F{a{)I#17y +?> \ No newline at end of file diff --git a/core/notifications/app_languages.php b/core/notifications/app_languages.php index 85618620db..2576783143 100644 --- a/core/notifications/app_languages.php +++ b/core/notifications/app_languages.php @@ -1,11 +1,14 @@ Disclosure: Enabling Project Notifications is consent to the collection of anonymous and general demographic information about your installation environment. Information requested consists of the following: 1) FusionPBX version, 2) PHP version, 3) web server and version, 4) voice switch version, 5) database type and version, 6) operating system platform and version, and 7) public IP address. If you do not wish for this information to be submitted, simply leave Project Notifications disabled, and no information will be submitted about your system."; $text['message-disclaimer']['ar-eg'] = ""; $text['message-disclaimer']['de-at'] = "Bemerkung: Durch das Aktivieren der Projekt-Benachrichtigung werden anonyme Daten und allgemeine statistische Informationen über Ihre Installation gesammelt. Diese Informationen beinhalten folgendes: 1) FusionPBX Version, 2) PHP Version, 3) Web Server und Version, 4) Voice Switch Version, 5) Datenbank Typ und Version, 7) öffentliche IP Addresse. Wenn Sie diese Informationen nicht weitergeben möchten, lassen Sie Projekt-Benachrichtigungen einfach deaktiviert und es werden keine Informationen weitergegeben."; +$text['message-disclaimer']['de-ch'] = ""; $text['message-disclaimer']['de-de'] = "Bemerkung: Durch das Aktivieren der Projekt-Benachrichtigung werden anonyme Daten und allgemeine statistische Informationen über Ihre Installation gesammelt. Diese Informationen beinhalten folgendes: 1) FusionPBX Version, 2) PHP Version, 3) Web Server und Version, 4) Voice Switch Version, 5) Datenbank Typ und Version, 7) öffentliche IP Addresse. Wenn Sie diese Informationen nicht weitergeben möchten, lassen Sie Projekt-Benachrichtigungen einfach deaktiviert und es werden keine Informationen weitergegeben."; $text['message-disclaimer']['es-cl'] = "Divulgaci髇: Habilitaci髇 del proyecto Notificaciones es el consentimiento a la recopilaci髇 de an髇imo y generales la informaci髇 demogr醘ica sobre su entorno de instalaci髇. La informaci髇 solicitada se compone de los siguientes: 1) FusionPBX versi髇, 2) la versi髇 de PHP, 3) del servidor web y la versi髇 4) Versi髇 conmutador de voz, 5) el tipo de base de datos y la versi髇 6) plataforma de sistema operativo y versi髇, y 7) IP p鷅lica direcci髇. Si usted no desea que esta informaci髇 sea presentada, simplemente deje de Proyecto Notificaciones deshabilitado, y ninguna informaci髇 se presentar?sobre su sistema."; +$text['message-disclaimer']['es-mx'] = ""; +$text['message-disclaimer']['fr-ca'] = ""; $text['message-disclaimer']['fr-fr'] = "Divulgation: Activation des notifications projet est consentement ?la collecte de anonyme et g閚閞ale des informations d閙ographiques sur l'environnement d'installation. Les informations demand閑s se compose de ce qui suit: 1) FusionPBX version 2) version de PHP, 3) le serveur web et la version 4) Version commutateur vocal, 5) type de base de donn閑s et la version 6) plate-forme de syst鑝e d'exploitation et sa version, et 7) IP publique adresse. Si vous ne souhaitez pas que cette information soit pr閟ent閑, laissez simplement Notifications projet d閟activ? et aucune information ne sera soumis ?votre syst鑝e."; $text['message-disclaimer']['he-il'] = ""; $text['message-disclaimer']['it-it'] = "Avviso: Abilitato le il Progetto Notifiche si acconsente alla raccolta in forma anonima e generale delle informazioni del tuo ambiente di installazione. Le informazioni richieste sono le seguenti: 1) Versione di FusionPBX, 2) Versione di PHP, 3) Tipo di web server e versione, 4) Versione dello switch voce, 5) tipo di database e tipo, 6) sistema operativo e versione, e 7) indirizzo IP pubblico. Se non vuoi che queste informazioni vengano trasmesse, lascia disabilitato il Progetto Notifiche e nessuna informazione del tuo sistema verrà trasmessa."; @@ -109,6 +136,7 @@ $text['message-disclaimer']['nl-nl'] = ""; $text['message-disclaimer']['pl-pl'] = "Uwaga: W艂膮czanie Powiadomie艅 wi膮偶e si臋 z wyra偶eniem zgody na zbieranie anonimowych i og贸lnych informacji demograficznych dotycz膮cych 艣rodowiska, gdzie system zosta艂 zainstalowany. Zebrane informacje dotycz膮: 1) wersji FusionPBX, 2) wersji PHP, 3) rodzaj i wersja serwera www, 4) wersja PBXu, 5) rodzaj i wersja bazy danych, 6) wersja systemu operacyjnego i platforma, 7) publiczny adres IP. Je艣li nie chcesz, aby te informacje zosta艂y zebrane i przes艂ane, nie aktywuj funkcji Powiadomie艅."; $text['message-disclaimer']['pt-br'] = "Informa莽玫es sobre erros"; $text['message-disclaimer']['pt-pt'] = "Divulga玢o: A habilita玢o do projeto Notifica珲es ?o consentimento para a coleta de an鬾imo e geral informa珲es demogr醘icas sobre o seu ambiente de instala玢o. As informa珲es solicitadas consiste no seguinte: 1) vers鉶 FusionPBX, 2) vers鉶 PHP, 3) servidor web e vers鉶, 4) vers鉶 interruptor de voz, 5) Tipo de banco de dados e vers鉶, 6) plataforma de sistema operacional e vers鉶, e 7) IP p鷅lico endere鏾. Se voc?n鉶 deseja que esta informa玢o ser submetida, basta deixar Projeto Notifica珲es desativada, e nenhuma informa玢o ser?apresentada sobre o sistema."; +$text['message-disclaimer']['ro-ro'] = ""; $text['message-disclaimer']['ru-ru'] = "Соглашение: Включение уведомлений о проекте - это согласие на сбор статистической информации анонимной и общей о вашей среде установки. Запрошенная информация состоит из следующих компонентов:
1) версия FusionPBX;
2) версия PHP;
3) веб-сервер и версия;
4) версия голосового коммутатора;
5) тип и версия базы данных;
6) платформа и версия операционной системы;
7) публичный IP-адрес.
Если вы не хотите, чтобы эта информация была отправлена, просто отключите уведомление проекту, и информация о вашей системе не будет отправлена."; $text['message-disclaimer']['sv-se'] = "Information: Att aktivera Projekt Meddelande är samtidigt ett samtycke till att anonym och demografisk information kommer att samlas in från din installationsmiljö. Information som begärs består av följande : 1 ) FusionPBX versionen , 2 ) PHP -version , 3 ) webbserver och version , 4 ) röst switch version , 5 ) databas typ och version , 6 ) operativsystem plattform och version , samt 7 ) publik IP adress. Om du inte vill att denna information lämnas, lämna då Projekt Meddelande avaktiverat."; $text['message-disclaimer']['uk-ua'] = ""; @@ -116,8 +144,11 @@ $text['message-disclaimer']['uk-ua'] = ""; $text['message-demographics_submitted']['en-us'] = "Demographics Submitted"; $text['message-demographics_submitted']['ar-eg'] = ""; $text['message-demographics_submitted']['de-at'] = "Statistik weitergegeben"; +$text['message-demographics_submitted']['de-ch'] = ""; $text['message-demographics_submitted']['de-de'] = "Statistik weitergegeben"; $text['message-demographics_submitted']['es-cl'] = "Demograf韆 Enviado"; +$text['message-demographics_submitted']['es-mx'] = ""; +$text['message-demographics_submitted']['fr-ca'] = ""; $text['message-demographics_submitted']['fr-fr'] = "D閙ographie Soumis"; $text['message-demographics_submitted']['he-il'] = ""; $text['message-demographics_submitted']['it-it'] = "Informazioni trasmesse"; @@ -125,6 +156,7 @@ $text['message-demographics_submitted']['nl-nl'] = ""; $text['message-demographics_submitted']['pl-pl'] = "Informacje demograficzne zosta艂y przed艂o偶one"; $text['message-demographics_submitted']['pt-br'] = "Demografia Submetida"; $text['message-demographics_submitted']['pt-pt'] = "Demografia Submetido"; +$text['message-demographics_submitted']['ro-ro'] = ""; $text['message-demographics_submitted']['ru-ru'] = "Статистическая информация отправлена"; $text['message-demographics_submitted']['sv-se'] = "Demografi Skickat"; $text['message-demographics_submitted']['uk-ua'] = "袛械屑芯谐褉邪褎褨褟 胁褨写锌褉邪胁谢械薪褟"; @@ -132,8 +164,11 @@ $text['message-demographics_submitted']['uk-ua'] = "袛械屑芯谐褉邪褎褨 $text['message-demographics_click_here']['en-us'] = "click here"; $text['message-demographics_click_here']['ar-eg'] = ""; $text['message-demographics_click_here']['de-at'] = "Hier Klicken"; +$text['message-demographics_click_here']['de-ch'] = ""; $text['message-demographics_click_here']['de-de'] = "Hier Klicken"; $text['message-demographics_click_here']['es-cl'] = "clic aqu?"; +$text['message-demographics_click_here']['es-mx'] = ""; +$text['message-demographics_click_here']['fr-ca'] = ""; $text['message-demographics_click_here']['fr-fr'] = "cliquez ici"; $text['message-demographics_click_here']['he-il'] = ""; $text['message-demographics_click_here']['it-it'] = "clicca qui"; @@ -141,6 +176,7 @@ $text['message-demographics_click_here']['nl-nl'] = ""; $text['message-demographics_click_here']['pl-pl'] = "kliknij tutaj"; $text['message-demographics_click_here']['pt-br'] = "Clique Aqui"; $text['message-demographics_click_here']['pt-pt'] = "clicar aqui"; +$text['message-demographics_click_here']['ro-ro'] = ""; $text['message-demographics_click_here']['ru-ru'] = "нажмите сюда"; $text['message-demographics_click_here']['sv-se'] = "klicka här"; $text['message-demographics_click_here']['uk-ua'] = "泻谢褨泻薪褨褌褜 褌褍褌"; @@ -148,8 +184,11 @@ $text['message-demographics_click_here']['uk-ua'] = "泻谢褨泻薪褨褌褜 $text['message-demographics']['en-us'] = "Note: To help the FusionPBX project by submitting the demographic information described above without subscribing to Project Notifications, simply "; $text['message-demographics']['ar-eg'] = ""; $text['message-demographics']['de-at'] = "Anmerkung: Um das FusionPBX Projekt zu unterstützen ohne statistische Informationen über Ihre Installation preiszugeben, "; +$text['message-demographics']['de-ch'] = ""; $text['message-demographics']['de-de'] = "Anmerkung: Um das FusionPBX Projekt zu unterstützen ohne statistische Informationen über Ihre Installation preiszugeben, "; $text['message-demographics']['es-cl'] = "Nota: Para ayudar al proyecto FusionPBX presentando la informaci髇 demogr醘ica descrita anteriormente sin necesidad de suscribirse a Project Notificaciones, haga "; +$text['message-demographics']['es-mx'] = ""; +$text['message-demographics']['fr-ca'] = ""; $text['message-demographics']['fr-fr'] = "Remarque: Pour aider le projet FusionPBX en soumettant l'information d閙ographique d閏rit ci-dessus, sans souscrire au Projet Notifications, "; $text['message-demographics']['he-il'] = ""; $text['message-demographics']['it-it'] = "Nota: Per aiutare il progetto FusionPBX inviando le informazioni descritte sopra senza iscriversi al Progetto Notifiche, semplicemente "; @@ -157,6 +196,7 @@ $text['message-demographics']['nl-nl'] = ""; $text['message-demographics']['pl-pl'] = "Uwaga: Aby wspom贸c projekt FusionPBX poprzez podanie informacji demograficznych opisanych powy偶ej bez konieczno艣ci aktywowania funkcji Powiadomie艅,"; $text['message-demographics']['pt-br'] = "Nota: Para ajudar o FusionPBX, nos ajude a solucionar o incidente"; $text['message-demographics']['pt-pt'] = "Nota: Para ajudar o projeto FusionPBX, apresentando as informa珲es demogr醘icas descrito acima sem a assinatura do Projeto Notifica珲es, basta "; +$text['message-demographics']['ro-ro'] = ""; $text['message-demographics']['ru-ru'] = "Примечание: Чтобы помочь проекту FusionPBX, отправив статистической информацию, описанную выше, без подписывания на уведомления о проекте, просто"; $text['message-demographics']['sv-se'] = "Obs! För att hjälpa FusionPBX projektet genom att skicka in demografisk information som beskrivs ovan utan att prenumerera på Project Meddelanden , helt enkelt"; $text['message-demographics']['uk-ua'] = ""; @@ -164,8 +204,11 @@ $text['message-demographics']['uk-ua'] = ""; $text['label-project_security']['en-us'] = "Security"; $text['label-project_security']['ar-eg'] = ""; $text['label-project_security']['de-at'] = "Sicherheit"; +$text['label-project_security']['de-ch'] = ""; $text['label-project_security']['de-de'] = "Sicherheit"; $text['label-project_security']['es-cl'] = "Seguran鏰"; +$text['label-project_security']['es-mx'] = ""; +$text['label-project_security']['fr-ca'] = ""; $text['label-project_security']['fr-fr'] = "S閏urit?"; $text['label-project_security']['he-il'] = ""; $text['label-project_security']['it-it'] = "Sicurezza"; @@ -173,6 +216,7 @@ $text['label-project_security']['nl-nl'] = ""; $text['label-project_security']['pl-pl'] = "Zabezpieczenia"; $text['label-project_security']['pt-br'] = "Seguran莽a"; $text['label-project_security']['pt-pt'] = "Seguran鏰"; +$text['label-project_security']['ro-ro'] = ""; $text['label-project_security']['ru-ru'] = "Безопасность"; $text['label-project_security']['sv-se'] = "Säkerhet"; $text['label-project_security']['uk-ua'] = "袘械蟹锌械泻邪"; @@ -180,8 +224,11 @@ $text['label-project_security']['uk-ua'] = "袘械蟹锌械泻邪"; $text['label-project_releases']['en-us'] = "Releases"; $text['label-project_releases']['ar-eg'] = ""; $text['label-project_releases']['de-at'] = "Versionen"; +$text['label-project_releases']['de-ch'] = ""; $text['label-project_releases']['de-de'] = "Versionen"; $text['label-project_releases']['es-cl'] = "Estrenos"; +$text['label-project_releases']['es-mx'] = ""; +$text['label-project_releases']['fr-ca'] = ""; $text['label-project_releases']['fr-fr'] = "Communiqu閟"; $text['label-project_releases']['he-il'] = ""; $text['label-project_releases']['it-it'] = "Rilasci"; @@ -189,6 +236,7 @@ $text['label-project_releases']['nl-nl'] = ""; $text['label-project_releases']['pl-pl'] = "Wydania"; $text['label-project_releases']['pt-br'] = "Lan莽amentos"; $text['label-project_releases']['pt-pt'] = "Lan鏰mentos"; +$text['label-project_releases']['ro-ro'] = ""; $text['label-project_releases']['ru-ru'] = "Релизы"; $text['label-project_releases']['sv-se'] = "Utgåva"; $text['label-project_releases']['uk-ua'] = "袪械谢褨蟹懈"; @@ -196,8 +244,11 @@ $text['label-project_releases']['uk-ua'] = "袪械谢褨蟹懈"; $text['label-project_notifications']['en-us'] = "Project Notifications"; $text['label-project_notifications']['ar-eg'] = ""; $text['label-project_notifications']['de-at'] = "Projekt Benachrichtigungen"; +$text['label-project_notifications']['de-ch'] = ""; $text['label-project_notifications']['de-de'] = "Projekt Benachrichtigungen"; $text['label-project_notifications']['es-cl'] = "Proyecto Notificaciones"; +$text['label-project_notifications']['es-mx'] = ""; +$text['label-project_notifications']['fr-ca'] = ""; $text['label-project_notifications']['fr-fr'] = "Notifications Projet"; $text['label-project_notifications']['he-il'] = ""; $text['label-project_notifications']['it-it'] = "Progetto Notifiche"; @@ -205,6 +256,7 @@ $text['label-project_notifications']['nl-nl'] = ""; $text['label-project_notifications']['pl-pl'] = "Powiadomienia projektu"; $text['label-project_notifications']['pt-br'] = "Notifica莽玫es do Sistema"; $text['label-project_notifications']['pt-pt'] = "Projeto Notifica珲es"; +$text['label-project_notifications']['ro-ro'] = ""; $text['label-project_notifications']['ru-ru'] = "Уведомления о проекте"; $text['label-project_notifications']['sv-se'] = "Projekt Meddelanden"; $text['label-project_notifications']['uk-ua'] = "小锌芯胁褨褖械薪薪褟 锌褉芯械泻褌褍"; @@ -212,8 +264,11 @@ $text['label-project_notifications']['uk-ua'] = "小锌芯胁褨褖械薪薪褟 $text['label-project_notification_recipient']['en-us'] = "Recipient"; $text['label-project_notification_recipient']['ar-eg'] = ""; $text['label-project_notification_recipient']['de-at'] = "Empfänger"; +$text['label-project_notification_recipient']['de-ch'] = ""; $text['label-project_notification_recipient']['de-de'] = "Empfänger"; $text['label-project_notification_recipient']['es-cl'] = "Beneficiario"; +$text['label-project_notification_recipient']['es-mx'] = ""; +$text['label-project_notification_recipient']['fr-ca'] = ""; $text['label-project_notification_recipient']['fr-fr'] = "Destinataire"; $text['label-project_notification_recipient']['he-il'] = ""; $text['label-project_notification_recipient']['it-it'] = "Destinatario"; @@ -221,6 +276,7 @@ $text['label-project_notification_recipient']['nl-nl'] = ""; $text['label-project_notification_recipient']['pl-pl'] = "Odbiorca"; $text['label-project_notification_recipient']['pt-br'] = "Benefici谩rio"; $text['label-project_notification_recipient']['pt-pt'] = "Benefici醨io"; +$text['label-project_notification_recipient']['ro-ro'] = ""; $text['label-project_notification_recipient']['ru-ru'] = "Получатель"; $text['label-project_notification_recipient']['sv-se'] = "Mottagare"; $text['label-project_notification_recipient']['uk-ua'] = "袨褌褉懈屑褍胁邪褔"; @@ -228,8 +284,11 @@ $text['label-project_notification_recipient']['uk-ua'] = "袨褌褉懈屑褍胁 $text['label-project_notification_method']['en-us'] = "Method"; $text['label-project_notification_method']['ar-eg'] = ""; $text['label-project_notification_method']['de-at'] = "Methode"; +$text['label-project_notification_method']['de-ch'] = ""; $text['label-project_notification_method']['de-de'] = "Methode"; $text['label-project_notification_method']['es-cl'] = "M閠odo"; +$text['label-project_notification_method']['es-mx'] = ""; +$text['label-project_notification_method']['fr-ca'] = ""; $text['label-project_notification_method']['fr-fr'] = "M閠hode"; $text['label-project_notification_method']['he-il'] = ""; $text['label-project_notification_method']['it-it'] = "Metodo"; @@ -237,6 +296,7 @@ $text['label-project_notification_method']['nl-nl'] = ""; $text['label-project_notification_method']['pl-pl'] = "Metoda"; $text['label-project_notification_method']['pt-br'] = "M茅todo"; $text['label-project_notification_method']['pt-pt'] = "M閠odo"; +$text['label-project_notification_method']['ro-ro'] = ""; $text['label-project_notification_method']['ru-ru'] = "Метод"; $text['label-project_notification_method']['sv-se'] = "Metod"; $text['label-project_notification_method']['uk-ua'] = "袦械褌芯写"; @@ -244,8 +304,11 @@ $text['label-project_notification_method']['uk-ua'] = "袦械褌芯写"; $text['label-project_news']['en-us'] = "News"; $text['label-project_news']['ar-eg'] = ""; $text['label-project_news']['de-at'] = "Nachrichten"; +$text['label-project_news']['de-ch'] = ""; $text['label-project_news']['de-de'] = "Nachrichten"; $text['label-project_news']['es-cl'] = "Noticias"; +$text['label-project_news']['es-mx'] = ""; +$text['label-project_news']['fr-ca'] = ""; $text['label-project_news']['fr-fr'] = "Nouvelles"; $text['label-project_news']['he-il'] = ""; $text['label-project_news']['it-it'] = "Novità"; @@ -253,6 +316,7 @@ $text['label-project_news']['nl-nl'] = ""; $text['label-project_news']['pl-pl'] = "Aktualno艣ci"; $text['label-project_news']['pt-br'] = "Not铆cia"; $text['label-project_news']['pt-pt'] = "Not韈ia"; +$text['label-project_news']['ro-ro'] = ""; $text['label-project_news']['ru-ru'] = "Новости"; $text['label-project_news']['sv-se'] = "Nyheter"; $text['label-project_news']['uk-ua'] = "袧芯胁懈薪懈"; @@ -260,8 +324,11 @@ $text['label-project_news']['uk-ua'] = "袧芯胁懈薪懈"; $text['label-project_events']['en-us'] = "Events"; $text['label-project_events']['ar-eg'] = ""; $text['label-project_events']['de-at'] = "Veranstaltungen"; +$text['label-project_events']['de-ch'] = ""; $text['label-project_events']['de-de'] = "Veranstaltungen"; $text['label-project_events']['es-cl'] = "Eventos"; +$text['label-project_events']['es-mx'] = ""; +$text['label-project_events']['fr-ca'] = ""; $text['label-project_events']['fr-fr'] = "関閚ements"; $text['label-project_events']['he-il'] = ""; $text['label-project_events']['it-it'] = "Eventi"; @@ -269,6 +336,7 @@ $text['label-project_events']['nl-nl'] = ""; $text['label-project_events']['pl-pl'] = "Wydarzenia"; $text['label-project_events']['pt-br'] = "Eventos"; $text['label-project_events']['pt-pt'] = "Eventos"; +$text['label-project_events']['ro-ro'] = ""; $text['label-project_events']['ru-ru'] = "События"; $text['label-project_events']['sv-se'] = "Evenemang"; $text['label-project_events']['uk-ua'] = "袩芯写褨褩"; @@ -276,8 +344,11 @@ $text['label-project_events']['uk-ua'] = "袩芯写褨褩"; $text['header-notifications']['en-us'] = "Notifications"; $text['header-notifications']['ar-eg'] = ""; $text['header-notifications']['de-at'] = "Benachrichtigungen"; +$text['header-notifications']['de-ch'] = ""; $text['header-notifications']['de-de'] = "Benachrichtigungen"; $text['header-notifications']['es-cl'] = "Notificaciones"; +$text['header-notifications']['es-mx'] = ""; +$text['header-notifications']['fr-ca'] = ""; $text['header-notifications']['fr-fr'] = "Notifications"; $text['header-notifications']['he-il'] = ""; $text['header-notifications']['it-it'] = "Notifiche"; @@ -285,6 +356,7 @@ $text['header-notifications']['nl-nl'] = ""; $text['header-notifications']['pl-pl'] = "Powiadomienia"; $text['header-notifications']['pt-br'] = "Notifica莽玫es"; $text['header-notifications']['pt-pt'] = "Notifica珲es"; +$text['header-notifications']['ro-ro'] = ""; $text['header-notifications']['ru-ru'] = "Уведомления"; $text['header-notifications']['sv-se'] = "Meddelanden"; $text['header-notifications']['uk-ua'] = "小锌芯胁褨褖械薪薪褟"; @@ -292,8 +364,11 @@ $text['header-notifications']['uk-ua'] = "小锌芯胁褨褖械薪薪褟"; $text['description-project_security']['en-us'] = "Receive notifications of security updates."; $text['description-project_security']['ar-eg'] = ""; $text['description-project_security']['de-at'] = "Benachrichtigungen über Sicherheitskritische Updates erhalten."; +$text['description-project_security']['de-ch'] = ""; $text['description-project_security']['de-de'] = "Benachrichtigungen über Sicherheitskritische Updates erhalten."; $text['description-project_security']['es-cl'] = "Recibir notificaciones de actualizaciones de seguridad."; +$text['description-project_security']['es-mx'] = ""; +$text['description-project_security']['fr-ca'] = ""; $text['description-project_security']['fr-fr'] = "Receber notifica珲es de atualiza珲es de seguran鏰."; $text['description-project_security']['he-il'] = ""; $text['description-project_security']['it-it'] = "Ricevi le notifiche sugli aggiornamenti di sicurezza."; @@ -301,6 +376,7 @@ $text['description-project_security']['nl-nl'] = ""; $text['description-project_security']['pl-pl'] = "Otrzymuj powiadomienia o aktualizacjach zabezpiecze艅."; $text['description-project_security']['pt-br'] = "Receber notifica莽玫es de atualiza莽茫o de seguran莽a"; $text['description-project_security']['pt-pt'] = "Receber notifica珲es de atualiza珲es de seguran鏰."; +$text['description-project_security']['ro-ro'] = ""; $text['description-project_security']['ru-ru'] = "Получать уведомления об обновлениях безопасности."; $text['description-project_security']['sv-se'] = "Ta emot meddelanden om säkerhets uppdateringar."; $text['description-project_security']['uk-ua'] = ""; @@ -308,8 +384,11 @@ $text['description-project_security']['uk-ua'] = ""; $text['description-project_releases']['en-us'] = "Receive notifications when new stable version of FusionPBX are released and available for download."; $text['description-project_releases']['ar-eg'] = ""; $text['description-project_releases']['de-at'] = "Benachrichtigungen über neue stabile Versionen von FusionPBX erhalten."; +$text['description-project_releases']['de-ch'] = ""; $text['description-project_releases']['de-de'] = "Benachrichtigungen über neue stabile Versionen von FusionPBX erhalten."; $text['description-project_releases']['es-cl'] = "Reciba notificaciones cuando una nueva versi髇 estable de FusionPBX se liberan y disponible para su descarga."; +$text['description-project_releases']['es-mx'] = ""; +$text['description-project_releases']['fr-ca'] = ""; $text['description-project_releases']['fr-fr'] = "Recevez des alertes lorsque la nouvelle version stable de FusionPBX sont lib閞閟 et disponibles pour le t閘閏hargement."; $text['description-project_releases']['he-il'] = ""; $text['description-project_releases']['it-it'] = "Ricevi notifiche quando una nuova versione stabile di FusionPBX è rilasciata e disponibile per il download."; @@ -317,6 +396,7 @@ $text['description-project_releases']['nl-nl'] = ""; $text['description-project_releases']['pl-pl'] = "Otrzymuj powiadomienia kiedy nowe i stabilne wersje FusionPBX zostaj膮 wydane i dost臋pne do pobrania."; $text['description-project_releases']['pt-br'] = "Receber notifica莽玫es sobre uma nova vers茫o disponivel para download"; $text['description-project_releases']['pt-pt'] = "Receba notifica珲es quando nova vers鉶 est醰el do FusionPBX s鉶 liberados e dispon韛eis para download."; +$text['description-project_releases']['ro-ro'] = ""; $text['description-project_releases']['ru-ru'] = "Получать уведомления, когда новая стабильная версия FusionPBX выпущена и доступна для загрузки."; $text['description-project_releases']['sv-se'] = "Ta emot meddelanden när nya stabila versioner av FusionPBX släpps och finns för nedladdning. "; $text['description-project_releases']['uk-ua'] = ""; @@ -324,8 +404,11 @@ $text['description-project_releases']['uk-ua'] = ""; $text['description-project_notifications']['en-us'] = "Enable FusionPBX project notifications."; $text['description-project_notifications']['ar-eg'] = ""; $text['description-project_notifications']['de-at'] = "FusionPBX Projekt-Benachrichtigung aktivieren."; +$text['description-project_notifications']['de-ch'] = ""; $text['description-project_notifications']['de-de'] = "FusionPBX Projekt-Benachrichtigung aktivieren."; $text['description-project_notifications']['es-cl'] = "Habilitar las notificaciones de proyectos FusionPBX."; +$text['description-project_notifications']['es-mx'] = ""; +$text['description-project_notifications']['fr-ca'] = ""; $text['description-project_notifications']['fr-fr'] = "Ativar notifica珲es de projetos FusionPBX."; $text['description-project_notifications']['he-il'] = ""; $text['description-project_notifications']['it-it'] = "Abilita il progetto di notifiche di FusionPBX."; @@ -333,6 +416,7 @@ $text['description-project_notifications']['nl-nl'] = ""; $text['description-project_notifications']['pl-pl'] = "W艂膮cz powiadomienia projektu FusionPBX."; $text['description-project_notifications']['pt-br'] = "Ativivar notifica莽玫es do sistema"; $text['description-project_notifications']['pt-pt'] = "Ativar notifica珲es de projetos FusionPBX."; +$text['description-project_notifications']['ro-ro'] = ""; $text['description-project_notifications']['ru-ru'] = "Включить уведомления проекта FusionPBX."; $text['description-project_notifications']['sv-se'] = "Aktivera FusionPBX projekt meddelanden."; $text['description-project_notifications']['uk-ua'] = ""; @@ -340,8 +424,11 @@ $text['description-project_notifications']['uk-ua'] = ""; $text['description-project_notification_recipient']['en-us'] = "Enter the desired Email Address for the recipient."; $text['description-project_notification_recipient']['ar-eg'] = ""; $text['description-project_notification_recipient']['de-at'] = "Geben Sie die gewünschte E-Mail Addresse ein."; +$text['description-project_notification_recipient']['de-ch'] = ""; $text['description-project_notification_recipient']['de-de'] = "Geben Sie die gewünschte E-Mail Addresse ein."; $text['description-project_notification_recipient']['es-cl'] = "Introduzca la deseada direcci髇 de correo electr髇ico del destinatario."; +$text['description-project_notification_recipient']['es-mx'] = ""; +$text['description-project_notification_recipient']['fr-ca'] = ""; $text['description-project_notification_recipient']['fr-fr'] = "Entrez l'adresse e-mail souhait閑 pour le destinataire."; $text['description-project_notification_recipient']['he-il'] = ""; $text['description-project_notification_recipient']['it-it'] = "Inserisci l'indirizzo email destinatario desiderato."; @@ -349,6 +436,7 @@ $text['description-project_notification_recipient']['nl-nl'] = ""; $text['description-project_notification_recipient']['pl-pl'] = "Wpisz adres e-mail odbiorcy."; $text['description-project_notification_recipient']['pt-br'] = "Digite o endere莽o de email desejado para o destinat谩rio"; $text['description-project_notification_recipient']['pt-pt'] = "Digite o endere鏾 de email desejado para o destinat醨io."; +$text['description-project_notification_recipient']['ro-ro'] = ""; $text['description-project_notification_recipient']['ru-ru'] = "Введите адрес электронной почты получателя."; $text['description-project_notification_recipient']['sv-se'] = "Ange önskad e-postadress för mottagaren."; $text['description-project_notification_recipient']['uk-ua'] = ""; @@ -356,8 +444,11 @@ $text['description-project_notification_recipient']['uk-ua'] = ""; $text['description-project_notification_method']['en-us'] = "Select the desired method of communication."; $text['description-project_notification_method']['ar-eg'] = ""; $text['description-project_notification_method']['de-at'] = "Wählen Sie den gewünschten Kommunikationsweg."; +$text['description-project_notification_method']['de-ch'] = ""; $text['description-project_notification_method']['de-de'] = "Wählen Sie den gewünschten Kommunikationsweg."; $text['description-project_notification_method']['es-cl'] = "Seleccione el m閠odo deseado de la comunicaci髇."; +$text['description-project_notification_method']['es-mx'] = ""; +$text['description-project_notification_method']['fr-ca'] = ""; $text['description-project_notification_method']['fr-fr'] = "S閘ectionnez la m閠hode souhait閑 de communication."; $text['description-project_notification_method']['he-il'] = ""; $text['description-project_notification_method']['it-it'] = "Seleziona il metodo di comunicazione."; @@ -365,6 +456,7 @@ $text['description-project_notification_method']['nl-nl'] = ""; $text['description-project_notification_method']['pl-pl'] = "Wybierz metod臋 komunikacji."; $text['description-project_notification_method']['pt-br'] = "Selecione o m茅todo desejado de comunica莽茫o"; $text['description-project_notification_method']['pt-pt'] = "Seleccione o m閠odo desejado de comunica玢o."; +$text['description-project_notification_method']['ro-ro'] = ""; $text['description-project_notification_method']['ru-ru'] = "Выберите желаемый способ связи."; $text['description-project_notification_method']['sv-se'] = "Välj önskad metod för kommunikation."; $text['description-project_notification_method']['uk-ua'] = ""; @@ -372,8 +464,11 @@ $text['description-project_notification_method']['uk-ua'] = ""; $text['description-project_news']['en-us'] = "Receive notifications of general FusionPBX related news and information."; $text['description-project_news']['ar-eg'] = ""; $text['description-project_news']['de-at'] = "Allgemeine Informationen über FusionPBX."; +$text['description-project_news']['de-ch'] = ""; $text['description-project_news']['de-de'] = "Allgemeine Informationen über FusionPBX."; $text['description-project_news']['es-cl'] = "Recibir notificaciones de noticias FusionPBX relacionadas e informaci髇 general."; +$text['description-project_news']['es-mx'] = ""; +$text['description-project_news']['fr-ca'] = ""; $text['description-project_news']['fr-fr'] = "Recevoir des notifications de nouvelles et d'information g閚閞ale FusionPBX li閟."; $text['description-project_news']['he-il'] = ""; $text['description-project_news']['it-it'] = "Ricevi notifiche su novità e informazioni generali su FusionPBX."; @@ -381,6 +476,7 @@ $text['description-project_news']['nl-nl'] = ""; $text['description-project_news']['pl-pl'] = "Otrzymuj og贸lne powiadomienia zawieraj膮ce informacje i nowo艣ci o projekcie FusionPBX."; $text['description-project_news']['pt-br'] = "Receber notifica莽玫es, not铆cias e informa莽玫es gerais relacionadas ao sistema"; $text['description-project_news']['pt-pt'] = "Receber notifica珲es de not韈ias e informa珲es gerais FusionPBX relacionados."; +$text['description-project_news']['ro-ro'] = ""; $text['description-project_news']['ru-ru'] = "Получать уведомления об общих новостях и информации FusionPBX."; $text['description-project_news']['sv-se'] = "Ta emot meddelanden om allmänna FusionPBX relaterade nyheter och information."; $text['description-project_news']['uk-ua'] = ""; @@ -388,8 +484,11 @@ $text['description-project_news']['uk-ua'] = ""; $text['description-project_events']['en-us'] = "Receive notifications of upcoming FusionPBX training classes, convention booths, and other events related to the project."; $text['description-project_events']['ar-eg'] = ""; $text['description-project_events']['de-at'] = "Benachrichtigungen über kommende FusionPBX Schulungen und andere Projektbezogene Veranstaltungen."; +$text['description-project_events']['de-ch'] = ""; $text['description-project_events']['de-de'] = "Benachrichtigungen über kommende FusionPBX Schulungen und andere Projektbezogene Veranstaltungen."; $text['description-project_events']['es-cl'] = "Recibir notificaciones de pr髕imas clases FusionPBX formaci髇, cabinas de convenciones y otros eventos relacionados con el proyecto."; +$text['description-project_events']['es-mx'] = ""; +$text['description-project_events']['fr-ca'] = ""; $text['description-project_events']['fr-fr'] = "Recevoir des notifications de venir les classes FusionPBX de formation, des stands de congr鑣 et d'autres 関閚ements li閟 au projet."; $text['description-project_events']['he-il'] = ""; $text['description-project_events']['it-it'] = "Ricevi notifiche dei corsi FusionPBX, convenzioni, e altri eventi collegati al progetto."; @@ -397,6 +496,7 @@ $text['description-project_events']['nl-nl'] = ""; $text['description-project_events']['pl-pl'] = "Otrzymuj powiadomienia zawieraj膮ce informacje o zbli偶aj膮cych si臋 szkoleniach, zjazdach oraz innych wydarzeniach zwi膮zanych z projektem FusionPBX."; $text['description-project_events']['pt-br'] = "Receber notifica莽玫es futuros treinamentos sobre o sistema e outros eventos"; $text['description-project_events']['pt-pt'] = "Receber notifica珲es de futuras aulas FusionPBX forma玢o, cabines de conven珲es e outros eventos relacionados ao projeto."; +$text['description-project_events']['ro-ro'] = ""; $text['description-project_events']['ru-ru'] = "Получать уведомления о предстоящих учебных классах FusionPBX, стендах для конференций и других событиях, связанных с проектом."; $text['description-project_events']['sv-se'] = "Få meddelanden om kommande FusionPBX utbildningar , utställningar och andra händelser relaterade till projektet."; $text['description-project_events']['uk-ua'] = ""; @@ -404,8 +504,11 @@ $text['description-project_events']['uk-ua'] = ""; $text['description-notifications']['en-us'] = "Set notification preferences for FusionPBX project-related communication and other local system alerts."; $text['description-notifications']['ar-eg'] = ""; $text['description-notifications']['de-at'] = "Benachrichtigungseinstellungen für FusionPBX Projektbezogene Informationen."; +$text['description-notifications']['de-ch'] = ""; $text['description-notifications']['de-de'] = "Benachrichtigungseinstellungen für FusionPBX Projektbezogene Informationen."; $text['description-notifications']['es-cl'] = "Definici髇 de las preferencias de notificaci髇 de la comunicaci髇 relacionada con el proyecto FusionPBX y otras alertas del sistema local."; +$text['description-notifications']['es-mx'] = ""; +$text['description-notifications']['fr-ca'] = ""; $text['description-notifications']['fr-fr'] = "Definici髇 de las preferencias de notificaci髇 de la comunicaci髇 relacionada con el proyecto FusionPBX y otras alertas del sistema local."; $text['description-notifications']['he-il'] = ""; $text['description-notifications']['it-it'] = "Imposta le preferene di notifica per i progetti collegati a FusionPBX e altri alert di sistema locali."; @@ -413,8 +516,9 @@ $text['description-notifications']['nl-nl'] = ""; $text['description-notifications']['pl-pl'] = "Ustawienia preferencji powiadomie艅 zawieraj膮cych informacje o projekcie FusionPBX i innych lokalnych alertach systemowych."; $text['description-notifications']['pt-br'] = "Definir prefer锚ncias de notifica莽玫es para a comunica莽茫o relacionada ao sistema"; $text['description-notifications']['pt-pt'] = "Definir prefer阯cias de notifica玢o para a comunica玢o relacionada com o projecto FusionPBX e outros alertas do sistema local."; +$text['description-notifications']['ro-ro'] = ""; $text['description-notifications']['ru-ru'] = "Устанавливать настройки уведомлений для FusionPBX связанных с проектом сообщений и других локальных системных предупреждений."; $text['description-notifications']['sv-se'] = "Inställningar för FusionPBX relaterade meddelanden och andra lokala system varningar."; $text['description-notifications']['uk-ua'] = ""; -?> +?> \ No newline at end of file diff --git a/core/upgrade/app_languages.php b/core/upgrade/app_languages.php index e36c878b38..222203a9b3 100644 --- a/core/upgrade/app_languages.php +++ b/core/upgrade/app_languages.php @@ -1,11 +1,14 @@ Notifications
section, under the System menu!"; $text['login-message_text']['ar-eg'] = ""; $text['login-message_text']['de-at'] = "Halten Sie sich über FusionPBX auf dem Laufenden indem Sie die Benachrichtigungseinstellungen im System Menü setzen."; +$text['login-message_text']['de-ch'] = ""; $text['login-message_text']['de-de'] = "Halten Sie sich über FusionPBX auf dem Laufenden indem Sie die Benachrichtigungseinstellungen im System Menü setzen."; $text['login-message_text']['es-cl'] = "Manténgase al día con el proyecto FusionPBX configurando sus preferencias en la sección Notificaciones acaba de agregar, en el menú del sistema!"; +$text['login-message_text']['es-mx'] = ""; +$text['login-message_text']['fr-ca'] = ""; $text['login-message_text']['fr-fr'] = "Tenez-vous au courant des nouveautés du projet FusionPBX en configurant vos préférences dans la section Notifications , du menu système!"; $text['login-message_text']['he-il'] = ""; $text['login-message_text']['it-it'] = "Stai in contatto con il progetto FusionPBX configurando le tue preferenze nella sezione Notifiche, nel menu di Sistema!"; @@ -189,6 +236,7 @@ $text['login-message_text']['nl-nl'] = ""; $text['login-message_text']['pl-pl'] = "Bądź na bieżąco z projektem FusionPBX konfigurując swoje preferencje w nowo dodanej sekcji Powiadomienia w menu System!"; $text['login-message_text']['pt-br'] = "Configurações recém adicionadas ao menu do sistema"; $text['login-message_text']['pt-pt'] = "Mantenha-se com o projeto FusionPBX configurando suas preferências na seção Notificações recém-adicionado, no menu Sistema!"; +$text['login-message_text']['ro-ro'] = ""; $text['login-message_text']['ru-ru'] = "Следите за проектом FusionPBX, настроив свои настройки в недавно добавленном разделе Уведомления в меню 'Система'!"; $text['login-message_text']['sv-se'] = "Håll dig uppdaterad med de FusionPBX projektet genom att konfigurera dina inställningar i nytillkomna Notifications avsnitt , under Systemmenyn !"; $text['login-message_text']['uk-ua'] = "Keep up with the FusionPBX project by configuring your preferences in the newly added Notifications section, under the System menu! "; @@ -196,8 +244,11 @@ $text['login-message_text']['uk-ua'] = "Keep up with the FusionPBX project by co $text['label-upgrade_source']['en-us'] = "Source Code"; $text['label-upgrade_source']['ar-eg'] = ""; $text['label-upgrade_source']['de-at'] = "Quellcode"; +$text['label-upgrade_source']['de-ch'] = ""; $text['label-upgrade_source']['de-de'] = "Quellcode"; $text['label-upgrade_source']['es-cl'] = "Código Fuente"; +$text['label-upgrade_source']['es-mx'] = ""; +$text['label-upgrade_source']['fr-ca'] = ""; $text['label-upgrade_source']['fr-fr'] = "Code Source"; $text['label-upgrade_source']['he-il'] = ""; $text['label-upgrade_source']['it-it'] = "Codice Sorgente"; @@ -205,6 +256,7 @@ $text['label-upgrade_source']['nl-nl'] = ""; $text['label-upgrade_source']['pl-pl'] = "Kod źródłowy"; $text['label-upgrade_source']['pt-br'] = "Source Code"; $text['label-upgrade_source']['pt-pt'] = "Source Code"; +$text['label-upgrade_source']['ro-ro'] = ""; $text['label-upgrade_source']['ru-ru'] = "Исходный код"; $text['label-upgrade_source']['sv-se'] = "Källkod"; $text['label-upgrade_source']['uk-ua'] = "Вихідний код"; @@ -212,8 +264,11 @@ $text['label-upgrade_source']['uk-ua'] = "Вихідний код"; $text['label-upgrade_schema']['en-us'] = "Schema"; $text['label-upgrade_schema']['ar-eg'] = ""; $text['label-upgrade_schema']['de-at'] = "Schema"; +$text['label-upgrade_schema']['de-ch'] = ""; $text['label-upgrade_schema']['de-de'] = "Schema"; $text['label-upgrade_schema']['es-cl'] = "Esquema"; +$text['label-upgrade_schema']['es-mx'] = ""; +$text['label-upgrade_schema']['fr-ca'] = ""; $text['label-upgrade_schema']['fr-fr'] = "Schéma"; $text['label-upgrade_schema']['he-il'] = ""; $text['label-upgrade_schema']['it-it'] = "Schema"; @@ -221,6 +276,7 @@ $text['label-upgrade_schema']['nl-nl'] = ""; $text['label-upgrade_schema']['pl-pl'] = "Schemat"; $text['label-upgrade_schema']['pt-br'] = "Esquema"; $text['label-upgrade_schema']['pt-pt'] = "Esquema"; +$text['label-upgrade_schema']['ro-ro'] = ""; $text['label-upgrade_schema']['ru-ru'] = "Структура БД"; $text['label-upgrade_schema']['sv-se'] = "Schema"; $text['label-upgrade_schema']['uk-ua'] = "Схеми"; @@ -228,8 +284,11 @@ $text['label-upgrade_schema']['uk-ua'] = "Схеми"; $text['label-upgrade_permissions']['en-us'] = "Permission Defaults"; $text['label-upgrade_permissions']['ar-eg'] = ""; $text['label-upgrade_permissions']['de-at'] = "Berechtigungen zurücksetzen"; +$text['label-upgrade_permissions']['de-ch'] = ""; $text['label-upgrade_permissions']['de-de'] = "Berechtigungen zurücksetzen"; $text['label-upgrade_permissions']['es-cl'] = "predeterminados de permisos"; +$text['label-upgrade_permissions']['es-mx'] = ""; +$text['label-upgrade_permissions']['fr-ca'] = ""; $text['label-upgrade_permissions']['fr-fr'] = "Autorisations par défaut"; $text['label-upgrade_permissions']['he-il'] = ""; $text['label-upgrade_permissions']['it-it'] = "Permessi Predefiniti"; @@ -237,6 +296,7 @@ $text['label-upgrade_permissions']['nl-nl'] = ""; $text['label-upgrade_permissions']['pl-pl'] = "Ustawienia domyślne uprawnień"; $text['label-upgrade_permissions']['pt-br'] = "Pedrões da permissão"; $text['label-upgrade_permissions']['pt-pt'] = "Padrões de permissão"; +$text['label-upgrade_permissions']['ro-ro'] = ""; $text['label-upgrade_permissions']['ru-ru'] = "Права по умолчанию"; $text['label-upgrade_permissions']['sv-se'] = "Standard Rättigheter"; $text['label-upgrade_permissions']['uk-ua'] = "Типові привілеї"; @@ -244,8 +304,11 @@ $text['label-upgrade_permissions']['uk-ua'] = "Типові привілеї"; $text['label-upgrade_menu']['en-us'] = "Menu Defaults"; $text['label-upgrade_menu']['ar-eg'] = ""; $text['label-upgrade_menu']['de-at'] = "Menüs zurücksetzen"; +$text['label-upgrade_menu']['de-ch'] = ""; $text['label-upgrade_menu']['de-de'] = "Menüs zurücksetzen"; $text['label-upgrade_menu']['es-cl'] = "Omisión del menú"; +$text['label-upgrade_menu']['es-mx'] = ""; +$text['label-upgrade_menu']['fr-ca'] = ""; $text['label-upgrade_menu']['fr-fr'] = "Menu par défaut"; $text['label-upgrade_menu']['he-il'] = ""; $text['label-upgrade_menu']['it-it'] = "Menu Predefiniti"; @@ -253,6 +316,7 @@ $text['label-upgrade_menu']['nl-nl'] = ""; $text['label-upgrade_menu']['pl-pl'] = "Ustawienia domyślne menu"; $text['label-upgrade_menu']['pt-br'] = "Menu padrão"; $text['label-upgrade_menu']['pt-pt'] = "Menu Defaults"; +$text['label-upgrade_menu']['ro-ro'] = ""; $text['label-upgrade_menu']['ru-ru'] = "Элементы меню по умолчанию"; $text['label-upgrade_menu']['sv-se'] = "Standard Menyer"; $text['label-upgrade_menu']['uk-ua'] = "Типові елементи меню"; @@ -260,8 +324,11 @@ $text['label-upgrade_menu']['uk-ua'] = "Типові елементи меню"; $text['label-upgrade_data_types']['en-us'] = "Data Types"; $text['label-upgrade_data_types']['ar-eg'] = ""; $text['label-upgrade_data_types']['de-at'] = "Daten Typen"; +$text['label-upgrade_data_types']['de-ch'] = ""; $text['label-upgrade_data_types']['de-de'] = "Daten Typen"; $text['label-upgrade_data_types']['es-cl'] = "Tipos de datos"; +$text['label-upgrade_data_types']['es-mx'] = ""; +$text['label-upgrade_data_types']['fr-ca'] = ""; $text['label-upgrade_data_types']['fr-fr'] = "Types de données"; $text['label-upgrade_data_types']['he-il'] = ""; $text['label-upgrade_data_types']['it-it'] = "Tipi di dato"; @@ -269,6 +336,7 @@ $text['label-upgrade_data_types']['nl-nl'] = ""; $text['label-upgrade_data_types']['pl-pl'] = "Rodzaje danych"; $text['label-upgrade_data_types']['pt-br'] = "Tipo de dados"; $text['label-upgrade_data_types']['pt-pt'] = "Tipos de Dados"; +$text['label-upgrade_data_types']['ro-ro'] = ""; $text['label-upgrade_data_types']['ru-ru'] = "Типы данных"; $text['label-upgrade_data_types']['sv-se'] = "Datatyper"; $text['label-upgrade_data_types']['uk-ua'] = "Типи даних"; @@ -276,8 +344,11 @@ $text['label-upgrade_data_types']['uk-ua'] = "Типи даних"; $text['label-upgrade_apps']['en-us'] = "App Defaults"; $text['label-upgrade_apps']['ar-eg'] = ""; $text['label-upgrade_apps']['de-at'] = "Applikationen zurücksetzen"; +$text['label-upgrade_apps']['de-ch'] = ""; $text['label-upgrade_apps']['de-de'] = "Applikationen zurücksetzen"; $text['label-upgrade_apps']['es-cl'] = "predeterminadas de la aplicación"; +$text['label-upgrade_apps']['es-mx'] = ""; +$text['label-upgrade_apps']['fr-ca'] = ""; $text['label-upgrade_apps']['fr-fr'] = "Défaut de l'application"; $text['label-upgrade_apps']['he-il'] = ""; $text['label-upgrade_apps']['it-it'] = "Impostazioni di default per le Applicazioni"; @@ -285,6 +356,7 @@ $text['label-upgrade_apps']['nl-nl'] = ""; $text['label-upgrade_apps']['pl-pl'] = "Ustawienia domyślne aplikacji"; $text['label-upgrade_apps']['pt-br'] = "Padrões de aplicativos"; $text['label-upgrade_apps']['pt-pt'] = "Padrões de aplicativos"; +$text['label-upgrade_apps']['ro-ro'] = ""; $text['label-upgrade_apps']['ru-ru'] = "Настройки по умолчанию"; $text['label-upgrade_apps']['sv-se'] = "App Standard"; $text['label-upgrade_apps']['uk-ua'] = "Типові значення додатків"; @@ -292,8 +364,11 @@ $text['label-upgrade_apps']['uk-ua'] = "Типові значення додат $text['label-upgrade_switch']['en-us'] = "Switch Upgrade"; $text['label-upgrade_switch']['ar-eg'] = ""; $text['label-upgrade_switch']['de-at'] = "Switch aktualisieren"; +$text['label-upgrade_switch']['de-ch'] = ""; $text['label-upgrade_switch']['de-de'] = "Switch aktualisieren"; $text['label-upgrade_switch']['es-cl'] = ""; +$text['label-upgrade_switch']['es-mx'] = ""; +$text['label-upgrade_switch']['fr-ca'] = ""; $text['label-upgrade_switch']['fr-fr'] = ""; $text['label-upgrade_switch']['he-il'] = ""; $text['label-upgrade_switch']['it-it'] = "Aggiornamento Switch"; @@ -301,6 +376,7 @@ $text['label-upgrade_switch']['nl-nl'] = ""; $text['label-upgrade_switch']['pl-pl'] = ""; $text['label-upgrade_switch']['pt-br'] = ""; $text['label-upgrade_switch']['pt-pt'] = ""; +$text['label-upgrade_switch']['ro-ro'] = ""; $text['label-upgrade_switch']['ru-ru'] = "Обновление коммутатора"; $text['label-upgrade_switch']['sv-se'] = "Uppgradera Switch"; $text['label-upgrade_switch']['uk-ua'] = ""; @@ -308,8 +384,11 @@ $text['label-upgrade_switch']['uk-ua'] = ""; $text['label-upgrade']['en-us'] = "Upgrade"; $text['label-upgrade']['ar-eg'] = ""; $text['label-upgrade']['de-at'] = "Aktualisieren"; +$text['label-upgrade']['de-ch'] = ""; $text['label-upgrade']['de-de'] = "Aktualisieren"; $text['label-upgrade']['es-cl'] = "Actualizar"; +$text['label-upgrade']['es-mx'] = ""; +$text['label-upgrade']['fr-ca'] = ""; $text['label-upgrade']['fr-fr'] = "Mise à jour"; $text['label-upgrade']['he-il'] = ""; $text['label-upgrade']['it-it'] = "Aggiorna"; @@ -317,6 +396,7 @@ $text['label-upgrade']['nl-nl'] = ""; $text['label-upgrade']['pl-pl'] = "Aktualizacja"; $text['label-upgrade']['pt-br'] = "Atualizar"; $text['label-upgrade']['pt-pt'] = "Actualizar"; +$text['label-upgrade']['ro-ro'] = ""; $text['label-upgrade']['ru-ru'] = "Обновление"; $text['label-upgrade']['sv-se'] = "Uppgradera"; $text['label-upgrade']['uk-ua'] = "Оновлення"; @@ -324,8 +404,11 @@ $text['label-upgrade']['uk-ua'] = "Оновлення"; $text['label-type']['en-us'] = "Type"; $text['label-type']['ar-eg'] = ""; $text['label-type']['de-at'] = "Typ"; +$text['label-type']['de-ch'] = ""; $text['label-type']['de-de'] = "Typ"; $text['label-type']['es-cl'] = "Tipo"; +$text['label-type']['es-mx'] = ""; +$text['label-type']['fr-ca'] = ""; $text['label-type']['fr-fr'] = "Type"; $text['label-type']['he-il'] = ""; $text['label-type']['it-it'] = "Tipo"; @@ -333,6 +416,7 @@ $text['label-type']['nl-nl'] = ""; $text['label-type']['pl-pl'] = "Typ"; $text['label-type']['pt-br'] = "Tipo"; $text['label-type']['pt-pt'] = "Tipo"; +$text['label-type']['ro-ro'] = ""; $text['label-type']['ru-ru'] = "Тип"; $text['label-type']['sv-se'] = "Typ"; $text['label-type']['uk-ua'] = "Тип"; @@ -340,8 +424,11 @@ $text['label-type']['uk-ua'] = "Тип"; $text['label-table']['en-us'] = "Table"; $text['label-table']['ar-eg'] = ""; $text['label-table']['de-at'] = "Tabelle"; +$text['label-table']['de-ch'] = ""; $text['label-table']['de-de'] = "Tabelle"; $text['label-table']['es-cl'] = "Tabla"; +$text['label-table']['es-mx'] = ""; +$text['label-table']['fr-ca'] = ""; $text['label-table']['fr-fr'] = "Table"; $text['label-table']['he-il'] = ""; $text['label-table']['it-it'] = "Tabella"; @@ -349,6 +436,7 @@ $text['label-table']['nl-nl'] = ""; $text['label-table']['pl-pl'] = "Tabela"; $text['label-table']['pt-br'] = "Tabela"; $text['label-table']['pt-pt'] = "Tabela"; +$text['label-table']['ro-ro'] = ""; $text['label-table']['ru-ru'] = "Таблица"; $text['label-table']['sv-se'] = "Tabell"; $text['label-table']['uk-ua'] = "Таблиця"; @@ -356,8 +444,11 @@ $text['label-table']['uk-ua'] = "Таблиця"; $text['label-sql_changes']['en-us'] = "SQL Changes"; $text['label-sql_changes']['ar-eg'] = ""; $text['label-sql_changes']['de-at'] = "SQL Änderungen"; +$text['label-sql_changes']['de-ch'] = ""; $text['label-sql_changes']['de-de'] = "SQL Änderungen"; $text['label-sql_changes']['es-cl'] = "Cambios SQL"; +$text['label-sql_changes']['es-mx'] = ""; +$text['label-sql_changes']['fr-ca'] = ""; $text['label-sql_changes']['fr-fr'] = "Modifications SQL"; $text['label-sql_changes']['he-il'] = ""; $text['label-sql_changes']['it-it'] = "Cambiamenti SQL"; @@ -365,6 +456,7 @@ $text['label-sql_changes']['nl-nl'] = ""; $text['label-sql_changes']['pl-pl'] = "Zmiany SQL"; $text['label-sql_changes']['pt-br'] = "Modificações do SQL"; $text['label-sql_changes']['pt-pt'] = "Modificações SQL"; +$text['label-sql_changes']['ro-ro'] = ""; $text['label-sql_changes']['ru-ru'] = "Изменения SQL"; $text['label-sql_changes']['sv-se'] = "SQL Ändringar"; $text['label-sql_changes']['uk-ua'] = "Зміни SQL"; @@ -372,8 +464,11 @@ $text['label-sql_changes']['uk-ua'] = "Зміни SQL"; $text['label-schema']['en-us'] = "Schema"; $text['label-schema']['ar-eg'] = ""; $text['label-schema']['de-at'] = "Schema"; +$text['label-schema']['de-ch'] = ""; $text['label-schema']['de-de'] = "Schema"; $text['label-schema']['es-cl'] = "Esquema"; +$text['label-schema']['es-mx'] = ""; +$text['label-schema']['fr-ca'] = ""; $text['label-schema']['fr-fr'] = "Schéma"; $text['label-schema']['he-il'] = ""; $text['label-schema']['it-it'] = "Schema"; @@ -381,6 +476,7 @@ $text['label-schema']['nl-nl'] = ""; $text['label-schema']['pl-pl'] = "Schemat"; $text['label-schema']['pt-br'] = "Esquema"; $text['label-schema']['pt-pt'] = "Esquema"; +$text['label-schema']['ro-ro'] = ""; $text['label-schema']['ru-ru'] = "Структура БД"; $text['label-schema']['sv-se'] = "Schema"; $text['label-schema']['uk-ua'] = "Схеми"; @@ -388,8 +484,11 @@ $text['label-schema']['uk-ua'] = "Схеми"; $text['label-no_change']['en-us'] = "No Change"; $text['label-no_change']['ar-eg'] = ""; $text['label-no_change']['de-at'] = "Keine Änderungen"; +$text['label-no_change']['de-ch'] = ""; $text['label-no_change']['de-de'] = "Keine Änderungen"; $text['label-no_change']['es-cl'] = "Sin Carga"; +$text['label-no_change']['es-mx'] = ""; +$text['label-no_change']['fr-ca'] = ""; $text['label-no_change']['fr-fr'] = "Pas de changement"; $text['label-no_change']['he-il'] = ""; $text['label-no_change']['it-it'] = "Nessun cambiamento"; @@ -397,6 +496,7 @@ $text['label-no_change']['nl-nl'] = ""; $text['label-no_change']['pl-pl'] = "Bez zmian"; $text['label-no_change']['pt-br'] = "Sem mudanças"; $text['label-no_change']['pt-pt'] = "Sem Mudança"; +$text['label-no_change']['ro-ro'] = ""; $text['label-no_change']['ru-ru'] = "Без изменений"; $text['label-no_change']['sv-se'] = "Ingen Ändring"; $text['label-no_change']['uk-ua'] = "Без змін"; @@ -404,8 +504,11 @@ $text['label-no_change']['uk-ua'] = "Без змін"; $text['label-name']['en-us'] = "Name"; $text['label-name']['ar-eg'] = ""; $text['label-name']['de-at'] = "Name"; +$text['label-name']['de-ch'] = ""; $text['label-name']['de-de'] = "Name"; $text['label-name']['es-cl'] = "Nombre"; +$text['label-name']['es-mx'] = ""; +$text['label-name']['fr-ca'] = ""; $text['label-name']['fr-fr'] = "Nom"; $text['label-name']['he-il'] = ""; $text['label-name']['it-it'] = "Nome"; @@ -413,6 +516,7 @@ $text['label-name']['nl-nl'] = ""; $text['label-name']['pl-pl'] = "Nazwa"; $text['label-name']['pt-br'] = "Nome"; $text['label-name']['pt-pt'] = "Nome"; +$text['label-name']['ro-ro'] = ""; $text['label-name']['ru-ru'] = "Имя"; $text['label-name']['sv-se'] = "Namn"; $text['label-name']['uk-ua'] = "Назва"; @@ -420,8 +524,11 @@ $text['label-name']['uk-ua'] = "Назва"; $text['label-exists']['en-us'] = "Exists"; $text['label-exists']['ar-eg'] = ""; $text['label-exists']['de-at'] = "Existiert"; +$text['label-exists']['de-ch'] = ""; $text['label-exists']['de-de'] = "Existiert"; $text['label-exists']['es-cl'] = "Existe"; +$text['label-exists']['es-mx'] = ""; +$text['label-exists']['fr-ca'] = ""; $text['label-exists']['fr-fr'] = "Existe"; $text['label-exists']['he-il'] = ""; $text['label-exists']['it-it'] = "Esiste"; @@ -429,6 +536,7 @@ $text['label-exists']['nl-nl'] = ""; $text['label-exists']['pl-pl'] = "Istnieje"; $text['label-exists']['pt-br'] = "Existente"; $text['label-exists']['pt-pt'] = "Existe"; +$text['label-exists']['ro-ro'] = ""; $text['label-exists']['ru-ru'] = "Существует"; $text['label-exists']['sv-se'] = "Existerar"; $text['label-exists']['uk-ua'] = "Існує"; @@ -436,8 +544,11 @@ $text['label-exists']['uk-ua'] = "Існує"; $text['label-details']['en-us'] = "Details"; $text['label-details']['ar-eg'] = ""; $text['label-details']['de-at'] = "Details"; +$text['label-details']['de-ch'] = ""; $text['label-details']['de-de'] = "Details"; $text['label-details']['es-cl'] = "Detalles"; +$text['label-details']['es-mx'] = ""; +$text['label-details']['fr-ca'] = ""; $text['label-details']['fr-fr'] = "Détails"; $text['label-details']['he-il'] = ""; $text['label-details']['it-it'] = "Dettagli"; @@ -445,6 +556,7 @@ $text['label-details']['nl-nl'] = ""; $text['label-details']['pl-pl'] = "Szczegóły"; $text['label-details']['pt-br'] = "Detalhes"; $text['label-details']['pt-pt'] = "Detalhes"; +$text['label-details']['ro-ro'] = ""; $text['label-details']['ru-ru'] = "Детали"; $text['label-details']['sv-se'] = "Detaljer"; $text['label-details']['uk-ua'] = "Деталі"; @@ -452,8 +564,11 @@ $text['label-details']['uk-ua'] = "Деталі"; $text['label-database']['en-us'] = "Database"; $text['label-database']['ar-eg'] = ""; $text['label-database']['de-at'] = "Datenbank"; +$text['label-database']['de-ch'] = ""; $text['label-database']['de-de'] = "Datenbank"; $text['label-database']['es-cl'] = "Base de datos"; +$text['label-database']['es-mx'] = ""; +$text['label-database']['fr-ca'] = ""; $text['label-database']['fr-fr'] = "Base de Données"; $text['label-database']['he-il'] = ""; $text['label-database']['it-it'] = "Database"; @@ -461,6 +576,7 @@ $text['label-database']['nl-nl'] = ""; $text['label-database']['pl-pl'] = "Baza danych"; $text['label-database']['pt-br'] = "Base da dados"; $text['label-database']['pt-pt'] = "Base de Dados"; +$text['label-database']['ro-ro'] = ""; $text['label-database']['ru-ru'] = "База данных"; $text['label-database']['sv-se'] = "Databas"; $text['label-database']['uk-ua'] = "База даних"; @@ -468,8 +584,11 @@ $text['label-database']['uk-ua'] = "База даних"; $text['header-upgrade_schema_results']['en-us'] = "Schema Results"; $text['header-upgrade_schema_results']['ar-eg'] = ""; $text['header-upgrade_schema_results']['de-at'] = "Schema Ergebnisse"; +$text['header-upgrade_schema_results']['de-ch'] = ""; $text['header-upgrade_schema_results']['de-de'] = "Schema Ergebnisse"; $text['header-upgrade_schema_results']['es-cl'] = "Resultados de Esquema"; +$text['header-upgrade_schema_results']['es-mx'] = ""; +$text['header-upgrade_schema_results']['fr-ca'] = ""; $text['header-upgrade_schema_results']['fr-fr'] = "Résultats de Schéma"; $text['header-upgrade_schema_results']['he-il'] = ""; $text['header-upgrade_schema_results']['it-it'] = "Risultato Schema"; @@ -477,6 +596,7 @@ $text['header-upgrade_schema_results']['nl-nl'] = ""; $text['header-upgrade_schema_results']['pl-pl'] = "Wyniki schematu"; $text['header-upgrade_schema_results']['pt-br'] = "Resultados do esquema"; $text['header-upgrade_schema_results']['pt-pt'] = "Resultados de Esquema"; +$text['header-upgrade_schema_results']['ro-ro'] = ""; $text['header-upgrade_schema_results']['ru-ru'] = "Результирующая структура БД"; $text['header-upgrade_schema_results']['sv-se'] = "Schema Resultat"; $text['header-upgrade_schema_results']['uk-ua'] = "Результати схем"; @@ -484,8 +604,11 @@ $text['header-upgrade_schema_results']['uk-ua'] = "Результати схем $text['header-upgrade']['en-us'] = "Upgrade"; $text['header-upgrade']['ar-eg'] = ""; $text['header-upgrade']['de-at'] = "Aktualisieren"; +$text['header-upgrade']['de-ch'] = ""; $text['header-upgrade']['de-de'] = "Aktualisieren"; $text['header-upgrade']['es-cl'] = "Actualizar"; +$text['header-upgrade']['es-mx'] = ""; +$text['header-upgrade']['fr-ca'] = ""; $text['header-upgrade']['fr-fr'] = "Mise à jour"; $text['header-upgrade']['he-il'] = ""; $text['header-upgrade']['it-it'] = "Aggiorna"; @@ -493,6 +616,7 @@ $text['header-upgrade']['nl-nl'] = ""; $text['header-upgrade']['pl-pl'] = "Aktualizacja"; $text['header-upgrade']['pt-br'] = "Atualizar"; $text['header-upgrade']['pt-pt'] = "Actualizar"; +$text['header-upgrade']['ro-ro'] = ""; $text['header-upgrade']['ru-ru'] = "Обновление"; $text['header-upgrade']['sv-se'] = "Uppgradera"; $text['header-upgrade']['uk-ua'] = "Оновлення"; @@ -500,8 +624,11 @@ $text['header-upgrade']['uk-ua'] = "Оновлення"; $text['header-source_update_results']['en-us'] = "Results"; $text['header-source_update_results']['ar-eg'] = ""; $text['header-source_update_results']['de-at'] = "Ergebnisse"; +$text['header-source_update_results']['de-ch'] = ""; $text['header-source_update_results']['de-de'] = "Ergebnisse"; $text['header-source_update_results']['es-cl'] = "Respuesta"; +$text['header-source_update_results']['es-mx'] = ""; +$text['header-source_update_results']['fr-ca'] = ""; $text['header-source_update_results']['fr-fr'] = "Résultats"; $text['header-source_update_results']['he-il'] = ""; $text['header-source_update_results']['it-it'] = "Risultati"; @@ -509,6 +636,7 @@ $text['header-source_update_results']['nl-nl'] = ""; $text['header-source_update_results']['pl-pl'] = "Rezultat"; $text['header-source_update_results']['pt-br'] = "Resposta"; $text['header-source_update_results']['pt-pt'] = "Response"; +$text['header-source_update_results']['ro-ro'] = ""; $text['header-source_update_results']['ru-ru'] = "Результаты"; $text['header-source_update_results']['sv-se'] = "Resultat"; $text['header-source_update_results']['uk-ua'] = "Результати"; @@ -516,8 +644,11 @@ $text['header-source_update_results']['uk-ua'] = "Результати"; $text['header-database_type']['en-us'] = "Database Type"; $text['header-database_type']['ar-eg'] = ""; $text['header-database_type']['de-at'] = "Datenbank Typ"; +$text['header-database_type']['de-ch'] = ""; $text['header-database_type']['de-de'] = "Datenbank Typ"; $text['header-database_type']['es-cl'] = "Tipo de base de datos"; +$text['header-database_type']['es-mx'] = ""; +$text['header-database_type']['fr-ca'] = ""; $text['header-database_type']['fr-fr'] = "Type de base de données"; $text['header-database_type']['he-il'] = ""; $text['header-database_type']['it-it'] = "Tipo Database"; @@ -525,6 +656,7 @@ $text['header-database_type']['nl-nl'] = ""; $text['header-database_type']['pl-pl'] = "Rodzaj bazy danych"; $text['header-database_type']['pt-br'] = "Tipo de base de dados"; $text['header-database_type']['pt-pt'] = "Tipo de Base de Dados"; +$text['header-database_type']['ro-ro'] = ""; $text['header-database_type']['ru-ru'] = "Тип базы данных"; $text['header-database_type']['sv-se'] = "Databas Typ"; $text['header-database_type']['uk-ua'] = "Тип бази даних"; @@ -532,8 +664,11 @@ $text['header-database_type']['uk-ua'] = "Тип бази даних"; $text['description-upgrade_source']['en-us'] = "Updates FusionPBX source files from the respository."; $text['description-upgrade_source']['ar-eg'] = ""; $text['description-upgrade_source']['de-at'] = "Aktualisiert den FusionPBX Quellcode aus dem Repository"; +$text['description-upgrade_source']['de-ch'] = ""; $text['description-upgrade_source']['de-de'] = "Aktualisiert den FusionPBX Quellcode aus dem Repository"; $text['description-upgrade_source']['es-cl'] = "Archivos de origen Actualizaciones FusionPBX del repositorio."; +$text['description-upgrade_source']['es-mx'] = ""; +$text['description-upgrade_source']['fr-ca'] = ""; $text['description-upgrade_source']['fr-fr'] = "Mise à jour du code source de FusionPBX depuis le dépôt."; $text['description-upgrade_source']['he-il'] = ""; $text['description-upgrade_source']['it-it'] = "Aggiornamenti dei files sorgenti di FusionPBX dal repository."; @@ -541,6 +676,7 @@ $text['description-upgrade_source']['nl-nl'] = ""; $text['description-upgrade_source']['pl-pl'] = "Uaktualnia pliki źródłowe FusionPBX z przechowalni."; $text['description-upgrade_source']['pt-br'] = "Arquivos de atualização"; $text['description-upgrade_source']['pt-pt'] = "Arquivos de origem Atualizações FusionPBX do repositório."; +$text['description-upgrade_source']['ro-ro'] = ""; $text['description-upgrade_source']['ru-ru'] = "Обновляет исходные файлы FusionPBX из репозитория."; $text['description-upgrade_source']['sv-se'] = "Uppdaterar FusionPBX källfiler från respository."; $text['description-upgrade_source']['uk-ua'] = "Оновлення вихідних файлів FusionPBX з репозиторію Subversion ."; @@ -548,8 +684,11 @@ $text['description-upgrade_source']['uk-ua'] = "Оновлення вихідн $text['description-upgrade_schema']['en-us'] = "Checks to ensure table and field integrity in the database."; $text['description-upgrade_schema']['ar-eg'] = ""; $text['description-upgrade_schema']['de-at'] = "Überprüft die Integrität der Tabellen und Felder in der Datenbank."; +$text['description-upgrade_schema']['de-ch'] = ""; $text['description-upgrade_schema']['de-de'] = "Überprüft die Integrität der Tabellen und Felder in der Datenbank."; $text['description-upgrade_schema']['es-cl'] = "Los cheques para asegurar mesa y campo de integridad en la base de datos."; +$text['description-upgrade_schema']['es-mx'] = ""; +$text['description-upgrade_schema']['fr-ca'] = ""; $text['description-upgrade_schema']['fr-fr'] = "Contrôles pour assurer l'intégrité des tables et des champs dans la base de données."; $text['description-upgrade_schema']['he-il'] = ""; $text['description-upgrade_schema']['it-it'] = "Clicca per assicurare l'integrità di tabelle e campi nel database."; @@ -557,6 +696,7 @@ $text['description-upgrade_schema']['nl-nl'] = ""; $text['description-upgrade_schema']['pl-pl'] = "Sprawdza integralność tabel i pól w bazie danych."; $text['description-upgrade_schema']['pt-br'] = "Verificar integridade do banco de dados"; $text['description-upgrade_schema']['pt-pt'] = "Verifica para garantir a mesa e campo de integridade no banco de dados."; +$text['description-upgrade_schema']['ro-ro'] = ""; $text['description-upgrade_schema']['ru-ru'] = "Проверка целостности таблиц и полей в базе данных."; $text['description-upgrade_schema']['sv-se'] = "Kontroller för att säkerställa tabell och fält integritet i databasen."; $text['description-upgrade_schema']['uk-ua'] = "Перевіряє цілісність таблиць і полів в базі даних."; @@ -564,8 +704,11 @@ $text['description-upgrade_schema']['uk-ua'] = "Перевіряє цілісн $text['description-upgrade_permissions']['en-us'] = "Restores default group permissions."; $text['description-upgrade_permissions']['ar-eg'] = ""; $text['description-upgrade_permissions']['de-at'] = "Setzt die Standard Gruppen Berechtigungen zurück."; +$text['description-upgrade_permissions']['de-ch'] = ""; $text['description-upgrade_permissions']['de-de'] = "Setzt die Standard Gruppen Berechtigungen zurück."; $text['description-upgrade_permissions']['es-cl'] = "Restaura permisos de grupo por defecto."; +$text['description-upgrade_permissions']['es-mx'] = ""; +$text['description-upgrade_permissions']['fr-ca'] = ""; $text['description-upgrade_permissions']['fr-fr'] = "Restaure les permissions de groupe par défaut."; $text['description-upgrade_permissions']['he-il'] = ""; $text['description-upgrade_permissions']['it-it'] = "Ripristina i permessi predefiniti del gruppo."; @@ -573,6 +716,7 @@ $text['description-upgrade_permissions']['nl-nl'] = ""; $text['description-upgrade_permissions']['pl-pl'] = "Przywraca domyślne uprawnienia grup."; $text['description-upgrade_permissions']['pt-br'] = "Restaurar as configurações do grupo padrão"; $text['description-upgrade_permissions']['pt-pt'] = "Restaura as permissões do grupo padrão."; +$text['description-upgrade_permissions']['ro-ro'] = ""; $text['description-upgrade_permissions']['ru-ru'] = "Восстанавливает права по умолчанию для групп."; $text['description-upgrade_permissions']['sv-se'] = "Återställ standardrättigheter för grupper."; $text['description-upgrade_permissions']['uk-ua'] = "Відновлює дозволи групи за замовчуванням."; @@ -580,8 +724,11 @@ $text['description-upgrade_permissions']['uk-ua'] = "Відновлює дозв $text['description-upgrade_menu']['en-us'] = "Restores the default items in the selected menu."; $text['description-upgrade_menu']['ar-eg'] = ""; $text['description-upgrade_menu']['de-at'] = "Setzt die Menüpunkte im ausgewählten Menü auf den Standard zurück."; +$text['description-upgrade_menu']['de-ch'] = ""; $text['description-upgrade_menu']['de-de'] = "Setzt die Menüpunkte im ausgewählten Menü auf den Standard zurück."; $text['description-upgrade_menu']['es-cl'] = "Restaura los elementos predeterminados del menú seleccionado."; +$text['description-upgrade_menu']['es-mx'] = ""; +$text['description-upgrade_menu']['fr-ca'] = ""; $text['description-upgrade_menu']['fr-fr'] = "Restaure les éléments par défaut dans le menu sélectionné."; $text['description-upgrade_menu']['he-il'] = ""; $text['description-upgrade_menu']['it-it'] = "Ripristina gli elementi predefiniti nel menu."; @@ -589,6 +736,7 @@ $text['description-upgrade_menu']['nl-nl'] = ""; $text['description-upgrade_menu']['pl-pl'] = "Przywraca domyślne elementy wybranego menu."; $text['description-upgrade_menu']['pt-br'] = "Restaurar os itens padrão do menu selecionado"; $text['description-upgrade_menu']['pt-pt'] = "Restaura os itens padrão do menu selecionado."; +$text['description-upgrade_menu']['ro-ro'] = ""; $text['description-upgrade_menu']['ru-ru'] = "Восстанавливает элементы по умолчанию в выбранном меню."; $text['description-upgrade_menu']['sv-se'] = "Återställer standard objekt i den valda menyn."; $text['description-upgrade_menu']['uk-ua'] = "Відновлює типові елементи в обраному меню."; @@ -596,8 +744,11 @@ $text['description-upgrade_menu']['uk-ua'] = "Відновлює типові е $text['description-upgrade_data_types']['en-us'] = "Detects and updates incorrect field data types."; $text['description-upgrade_data_types']['ar-eg'] = ""; $text['description-upgrade_data_types']['de-at'] = "Ermittelt fehlerhafte Datentypen und korrigiert diese."; +$text['description-upgrade_data_types']['de-ch'] = ""; $text['description-upgrade_data_types']['de-de'] = "Ermittelt fehlerhafte Datentypen und korrigiert diese."; $text['description-upgrade_data_types']['es-cl'] = "Detecta y actualiza los tipos de datos de campo correctos."; +$text['description-upgrade_data_types']['es-mx'] = ""; +$text['description-upgrade_data_types']['fr-ca'] = ""; $text['description-upgrade_data_types']['fr-fr'] = "Détecte et met à jour les types de données de champ incorrect."; $text['description-upgrade_data_types']['he-il'] = ""; $text['description-upgrade_data_types']['it-it'] = "Individua e aggiorna i campi di tipo errato."; @@ -605,6 +756,7 @@ $text['description-upgrade_data_types']['nl-nl'] = ""; $text['description-upgrade_data_types']['pl-pl'] = "Wykrywa i aktualizuje niepoprawne typy pól w bazie danych."; $text['description-upgrade_data_types']['pt-br'] = "Detectar atualuzações com campos incorrentos dos tipos de dados "; $text['description-upgrade_data_types']['pt-pt'] = "Detecta e atualizações de campo incorreta tipos de dados."; +$text['description-upgrade_data_types']['ro-ro'] = ""; $text['description-upgrade_data_types']['ru-ru'] = "Обнаруживает и обновляет некорректные типы данных полей."; $text['description-upgrade_data_types']['sv-se'] = "Detekterar och uppdaterar inkorrekta fält datatyper."; $text['description-upgrade_data_types']['uk-ua'] = "Виявляє і оновлює невірні типи даних полів."; @@ -612,8 +764,11 @@ $text['description-upgrade_data_types']['uk-ua'] = "Виявляє і онов $text['description-upgrade_apps']['en-us'] = "Executes the default settings for each application."; $text['description-upgrade_apps']['ar-eg'] = ""; $text['description-upgrade_apps']['de-at'] = "Setzt alle Applikationen auf die Standardeinstellungen zurück."; +$text['description-upgrade_apps']['de-ch'] = ""; $text['description-upgrade_apps']['de-de'] = "Setzt alle Applikationen auf die Standardeinstellungen zurück."; $text['description-upgrade_apps']['es-cl'] = "Ejecuta la configuración predeterminada para cada aplicación."; +$text['description-upgrade_apps']['es-mx'] = ""; +$text['description-upgrade_apps']['fr-ca'] = ""; $text['description-upgrade_apps']['fr-fr'] = "Rétablis les paramètres par défaut pour chaque application."; $text['description-upgrade_apps']['he-il'] = ""; $text['description-upgrade_apps']['it-it'] = "Applica le impostazioni predefinite per ogni applicazione."; @@ -621,6 +776,7 @@ $text['description-upgrade_apps']['nl-nl'] = ""; $text['description-upgrade_apps']['pl-pl'] = "Przywraca domyślne ustawienia każdej aplikacji."; $text['description-upgrade_apps']['pt-br'] = "Executar as configurações padrão para cada aplicação"; $text['description-upgrade_apps']['pt-pt'] = "Executa as configurações padrão para cada aplicação."; +$text['description-upgrade_apps']['ro-ro'] = ""; $text['description-upgrade_apps']['ru-ru'] = "Выполняет настройки по умолчанию для каждого приложения."; $text['description-upgrade_apps']['sv-se'] = "Återställer standardinställningar för alla applikationer."; $text['description-upgrade_apps']['uk-ua'] = "Встановлює типові значення для додатків"; @@ -628,8 +784,11 @@ $text['description-upgrade_apps']['uk-ua'] = "Встановлює типові $text['description-upgrade_switch']['en-us'] = "Runs the upgrade switch routine."; $text['description-upgrade_switch']['ar-eg'] = ""; $text['description-upgrade_switch']['de-at'] = "Führt die Switch-Update Routine aus"; +$text['description-upgrade_switch']['de-ch'] = ""; $text['description-upgrade_switch']['de-de'] = "Führt die Switch-Update Routine aus"; $text['description-upgrade_switch']['es-cl'] = ""; +$text['description-upgrade_switch']['es-mx'] = ""; +$text['description-upgrade_switch']['fr-ca'] = ""; $text['description-upgrade_switch']['fr-fr'] = ""; $text['description-upgrade_switch']['he-il'] = ""; $text['description-upgrade_switch']['it-it'] = "Avvia l'aggiornamento delle routing dello switch."; @@ -637,6 +796,7 @@ $text['description-upgrade_switch']['nl-nl'] = ""; $text['description-upgrade_switch']['pl-pl'] = ""; $text['description-upgrade_switch']['pt-br'] = ""; $text['description-upgrade_switch']['pt-pt'] = ""; +$text['description-upgrade_switch']['ro-ro'] = ""; $text['description-upgrade_switch']['ru-ru'] = "Выполняет процедуру обновления коммутатора."; $text['description-upgrade_switch']['sv-se'] = "Kör rutinen för att uppgradera switchen"; $text['description-upgrade_switch']['uk-ua'] = ""; @@ -644,8 +804,11 @@ $text['description-upgrade_switch']['uk-ua'] = ""; $text['description-upgrade']['en-us'] = "Select the actions below you wish to perform."; $text['description-upgrade']['ar-eg'] = ""; $text['description-upgrade']['de-at'] = "Wählen Sie die die gewünschten Aktionen unten aus."; +$text['description-upgrade']['de-ch'] = ""; $text['description-upgrade']['de-de'] = "Wählen Sie die die gewünschten Aktionen unten aus."; $text['description-upgrade']['es-cl'] = "Seleccione las acciones a continuación que desea realizar."; +$text['description-upgrade']['es-mx'] = ""; +$text['description-upgrade']['fr-ca'] = ""; $text['description-upgrade']['fr-fr'] = "Sélectionnez les actions ci-dessous que vous souhaitez effectuer."; $text['description-upgrade']['he-il'] = ""; $text['description-upgrade']['it-it'] = "Seleziona le azioni che vuoi eseguire qui sotto."; @@ -653,6 +816,7 @@ $text['description-upgrade']['nl-nl'] = ""; $text['description-upgrade']['pl-pl'] = "Wybierz opcje, które chcesz wykonać."; $text['description-upgrade']['pt-br'] = "Seleciona as ações abaixo que deseja executar "; $text['description-upgrade']['pt-pt'] = "Selecione as ações abaixo você deseja executar."; +$text['description-upgrade']['ro-ro'] = ""; $text['description-upgrade']['ru-ru'] = "Выберите действия ниже, которые вы хотите выполнить."; $text['description-upgrade']['sv-se'] = "Välj de åtgärder nedan som du vill utföra."; $text['description-upgrade']['uk-ua'] = "Виберіть об’єкти для оновлення"; @@ -660,8 +824,11 @@ $text['description-upgrade']['uk-ua'] = "Виберіть об’єкти для $text['button-upgrade_execute']['en-us'] = "Execute"; $text['button-upgrade_execute']['ar-eg'] = ""; $text['button-upgrade_execute']['de-at'] = "Ausführen"; +$text['button-upgrade_execute']['de-ch'] = ""; $text['button-upgrade_execute']['de-de'] = "Ausführen"; $text['button-upgrade_execute']['es-cl'] = "Ejecutar"; +$text['button-upgrade_execute']['es-mx'] = ""; +$text['button-upgrade_execute']['fr-ca'] = ""; $text['button-upgrade_execute']['fr-fr'] = "Exécuter"; $text['button-upgrade_execute']['he-il'] = ""; $text['button-upgrade_execute']['it-it'] = "Esegui"; @@ -669,8 +836,9 @@ $text['button-upgrade_execute']['nl-nl'] = ""; $text['button-upgrade_execute']['pl-pl'] = "Wykonaj"; $text['button-upgrade_execute']['pt-br'] = "Executar"; $text['button-upgrade_execute']['pt-pt'] = "Executar"; +$text['button-upgrade_execute']['ro-ro'] = ""; $text['button-upgrade_execute']['ru-ru'] = "Выполнить"; $text['button-upgrade_execute']['sv-se'] = "Kör"; $text['button-upgrade_execute']['uk-ua'] = "Виконати"; -?> +?> \ No newline at end of file diff --git a/core/user_settings/app_languages.php b/core/user_settings/app_languages.php index fa54147c80..6a06605ad4 100644 --- a/core/user_settings/app_languages.php +++ b/core/user_settings/app_languages.php @@ -1,11 +1,13 @@ +?> \ No newline at end of file diff --git a/resources/app_languages.php b/resources/app_languages.php index 1d70551c6c..4f52aefbac 100644 --- a/resources/app_languages.php +++ b/resources/app_languages.php @@ -1,18 +1,22 @@ +?> \ No newline at end of file diff --git a/resources/classes/text.php b/resources/classes/text.php index dd0577e8d7..353e566fdc 100644 --- a/resources/classes/text.php +++ b/resources/classes/text.php @@ -6,36 +6,37 @@ */ class text { - /** - * Called when the object is created - */ public $languages; public $legacy_map = array ( 'he' => 'he-il', 'pl' => 'pl-pl', 'uk' => 'uk-ua', + 'ro' => 'ro-ro', 'he-il' => 'he', 'pl-pl' => 'pl', 'uk-ua' => 'uk', + 'ro-ro' => 'ro', ); - + + /** + * Called when the object is created + */ public function __construct() { //define the text array $text = array(); //get the global app_languages.php so we can get the list of languages include $_SERVER["PROJECT_ROOT"]."/resources/app_languages.php"; - + //get the list of languages, remove en-us, sort it then put en-us in front unset($text['language-name']['en-us']); $languages = array_keys($text['language-name']); asort($languages); array_unshift($languages, 'en-us'); - + //support legacy variable $_SESSION['app']['languages'] = $languages; $this->languages = $languages; - } /** @@ -60,18 +61,18 @@ class text { //get the global app_languages.php if (!$exclude_global && file_exists($_SERVER["PROJECT_ROOT"]."/resources/app_languages.php")) { - include $_SERVER["PROJECT_ROOT"]."/resources/app_languages.php"; + require $_SERVER["PROJECT_ROOT"]."/resources/app_languages.php"; } //get the app_languages.php if ($app_path != null) { - $lang_path = $_SERVER["PROJECT_ROOT"]."/".$app_path."/app_languages.php"; + $lang_path = $_SERVER["PROJECT_ROOT"]."/".$app_path; } else { - $lang_path = getcwd().'/app_languages.php'; + $lang_path = getcwd(); } if(file_exists($lang_path)) { - require $lang_path; + require $lang_path."/app_languages.php"; } //check the session language @@ -103,14 +104,14 @@ class text { //return the array of translations return $text; } - + /** * reorganize an app_languages.php into a consistent format * @var string $app_path examples: app/exec or core/domains * @var string $no_sort don't sort the text label order */ public function organize_language($app_path = null, $no_sort = false) { - + //clear $text ready for the import $text = array(); @@ -132,11 +133,37 @@ class text { $lang_file = fopen($lang_path, 'w'); date_default_timezone_set('UTC'); fwrite($lang_file, "languages as $language){ + $temp_B["language-$language"] = $text["language-$language"]; + unset($text["language-$language"]); + } + $temp_C["language-en-us"] = $temp_B["language-en-us"]; + unset($temp_B["language-en-us"]); + ksort($temp_B); + $temp_B = array_merge($temp_C, $temp_B); + ksort($text); + $text = array_merge($temp_A, $temp_B, $text); + unset($temp_A, $temp_B, $temp_C); + }else { + ksort($text); + } + }else{ + if($app_path == 'resources') { + foreach($this->languages as $language){ + $label = array_shift($text["language-$language"]); + if(strlen($label) == 0) + $label = $language; + $text["language-$language"]['en-us'] = $label; + } + } + } $last_lang_label = ""; foreach ($text as $lang_label => $lang_codes) { - + //behave differently if we are one of the special language-* tags if(preg_match('/\Alanguage-(\w{2}|\w{2}-\w{2})\z/', $lang_label, $lang_code)) { if($lang_label == 'language-en-us') @@ -150,40 +177,141 @@ class text { $spacer = ""; if(strlen($target_lang) == 11) $spacer = " "; - fwrite($lang_file, "\$text['language-$target_lang'$spacer]['en-us'] = \"".$this->escape_str(array_shift($text[$lang_label]))."\";\n"); + $language_name = $this->escape_str(array_shift($text[$lang_label])); + if(strlen($language_name) == 0) + $language_name = $this->escape_str($target_lang); + fwrite($lang_file, "\$text['language-$target_lang'$spacer]['en-us'] = \"$language_name\";\n"); }else{ - + //put a line break in between the last tag if it has changed if($last_lang_label != $lang_label) fwrite($lang_file, "\n"); - foreach ($this->languages as $lang_code) { - $value = ""; - $append = ""; - $spacer = ""; - $target_lang = $lang_code; - if(strlen($lang_code) == 2) { - if(array_key_exists($lang_code, $this->legacy_map)) { - $target_lang = $this->legacy_map[$lang_code]; + foreach ($this->languages as $lang_code) { + $value = ""; + $append = ""; + $spacer = ""; + $target_lang = $lang_code; + if(strlen($lang_code) == 2) { + if(array_key_exists($lang_code, $this->legacy_map)) { + $target_lang = $this->legacy_map[$lang_code]; + } } + if(strlen($target_lang) == 2) + $spacer = " "; + if(array_key_exists($lang_code, $text[$lang_label])) + $value = $text[$lang_label][$lang_code]; + if(strlen($value) == 0 and array_key_exists($target_lang, $this->legacy_map)) { + $value = $text[$lang_label][$this->legacy_map[$target_lang]]; + } + fwrite($lang_file, "\$text['$lang_label']['$target_lang'$spacer] = \"".$this->escape_str($value)."\";$append\n"); } - if(strlen($target_lang) == 2) - $spacer = " "; - if(array_key_exists($lang_code, $text[$lang_label])) - $value = $text[$lang_label][$lang_code]; - if(strlen($value) == 0 and array_key_exists($target_lang, $this->legacy_map)) { - $value = $text[$lang_label][$this->legacy_map[$target_lang]]; - } - fwrite($lang_file, "\$text['$lang_label']['$target_lang'$spacer] = \"".$this->escape_str($value)."\";$append\n"); - } } $last_lang_label = $lang_label; } //close the language file - fwrite($lang_file, "\n?>\n"); + fwrite($lang_file, "\n?>"); fclose($lang_file); } + public function detect_all_languages($no_sort = false) { + + //clear $text ready for the import + $text = array(); + $languages = array(); + + //fetch all the languages + $files = glob($_SERVER["PROJECT_ROOT"] . "/*/*/app_languages.php"); + foreach($files as $file) { + include $file; + } + include $_SERVER["PROJECT_ROOT"] . "/resources/app_languages.php"; + + //check every tag + foreach($text as $lang_codes){ + foreach($lang_codes as $language_code => $value) { + if(strlen($language_code) == 2) { + if(array_key_exists($language_code, $this->legacy_map)) { + $language_code = $this->legacy_map[$language_code]; + } + } + $languages[$language_code] = 1; + } + } + + //set $this->languages up according to what we found + unset($languages['en-us']); + $languages = array_keys($languages); + asort($languages); + array_unshift($languages, 'en-us'); + + //support legacy variable + $_SESSION['app']['languages'] = $languages; + $this->languages = $languages; + + //rewrite resources/app_languges + $this->organize_language('resources', $no_sort); + } + + public function language_totals() { + + //setup variables + $language_totals = array(); + $language_totals['languages']['total'] = 0; + $language_totals['menu_items']['total'] = 0; + $language_totals['app_descriptions']['total'] = 0; + foreach ($this->languages as $language_code) { + $language_totals[$language_code] = 0; + } + + //fetch all the languages + $text = array(); + $files = glob($_SERVER["PROJECT_ROOT"] . "/*/*/app_languages.php"); + foreach($files as $file) { + include $file; + } + include $_SERVER["PROJECT_ROOT"] . "/resources/app_languages.php"; + + //check every tag + foreach($text as $label_name => $values) { + $language_totals['languages']['total']++; + foreach ($this->languages as $language_code) { + if(strlen($values[$language_code]) > 0) + $language_totals['languages'][$language_code]++; + } + } + unset($text); + + //fetch all the menus + $x = 0; + $files = glob($_SERVER["PROJECT_ROOT"] . "/*/*"); + foreach($files as $file) { + if(file_exists($file . "/app_menu.php")) + include $file . "/app_menu.php"; + if(file_exists($file . "/app_config.php")) + include $file . "/app_config.php"; + $x++; + } + + //check every tag + foreach($apps as $app) { + $language_totals['app_descriptions']['total']++; + foreach($app['menu'] as $menu_item) { + $language_totals['menu_items']['total']++; + foreach ($this->languages as $language_code) { + if(strlen($menu_item['title'][$language_code]) > 0) + $language_totals['menu_items'][$language_code]++; + } + } + foreach ($this->languages as $language_code) { + if(strlen($app['description'][$language_code]) > 0) + $language_totals['app_descriptions'][$language_code]++; + } + } + + return $language_totals; + } + private function escape_str($string = '') { //perform initial escape $string = addslashes(stripslashes($string)); diff --git a/themes/default/app_languages.php b/themes/default/app_languages.php index bd80262d32..5ec05a2dd7 100644 --- a/themes/default/app_languages.php +++ b/themes/default/app_languages.php @@ -1,11 +1,14 @@ +?> \ No newline at end of file