mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 19th of May 2017 01:29:06 PM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 09:57:46 AM UTC
|
||||
|
||||
$text['title-extensions']['en-us'] = "Extensions";
|
||||
$text['title-extensions']['ar-eg'] = "الأرقام الداخلية";
|
||||
@@ -13,6 +13,7 @@ $text['title-extensions']['nl-nl'] = "";
|
||||
$text['title-extensions']['pl-pl'] = "Numery wewnętrzne";
|
||||
$text['title-extensions']['pt-br'] = "Extensões";
|
||||
$text['title-extensions']['pt-pt'] = "Extensões";
|
||||
$text['title-extensions']['ro-ro'] = "";
|
||||
$text['title-extensions']['ru-ru'] = "";
|
||||
$text['title-extensions']['sv-se'] = "Anknytningar";
|
||||
$text['title-extensions']['uk-ua'] = "Розширення";
|
||||
@@ -29,6 +30,7 @@ $text['title-extension-edit']['nl-nl'] = "";
|
||||
$text['title-extension-edit']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['title-extension-edit']['pt-br'] = "Extensão";
|
||||
$text['title-extension-edit']['pt-pt'] = "Extensão";
|
||||
$text['title-extension-edit']['ro-ro'] = "";
|
||||
$text['title-extension-edit']['ru-ru'] = "Внутренний Номер";
|
||||
$text['title-extension-edit']['sv-se'] = "Anknytning";
|
||||
$text['title-extension-edit']['uk-ua'] = "Розширення";
|
||||
@@ -45,6 +47,7 @@ $text['title-extension-add']['nl-nl'] = "";
|
||||
$text['title-extension-add']['pl-pl'] = "Dodaj numer wewnętrzny";
|
||||
$text['title-extension-add']['pt-br'] = "Adicionar extensão";
|
||||
$text['title-extension-add']['pt-pt'] = "Adicionar Extensão";
|
||||
$text['title-extension-add']['ro-ro'] = "";
|
||||
$text['title-extension-add']['ru-ru'] = "Добавить Внутренний Номер";
|
||||
$text['title-extension-add']['sv-se'] = "Lägg Till Anknytning";
|
||||
$text['title-extension-add']['uk-ua'] = "Додавання розширення";
|
||||
@@ -61,6 +64,7 @@ $text['title-call_groups']['nl-nl'] = "";
|
||||
$text['title-call_groups']['pl-pl'] = "Grupa odbiorców rozmowy";
|
||||
$text['title-call_groups']['pt-br'] = "Grupo";
|
||||
$text['title-call_groups']['pt-pt'] = "Grupo";
|
||||
$text['title-call_groups']['ro-ro'] = "";
|
||||
$text['title-call_groups']['ru-ru'] = "Группы Вызовов";
|
||||
$text['title-call_groups']['sv-se'] = "Ring Grupp";
|
||||
$text['title-call_groups']['uk-ua'] = "";
|
||||
@@ -77,6 +81,7 @@ $text['option-voicemail_file_listen']['nl-nl'] = "";
|
||||
$text['option-voicemail_file_listen']['pl-pl'] = "Link do odsłuchu (po zalogowaniu)";
|
||||
$text['option-voicemail_file_listen']['pt-br'] = "Arquivo Voicemail";
|
||||
$text['option-voicemail_file_listen']['pt-pt'] = "Ouça Link (login requerido)";
|
||||
$text['option-voicemail_file_listen']['ro-ro'] = "";
|
||||
$text['option-voicemail_file_listen']['ru-ru'] = "Ссылка для прослушивания (требуется вход в систему)";
|
||||
$text['option-voicemail_file_listen']['sv-se'] = "Lyssna-länk (Måste Logga In)";
|
||||
$text['option-voicemail_file_listen']['uk-ua'] = "Посилання на прослуховування (Входити обов’язково)";
|
||||
@@ -93,6 +98,7 @@ $text['option-voicemail_file_link']['nl-nl'] = "";
|
||||
$text['option-voicemail_file_link']['pl-pl'] = "Link do pobrania (logowanie nie jest wymagane)";
|
||||
$text['option-voicemail_file_link']['pt-br'] = "Link para download (Não é necessário login)";
|
||||
$text['option-voicemail_file_link']['pt-pt'] = "Link para download (Não é necessário login)";
|
||||
$text['option-voicemail_file_link']['ro-ro'] = "";
|
||||
$text['option-voicemail_file_link']['ru-ru'] = "Ссылка для скачивания (не требуется вход в систему)";
|
||||
$text['option-voicemail_file_link']['sv-se'] = "Nedladdnings-länk (Ingen Inloggning Krävs)";
|
||||
$text['option-voicemail_file_link']['uk-ua'] = "Посилання на завантаження (Входити не обов’язково)";
|
||||
@@ -109,6 +115,7 @@ $text['option-voicemail_file_attach']['nl-nl'] = "";
|
||||
$text['option-voicemail_file_attach']['pl-pl'] = "Załącznik pliku audio";
|
||||
$text['option-voicemail_file_attach']['pt-br'] = "Anexo de arquivo de áudio";
|
||||
$text['option-voicemail_file_attach']['pt-pt'] = "Anexo de arquivo de áudio";
|
||||
$text['option-voicemail_file_attach']['ro-ro'] = "";
|
||||
$text['option-voicemail_file_attach']['ru-ru'] = "Прикрепить Аудиофайл";
|
||||
$text['option-voicemail_file_attach']['sv-se'] = "Ljudfil Bifogad";
|
||||
$text['option-voicemail_file_attach']['uk-ua'] = "Приєднати аудіофайл";
|
||||
@@ -125,6 +132,7 @@ $text['message-number_alias']['nl-nl'] = "";
|
||||
$text['message-number_alias']['pl-pl'] = "Wprowadź nowy alias numerowy";
|
||||
$text['message-number_alias']['pt-br'] = "Insira um identificador ao número";
|
||||
$text['message-number_alias']['pt-pt'] = "Introuza a nova Alias númérico...";
|
||||
$text['message-number_alias']['ro-ro'] = "";
|
||||
$text['message-number_alias']['ru-ru'] = "Введите новый альтернативный номер ...";
|
||||
$text['message-number_alias']['sv-se'] = "Fyll i det nya Nummer Alias...";
|
||||
$text['message-number_alias']['uk-ua'] = "Введіть новий псевдонім номера...";
|
||||
@@ -141,6 +149,7 @@ $text['message-maximum_extensions']['nl-nl'] = "";
|
||||
$text['message-maximum_extensions']['pl-pl'] = "Maksymalna liczba numerów wewnętrznych";
|
||||
$text['message-maximum_extensions']['pt-br'] = "Extensões máximo permitido:";
|
||||
$text['message-maximum_extensions']['pt-pt'] = "Extensões Máximo Permitido:";
|
||||
$text['message-maximum_extensions']['ro-ro'] = "";
|
||||
$text['message-maximum_extensions']['ru-ru'] = "Максимальное количество Внутренних Номеров";
|
||||
$text['message-maximum_extensions']['sv-se'] = "Maximum Antal Anknytningar:";
|
||||
$text['message-maximum_extensions']['uk-ua'] = "Максимальна кількість розширень";
|
||||
@@ -157,6 +166,7 @@ $text['message-extension']['nl-nl'] = "";
|
||||
$text['message-extension']['pl-pl'] = "Wpisz nowy numer wewnętrzny";
|
||||
$text['message-extension']['pt-br'] = "Insira uma nova extensão";
|
||||
$text['message-extension']['pt-pt'] = "Introuza a nova Extensão...";
|
||||
$text['message-extension']['ro-ro'] = "";
|
||||
$text['message-extension']['ru-ru'] = "Введите новый Внутренний Номер...";
|
||||
$text['message-extension']['sv-se'] = "Fyll i den nya Anknytningen...";
|
||||
$text['message-extension']['uk-ua'] = "Введіть нове розширення";
|
||||
@@ -173,6 +183,7 @@ $text['label-voicemail_password']['nl-nl'] = "";
|
||||
$text['label-voicemail_password']['pl-pl'] = "Hasło poczty głosowej";
|
||||
$text['label-voicemail_password']['pt-br'] = "Senha do correio de voz";
|
||||
$text['label-voicemail_password']['pt-pt'] = "Password do Correio de Voz";
|
||||
$text['label-voicemail_password']['ro-ro'] = "";
|
||||
$text['label-voicemail_password']['ru-ru'] = "Пароль Голосовй Почты";
|
||||
$text['label-voicemail_password']['sv-se'] = "Röstbrevlåda Lösenord";
|
||||
$text['label-voicemail_password']['uk-ua'] = "Пароль на голосову пошту";
|
||||
@@ -189,6 +200,7 @@ $text['label-voicemail_mail_to']['nl-nl'] = "";
|
||||
$text['label-voicemail_mail_to']['pl-pl'] = "Wyślij pocztę głosową na email";
|
||||
$text['label-voicemail_mail_to']['pt-br'] = "Enviar correio de voz para";
|
||||
$text['label-voicemail_mail_to']['pt-pt'] = "Enviar correio de voz para";
|
||||
$text['label-voicemail_mail_to']['ro-ro'] = "";
|
||||
$text['label-voicemail_mail_to']['ru-ru'] = "Голосовая почта на адрес Электронной Почты";
|
||||
$text['label-voicemail_mail_to']['sv-se'] = "Röstbrevlåda E-post Till";
|
||||
$text['label-voicemail_mail_to']['uk-ua'] = "Надсилати голосову пошту на E-Mail";
|
||||
@@ -205,6 +217,7 @@ $text['label-voicemail_local_after_email']['nl-nl'] = "";
|
||||
$text['label-voicemail_local_after_email']['pl-pl'] = "Zachowaj na dysku pocztę głosową ";
|
||||
$text['label-voicemail_local_after_email']['pt-br'] = "Manter mensagem de correio de voz depois de enviado o email";
|
||||
$text['label-voicemail_local_after_email']['pt-pt'] = "Manter mensagem de correio de voz depois de enviado o email";
|
||||
$text['label-voicemail_local_after_email']['ro-ro'] = "";
|
||||
$text['label-voicemail_local_after_email']['ru-ru'] = "Сообщение хранится локально после отправки Электронной Почтой";
|
||||
$text['label-voicemail_local_after_email']['sv-se'] = "Röstbrevlåda Behåll Lokalt";
|
||||
$text['label-voicemail_local_after_email']['uk-ua'] = "Залишати голосову пошту локально";
|
||||
@@ -221,6 +234,7 @@ $text['label-voicemail_file']['nl-nl'] = "";
|
||||
$text['label-voicemail_file']['pl-pl'] = "Plik poczty głosowej";
|
||||
$text['label-voicemail_file']['pt-br'] = "Arquivo Voicemail";
|
||||
$text['label-voicemail_file']['pt-pt'] = "Voicemail Arquivo";
|
||||
$text['label-voicemail_file']['ro-ro'] = "";
|
||||
$text['label-voicemail_file']['ru-ru'] = "Файл Голосовой Почты";
|
||||
$text['label-voicemail_file']['sv-se'] = "Röstbrevlåda Fil";
|
||||
$text['label-voicemail_file']['uk-ua'] = "Файл голосової пошти";
|
||||
@@ -237,6 +251,7 @@ $text['label-voicemail_enabled']['nl-nl'] = "";
|
||||
$text['label-voicemail_enabled']['pl-pl'] = "Włączona poczta głosowa";
|
||||
$text['label-voicemail_enabled']['pt-br'] = "Correio de voz habilitado";
|
||||
$text['label-voicemail_enabled']['pt-pt'] = "Correio de Voz Habilitado";
|
||||
$text['label-voicemail_enabled']['ro-ro'] = "";
|
||||
$text['label-voicemail_enabled']['ru-ru'] = "Голосовая Почта Включена";
|
||||
$text['label-voicemail_enabled']['sv-se'] = "Röstbrevlåda Aktiverad";
|
||||
$text['label-voicemail_enabled']['uk-ua'] = "Голосову пошту включено";
|
||||
@@ -253,6 +268,7 @@ $text['label-user_record_outbound']['nl-nl'] = "";
|
||||
$text['label-user_record_outbound']['pl-pl'] = "Wychodzące";
|
||||
$text['label-user_record_outbound']['pt-br'] = "Saída";
|
||||
$text['label-user_record_outbound']['pt-pt'] = "Saída";
|
||||
$text['label-user_record_outbound']['ro-ro'] = "";
|
||||
$text['label-user_record_outbound']['ru-ru'] = "Исходящая";
|
||||
$text['label-user_record_outbound']['sv-se'] = "Utgående";
|
||||
$text['label-user_record_outbound']['uk-ua'] = "Вихідний";
|
||||
@@ -269,6 +285,7 @@ $text['label-user_record_none']['nl-nl'] = "";
|
||||
$text['label-user_record_none']['pl-pl'] = "Wyłączone";
|
||||
$text['label-user_record_none']['pt-br'] = "Nenhum";
|
||||
$text['label-user_record_none']['pt-pt'] = "Nenhum";
|
||||
$text['label-user_record_none']['ro-ro'] = "";
|
||||
$text['label-user_record_none']['ru-ru'] = "Выключено";
|
||||
$text['label-user_record_none']['sv-se'] = "Inaktiverad";
|
||||
$text['label-user_record_none']['uk-ua'] = "Відключено";
|
||||
@@ -285,6 +302,7 @@ $text['label-user_record_local']['nl-nl'] = "";
|
||||
$text['label-user_record_local']['pl-pl'] = "Lokalne";
|
||||
$text['label-user_record_local']['pt-br'] = "Local";
|
||||
$text['label-user_record_local']['pt-pt'] = "Local";
|
||||
$text['label-user_record_local']['ro-ro'] = "";
|
||||
$text['label-user_record_local']['ru-ru'] = "Локальный";
|
||||
$text['label-user_record_local']['sv-se'] = "Lokal";
|
||||
$text['label-user_record_local']['uk-ua'] = "Локальний";
|
||||
@@ -301,6 +319,7 @@ $text['label-user_record_inbound']['nl-nl'] = "";
|
||||
$text['label-user_record_inbound']['pl-pl'] = "Przychodzaące";
|
||||
$text['label-user_record_inbound']['pt-br'] = "Entrada";
|
||||
$text['label-user_record_inbound']['pt-pt'] = "Entrada";
|
||||
$text['label-user_record_inbound']['ro-ro'] = "";
|
||||
$text['label-user_record_inbound']['ru-ru'] = "Входяший";
|
||||
$text['label-user_record_inbound']['sv-se'] = "Inkommande";
|
||||
$text['label-user_record_inbound']['uk-ua'] = "Вхідний";
|
||||
@@ -317,6 +336,7 @@ $text['label-user_record_all']['nl-nl'] = "";
|
||||
$text['label-user_record_all']['pl-pl'] = "Wszystkie";
|
||||
$text['label-user_record_all']['pt-br'] = "Tudo";
|
||||
$text['label-user_record_all']['pt-pt'] = "Tudo";
|
||||
$text['label-user_record_all']['ro-ro'] = "";
|
||||
$text['label-user_record_all']['ru-ru'] = "Все";
|
||||
$text['label-user_record_all']['sv-se'] = "Allt";
|
||||
$text['label-user_record_all']['uk-ua'] = "Всі";
|
||||
@@ -333,6 +353,7 @@ $text['label-user_record']['nl-nl'] = "";
|
||||
$text['label-user_record']['pl-pl'] = "Czy i jakie rozmowy nagrywać.";
|
||||
$text['label-user_record']['pt-br'] = "Registro";
|
||||
$text['label-user_record']['pt-pt'] = "Registro";
|
||||
$text['label-user_record']['ro-ro'] = "";
|
||||
$text['label-user_record']['ru-ru'] = "Запись разговора";
|
||||
$text['label-user_record']['sv-se'] = "Spela In";
|
||||
$text['label-user_record']['uk-ua'] = "Запис розмов";
|
||||
@@ -349,6 +370,7 @@ $text['label-users']['nl-nl'] = "";
|
||||
$text['label-users']['pl-pl'] = "Lista użytkowników";
|
||||
$text['label-users']['pt-br'] = "Utilizadores";
|
||||
$text['label-users']['pt-pt'] = "Utilizadores";
|
||||
$text['label-users']['ro-ro'] = "";
|
||||
$text['label-users']['ru-ru'] = "Пользователи";
|
||||
$text['label-users']['sv-se'] = "Användar-lista";
|
||||
$text['label-users']['uk-ua'] = "Список користувачів";
|
||||
@@ -365,6 +387,7 @@ $text['label-user_context']['nl-nl'] = "";
|
||||
$text['label-user_context']['pl-pl'] = "Kontekst";
|
||||
$text['label-user_context']['pt-br'] = "Contexto";
|
||||
$text['label-user_context']['pt-pt'] = "Contexto";
|
||||
$text['label-user_context']['ro-ro'] = "";
|
||||
$text['label-user_context']['ru-ru'] = "Контекст";
|
||||
$text['label-user_context']['sv-se'] = "Sammanhang";
|
||||
$text['label-user_context']['uk-ua'] = "Контекст";
|
||||
@@ -381,6 +404,7 @@ $text['label-url']['nl-nl'] = "";
|
||||
$text['label-url']['pl-pl'] = "URL";
|
||||
$text['label-url']['pt-br'] = "URL";
|
||||
$text['label-url']['pt-pt'] = "URL";
|
||||
$text['label-url']['ro-ro'] = "";
|
||||
$text['label-url']['ru-ru'] = "URL-адрес";
|
||||
$text['label-url']['sv-se'] = "URL";
|
||||
$text['label-url']['uk-ua'] = "URL";
|
||||
@@ -397,6 +421,7 @@ $text['label-toll_allow']['nl-nl'] = "";
|
||||
$text['label-toll_allow']['pl-pl'] = "Zezwalaj na drogie/szczególwe połaczenia";
|
||||
$text['label-toll_allow']['pt-br'] = "Permissões";
|
||||
$text['label-toll_allow']['pt-pt'] = "Permissões";
|
||||
$text['label-toll_allow']['ro-ro'] = "";
|
||||
$text['label-toll_allow']['ru-ru'] = "Разрешить Платное Соединение";
|
||||
$text['label-toll_allow']['sv-se'] = "Toll Allow";
|
||||
$text['label-toll_allow']['uk-ua'] = "";
|
||||
@@ -413,6 +438,7 @@ $text['label-text']['nl-nl'] = "";
|
||||
$text['label-text']['pl-pl'] = "Tekst";
|
||||
$text['label-text']['pt-br'] = "Texto";
|
||||
$text['label-text']['pt-pt'] = "Texto";
|
||||
$text['label-text']['ro-ro'] = "";
|
||||
$text['label-text']['ru-ru'] = "Текст";
|
||||
$text['label-text']['sv-se'] = "Text";
|
||||
$text['label-text']['uk-ua'] = "текст";
|
||||
@@ -429,6 +455,7 @@ $text['label-sip_force_expires']['nl-nl'] = "";
|
||||
$text['label-sip_force_expires']['pl-pl'] = "Nagłówek SIP 'Force Expires '";
|
||||
$text['label-sip_force_expires']['pt-br'] = "Forçar o tempo de expiração SIP";
|
||||
$text['label-sip_force_expires']['pt-pt'] = "Forçar o tempo de expiração SIP";
|
||||
$text['label-sip_force_expires']['ro-ro'] = "";
|
||||
$text['label-sip_force_expires']['ru-ru'] = "SIP Force Expires";
|
||||
$text['label-sip_force_expires']['sv-se'] = "SIP Force Expires";
|
||||
$text['label-sip_force_expires']['uk-ua'] = "";
|
||||
@@ -445,6 +472,7 @@ $text['label-sip_force_contact']['nl-nl'] = "";
|
||||
$text['label-sip_force_contact']['pl-pl'] = "Nagłówek SIP 'Force Contact '";
|
||||
$text['label-sip_force_contact']['pt-br'] = "Forçar contato SIP";
|
||||
$text['label-sip_force_contact']['pt-pt'] = "Forçar Contacto SIP";
|
||||
$text['label-sip_force_contact']['ro-ro'] = "";
|
||||
$text['label-sip_force_contact']['ru-ru'] = "SIP Force Contact";
|
||||
$text['label-sip_force_contact']['sv-se'] = "SIP Force Contact";
|
||||
$text['label-sip_force_contact']['uk-ua'] = "";
|
||||
@@ -461,6 +489,7 @@ $text['label-sip_bypass_media']['nl-nl'] = "";
|
||||
$text['label-sip_bypass_media']['pl-pl'] = "Nagłówek SIP 'Bypass Media'";
|
||||
$text['label-sip_bypass_media']['pt-br'] = "Fazer Bypass a medida SIP";
|
||||
$text['label-sip_bypass_media']['pt-pt'] = "Fazer Bypass à media SIP";
|
||||
$text['label-sip_bypass_media']['ro-ro'] = "";
|
||||
$text['label-sip_bypass_media']['ru-ru'] = "SIP Bypass Media";
|
||||
$text['label-sip_bypass_media']['sv-se'] = "SIP Bypass Media";
|
||||
$text['label-sip_bypass_media']['uk-ua'] = "";
|
||||
@@ -477,6 +506,7 @@ $text['label-absolute_codec_string']['nl-nl'] = "";
|
||||
$text['label-absolute_codec_string']['pl-pl'] = "";
|
||||
$text['label-absolute_codec_string']['pt-br'] = "";
|
||||
$text['label-absolute_codec_string']['pt-pt'] = "";
|
||||
$text['label-absolute_codec_string']['ro-ro'] = "";
|
||||
$text['label-absolute_codec_string']['ru-ru'] = "Absolute Codec String";
|
||||
$text['label-absolute_codec_string']['sv-se'] = "";
|
||||
$text['label-absolute_codec_string']['uk-ua'] = "";
|
||||
@@ -493,6 +523,7 @@ $text['label-force_ping']['nl-nl'] = "";
|
||||
$text['label-force_ping']['pl-pl'] = "";
|
||||
$text['label-force_ping']['pt-br'] = "";
|
||||
$text['label-force_ping']['pt-pt'] = "";
|
||||
$text['label-force_ping']['ro-ro'] = "";
|
||||
$text['label-force_ping']['ru-ru'] = "Force ping";
|
||||
$text['label-force_ping']['sv-se'] = "Force ping";
|
||||
$text['label-force_ping']['uk-ua'] = "";
|
||||
@@ -509,6 +540,7 @@ $text['label-rewrite_tls_contact_port']['nl-nl'] = "";
|
||||
$text['label-rewrite_tls_contact_port']['pl-pl'] = "Zamień nagłówek 'TLS Contact Port'";
|
||||
$text['label-rewrite_tls_contact_port']['pt-br'] = "Porta TLS";
|
||||
$text['label-rewrite_tls_contact_port']['pt-pt'] = "Reescreva Contacto Porto TLS";
|
||||
$text['label-rewrite_tls_contact_port']['ro-ro'] = "";
|
||||
$text['label-rewrite_tls_contact_port']['ru-ru'] = "Переписать Порт контактов TLS";
|
||||
$text['label-rewrite_tls_contact_port']['sv-se'] = "Rewrite TLS Contact Port";
|
||||
$text['label-rewrite_tls_contact_port']['uk-ua'] = "";
|
||||
@@ -525,6 +557,7 @@ $text['label-rewrite_contact_ip_and_port_2']['nl-nl'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['pl-pl'] = "Zamień nagłówek 'Contact IP and Port 2.0'";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['pt-br'] = "Porta IP contato 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['pt-pt'] = "Reescreva Contato IP e Porta 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['ro-ro'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['ru-ru'] = "Переписать IP-адрес и порт 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['sv-se'] = "Rewrite Contact IP and Port 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['uk-ua'] = "";
|
||||
@@ -541,6 +574,7 @@ $text['label-rewrite_contact_ip_and_port']['nl-nl'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port']['pl-pl'] = "Zamień nagłówek 'Contact IP and Port'";
|
||||
$text['label-rewrite_contact_ip_and_port']['pt-br'] = "Porta IP contato";
|
||||
$text['label-rewrite_contact_ip_and_port']['pt-pt'] = "Reescreva Contato IP e Porta";
|
||||
$text['label-rewrite_contact_ip_and_port']['ro-ro'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port']['ru-ru'] = "Переписать IP-адрес и порт";
|
||||
$text['label-rewrite_contact_ip_and_port']['sv-se'] = "Rewrite Contact IP and Port";
|
||||
$text['label-rewrite_contact_ip_and_port']['uk-ua'] = "";
|
||||
@@ -557,6 +591,7 @@ $text['label-range']['nl-nl'] = "";
|
||||
$text['label-range']['pl-pl'] = "Zakres";
|
||||
$text['label-range']['pt-br'] = "Canal";
|
||||
$text['label-range']['pt-pt'] = "Gama";
|
||||
$text['label-range']['ro-ro'] = "";
|
||||
$text['label-range']['ru-ru'] = "Диапазон";
|
||||
$text['label-range']['sv-se'] = "Intervall";
|
||||
$text['label-range']['uk-ua'] = "Діапазон";
|
||||
@@ -573,6 +608,7 @@ $text['label-proxy_media']['nl-nl'] = "";
|
||||
$text['label-proxy_media']['pl-pl'] = "Proxy Media ";
|
||||
$text['label-proxy_media']['pt-br'] = "Proxy Midia";
|
||||
$text['label-proxy_media']['pt-pt'] = "Proxy Mídia";
|
||||
$text['label-proxy_media']['ro-ro'] = "";
|
||||
$text['label-proxy_media']['ru-ru'] = "Proxy Media";
|
||||
$text['label-proxy_media']['sv-se'] = "Proxy Media";
|
||||
$text['label-proxy_media']['uk-ua'] = "";
|
||||
@@ -589,6 +625,7 @@ $text['label-provisioning']['nl-nl'] = "";
|
||||
$text['label-provisioning']['pl-pl'] = "Automatyczna konfiguracja urządzeń";
|
||||
$text['label-provisioning']['pt-br'] = "Provisionamento do dispositivo";
|
||||
$text['label-provisioning']['pt-pt'] = "Aprovisionamento do Dispositivo";
|
||||
$text['label-provisioning']['ro-ro'] = "";
|
||||
$text['label-provisioning']['ru-ru'] = "Автоконфигурация устройств";
|
||||
$text['label-provisioning']['sv-se'] = "Enhet Provisionering";
|
||||
$text['label-provisioning']['uk-ua'] = "";
|
||||
@@ -605,6 +642,7 @@ $text['label-password']['nl-nl'] = "";
|
||||
$text['label-password']['pl-pl'] = "Hasło";
|
||||
$text['label-password']['pt-br'] = "Senha";
|
||||
$text['label-password']['pt-pt'] = "Password";
|
||||
$text['label-password']['ro-ro'] = "";
|
||||
$text['label-password']['ru-ru'] = "Пароль";
|
||||
$text['label-password']['sv-se'] = "Lösenord";
|
||||
$text['label-password']['uk-ua'] = "Пароль";
|
||||
@@ -621,6 +659,7 @@ $text['label-caller_id']['nl-nl'] = "";
|
||||
$text['label-caller_id']['pl-pl'] = "";
|
||||
$text['label-caller_id']['pt-br'] = "público";
|
||||
$text['label-caller_id']['pt-pt'] = "público";
|
||||
$text['label-caller_id']['ro-ro'] = "";
|
||||
$text['label-caller_id']['ru-ru'] = "";
|
||||
$text['label-caller_id']['sv-se'] = "Nummerpresentation";
|
||||
$text['label-caller_id']['uk-ua'] = "";
|
||||
@@ -637,6 +676,7 @@ $text['label-caller_id_number']['nl-nl'] = "";
|
||||
$text['label-caller_id_number']['pl-pl'] = "";
|
||||
$text['label-caller_id_number']['pt-br'] = "público";
|
||||
$text['label-caller_id_number']['pt-pt'] = "público";
|
||||
$text['label-caller_id_number']['ro-ro'] = "";
|
||||
$text['label-caller_id_number']['ru-ru'] = "";
|
||||
$text['label-caller_id_number']['sv-se'] = "Nummerpresentation";
|
||||
$text['label-caller_id_number']['uk-ua'] = "";
|
||||
@@ -653,6 +693,7 @@ $text['label-outbound_caller_id_number']['nl-nl'] = "";
|
||||
$text['label-outbound_caller_id_number']['pl-pl'] = "Numer prezentowany w rozmowach wychodzacych ";
|
||||
$text['label-outbound_caller_id_number']['pt-br'] = "Número público";
|
||||
$text['label-outbound_caller_id_number']['pt-pt'] = "Número público";
|
||||
$text['label-outbound_caller_id_number']['ro-ro'] = "";
|
||||
$text['label-outbound_caller_id_number']['ru-ru'] = "Идентификатор (Caller ID) номера вызывающего абонента";
|
||||
$text['label-outbound_caller_id_number']['sv-se'] = "Utgående Nummerpresentation";
|
||||
$text['label-outbound_caller_id_number']['uk-ua'] = "";
|
||||
@@ -669,6 +710,7 @@ $text['label-outbound_caller_id_name']['nl-nl'] = "";
|
||||
$text['label-outbound_caller_id_name']['pl-pl'] = "Nazwa prezentowana w rozmowach wychodzacych";
|
||||
$text['label-outbound_caller_id_name']['pt-br'] = "Nome público";
|
||||
$text['label-outbound_caller_id_name']['pt-pt'] = "Nome público";
|
||||
$text['label-outbound_caller_id_name']['ro-ro'] = "";
|
||||
$text['label-outbound_caller_id_name']['ru-ru'] = "Идентификатор (Caller ID) имени вызывающего абонента";
|
||||
$text['label-outbound_caller_id_name']['sv-se'] = "Utgående Namnpresentation";
|
||||
$text['label-outbound_caller_id_name']['uk-ua'] = "";
|
||||
@@ -685,6 +727,7 @@ $text['label-number_alias']['nl-nl'] = "";
|
||||
$text['label-number_alias']['pl-pl'] = "Alias numeru";
|
||||
$text['label-number_alias']['pt-br'] = "Identificador numérico";
|
||||
$text['label-number_alias']['pt-pt'] = "Alias númérico";
|
||||
$text['label-number_alias']['ro-ro'] = "";
|
||||
$text['label-number_alias']['ru-ru'] = "Псевдоним номера";
|
||||
$text['label-number_alias']['sv-se'] = "Nummer Alias";
|
||||
$text['label-number_alias']['uk-ua'] = "Псевдонім номера";
|
||||
@@ -701,6 +744,7 @@ $text['label-nibble_account']['nl-nl'] = "";
|
||||
$text['label-nibble_account']['pl-pl'] = "Konto Nibble";
|
||||
$text['label-nibble_account']['pt-br'] = "Conta Nibble";
|
||||
$text['label-nibble_account']['pt-pt'] = "Conta Nibble";
|
||||
$text['label-nibble_account']['ro-ro'] = "";
|
||||
$text['label-nibble_account']['ru-ru'] = "Nibble Account";
|
||||
$text['label-nibble_account']['sv-se'] = "Nibble Konto";
|
||||
$text['label-nibble_account']['uk-ua'] = "";
|
||||
@@ -717,6 +761,7 @@ $text['label-mwi_account']['nl-nl'] = "";
|
||||
$text['label-mwi_account']['pl-pl'] = "Konto powiadomienia oczekującej poczty głosowej (MWI)";
|
||||
$text['label-mwi_account']['pt-br'] = "Conta MWI";
|
||||
$text['label-mwi_account']['pt-pt'] = "Conta MWI";
|
||||
$text['label-mwi_account']['ro-ro'] = "";
|
||||
$text['label-mwi_account']['ru-ru'] = "MWI Account";
|
||||
$text['label-mwi_account']['sv-se'] = "MWI Konto";
|
||||
$text['label-mwi_account']['uk-ua'] = "";
|
||||
@@ -733,6 +778,7 @@ $text['label-missed_call']['nl-nl'] = "";
|
||||
$text['label-missed_call']['pl-pl'] = "Nieodebrane Połączenie";
|
||||
$text['label-missed_call']['pt-br'] = "Chamada Perdida";
|
||||
$text['label-missed_call']['pt-pt'] = "Chamada Perdida";
|
||||
$text['label-missed_call']['ro-ro'] = "";
|
||||
$text['label-missed_call']['ru-ru'] = "Пропущенный вызов";
|
||||
$text['label-missed_call']['sv-se'] = "Missat Samtal";
|
||||
$text['label-missed_call']['uk-ua'] = "пропущений Дзвінок";
|
||||
@@ -749,6 +795,7 @@ $text['label-line']['nl-nl'] = "";
|
||||
$text['label-line']['pl-pl'] = "Numer lini";
|
||||
$text['label-line']['pt-br'] = "Linha";
|
||||
$text['label-line']['pt-pt'] = "Linha";
|
||||
$text['label-line']['ro-ro'] = "";
|
||||
$text['label-line']['ru-ru'] = "Линия";
|
||||
$text['label-line']['sv-se'] = "Linje";
|
||||
$text['label-line']['uk-ua'] = "";
|
||||
@@ -765,6 +812,7 @@ $text['label-limit_max']['nl-nl'] = "";
|
||||
$text['label-limit_max']['pl-pl'] = "Maksymalna liczba kanałów";
|
||||
$text['label-limit_max']['pt-br'] = "Limite máximo";
|
||||
$text['label-limit_max']['pt-pt'] = "Limite Máximo";
|
||||
$text['label-limit_max']['ro-ro'] = "";
|
||||
$text['label-limit_max']['ru-ru'] = "Максимальное количество каналов";
|
||||
$text['label-limit_max']['sv-se'] = "Max Begränsning";
|
||||
$text['label-limit_max']['uk-ua'] = "";
|
||||
@@ -781,6 +829,7 @@ $text['label-limit_destination']['nl-nl'] = "";
|
||||
$text['label-limit_destination']['pl-pl'] = "Alternatywny numer docelowy";
|
||||
$text['label-limit_destination']['pt-br'] = "Limitar destino";
|
||||
$text['label-limit_destination']['pt-pt'] = "Limitar Destino";
|
||||
$text['label-limit_destination']['ro-ro'] = "";
|
||||
$text['label-limit_destination']['ru-ru'] = "Альтернативный номер назначения";
|
||||
$text['label-limit_destination']['sv-se'] = "Begränsad Destination";
|
||||
$text['label-limit_destination']['uk-ua'] = "";
|
||||
@@ -797,6 +846,7 @@ $text['label-hold_music']['nl-nl'] = "";
|
||||
$text['label-hold_music']['pl-pl'] = "Muzyka na czekanie";
|
||||
$text['label-hold_music']['pt-br'] = "Música em espera";
|
||||
$text['label-hold_music']['pt-pt'] = "Música em Espera";
|
||||
$text['label-hold_music']['ro-ro'] = "";
|
||||
$text['label-hold_music']['ru-ru'] = "Музыка на Удержании";
|
||||
$text['label-hold_music']['sv-se'] = "Vänt-musik";
|
||||
$text['label-hold_music']['uk-ua'] = "";
|
||||
@@ -813,6 +863,7 @@ $text['label-extension']['nl-nl'] = "";
|
||||
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['label-extension']['pt-br'] = "Ramal";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['ro-ro'] = "";
|
||||
$text['label-extension']['ru-ru'] = "Внутренний Номер";
|
||||
$text['label-extension']['sv-se'] = "Anknytning";
|
||||
$text['label-extension']['uk-ua'] = "Розширення";
|
||||
@@ -829,6 +880,7 @@ $text['label-emergency_caller_id_number']['nl-nl'] = "";
|
||||
$text['label-emergency_caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego (emergency)";
|
||||
$text['label-emergency_caller_id_number']['pt-br'] = "Número de emergência do discador";
|
||||
$text['label-emergency_caller_id_number']['pt-pt'] = "Número de Emergência do Chamador";
|
||||
$text['label-emergency_caller_id_number']['ro-ro'] = "";
|
||||
$text['label-emergency_caller_id_number']['ru-ru'] = "Идентификатор (Caller ID) номера экстренного вызова";
|
||||
$text['label-emergency_caller_id_number']['sv-se'] = "Nöd Nummerpresentation";
|
||||
$text['label-emergency_caller_id_number']['uk-ua'] = "";
|
||||
@@ -845,6 +897,7 @@ $text['label-emergency_caller_id_name']['nl-nl'] = "";
|
||||
$text['label-emergency_caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego (emergency)";
|
||||
$text['label-emergency_caller_id_name']['pt-br'] = "Nome de emergência do discador";
|
||||
$text['label-emergency_caller_id_name']['pt-pt'] = "Nome de Emergência do Chamador";
|
||||
$text['label-emergency_caller_id_name']['ro-ro'] = "";
|
||||
$text['label-emergency_caller_id_name']['ru-ru'] = "Идентификатор (Caller ID) имени экстренного вызова";
|
||||
$text['label-emergency_caller_id_name']['sv-se'] = "Nöd Namnpresentation";
|
||||
$text['label-emergency_caller_id_name']['uk-ua'] = "";
|
||||
@@ -861,6 +914,7 @@ $text['label-email']['nl-nl'] = "";
|
||||
$text['label-email']['pl-pl'] = "Email";
|
||||
$text['label-email']['pt-br'] = "Email";
|
||||
$text['label-email']['pt-pt'] = "Email";
|
||||
$text['label-email']['ro-ro'] = "";
|
||||
$text['label-email']['ru-ru'] = "Электронная Почта";
|
||||
$text['label-email']['sv-se'] = "E-post";
|
||||
$text['label-email']['uk-ua'] = "Електронна пошта";
|
||||
@@ -877,6 +931,7 @@ $text['label-effective_caller_id_number']['nl-nl'] = "";
|
||||
$text['label-effective_caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego (rozmowy wew)";
|
||||
$text['label-effective_caller_id_number']['pt-br'] = "Número interno";
|
||||
$text['label-effective_caller_id_number']['pt-pt'] = "Número interno";
|
||||
$text['label-effective_caller_id_number']['ro-ro'] = "";
|
||||
$text['label-effective_caller_id_number']['ru-ru'] = "Эффективный идентификатор (Caller ID) номера вызывающего абонента";
|
||||
$text['label-effective_caller_id_number']['sv-se'] = "Effektiv Nummerpresentation";
|
||||
$text['label-effective_caller_id_number']['uk-ua'] = "";
|
||||
@@ -893,6 +948,7 @@ $text['label-effective_caller_id_name']['nl-nl'] = "";
|
||||
$text['label-effective_caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego (rozmowy wew)";
|
||||
$text['label-effective_caller_id_name']['pt-br'] = "Nome interno";
|
||||
$text['label-effective_caller_id_name']['pt-pt'] = "Nome Interno";
|
||||
$text['label-effective_caller_id_name']['ro-ro'] = "";
|
||||
$text['label-effective_caller_id_name']['ru-ru'] = "Эффективный идентификатор (Caller ID) имени вызывающего абонента";
|
||||
$text['label-effective_caller_id_name']['sv-se'] = "Effektiv Namnpresentation";
|
||||
$text['label-effective_caller_id_name']['uk-ua'] = "";
|
||||
@@ -909,6 +965,7 @@ $text['label-domain']['nl-nl'] = "";
|
||||
$text['label-domain']['pl-pl'] = "Domena";
|
||||
$text['label-domain']['pt-br'] = "Dominio";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
$text['label-domain']['ro-ro'] = "";
|
||||
$text['label-domain']['ru-ru'] = "Домен";
|
||||
$text['label-domain']['sv-se'] = "Domän";
|
||||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
@@ -925,6 +982,7 @@ $text['label-directory_visible']['nl-nl'] = "";
|
||||
$text['label-directory_visible']['pl-pl'] = "Czy ma być widoczny w książce telefonicznej?";
|
||||
$text['label-directory_visible']['pt-br'] = "Diretorio visivel";
|
||||
$text['label-directory_visible']['pt-pt'] = "Directório Visível";
|
||||
$text['label-directory_visible']['ro-ro'] = "";
|
||||
$text['label-directory_visible']['ru-ru'] = "Видимый каталог";
|
||||
$text['label-directory_visible']['sv-se'] = "Synlig I Katalog";
|
||||
$text['label-directory_visible']['uk-ua'] = "";
|
||||
@@ -941,6 +999,7 @@ $text['label-directory_full_name']['nl-nl'] = "";
|
||||
$text['label-directory_full_name']['pl-pl'] = "Nazwa w książce telefonicznej";
|
||||
$text['label-directory_full_name']['pt-br'] = "Nome do diretório completo";
|
||||
$text['label-directory_full_name']['pt-pt'] = "Nome de Directório Completo";
|
||||
$text['label-directory_full_name']['ro-ro'] = "";
|
||||
$text['label-directory_full_name']['ru-ru'] = "Полное имя каталога";
|
||||
$text['label-directory_full_name']['sv-se'] = "Hela Namnet I Katalog";
|
||||
$text['label-directory_full_name']['uk-ua'] = "";
|
||||
@@ -957,6 +1016,7 @@ $text['label-directory_exten_visible']['nl-nl'] = "";
|
||||
$text['label-directory_exten_visible']['pl-pl'] = "Czy numer wew książki telefonicznej jest widoczny? ";
|
||||
$text['label-directory_exten_visible']['pt-br'] = "Extensão do diretório visivel";
|
||||
$text['label-directory_exten_visible']['pt-pt'] = "Extensão do Directório Visível";
|
||||
$text['label-directory_exten_visible']['ro-ro'] = "";
|
||||
$text['label-directory_exten_visible']['ru-ru'] = "Расширение видимого каталога";
|
||||
$text['label-directory_exten_visible']['sv-se'] = "Fullständigt Namn I Katalogen";
|
||||
$text['label-directory_exten_visible']['uk-ua'] = "";
|
||||
@@ -973,6 +1033,7 @@ $text['label-dial_string']['nl-nl'] = "";
|
||||
$text['label-dial_string']['pl-pl'] = "Opcje polecenia DIAL";
|
||||
$text['label-dial_string']['pt-br'] = "Dial String";
|
||||
$text['label-dial_string']['pt-pt'] = "Dial String";
|
||||
$text['label-dial_string']['ro-ro'] = "";
|
||||
$text['label-dial_string']['ru-ru'] = "Строка набора";
|
||||
$text['label-dial_string']['sv-se'] = "Dial String";
|
||||
$text['label-dial_string']['uk-ua'] = "";
|
||||
@@ -989,6 +1050,7 @@ $text['label-device_template']['nl-nl'] = "";
|
||||
$text['label-device_template']['pl-pl'] = "Szablon";
|
||||
$text['label-device_template']['pt-br'] = "Template";
|
||||
$text['label-device_template']['pt-pt'] = "Template";
|
||||
$text['label-device_template']['ro-ro'] = "";
|
||||
$text['label-device_template']['ru-ru'] = "Шаблон";
|
||||
$text['label-device_template']['sv-se'] = "Mall";
|
||||
$text['label-device_template']['uk-ua'] = "";
|
||||
@@ -1005,6 +1067,7 @@ $text['label-device_mac_address']['nl-nl'] = "";
|
||||
$text['label-device_mac_address']['pl-pl'] = "Adres MAC";
|
||||
$text['label-device_mac_address']['pt-br'] = "Endereço MAC";
|
||||
$text['label-device_mac_address']['pt-pt'] = "Endereço MAC";
|
||||
$text['label-device_mac_address']['ro-ro'] = "";
|
||||
$text['label-device_mac_address']['ru-ru'] = "MAC Адреса";
|
||||
$text['label-device_mac_address']['sv-se'] = "MAC-adress";
|
||||
$text['label-device_mac_address']['uk-ua'] = "";
|
||||
@@ -1021,6 +1084,7 @@ $text['label-description']['nl-nl'] = "";
|
||||
$text['label-description']['pl-pl'] = "Opis";
|
||||
$text['label-description']['pt-br'] = "Descrição";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['ro-ro'] = "";
|
||||
$text['label-description']['ru-ru'] = "Описание";
|
||||
$text['label-description']['sv-se'] = "Beskrivning";
|
||||
$text['label-description']['uk-ua'] = "Опис";
|
||||
@@ -1037,6 +1101,7 @@ $text['label-cidr']['nl-nl'] = "";
|
||||
$text['label-cidr']['pl-pl'] = "CIDR";
|
||||
$text['label-cidr']['pt-br'] = "CIDR";
|
||||
$text['label-cidr']['pt-pt'] = "CIDR";
|
||||
$text['label-cidr']['ro-ro'] = "";
|
||||
$text['label-cidr']['ru-ru'] = "";
|
||||
$text['label-cidr']['sv-se'] = "CIDR";
|
||||
$text['label-cidr']['uk-ua'] = "";
|
||||
@@ -1053,6 +1118,7 @@ $text['label-call_timeout']['nl-nl'] = "";
|
||||
$text['label-call_timeout']['pl-pl'] = "Limit czasu rozmowy";
|
||||
$text['label-call_timeout']['pt-br'] = "Timeout da chamada";
|
||||
$text['label-call_timeout']['pt-pt'] = "Timeout da Chamada";
|
||||
$text['label-call_timeout']['ro-ro'] = "";
|
||||
$text['label-call_timeout']['ru-ru'] = "Тайм-аут вызова";
|
||||
$text['label-call_timeout']['sv-se'] = "Call Timeout";
|
||||
$text['label-call_timeout']['uk-ua'] = "";
|
||||
@@ -1069,6 +1135,7 @@ $text['label-call_screen_enabled']['nl-nl'] = "";
|
||||
$text['label-call_screen_enabled']['pl-pl'] = "";
|
||||
$text['label-call_screen_enabled']['pt-br'] = "";
|
||||
$text['label-call_screen_enabled']['pt-pt'] = "";
|
||||
$text['label-call_screen_enabled']['ro-ro'] = "";
|
||||
$text['label-call_screen_enabled']['ru-ru'] = "Экран вызова";
|
||||
$text['label-call_screen_enabled']['sv-se'] = "Call Screen";
|
||||
$text['label-call_screen_enabled']['uk-ua'] = "";
|
||||
@@ -1085,6 +1152,7 @@ $text['label-call_group']['nl-nl'] = "";
|
||||
$text['label-call_group']['pl-pl'] = "Grupa odbiorców rozmowy";
|
||||
$text['label-call_group']['pt-br'] = "Grupo";
|
||||
$text['label-call_group']['pt-pt'] = "Grupo";
|
||||
$text['label-call_group']['ro-ro'] = "";
|
||||
$text['label-call_group']['ru-ru'] = "Вызов Группы";
|
||||
$text['label-call_group']['sv-se'] = "Ring Grupp";
|
||||
$text['label-call_group']['uk-ua'] = "";
|
||||
@@ -1101,6 +1169,7 @@ $text['label-bypass_media_after_bridge']['nl-nl'] = "";
|
||||
$text['label-bypass_media_after_bridge']['pl-pl'] = "Obejście strumienia głosu po BRIDGE";
|
||||
$text['label-bypass_media_after_bridge']['pt-br'] = "Ponte de midia Bypass";
|
||||
$text['label-bypass_media_after_bridge']['pt-pt'] = "Depois de Ponte de mídia Bypass";
|
||||
$text['label-bypass_media_after_bridge']['ro-ro'] = "";
|
||||
$text['label-bypass_media_after_bridge']['ru-ru'] = "Bypass Media After Bridge";
|
||||
$text['label-bypass_media_after_bridge']['sv-se'] = "Bypass Media After Bridge";
|
||||
$text['label-bypass_media_after_bridge']['uk-ua'] = "";
|
||||
@@ -1117,6 +1186,7 @@ $text['label-bypass_media']['nl-nl'] = "";
|
||||
$text['label-bypass_media']['pl-pl'] = "Obejście strumienia głosu";
|
||||
$text['label-bypass_media']['pt-br'] = "Media Bypass";
|
||||
$text['label-bypass_media']['pt-pt'] = "Fazer Bypass à media";
|
||||
$text['label-bypass_media']['ro-ro'] = "";
|
||||
$text['label-bypass_media']['ru-ru'] = "Обходной носитель";
|
||||
$text['label-bypass_media']['sv-se'] = "Bypass Media";
|
||||
$text['label-bypass_media']['uk-ua'] = "";
|
||||
@@ -1133,6 +1203,7 @@ $text['label-billing_warning']['nl-nl'] = "";
|
||||
$text['label-billing_warning']['pl-pl'] = "Billing został zainstalowany. Konto musi być doładowane aby tworzyć numery wewnętrzne";
|
||||
$text['label-billing_warning']['pt-br'] = "Para instalar o pacote por favor, necessário saldo minimo para criar extensões.";
|
||||
$text['label-billing_warning']['pt-pt'] = "A coleção é instalado, por favor, note que você precisa saldo suficiente para criar extensões.";
|
||||
$text['label-billing_warning']['ro-ro'] = "";
|
||||
$text['label-billing_warning']['ru-ru'] = "Установлена оплата, обратите внимание, что вам нужно иметь достаточный баланс для создания Внутренних Номеров.";
|
||||
$text['label-billing_warning']['sv-se'] = "Fakturerings program är installerat, tänk på att du måste ha rätt balans för att kunna skapa anknytningar.";
|
||||
$text['label-billing_warning']['uk-ua'] = "";
|
||||
@@ -1149,6 +1220,7 @@ $text['label-auth_acl']['nl-nl'] = "";
|
||||
$text['label-auth_acl']['pl-pl'] = "Lista kontroli dostępu (ACL)";
|
||||
$text['label-auth_acl']['pt-br'] = "Atualização ACL";
|
||||
$text['label-auth_acl']['pt-pt'] = "Autorização ACL";
|
||||
$text['label-auth_acl']['ro-ro'] = "";
|
||||
$text['label-auth_acl']['ru-ru'] = "Список контроля доступа ACL";
|
||||
$text['label-auth_acl']['sv-se'] = "Auth ACL";
|
||||
$text['label-auth_acl']['uk-ua'] = "";
|
||||
@@ -1165,6 +1237,7 @@ $text['label-accountcode']['nl-nl'] = "";
|
||||
$text['label-accountcode']['pl-pl'] = "Numer konta billingowego";
|
||||
$text['label-accountcode']['pt-br'] = "Código da conta";
|
||||
$text['label-accountcode']['pt-pt'] = "Código de Conta";
|
||||
$text['label-accountcode']['ro-ro'] = "";
|
||||
$text['label-accountcode']['ru-ru'] = "Код Учетной Записи";
|
||||
$text['label-accountcode']['sv-se'] = "Kontokod";
|
||||
$text['label-accountcode']['uk-ua'] = "";
|
||||
@@ -1181,6 +1254,7 @@ $text['label-is_registered']['nl-nl'] = "";
|
||||
$text['label-is_registered']['pl-pl'] = "";
|
||||
$text['label-is_registered']['pt-br'] = "";
|
||||
$text['label-is_registered']['pt-pt'] = "";
|
||||
$text['label-is_registered']['ro-ro'] = "";
|
||||
$text['label-is_registered']['ru-ru'] = "Зарегистрировано";
|
||||
$text['label-is_registered']['sv-se'] = "Registrerad";
|
||||
$text['label-is_registered']['uk-ua'] = "";
|
||||
@@ -1197,6 +1271,7 @@ $text['header-extensions']['nl-nl'] = "";
|
||||
$text['header-extensions']['pl-pl'] = "Numery wewnętrzne";
|
||||
$text['header-extensions']['pt-br'] = "Extensões";
|
||||
$text['header-extensions']['pt-pt'] = "Extensões";
|
||||
$text['header-extensions']['ro-ro'] = "";
|
||||
$text['header-extensions']['ru-ru'] = "Внутренние Номера";
|
||||
$text['header-extensions']['sv-se'] = "Anknytningar";
|
||||
$text['header-extensions']['uk-ua'] = "Розширення";
|
||||
@@ -1213,6 +1288,7 @@ $text['header-extension-edit']['nl-nl'] = "";
|
||||
$text['header-extension-edit']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['header-extension-edit']['pt-br'] = "Extensão";
|
||||
$text['header-extension-edit']['pt-pt'] = "Extensão";
|
||||
$text['header-extension-edit']['ro-ro'] = "";
|
||||
$text['header-extension-edit']['ru-ru'] = "Внутренний Номер";
|
||||
$text['header-extension-edit']['sv-se'] = "Anknytning";
|
||||
$text['header-extension-edit']['uk-ua'] = "Розширення";
|
||||
@@ -1229,6 +1305,7 @@ $text['header-extension-add']['nl-nl'] = "";
|
||||
$text['header-extension-add']['pl-pl'] = "Dodaj numer wewnętrzny";
|
||||
$text['header-extension-add']['pt-br'] = "Adiicionar extensão";
|
||||
$text['header-extension-add']['pt-pt'] = "Adicionar Extensão";
|
||||
$text['header-extension-add']['ro-ro'] = "";
|
||||
$text['header-extension-add']['ru-ru'] = "Добавить Внутренний Номер";
|
||||
$text['header-extension-add']['sv-se'] = "Lägg Till Anknytning";
|
||||
$text['header-extension-add']['uk-ua'] = "Додавання розширення";
|
||||
@@ -1245,6 +1322,7 @@ $text['description-voicemail_password']['nl-nl'] = "";
|
||||
$text['description-voicemail_password']['pl-pl'] = "Dodaj numeryczne hasło poczty głosowej ";
|
||||
$text['description-voicemail_password']['pt-br'] = "Introduza uma senha númerica para o correio de voz aqui";
|
||||
$text['description-voicemail_password']['pt-pt'] = "Introduza uma password numérica para o correio de voz aqui.";
|
||||
$text['description-voicemail_password']['ro-ro'] = "";
|
||||
$text['description-voicemail_password']['ru-ru'] = "Введите номер Голосовой Почты и Пароль к ней.";
|
||||
$text['description-voicemail_password']['sv-se'] = "Ange det numeriska röstbrevlåde-lösenordet här.";
|
||||
$text['description-voicemail_password']['uk-ua'] = "";
|
||||
@@ -1261,6 +1339,7 @@ $text['description-voicemail_mail_to']['nl-nl'] = "";
|
||||
$text['description-voicemail_mail_to']['pl-pl'] = "Dodaj adres email na który będą wysyłane pliki poczty głosowej";
|
||||
$text['description-voicemail_mail_to']['pt-br'] = "Insira o endereço de email para enviar o correio de voz (opcional)";
|
||||
$text['description-voicemail_mail_to']['pt-pt'] = "Introduza o endereço de email para enviar o correio de voz (opcional).";
|
||||
$text['description-voicemail_mail_to']['ro-ro'] = "";
|
||||
$text['description-voicemail_mail_to']['ru-ru'] = "Введите адрес электронной почты, чтобы отправить голосовую почту (опционально).";
|
||||
$text['description-voicemail_mail_to']['sv-se'] = "Ange E-post adressen för röstbrevlådan (valfritt).";
|
||||
$text['description-voicemail_mail_to']['uk-ua'] = "";
|
||||
@@ -1277,6 +1356,7 @@ $text['description-voicemail_local_after_email']['nl-nl'] = "";
|
||||
$text['description-voicemail_local_after_email']['pl-pl'] = "Wybierz czy zachować plik poczty głosowej na dysku po wysłaniu go e-mailem.";
|
||||
$text['description-voicemail_local_after_email']['pt-br'] = "Selecione de desjea manter o correio de voz no sistema, após o envio de notificações de e-mail";
|
||||
$text['description-voicemail_local_after_email']['pt-pt'] = "Escolha se quer manter o correio de voz no sistema após o envio da notificação de e-mail.";
|
||||
$text['description-voicemail_local_after_email']['ro-ro'] = "";
|
||||
$text['description-voicemail_local_after_email']['ru-ru'] = "Выберите, следует ли сохранять голосовую почту в системе, после отправки сообщения по электронной почте.";
|
||||
$text['description-voicemail_local_after_email']['sv-se'] = "Välj om du vill behålla röstmeddelande i systemet efter att e-postmeddelandet skickats.";
|
||||
$text['description-voicemail_local_after_email']['uk-ua'] = "";
|
||||
@@ -1293,6 +1373,7 @@ $text['description-voicemail_file']['nl-nl'] = "";
|
||||
$text['description-voicemail_file']['pl-pl'] = "Wybierz opcje odsłuchania poczty głosowej w wysłanym e-mailu.";
|
||||
$text['description-voicemail_file']['pt-br'] = "Selecione dentre as opções qual áudio deseja incluir a notificação de e-mail";
|
||||
$text['description-voicemail_file']['pt-pt'] = "Escolha qual opção de escuta para incluir com a notificação de e-mail.";
|
||||
$text['description-voicemail_file']['ro-ro'] = "";
|
||||
$text['description-voicemail_file']['ru-ru'] = "Выберите вариант прослушивания, который нужно включить в сообщение отправленное по электронной почте.";
|
||||
$text['description-voicemail_file']['sv-se'] = "Välj ett alternativ för avlyssning i e-postmeddelandet.";
|
||||
$text['description-voicemail_file']['uk-ua'] = "";
|
||||
@@ -1309,6 +1390,7 @@ $text['description-voicemail_enabled']['nl-nl'] = "";
|
||||
$text['description-voicemail_enabled']['pl-pl'] = "Włącz/wyłącz pocztę głosowa.";
|
||||
$text['description-voicemail_enabled']['pt-br'] = "Habilitar/Desabilitar o correio de voz para esta extensão";
|
||||
$text['description-voicemail_enabled']['pt-pt'] = "Habilitar/Desabilitar o correio de voz para esta extensão.";
|
||||
$text['description-voicemail_enabled']['ro-ro'] = "";
|
||||
$text['description-voicemail_enabled']['ru-ru'] = "Включиь / Выключить Голосовую Почту для Внутреннего Номера.";
|
||||
$text['description-voicemail_enabled']['sv-se'] = "Aktivera/Inaktivera röstbrevlåda för denna anknytning.";
|
||||
$text['description-voicemail_enabled']['uk-ua'] = "";
|
||||
@@ -1325,6 +1407,7 @@ $text['description-user_record']['nl-nl'] = "";
|
||||
$text['description-user_record']['pl-pl'] = "Włącz/wyłącz nagrywanie rozmów (lokalne, przychodzące, wychodzące, wszystkie)";
|
||||
$text['description-user_record']['pt-br'] = "Selecione inbound, outbound para gravar todas as chamadas";
|
||||
$text['description-user_record']['pt-pt'] = "Selecione inbound, outbound ou para gravar todas as chamadas.";
|
||||
$text['description-user_record']['ro-ro'] = "";
|
||||
$text['description-user_record']['ru-ru'] = "Укажите, следует ли записывать локальные, входящие, исходящие или все.";
|
||||
$text['description-user_record']['sv-se'] = "Välj om lokala, inkommande, utgående eller alla samtal skall spelas in.";
|
||||
$text['description-user_record']['uk-ua'] = "";
|
||||
@@ -1341,6 +1424,7 @@ $text['description-user_list']['nl-nl'] = "";
|
||||
$text['description-user_list']['pl-pl'] = "Przypisz użytkowników do tego numeru wewnętrznego";
|
||||
$text['description-user_list']['pt-br'] = "Atribua os utilizadores que estão associados a essa extensão";
|
||||
$text['description-user_list']['pt-pt'] = "Atribuir os utilizadores que estão associados a esta extensão.";
|
||||
$text['description-user_list']['ro-ro'] = "";
|
||||
$text['description-user_list']['ru-ru'] = "Назначьте пользователей, данному Внутреннему Номеру. ";
|
||||
$text['description-user_list']['sv-se'] = "Tilldela användare till denna anknytning.";
|
||||
$text['description-user_list']['uk-ua'] = "";
|
||||
@@ -1357,6 +1441,7 @@ $text['description-user_context']['nl-nl'] = "";
|
||||
$text['description-user_context']['pl-pl'] = "Wpisz kontekst użytkownika.";
|
||||
$text['description-user_context']['pt-br'] = "Insira o contexto do utilizador aqui";
|
||||
$text['description-user_context']['pt-pt'] = "Introduza o contexto do utilizador aqui.";
|
||||
$text['description-user_context']['ro-ro'] = "";
|
||||
$text['description-user_context']['ru-ru'] = "Введите контекст для данного Пользователя.";
|
||||
$text['description-user_context']['sv-se'] = "Ange 'user context' här.";
|
||||
$text['description-user_context']['uk-ua'] = "";
|
||||
@@ -1373,6 +1458,7 @@ $text['description-toll_allow']['nl-nl'] = "";
|
||||
$text['description-toll_allow']['pl-pl'] = "Wpisz wartość drogich/szczegółowych połączeń.";
|
||||
$text['description-toll_allow']['pt-br'] = "Insira as permissões aqui. (Exemplos: Internacional, Local)";
|
||||
$text['description-toll_allow']['pt-pt'] = "Introduza as permissões aqui. (Exemplos: internacional, local)";
|
||||
$text['description-toll_allow']['ro-ro'] = "";
|
||||
$text['description-toll_allow']['ru-ru'] = "Введите здесь доступные значения. (Примеры: domestic,international,local)";
|
||||
$text['description-toll_allow']['sv-se'] = "Ange 'toll allow' värde här. (Exempel: domestic,international,local)";
|
||||
$text['description-toll_allow']['uk-ua'] = "";
|
||||
@@ -1389,6 +1475,7 @@ $text['description-sip_force_expires']['nl-nl'] = "";
|
||||
$text['description-sip_force_expires']['pl-pl'] = "Aby zapobiec zastałym rejestracjom włącz SIP 'Force expires'. Nagłówek 'Expires' zostanie nadpisany.";
|
||||
$text['description-sip_force_expires']['pt-br'] = "Selecione para forçar o registro do SIP";
|
||||
$text['description-sip_force_expires']['pt-pt'] = "Para prevenir registos SIP 'agarrados', o forçar do tempo de expiração pode sobrepor-se ao tempo de expiração do cliente.";
|
||||
$text['description-sip_force_expires']['ro-ro'] = "";
|
||||
$text['description-sip_force_expires']['ru-ru'] = "Чтобы предотвратить частую регистрацию, срок действия SIP Force может отменять истечение срока действия клиента.";
|
||||
$text['description-sip_force_expires']['sv-se'] = "För att förhindra inaktuella registreringar ”SIP Force expires” kan åsidosätta ”klient expire”.";
|
||||
$text['description-sip_force_expires']['uk-ua'] = "";
|
||||
@@ -1405,6 +1492,7 @@ $text['description-sip_force_contact']['nl-nl'] = "";
|
||||
$text['description-sip_force_contact']['pl-pl'] = "Wybierz, czy nadpisać SIP „Contact Port” lub nadpisać zarówno SIP „Contact IP” oraz SIP „Port”.";
|
||||
$text['description-sip_force_contact']['pt-br'] = "Selecione de pretende forçar sobreescrever o endereço IP e porta";
|
||||
$text['description-sip_force_contact']['pt-pt'] = "Escolha se pretende reescrever o porto do contacto ou reescrever o endereço IP e o porto.";
|
||||
$text['description-sip_force_contact']['ro-ro'] = "";
|
||||
$text['description-sip_force_contact']['ru-ru'] = "Выберите, следует ли перезаписывать контактный порт или переписать IP-адрес и порт для связи.";
|
||||
$text['description-sip_force_contact']['sv-se'] = "Välj om 'contact port' skall skrivas om eller om både 'contact IP och Port' skall skrivas om.";
|
||||
$text['description-sip_force_contact']['uk-ua'] = "";
|
||||
@@ -1421,6 +1509,7 @@ $text['description-sip_bypass_media']['nl-nl'] = "";
|
||||
$text['description-sip_bypass_media']['pl-pl'] = "Wybierz, czy wysłać strumień głosu bezpośrednio miedzy urządzeniami SIP lub w trybie transparent proxy";
|
||||
$text['description-sip_bypass_media']['pt-br'] = "Selecione caso deseja enviar via stream ponto a ponto ou via proxy em modo invisivel";
|
||||
$text['description-sip_bypass_media']['pt-pt'] = "Escolha se pretende enviar a stream de media ponto a ponto ou via proxy em modo transparente.";
|
||||
$text['description-sip_bypass_media']['ro-ro'] = "";
|
||||
$text['description-sip_bypass_media']['ru-ru'] = "Выберите режим передачи потока (точка-точка) или через прозрачный прокси-сервер.";
|
||||
$text['description-sip_bypass_media']['sv-se'] = "Välj om media strömmen skall skickas 'point to point' eller i 'ransparent proxy mode'.";
|
||||
$text['description-sip_bypass_media']['uk-ua'] = "";
|
||||
@@ -1437,6 +1526,7 @@ $text['description-range']['nl-nl'] = "";
|
||||
$text['description-range']['pl-pl'] = "Wpisz liczbę numerów wewnętrznych do stworzenia. Przyrost o wartość 1.";
|
||||
$text['description-range']['pt-br'] = "Insira o número de extensões para criar. Insira 1 a cada extensão";
|
||||
$text['description-range']['pt-pt'] = "Introduza o número de extensões a criar. Incrementa 1 a cada extensão.";
|
||||
$text['description-range']['ro-ro'] = "";
|
||||
$text['description-range']['ru-ru'] = "Введите число создаваемых Внутренних Номеров. Увеличивает каждый Внутренний Номер на 1.";
|
||||
$text['description-range']['sv-se'] = "Ange hur många anknytningar som skall skapas. Adderar 1 på varje anknytning.";
|
||||
$text['description-range']['uk-ua'] = "";
|
||||
@@ -1453,6 +1543,7 @@ $text['description-provisioning']['nl-nl'] = "";
|
||||
$text['description-provisioning']['pl-pl'] = "Wybierz urządzenie oraz numer linii, które mają zostać przypisane do tego numeru wewnętrznego.";
|
||||
$text['description-provisioning']['pt-br'] = "Escolha um dispositivo e um número para atribuir a esta extensão";
|
||||
$text['description-provisioning']['pt-pt'] = "Escolha um dispositivo e um número para atribuir a esta extensão.";
|
||||
$text['description-provisioning']['ro-ro'] = "";
|
||||
$text['description-provisioning']['ru-ru'] = "Выберите устройство и номер линии, которые будут назначены этому Внутреннего Номера.";
|
||||
$text['description-provisioning']['sv-se'] = "Välj en enhet och linje nummer att tilldela till denna anknytning.";
|
||||
$text['description-provisioning']['uk-ua'] = "";
|
||||
@@ -1469,6 +1560,7 @@ $text['description-password']['nl-nl'] = "";
|
||||
$text['description-password']['pl-pl'] = "Wpisz hasło";
|
||||
$text['description-password']['pt-br'] = "Introduza a senha";
|
||||
$text['description-password']['pt-pt'] = "Introduza a password aqui.";
|
||||
$text['description-password']['ro-ro'] = "";
|
||||
$text['description-password']['ru-ru'] = "Введите Пароль.";
|
||||
$text['description-password']['sv-se'] = "Fyll i lösenord.";
|
||||
$text['description-password']['uk-ua'] = "";
|
||||
@@ -1485,6 +1577,7 @@ $text['description-outbound_caller_id_number-select']['nl-nl'] = "";
|
||||
$text['description-outbound_caller_id_number-select']['pl-pl'] = "Wybierz numer prezentowany w rozmowach wychodzących (na zewnątrz systemu)";
|
||||
$text['description-outbound_caller_id_number-select']['pt-br'] = "Escolha o número externo (público) do discador";
|
||||
$text['description-outbound_caller_id_number-select']['pt-pt'] = "Escolha o número externo (público) do chamador.";
|
||||
$text['description-outbound_caller_id_number-select']['ro-ro'] = "";
|
||||
$text['description-outbound_caller_id_number-select']['ru-ru'] = "Выберите внешний (публичный) caller ID номер.";
|
||||
$text['description-outbound_caller_id_number-select']['sv-se'] = "Välj det externa (publikt) nummervisningen här.";
|
||||
$text['description-outbound_caller_id_number-select']['uk-ua'] = "";
|
||||
@@ -1501,6 +1594,7 @@ $text['description-outbound_caller_id_number-custom']['nl-nl'] = "";
|
||||
$text['description-outbound_caller_id_number-custom']['pl-pl'] = "Wpisz numer prezentowany w rozmowach wychodzących (na zewnątrz systemu)";
|
||||
$text['description-outbound_caller_id_number-custom']['pt-br'] = "Insira o número externo (público) do discador aqui";
|
||||
$text['description-outbound_caller_id_number-custom']['pt-pt'] = "Introduza o número externo (público) do chamador aqui.";
|
||||
$text['description-outbound_caller_id_number-custom']['ro-ro'] = "";
|
||||
$text['description-outbound_caller_id_number-custom']['ru-ru'] = "Введите внешний (публичный) caller ID номер.";
|
||||
$text['description-outbound_caller_id_number-custom']['sv-se'] = "Ange det externa (publikt) nummervisningen här.";
|
||||
$text['description-outbound_caller_id_number-custom']['uk-ua'] = "";
|
||||
@@ -1517,6 +1611,7 @@ $text['description-outbound_caller_id_name-select']['nl-nl'] = "";
|
||||
$text['description-outbound_caller_id_name-select']['pl-pl'] = "Wybierz nazwę prezentowaną w rozmowach wychodzących (na zewnątrz systemu)";
|
||||
$text['description-outbound_caller_id_name-select']['pt-br'] = "Escolha o nome externo (público) do discador";
|
||||
$text['description-outbound_caller_id_name-select']['pt-pt'] = "Escolha o nome externo (público) do chamador.";
|
||||
$text['description-outbound_caller_id_name-select']['ro-ro'] = "";
|
||||
$text['description-outbound_caller_id_name-select']['ru-ru'] = "Выберите внешнее (публичное) caller ID Имя.";
|
||||
$text['description-outbound_caller_id_name-select']['sv-se'] = "Välj det externa (publikt) namnvisningen här.";
|
||||
$text['description-outbound_caller_id_name-select']['uk-ua'] = "";
|
||||
@@ -1533,6 +1628,7 @@ $text['description-outbound_caller_id_name-custom']['nl-nl'] = "";
|
||||
$text['description-outbound_caller_id_name-custom']['pl-pl'] = "Wpisz nazwę prezentowaną w rozmowach wychodzących (na zewnątrz systemu)";
|
||||
$text['description-outbound_caller_id_name-custom']['pt-br'] = "Insira o nome externo (público) do discador aqui";
|
||||
$text['description-outbound_caller_id_name-custom']['pt-pt'] = "Introduza o nome externo (público) do chamador aqui.";
|
||||
$text['description-outbound_caller_id_name-custom']['ro-ro'] = "";
|
||||
$text['description-outbound_caller_id_name-custom']['ru-ru'] = "Введите внешнее (публичное) caller ID Имя.";
|
||||
$text['description-outbound_caller_id_name-custom']['sv-se'] = "Ange det externa (publikt) namnvisningen här.";
|
||||
$text['description-outbound_caller_id_name-custom']['uk-ua'] = "";
|
||||
@@ -1549,6 +1645,7 @@ $text['description-number_alias']['nl-nl'] = "";
|
||||
$text['description-number_alias']['pl-pl'] = "Jeżeli numer wewnętrzny jest numeryczny alias jest opcjonalny.";
|
||||
$text['description-number_alias']['pt-br'] = "Se a extensão é um número descreve aqui (Opcional)";
|
||||
$text['description-number_alias']['pt-pt'] = "Se a extensão é numérica o alias é opcional.";
|
||||
$text['description-number_alias']['ro-ro'] = "";
|
||||
$text['description-number_alias']['ru-ru'] = "Добавочный номер. Дополнительно, если абонент находится в цифровом формате.";
|
||||
$text['description-number_alias']['sv-se'] = "Om anknytningen är numerisk då är nummer alias valfritt.";
|
||||
$text['description-number_alias']['uk-ua'] = "";
|
||||
@@ -1565,6 +1662,7 @@ $text['description-nibble_account']['nl-nl'] = "";
|
||||
$text['description-nibble_account']['pl-pl'] = "Wpisz numer konta Nibblebill.";
|
||||
$text['description-nibble_account']['pt-br'] = "Insira o número de conta nibblebill";
|
||||
$text['description-nibble_account']['pt-pt'] = "Introduza o número de conta nibblebill.";
|
||||
$text['description-nibble_account']['ro-ro'] = "";
|
||||
$text['description-nibble_account']['ru-ru'] = "Введите номер учетной записи для использования nibblebill.";
|
||||
$text['description-nibble_account']['sv-se'] = "Ange konto nummer för 'nibblebill' som skall användas.";
|
||||
$text['description-nibble_account']['uk-ua'] = "";
|
||||
@@ -1581,6 +1679,7 @@ $text['description-mwi_account']['nl-nl'] = "";
|
||||
$text['description-mwi_account']['pl-pl'] = "Konto powiadomienia oczekującej uzytkownik@domena moitorowanej poczty głosowej";
|
||||
$text['description-mwi_account']['pt-br'] = "Conta MWI com utilizador@dominio do correio de voz";
|
||||
$text['description-mwi_account']['pt-pt'] = "Conta MWI com utilizador@domínio do correio de voz a monitorizar.";
|
||||
$text['description-mwi_account']['ro-ro'] = "";
|
||||
$text['description-mwi_account']['ru-ru'] = "MWI Учетная Запись user@domain для мониторинга Голосовой Почты.";
|
||||
$text['description-mwi_account']['sv-se'] = "MWI konto med user@domain för den röstbrevlåda som skall monitoreras.";
|
||||
$text['description-mwi_account']['uk-ua'] = "";
|
||||
@@ -1597,6 +1696,7 @@ $text['description-absolute_codec_string']['nl-nl'] = "";
|
||||
$text['description-absolute_codec_string']['pl-pl'] = "";
|
||||
$text['description-absolute_codec_string']['pt-br'] = "";
|
||||
$text['description-absolute_codec_string']['pt-pt'] = "";
|
||||
$text['description-absolute_codec_string']['ro-ro'] = "";
|
||||
$text['description-absolute_codec_string']['ru-ru'] = "Последовательность выбора кодеков для Внутреннего Номера";
|
||||
$text['description-absolute_codec_string']['sv-se'] = "Absolut Codec String för anknytningen";
|
||||
$text['description-absolute_codec_string']['uk-ua'] = "";
|
||||
@@ -1613,6 +1713,7 @@ $text['description-force_ping']['nl-nl'] = "";
|
||||
$text['description-force_ping']['pl-pl'] = "";
|
||||
$text['description-force_ping']['pt-br'] = "";
|
||||
$text['description-force_ping']['pt-pt'] = "";
|
||||
$text['description-force_ping']['ro-ro'] = "";
|
||||
$text['description-force_ping']['ru-ru'] = "Использовать OPTIONS, чтобы определить доступность Внутреннего Номера";
|
||||
$text['description-force_ping']['sv-se'] = "Använd OPTIONS för att avgöra om anknytningen är nåbar";
|
||||
$text['description-force_ping']['uk-ua'] = "";
|
||||
@@ -1629,6 +1730,7 @@ $text['description-missed_call']['nl-nl'] = "";
|
||||
$text['description-missed_call']['pl-pl'] = "Wybierz typ powiadomienia, i wpisz odpowiednie miejsce przeznaczenia.";
|
||||
$text['description-missed_call']['pt-br'] = "Selecione o tipo de notificação e digite o destino apropriado.";
|
||||
$text['description-missed_call']['pt-pt'] = "Selecione o tipo de notificação e digite o destino apropriado.";
|
||||
$text['description-missed_call']['ro-ro'] = "";
|
||||
$text['description-missed_call']['ru-ru'] = "Выберите тип уведомления и введите соответствующий пункт назначения.";
|
||||
$text['description-missed_call']['sv-se'] = "Välj typ anmälan, och ange lämplig destination.";
|
||||
$text['description-missed_call']['uk-ua'] = "Виберіть тип повідомлення, і ввести відповідний пункт призначення.";
|
||||
@@ -1645,6 +1747,7 @@ $text['description-limit_max']['nl-nl'] = "";
|
||||
$text['description-limit_max']['pl-pl'] = "Wpisz maksymalną dozwoloną ilość rozmów wychodzących z tego numeru wew.";
|
||||
$text['description-limit_max']['pt-br'] = "Insira o número máximo de chamadas de saída para este usuário";
|
||||
$text['description-limit_max']['pt-pt'] = "Introduza o número máximo de chamadas de saída para este utilizador.";
|
||||
$text['description-limit_max']['ro-ro'] = "";
|
||||
$text['description-limit_max']['ru-ru'] = "Введите максимальное количество исходящих вызовов для этого пользователя.";
|
||||
$text['description-limit_max']['sv-se'] = "Ange max antal utgående samtal för denna anknytning.";
|
||||
$text['description-limit_max']['uk-ua'] = "";
|
||||
@@ -1661,6 +1764,7 @@ $text['description-limit_destination']['nl-nl'] = "";
|
||||
$text['description-limit_destination']['pl-pl'] = "Wprowadź destynację rozmowy w przypadku osiągnięcia maksymalnej liczby połączeń wychodzących.";
|
||||
$text['description-limit_destination']['pt-br'] = "Insira o destino para enviar as chamadas quando o número máximo de chamadas de saída for atingido";
|
||||
$text['description-limit_destination']['pt-pt'] = "Introduza o destino para enviar as chamadas quando o número máximo de chamadas de saída for atingido.";
|
||||
$text['description-limit_destination']['ro-ro'] = "";
|
||||
$text['description-limit_destination']['ru-ru'] = "Введите получателя для отправки вызовов, когда достигнуто максимальное количество исходящих вызовов.";
|
||||
$text['description-limit_destination']['sv-se'] = "Ange destination dit samtal skickas när max antal utgående samtals gränsen har nåtts.";
|
||||
$text['description-limit_destination']['uk-ua'] = "";
|
||||
@@ -1677,6 +1781,7 @@ $text['description-hold_music']['nl-nl'] = "";
|
||||
$text['description-hold_music']['pl-pl'] = "Wybierz kategorie muzyki na czekanie.";
|
||||
$text['description-hold_music']['pt-br'] = "Escolha a categoria MOH da música.";
|
||||
$text['description-hold_music']['pt-pt'] = "Escolha a categoria MOH da música aqui.";
|
||||
$text['description-hold_music']['ro-ro'] = "";
|
||||
$text['description-hold_music']['ru-ru'] = "Выберите мелодию Музыки на Ожидании (MOH).";
|
||||
$text['description-hold_music']['sv-se'] = "Välj MOH Kategori här.";
|
||||
$text['description-hold_music']['uk-ua'] = "";
|
||||
@@ -1693,6 +1798,7 @@ $text['description-extensions']['nl-nl'] = "";
|
||||
$text['description-extensions']['pl-pl'] = "Konfiguracja numerów wewnętrznych.";
|
||||
$text['description-extensions']['pt-br'] = "Utilize para configurar as suas extensões SIP";
|
||||
$text['description-extensions']['pt-pt'] = "Utilize isto para configurar as suas extensões SIP";
|
||||
$text['description-extensions']['ro-ro'] = "";
|
||||
$text['description-extensions']['ru-ru'] = "Используйте это для настройки Внутренних Номеров SIP.";
|
||||
$text['description-extensions']['sv-se'] = "Använd detta för att konfigurera dina SIP anknytningar.";
|
||||
$text['description-extensions']['uk-ua'] = "";
|
||||
@@ -1709,6 +1815,7 @@ $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 uma extensão alfanumérica. A configuração por omissão prmite extensões de 2 - 7 dígitos.";
|
||||
$text['description-extension']['ro-ro'] = "";
|
||||
$text['description-extension']['ru-ru'] = "Введите буквенно-цифровой Внутренний Номер. Конфигурация по умолчанию позволяет 2-7-значные Внутренние Номера.";
|
||||
$text['description-extension']['sv-se'] = "Tilldela anknytning och linje nummer till enheten.";
|
||||
$text['description-extension']['uk-ua'] = "";
|
||||
@@ -1725,6 +1832,7 @@ $text['description-enabled']['nl-nl'] = "";
|
||||
$text['description-enabled']['pl-pl'] = "Ustaw status numeru wewnętrznego.";
|
||||
$text['description-enabled']['pt-br'] = "Escolha o estado desta definição";
|
||||
$text['description-enabled']['pt-pt'] = "Defina o estado da extensão.";
|
||||
$text['description-enabled']['ro-ro'] = "";
|
||||
$text['description-enabled']['ru-ru'] = "Установите статус Внутреннего Номера.";
|
||||
$text['description-enabled']['sv-se'] = "Välj status på denna standardinställning.";
|
||||
$text['description-enabled']['uk-ua'] = "";
|
||||
@@ -1741,6 +1849,7 @@ $text['description-emergency_caller_id_number']['nl-nl'] = "";
|
||||
$text['description-emergency_caller_id_number']['pl-pl'] = "Wprowadź prezentację numeru dzwoniącego (emergency)";
|
||||
$text['description-emergency_caller_id_number']['pt-br'] = "Insira o número de emergência do discador";
|
||||
$text['description-emergency_caller_id_number']['pt-pt'] = "Introduza o número de emergência do chamador aqui.";
|
||||
$text['description-emergency_caller_id_number']['ro-ro'] = "";
|
||||
$text['description-emergency_caller_id_number']['ru-ru'] = "Введите идентификтор (caller ID) номера при экстренном вызове.";
|
||||
$text['description-emergency_caller_id_number']['sv-se'] = "Ange nummer som skall visas vid nödsamtal.";
|
||||
$text['description-emergency_caller_id_number']['uk-ua'] = "";
|
||||
@@ -1757,6 +1866,7 @@ $text['description-emergency_caller_id_name']['nl-nl'] = "";
|
||||
$text['description-emergency_caller_id_name']['pl-pl'] = "Wprowadź prezentację nazwy dzwoniącego (emergency)";
|
||||
$text['description-emergency_caller_id_name']['pt-br'] = "Insira o nome de emergência do discador";
|
||||
$text['description-emergency_caller_id_name']['pt-pt'] = "Introduza o nome de emergência do chamador aqui.";
|
||||
$text['description-emergency_caller_id_name']['ro-ro'] = "";
|
||||
$text['description-emergency_caller_id_name']['ru-ru'] = "Введите идентификтор (caller ID) Имени при экстренном вызове.";
|
||||
$text['description-emergency_caller_id_name']['sv-se'] = "Ange namn som skall visas vid nödsamtal.";
|
||||
$text['description-emergency_caller_id_name']['uk-ua'] = "";
|
||||
@@ -1773,6 +1883,7 @@ $text['description-effective_caller_id_number']['nl-nl'] = "";
|
||||
$text['description-effective_caller_id_number']['pl-pl'] = "Wprowadź prezentację numeru dzwoniącego (rozmowy wew)";
|
||||
$text['description-effective_caller_id_number']['pt-br'] = "Insira o número interno do discador";
|
||||
$text['description-effective_caller_id_number']['pt-pt'] = "Introduza o número interno do chamador aqui.";
|
||||
$text['description-effective_caller_id_number']['ro-ro'] = "";
|
||||
$text['description-effective_caller_id_number']['ru-ru'] = "Введите внутренний идентификатор (caller ID) номера.";
|
||||
$text['description-effective_caller_id_number']['sv-se'] = "Ange numret som skall visas internt.";
|
||||
$text['description-effective_caller_id_number']['uk-ua'] = "";
|
||||
@@ -1789,6 +1900,7 @@ $text['description-effective_caller_id_name']['nl-nl'] = "";
|
||||
$text['description-effective_caller_id_name']['pl-pl'] = "Wprowadź prezentację nazwy dzwoniącego (rozmowy wew)";
|
||||
$text['description-effective_caller_id_name']['pt-br'] = "Insira o nome interno do discador";
|
||||
$text['description-effective_caller_id_name']['pt-pt'] = "Introduza o nome interno do chamador aqui.";
|
||||
$text['description-effective_caller_id_name']['ro-ro'] = "";
|
||||
$text['description-effective_caller_id_name']['ru-ru'] = "Введите внутренний идентификатор (caller ID) Имени.";
|
||||
$text['description-effective_caller_id_name']['sv-se'] = "Ange namn som skall visas internt.";
|
||||
$text['description-effective_caller_id_name']['uk-ua'] = "";
|
||||
@@ -1805,6 +1917,7 @@ $text['description-domain']['nl-nl'] = "";
|
||||
$text['description-domain']['pl-pl'] = "";
|
||||
$text['description-domain']['pt-br'] = "";
|
||||
$text['description-domain']['pt-pt'] = "";
|
||||
$text['description-domain']['ro-ro'] = "";
|
||||
$text['description-domain']['ru-ru'] = "";
|
||||
$text['description-domain']['sv-se'] = "";
|
||||
$text['description-domain']['uk-ua'] = "";
|
||||
@@ -1821,6 +1934,7 @@ $text['description-directory_visible']['nl-nl'] = "";
|
||||
$text['description-directory_visible']['pl-pl'] = "Wybierz czy ukryć imię i nazwisko w książce telefonicznej.";
|
||||
$text['description-directory_visible']['pt-br'] = "Escolha se deseja ou não ocultar o nome do diretório";
|
||||
$text['description-directory_visible']['pt-pt'] = "Escolha se deseja ou não ocultar o nome do directório.";
|
||||
$text['description-directory_visible']['ro-ro'] = "";
|
||||
$text['description-directory_visible']['ru-ru'] = "Выберите, следует ли скрыть имя каталога.";
|
||||
$text['description-directory_visible']['sv-se'] = "Välj om namnet inte skall visas i katalogen.";
|
||||
$text['description-directory_visible']['uk-ua'] = "";
|
||||
@@ -1837,6 +1951,7 @@ $text['description-directory_full_name']['nl-nl'] = "";
|
||||
$text['description-directory_full_name']['pl-pl'] = "Wprowadź imię i nazwisko";
|
||||
$text['description-directory_full_name']['pt-br'] = "Insira o primeiro nome seguido do ultimo.";
|
||||
$text['description-directory_full_name']['pt-pt'] = "Introduza o primeiro nome seguido do último.";
|
||||
$text['description-directory_full_name']['ro-ro'] = "";
|
||||
$text['description-directory_full_name']['ru-ru'] = "Введите имя и фамилию.";
|
||||
$text['description-directory_full_name']['sv-se'] = "Ange förnamn följt av efternamn.";
|
||||
$text['description-directory_full_name']['uk-ua'] = "";
|
||||
@@ -1853,6 +1968,7 @@ $text['description-directory_exten_visible']['nl-nl'] = "";
|
||||
$text['description-directory_exten_visible']['pl-pl'] = "Wybierz, czy ogłosić numer wewnętrzny podczas wyszukiwania w książce telefonicznej";
|
||||
$text['description-directory_exten_visible']['pt-br'] = "Escolha se deseja anunciar a extensão no diretório";
|
||||
$text['description-directory_exten_visible']['pt-pt'] = "Escolha se deseja anunciar a extensão no directório.";
|
||||
$text['description-directory_exten_visible']['ro-ro'] = "";
|
||||
$text['description-directory_exten_visible']['ru-ru'] = "Выберите, следует ли отображать Внутренний Номер в каталоге.";
|
||||
$text['description-directory_exten_visible']['sv-se'] = "Välj om anknytningen skall anges när katalogen rings upp.";
|
||||
$text['description-directory_exten_visible']['uk-ua'] = "";
|
||||
@@ -1869,6 +1985,7 @@ $text['description-dial_string']['nl-nl'] = "";
|
||||
$text['description-dial_string']['pl-pl'] = "Lokalizacja klienta SIP";
|
||||
$text['description-dial_string']['pt-br'] = "Lolicação do ponto final";
|
||||
$text['description-dial_string']['pt-pt'] = "Localização do endpoint.";
|
||||
$text['description-dial_string']['ro-ro'] = "";
|
||||
$text['description-dial_string']['ru-ru'] = "Местоположение конечной точки.";
|
||||
$text['description-dial_string']['sv-se'] = "Plats för enheten.";
|
||||
$text['description-dial_string']['uk-ua'] = "";
|
||||
@@ -1885,6 +2002,7 @@ $text['description-cidr']['nl-nl'] = "";
|
||||
$text['description-cidr']['pl-pl'] = "Wpisz CIDR";
|
||||
$text['description-cidr']['pt-br'] = "Insira o CIDR ";
|
||||
$text['description-cidr']['pt-pt'] = "Introduza o CIDR aqui.";
|
||||
$text['description-cidr']['ro-ro'] = "";
|
||||
$text['description-cidr']['ru-ru'] = "Введите IP-адрес (например, 1.2.3.4/32).";
|
||||
$text['description-cidr']['sv-se'] = "Ange CIDR här.";
|
||||
$text['description-cidr']['uk-ua'] = "";
|
||||
@@ -1901,6 +2019,7 @@ $text['description-call_timeout']['nl-nl'] = "";
|
||||
$text['description-call_timeout']['pl-pl'] = "Wpisz limit czasu rozmowy";
|
||||
$text['description-call_timeout']['pt-br'] = "Insira o tempo final da chamada";
|
||||
$text['description-call_timeout']['pt-pt'] = "Introduza o timeout da chamada.";
|
||||
$text['description-call_timeout']['ro-ro'] = "";
|
||||
$text['description-call_timeout']['ru-ru'] = "Введите время ожидания вызова";
|
||||
$text['description-call_timeout']['sv-se'] = "Ange 'call timeout'";
|
||||
$text['description-call_timeout']['uk-ua'] = "";
|
||||
@@ -1917,6 +2036,7 @@ $text['description-call_screen_enabled']['nl-nl'] = "";
|
||||
$text['description-call_screen_enabled']['pl-pl'] = "";
|
||||
$text['description-call_screen_enabled']['pt-br'] = "";
|
||||
$text['description-call_screen_enabled']['pt-pt'] = "";
|
||||
$text['description-call_screen_enabled']['ro-ro'] = "";
|
||||
$text['description-call_screen_enabled']['ru-ru'] = "Укажите, следует ли включать или отключать проверку вызовов.";
|
||||
$text['description-call_screen_enabled']['sv-se'] = "Välj om du vill aktivera eller inaktivera call screening.";
|
||||
$text['description-call_screen_enabled']['uk-ua'] = "";
|
||||
@@ -1933,6 +2053,7 @@ $text['description-call_group']['nl-nl'] = "";
|
||||
$text['description-call_group']['pl-pl'] = "Tutaj wprowadź grupę rozmówców użytkownika. Dostępne są następujące Grupy domyślne: sprzedaż, wsparcie, billing.";
|
||||
$text['description-call_group']['pt-br'] = "Insira o grupo a associar ao usuário, Grupos disponiveis: vendas, suporte, financeiro";
|
||||
$text['description-call_group']['pt-pt'] = "Introduza o grupo a associar ao utilizador aqui. Grupos disponíveis por omissão: vendas, suporte, facturação.";
|
||||
$text['description-call_group']['ro-ro'] = "";
|
||||
$text['description-call_group']['ru-ru'] = "Войдите в группу пользователей. Группы доступные по умолчанию: sales, support, billing.";
|
||||
$text['description-call_group']['sv-se'] = "Ange användarens ring grupp här. Grupper som är tillgängliga från start: sales, support, billing.";
|
||||
$text['description-call_group']['uk-ua'] = "";
|
||||
@@ -1949,6 +2070,7 @@ $text['description-auth_acl']['nl-nl'] = "";
|
||||
$text['description-auth_acl']['pl-pl'] = "Wpisz listę kontroli dostępu.";
|
||||
$text['description-auth_acl']['pt-br'] = "Insira a autorização ACL";
|
||||
$text['description-auth_acl']['pt-pt'] = "Introduza a autorização ACL aqui.";
|
||||
$text['description-auth_acl']['ro-ro'] = "";
|
||||
$text['description-auth_acl']['ru-ru'] = "Введите ACL для проверки подлинности";
|
||||
$text['description-auth_acl']['sv-se'] = "Ange Auth ACL här.";
|
||||
$text['description-auth_acl']['uk-ua'] = "";
|
||||
@@ -1965,6 +2087,7 @@ $text['description-accountcode']['nl-nl'] = "";
|
||||
$text['description-accountcode']['pl-pl'] = "Wpisz numer billingowy (nagłówek dodany do SIP INVITE).";
|
||||
$text['description-accountcode']['pt-br'] = "Insira a autorização da conta";
|
||||
$text['description-accountcode']['pt-pt'] = "Introduza o código de conta aqui.";
|
||||
$text['description-accountcode']['ro-ro'] = "";
|
||||
$text['description-accountcode']['ru-ru'] = "Введите здесь код счета.";
|
||||
$text['description-accountcode']['sv-se'] = "Ange 'account code' här.";
|
||||
$text['description-accountcode']['uk-ua'] = "";
|
||||
@@ -1981,6 +2104,7 @@ $text['checkbox-range']['nl-nl'] = "";
|
||||
$text['checkbox-range']['pl-pl'] = " Wygeneruj użytkownika z numerem wewnętrznym jako login.";
|
||||
$text['checkbox-range']['pt-br'] = "Gerar automaticamente o usuário com extensão nome e login";
|
||||
$text['checkbox-range']['pt-pt'] = "Geração Automática do utilizador com a extensão como nome de login";
|
||||
$text['checkbox-range']['ro-ro'] = "";
|
||||
$text['checkbox-range']['ru-ru'] = "Автоматическая генерация Пользователю Внутреннего Номера Логина и Имени";
|
||||
$text['checkbox-range']['sv-se'] = "Auto-generera användare med anknytning som inloggningsnamn.";
|
||||
$text['checkbox-range']['uk-ua'] = "";
|
||||
@@ -1997,6 +2121,7 @@ $text['button-call_routing']['nl-nl'] = "";
|
||||
$text['button-call_routing']['pl-pl'] = "Call Routing";
|
||||
$text['button-call_routing']['pt-br'] = "";
|
||||
$text['button-call_routing']['pt-pt'] = "roteamento de chamadas";
|
||||
$text['button-call_routing']['ro-ro'] = "";
|
||||
$text['button-call_routing']['ru-ru'] = "Маршрутизация Вызовов";
|
||||
$text['button-call_routing']['sv-se'] = "Call Routing";
|
||||
$text['button-call_routing']['uk-ua'] = "маршрутизація викликів";
|
||||
|
||||
Reference in New Issue
Block a user