diff --git a/app/access_controls/app_menu.php b/app/access_controls/app_menu.php index 3fbe286e36..171605b3de 100644 --- a/app/access_controls/app_menu.php +++ b/app/access_controls/app_menu.php @@ -6,6 +6,7 @@ $apps[$x]['menu'][0]['title']['pt-pt'] = "Controles de Acesso"; $apps[$x]['menu'][0]['title']['pt-br'] = "Controles de Acesso"; $apps[$x]['menu'][0]['title']['es-cl'] = "Controles de acceso"; $apps[$x]['menu'][0]['title']['he'] = "בקרת גישה"; +$apps[$x]['menu'][0]['title']['de-de'] = " Zugriffskontrolle"; $apps[$x]['menu'][0]['title']['de-at'] = " Zugriffskontrolle"; $apps[$x]['menu'][0]['title']['pl'] = "Kontrola dostępu"; $apps[$x]['menu'][0]['title']['ro'] = "Controale de acces"; diff --git a/app/adminer/app_config.php b/app/adminer/app_config.php index 9215c8c2c1..205b684d99 100644 --- a/app/adminer/app_config.php +++ b/app/adminer/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.adminer.org/"; $apps[$x]['description']['en-us'] = "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle."; $apps[$x]['description']['es-cl'] = "Adminer (anteriormente phpMinAdmin) es una herramienta completa para la gestión de bases de datos escrita en PHP. Adminer está disponible para MySQL, PostgreSQL, SQLite, MS SQL y Oracle)"; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Adminer (ehemals phpMinAdmin) ist ein umfassendes Werkzeug für die Datenbankverwaltung welches in PHP geschrieben wurde. Es ist für MySQL, PostgreSQL, SQLite, MS SQL und Oracle verfügbar."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Adminer (ehemals phpMinAdmin) ist ein umfassendes Werkzeug für die Datenbankverwaltung welches in PHP geschrieben wurde. Es ist für MySQL, PostgreSQL, SQLite, MS SQL und Oracle verfügbar."; $apps[$x]['description']['fr-fr'] = "Adminer (précédemment phpMinAdmin) est un outil gestion de base de données complet écrite en php. Adminer est disponible pour MySQL, PostgreSQL, SQLite, MS SQL et Oracle."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/adminer/app_menu.php b/app/adminer/app_menu.php index a410a4ae0d..57f6a92ea7 100644 --- a/app/adminer/app_menu.php +++ b/app/adminer/app_menu.php @@ -2,9 +2,9 @@ $apps[$x]['menu'][0]['title']['en-us'] = "Adminer"; $apps[$x]['menu'][0]['title']['es-cl'] = "Administrador"; - $apps[$x]['menu'][0]['title']['de-de'] = ""; + $apps[$x]['menu'][0]['title']['de-de'] = "Adminer"; $apps[$x]['menu'][0]['title']['de-ch'] = ""; - $apps[$x]['menu'][0]['title']['de-at'] = ""; + $apps[$x]['menu'][0]['title']['de-at'] = "Adminer"; $apps[$x]['menu'][0]['title']['fr-fr'] = "Admin BDD"; $apps[$x]['menu'][0]['title']['fr-ca'] = ""; $apps[$x]['menu'][0]['title']['fr-ch'] = ""; diff --git a/app/backup/app_config.php b/app/backup/app_config.php index e14a7fce98..1a008df5ec 100755 --- a/app/backup/app_config.php +++ b/app/backup/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = ""; $apps[$x]['description']['es-cl'] = ""; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Datensicherung"; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Datensicherung"; $apps[$x]['description']['fr-fr'] = ""; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/backup/app_menu.php b/app/backup/app_menu.php index 407db5eff6..658b1d5974 100644 --- a/app/backup/app_menu.php +++ b/app/backup/app_menu.php @@ -7,7 +7,8 @@ $apps[$x]['menu'][0]['title']['pt-br'] = "Backup"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Резервное копирование"; $apps[$x]['menu'][0]['title']['sv-se'] = "Backup"; $apps[$x]['menu'][0]['title']['uk'] = "Резервна копія"; -$apps[$x]['menu'][0]['title']['de-at'] = "Sicherung"; +$apps[$x]['menu'][0]['title']['de-de'] = "Datensicherung"; +$apps[$x]['menu'][0]['title']['de-at'] = "Datensicherung"; $apps[$x]['menu'][0]['uuid'] = "7e174c3c-e494-4bb0-a52a-4ea55209ffeb"; $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f"; $apps[$x]['menu'][0]['category'] = "internal"; diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index 8b3d119e0d..95aba557f7 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "A tool to block incoming numbers."; $apps[$x]['description']['es-cl'] = "Una herramineta para bloquear números entrantes"; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Ein Werkzeug um eingehende Rufnummern zu sperren."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Ein Werkzeug um eingehende Rufnummern zu sperren."; $apps[$x]['description']['fr-fr'] = "Outil pour bloquer les numéro d'appelant"; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/call_block/app_menu.php b/app/call_block/app_menu.php index f85fa112b5..27a963d67e 100644 --- a/app/call_block/app_menu.php +++ b/app/call_block/app_menu.php @@ -10,6 +10,7 @@ $apps[$x]['menu'][0]['title']['ru-ru'] = "Черный список"; $apps[$x]['menu'][0]['title']['sv-se'] = "Blockera Samtal"; $apps[$x]['menu'][0]['title']['uk'] = "Блокування дзвінків"; $apps[$x]['menu'][0]['title']['ro'] = "Blocare apel"; +$apps[$x]['menu'][0]['title']['de-de'] = "Sperrlisten"; $apps[$x]['menu'][0]['title']['de-at'] = "Sperrlisten"; $apps[$x]['menu'][0]['title']['ar-eg'] = "حظر المكالمات"; $apps[$x]['menu'][0]['title']['he'] = "חסימת מספר"; diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index b60db50ccf..64f073afee 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Schedule to immediately make multiple calls to the extension, an IVR Menu, Conference Room, or any other number."; $apps[$x]['description']['es-cl'] = "Realiza llamadas inmediatamente a extensiones, IVR, conferencias o cualquier otro número"; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Plan um mehrere Anrufe an Nebenstellen, ein IVR Menü, ein Konferenzraum oder eine andere Rufnummer aus zu führen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Plan um mehrere Anrufe an Nebenstellen, ein IVR Menü, ein Konferenzraum oder eine andere Rufnummer aus zu führen."; $apps[$x]['description']['fr-fr'] = "Programmation de campagnes d'appels vers des extensions, IVR, salles de conferences ou tout autre numéro."; $apps[$x]['description']['fr-ca'] = "Il fait d' massive appels vers des extensions, IVR, salles de conferences ou quelqu'autre nom."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/call_broadcast/app_menu.php b/app/call_broadcast/app_menu.php index 03529abef3..a491e027ab 100644 --- a/app/call_broadcast/app_menu.php +++ b/app/call_broadcast/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Rozsyłanie rozmów"; $apps[$x]['menu'][0]['title']['sv-se'] = "Samtalsdistribution"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Массовые вызовы"; $apps[$x]['menu'][0]['title']['uk'] = "Трансляція дзвінка"; +$apps[$x]['menu'][0]['title']['de-de'] = "Automatische Anrufe"; $apps[$x]['menu'][0]['title']['de-at'] = "Automatische Anrufe"; $apps[$x]['menu'][0]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6"; $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; diff --git a/app/call_center_active/app_config.php b/app/call_center_active/app_config.php index 7afebedbb4..d8955eabc8 100644 --- a/app/call_center_active/app_config.php +++ b/app/call_center_active/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Shows active calls, and agents in the call center queue."; $apps[$x]['description']['es-cl'] = "Muestra las llamadas activas y los agentes en la cola del centro de llamadas."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Zeigt aktive Anrufe und Agenten in der Callcenter Warteschlange."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Zeigt aktive Anrufe und Agenten in der Callcenter Warteschlange."; $apps[$x]['description']['fr-fr'] = "Affiche les appels actifs et les agents en queue sur le centre d'appel."; $apps[$x]['description']['fr-ca'] = "Il montre les appels actives et des agents en queue du centre d'appels."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/call_center_active/app_menu.php b/app/call_center_active/app_menu.php index 3420765dcd..438006e21d 100644 --- a/app/call_center_active/app_menu.php +++ b/app/call_center_active/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pt-br'] = "Call Center ativos"; $apps[$x]['menu'][0]['title']['pl'] = "Aktywność w Call Center "; $apps[$x]['menu'][0]['title']['ru-ru'] = "Активные Колл-центры"; $apps[$x]['menu'][0]['title']['sv-se'] = "Aktivt Call Center"; +$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Callcenter"; $apps[$x]['menu'][0]['title']['de-at'] = "Aktive Callcenter"; $apps[$x]['menu'][0]['uuid'] = "7fb0dd87-e984-9980-c512-2c76b887aeb2"; $apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 8023f78d02..9c4a4d38c2 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Queues for managing inbound calls and routing those calls to available agents."; $apps[$x]['description']['es-cl'] = "Colas pra administar las llamadas entrantes y enviarlas a los agentes disponibles"; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten."; $apps[$x]['description']['fr-fr'] = "Files d'attente d'appels entrants distribu%uFFFDs aux agents disponibles."; $apps[$x]['description']['fr-ca'] = "Queues pour envoyer les appels entrants vers les agents disponibles."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/call_centers/app_menu.php b/app/call_centers/app_menu.php index 68f8fc6ad9..e7d2d4fffe 100644 --- a/app/call_centers/app_menu.php +++ b/app/call_centers/app_menu.php @@ -10,6 +10,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Call Center "; $apps[$x]['menu'][0]['title']['ru-ru'] = "Колл-центр"; $apps[$x]['menu'][0]['title']['sv-se'] = "Call Center"; $apps[$x]['menu'][0]['title']['uk'] = "Кол-центр"; +$apps[$x]['menu'][0]['title']['de-de'] = "Callcenter"; $apps[$x]['menu'][0]['title']['de-at'] = "Callcenter"; $apps[$x]['menu'][0]['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99"; $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; @@ -28,6 +29,7 @@ $apps[$x]['menu'][1]['title']['pl'] = "Status agenta"; $apps[$x]['menu'][1]['title']['ru-ru'] = "Статус агента"; $apps[$x]['menu'][1]['title']['sv-se'] = "Agent Status"; $apps[$x]['menu'][1]['title']['uk'] = "Статус оператора"; +$apps[$x]['menu'][1]['title']['de-de'] = "Agenten Status"; $apps[$x]['menu'][1]['title']['de-at'] = "Agenten Status"; $apps[$x]['menu'][1]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8"; $apps[$x]['menu'][1]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; diff --git a/app/call_flows/app_menu.php b/app/call_flows/app_menu.php index c74d100363..99ac254ec3 100644 --- a/app/call_flows/app_menu.php +++ b/app/call_flows/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Przepływ rozmów"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Переключатель вызовов"; $apps[$x]['menu'][0]['title']['sv-se'] = "Samtalsflöden"; $apps[$x]['menu'][0]['title']['uk'] = "Потоки дзвінків"; +$apps[$x]['menu'][0]['title']['de-de'] = "Anruf Steuerung"; $apps[$x]['menu'][0]['title']['de-at'] = "Anruf Steuerung"; $apps[$x]['menu'][0]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878"; $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; diff --git a/app/calls/app_config.php b/app/calls/app_config.php index 2b121dfe09..84d5419ac3 100644 --- a/app/calls/app_config.php +++ b/app/calls/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Call Forward, Follow Me and Do Not Disturb."; $apps[$x]['description']['es-cl'] = "Reenvio de llamada, Sígueme y No Molestar."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Anrufweiterleitung, Follow Me und Nicht-Stören."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Anrufweiterleitung, Follow Me und Nicht-Stören."; $apps[$x]['description']['fr-fr'] = "Renvoi d'appel, Follow Me et ne pas deranger."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/calls_active/app_config.php b/app/calls_active/app_config.php index 38cf34c670..121382f721 100644 --- a/app/calls_active/app_config.php +++ b/app/calls_active/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Active channels on the system."; $apps[$x]['description']['es-cl'] = "Canales activos en el sistema."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Aktive Kanäle auf dem System."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Aktive Kanäle auf dem System."; $apps[$x]['description']['fr-fr'] = "Channels actifs sur le système"; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/calls_active/app_menu.php b/app/calls_active/app_menu.php index a686e5c034..f5a2419fa8 100644 --- a/app/calls_active/app_menu.php +++ b/app/calls_active/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Aktywne połączenia"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Активные вызовы"; $apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva samtal"; $apps[$x]['menu'][0]['title']['uk'] = "Активні дзвінки"; +$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Gespräche"; $apps[$x]['menu'][0]['title']['de-at'] = "Aktive Gespräche"; $apps[$x]['menu'][0]['title']['he'] = "שיחות פעילות"; $apps[$x]['menu'][0]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade"; diff --git a/app/click_to_call/app_config.php b/app/click_to_call/app_config.php index 9e8ea84aef..a92d696348 100644 --- a/app/click_to_call/app_config.php +++ b/app/click_to_call/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Originate calls with a URL."; $apps[$x]['description']['es-cl'] = "Genera llamadas con un URL."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Anrufe über eine URL erzeugen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Anrufe über eine URL erzeugen."; $apps[$x]['description']['fr-fr'] = "Appeler à partir d'une URL"; $apps[$x]['description']['fr-ca'] = "Appeller avec d'URL"; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/click_to_call/app_menu.php b/app/click_to_call/app_menu.php index 8e81d6c833..5672baf589 100644 --- a/app/click_to_call/app_menu.php +++ b/app/click_to_call/app_menu.php @@ -2,9 +2,9 @@ $apps[$x]['menu'][0]['title']['en-us'] = "Click to Call"; $apps[$x]['menu'][0]['title']['es-cl'] = "Pulse para Llamar"; - $apps[$x]['menu'][0]['title']['de-de'] = ""; + $apps[$x]['menu'][0]['title']['de-de'] = "Click to Call"; $apps[$x]['menu'][0]['title']['de-ch'] = ""; - $apps[$x]['menu'][0]['title']['de-at'] = ""; + $apps[$x]['menu'][0]['title']['de-at'] = "Click to Call"; $apps[$x]['menu'][0]['title']['fr-fr'] = "Cliquez pour Appeller"; $apps[$x]['menu'][0]['title']['fr-ca'] = ""; $apps[$x]['menu'][0]['title']['fr-ch'] = ""; diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 7ccfbfd95e..4e4f37599e 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Conferences Centers allows one or more audio and video conference rooms."; $apps[$x]['description']['es-cl'] = "El Centro de Conferencia permite una o más salas de conferencia para audio y video."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Konferenzzentralen stellen ein oder mehrere Audio- und Videokonferenzräume bereit."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Konferenzzentralen stellen ein oder mehrere Audio- und Videokonferenzräume bereit."; $apps[$x]['description']['fr-fr'] = "Centre de Conférences permet une ou plus conferences audio ou vidéo."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/conference_centers/app_menu.php b/app/conference_centers/app_menu.php index 5d9509c0bb..8140fb3b07 100644 --- a/app/conference_centers/app_menu.php +++ b/app/conference_centers/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Centrum Konferencyjne"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Конференц-центр"; $apps[$x]['menu'][0]['title']['sv-se'] = "Konferenscenter"; $apps[$x]['menu'][0]['title']['uk'] = "Конференц-центр"; +$apps[$x]['menu'][0]['title']['de-de'] = "Konferenz Zentrale"; $apps[$x]['menu'][0]['title']['de-at'] = "Konferenz Zentrale"; $apps[$x]['menu'][0]['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f"; $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; diff --git a/app/conference_controls/app_menu.php b/app/conference_controls/app_menu.php index c873b1f48c..becfe84a59 100644 --- a/app/conference_controls/app_menu.php +++ b/app/conference_controls/app_menu.php @@ -9,7 +9,8 @@ $apps[$x]['menu'][0]['title']['pl'] = ''; $apps[$x]['menu'][0]['title']['ru-ru'] = 'Конференции Управление'; $apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][0]['title']['uk'] = ''; -$apps[$x]['menu'][0]['title']['de-at'] = ''; +$apps[$x]['menu'][0]['title']['de-de'] = 'Konferenzsteuerung'; +$apps[$x]['menu'][0]['title']['de-at'] = 'Konferenzsteuerung'; $apps[$x]['menu'][0]['uuid'] = '9896d4b5-507f-4d0e-8db7-caa7f4655202'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/conference_profiles/app_menu.php b/app/conference_profiles/app_menu.php index 0d59d6d5fd..250015ce8c 100644 --- a/app/conference_profiles/app_menu.php +++ b/app/conference_profiles/app_menu.php @@ -8,7 +8,8 @@ $apps[$x]['menu'][0]['title']['pl'] = ''; $apps[$x]['menu'][0]['title']['ru-ru'] = 'Конференции Профили'; $apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][0]['title']['uk'] = ''; -$apps[$x]['menu'][0]['title']['de-at'] = ''; +$apps[$x]['menu'][0]['title']['de-de'] = 'Konferenz Profile'; +$apps[$x]['menu'][0]['title']['de-at'] = 'Konferenz Profile'; $apps[$x]['menu'][0]['uuid'] = '6ebe7b9c-e964-4349-a002-288ea6ad08ca'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index 1fce2f900e..f0e8259bed 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number."; $apps[$x]['description']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso (opcional)"; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Konferenzen wird verwendet, um Konferenzräume mit Namen, Beschreibung und optionaler PIN bereit zu stellen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Konferenzen wird verwendet, um Konferenzräume mit Namen, Beschreibung und optionaler PIN bereit zu stellen."; $apps[$x]['description']['fr-fr'] = "Les conferences servent à configurer des salles avec un nom, une description et un code pin facultatif"; $apps[$x]['description']['fr-ca'] = "Les conferences sont utilises pour la configuration de chambres avec un nom, descrption et nom d'access (facultatif)"; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/conferences/app_menu.php b/app/conferences/app_menu.php index 9587d0afbb..db5a92e2f3 100644 --- a/app/conferences/app_menu.php +++ b/app/conferences/app_menu.php @@ -4,7 +4,8 @@ $apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; - $apps[$x]['menu'][0]['title']['de-at'] = ""; + $apps[$x]['menu'][0]['title']['de-de'] = "Konferenzen"; + $apps[$x]['menu'][0]['title']['de-at'] = "Konferenzen"; $apps[$x]['menu'][0]['title']['fr-fr'] = "Conférences"; $apps[$x]['menu'][0]['title']['fr-ca'] = ""; $apps[$x]['menu'][0]['title']['fr-ch'] = ""; diff --git a/app/conferences_active/app_config.php b/app/conferences_active/app_config.php index 308cda27f2..1d85e9b415 100644 --- a/app/conferences_active/app_config.php +++ b/app/conferences_active/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "AJAX tool to view and manage all active callers in a conference room."; $apps[$x]['description']['es-cl'] = "Herramienta AJAX para ver y administrar todas las llamadas activas en una sala de conferencia."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "AJAX Wekzeug um alle aktive Anrufer in einem Konferenzraum anzuzeigen und zu verwalten."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "AJAX Wekzeug um alle aktive Anrufer in einem Konferenzraum anzuzeigen und zu verwalten."; $apps[$x]['description']['fr-fr'] = "Outil en AJAX pour voir et gérer toutes les conférences actives."; $apps[$x]['description']['fr-ca'] = "Outil en AJAX pour voir et gerer toutes les conferences actives aux chambres."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/conferences_active/app_menu.php b/app/conferences_active/app_menu.php index 37de481e61..b3335f334d 100644 --- a/app/conferences_active/app_menu.php +++ b/app/conferences_active/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Aktywne rozmowy konferencyjne"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Конференции Активные"; $apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva Konferenser"; $apps[$x]['menu'][0]['title']['uk'] = "Активні конференції"; +$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Konferenzen"; $apps[$x]['menu'][0]['title']['de-at'] = "Aktive Konferenzen"; $apps[$x]['menu'][0]['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a"; $apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index 8193b8e59f..ebf35afe85 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['contact_url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Provides a place to store contact information for individuals and organizations."; $apps[$x]['description']['es-cl'] = "Provee un lugar para almacenar información de los contactos, para individuos u organizaciones"; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Bietet einen Ort um Kontaktinformationen von Personen und Firmen zu speichern."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Bietet einen Ort um Kontaktinformationen von Personen und Firmen zu speichern."; $apps[$x]['description']['fr-fr'] = "Place pour stocker les information des contacts, personnes ou organizations."; $apps[$x]['description']['fr-ca'] = "C'est un endroit pour posser information des contacts, personnes ou organizations."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/contacts/app_menu.php b/app/contacts/app_menu.php index fb1d2ba024..be56eb1398 100644 --- a/app/contacts/app_menu.php +++ b/app/contacts/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['es-cl'] = "Contactos"; $apps[$x]['menu'][0]['title']['fr-fr'] = "Contacts"; $apps[$x]['menu'][0]['title']['pt-pt'] = "Contactos"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Контакты"; +$apps[$x]['menu'][0]['title']['de-de'] = "Kontakte"; $apps[$x]['menu'][0]['title']['de-at'] = "Kontakte"; $apps[$x]['menu'][0]['title']['he'] = "אנשי קשר"; $apps[$x]['menu'][0]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6"; diff --git a/app/database_transactions/app_menu.php b/app/database_transactions/app_menu.php index 5d5c33af7e..e2cf360084 100644 --- a/app/database_transactions/app_menu.php +++ b/app/database_transactions/app_menu.php @@ -8,7 +8,8 @@ $apps[$x]['menu'][0]['title']['pl'] = ''; $apps[$x]['menu'][0]['title']['ru-ru'] = 'Изменения в БД'; $apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][0]['title']['uk'] = ''; -$apps[$x]['menu'][0]['title']['de-at'] = ''; +$apps[$x]['menu'][0]['title']['de-de'] = 'Datenbank Transaktionen'; +$apps[$x]['menu'][0]['title']['de-at'] = 'Datenbank Transaktionen'; $apps[$x]['menu'][0]['uuid'] = 'ffc57bea-df1d-4099-b7e5-835d68f09006'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 93855d50e8..59b0792ca8 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Used to define external destination numbers."; $apps[$x]['description']['es-cl'] = "Utilizado para definir números de destino externos."; $apps[$x]['description']['es-mx'] = "Utilizado para definir numeros destinos externos."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Wird verwendet um externe Ziele zu definieren."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Wird verwendet um externe Ziele zu definieren."; $apps[$x]['description']['fr-fr'] = "Défini les numéros externes."; $apps[$x]['description']['fr-ca'] = "Usé pour définir cibler nombres externe."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/destinations/app_languages.php b/app/destinations/app_languages.php index acee7739e4..a178d1d128 100644 --- a/app/destinations/app_languages.php +++ b/app/destinations/app_languages.php @@ -9,8 +9,8 @@ $text['title-destinations']['pl'] = "Destynacje"; $text['title-destinations']['sv-se'] = "Destinationer"; $text['title-destinations']['uk'] = "Номери"; $text['title-destinations']['ro'] = "Destinații"; -$text['title-destinations']['de-de'] = "Kopfnummern"; -$text['title-destinations']['de-at'] = "Kopfnummern"; +$text['title-destinations']['de-de'] = "Ziele"; +$text['title-destinations']['de-at'] = "Ziele"; $text['title-destinations']['fa'] = ""; $text['title-destinations']['ar-eg'] = "جهات الأتصال"; $text['title-destinations']['he'] = "יעדים"; @@ -26,8 +26,8 @@ $text['title-destination-edit']['pl'] = "Destynacja"; $text['title-destination-edit']['sv-se'] = "Destination"; $text['title-destination-edit']['uk'] = "Номер"; $text['title-destination-edit']['ro'] = "Destinație"; -$text['title-destination-edit']['de-de'] = "Kopfnummer"; -$text['title-destination-edit']['de-at'] = "Kopfnummer"; +$text['title-destination-edit']['de-de'] = "Ziel"; +$text['title-destination-edit']['de-at'] = "Ziel"; $text['title-destination-edit']['fa'] = ""; $text['title-destination-edit']['ar-eg'] = "جهه الأتصال"; $text['title-destination-edit']['he'] = "יעד"; @@ -43,8 +43,8 @@ $text['title-destination-add']['pl'] = "Destynacja"; $text['title-destination-add']['sv-se'] = "Destination"; $text['title-destination-add']['uk'] = "Номер"; $text['title-destination-add']['ro'] = "Destinație"; -$text['title-destination-add']['de-de'] = "Kopfnummer"; -$text['title-destination-add']['de-at'] = "Kopfnummer"; +$text['title-destination-add']['de-de'] = "Ziel"; +$text['title-destination-add']['de-at'] = "Ziel"; $text['title-destination-add']['fa'] = ""; $text['title-destination-add']['ar-eg'] = "جهه الأتصال"; $text['title-destination-add']['he'] = "יעד"; diff --git a/app/destinations/app_menu.php b/app/destinations/app_menu.php index 6c55d6e8e1..67affb07f9 100644 --- a/app/destinations/app_menu.php +++ b/app/destinations/app_menu.php @@ -12,7 +12,8 @@ $apps[$x]['menu'][0]['title']['ru-ru'] = "Направления"; $apps[$x]['menu'][0]['title']['sv-se'] = "Destinationer"; $apps[$x]['menu'][0]['title']['uk'] = "Номери"; $apps[$x]['menu'][0]['title']['ro'] = "Destinații"; -$apps[$x]['menu'][0]['title']['de-at'] = "Kopfnummern"; +$apps[$x]['menu'][0]['title']['de-de'] = "Ziele"; +$apps[$x]['menu'][0]['title']['de-at'] = "Ziele"; $apps[$x]['menu'][0]['title']['ar-eg'] = "جهات الأتصال"; $apps[$x]['menu'][0]['title']['he'] = "יעד"; $apps[$x]['menu'][0]['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba"; diff --git a/app/devices/app_config.php b/app/devices/app_config.php index e953ab3d7f..760c471057 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Devices for provisioning."; $apps[$x]['description']['es-cl'] = "Provicionamiento de dispositivos."; $apps[$x]['description']['es-mx'] = "Provicionamiento de dispositivos."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Geräte die verwaltet werden sollen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Geräte die verwaltet werden sollen."; $apps[$x]['description']['fr-fr'] = "Equipements pour provisioning."; $apps[$x]['description']['fr-ca'] = "Dispositifs pour provisionnement."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/devices/app_menu.php b/app/devices/app_menu.php index 4b8aa46b2b..72614e66ba 100644 --- a/app/devices/app_menu.php +++ b/app/devices/app_menu.php @@ -12,6 +12,7 @@ $apps[$x]['menu'][0]['title']['ru-ru'] = "Устройства"; $apps[$x]['menu'][0]['title']['uk'] = "Пристрої"; $apps[$x]['menu'][0]['title']['sv-se'] = "Enheter"; $apps[$x]['menu'][0]['title']['ro'] = "Dispozitive"; +$apps[$x]['menu'][0]['title']['de-de'] = "Geräte"; $apps[$x]['menu'][0]['title']['de-at'] = "Geräte"; $apps[$x]['menu'][0]['title']['he'] = "התקנים"; $apps[$x]['menu'][0]['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0"; diff --git a/app/dialplan/app_config.php b/app/dialplan/app_config.php index 6e69dc1da4..f9384441e8 100644 --- a/app/dialplan/app_config.php +++ b/app/dialplan/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination."; $apps[$x]['description']['es-cl'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino."; $apps[$x]['description']['es-mx'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Der Wählplan wird verwendet um Anruf-Ziele anhand von Bedingungen und Kontext fest zu legen. Sie können den Wählplan verwenden, um Anrufe an Gateways, Automatische Zentralen, externe Rufnummern, Skripte oder andere Ziele weiterzuleiten."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Der Wählplan wird verwendet um Anruf-Ziele anhand von Bedingungen und Kontext fest zu legen. Sie können den Wählplan verwenden, um Anrufe an Gateways, Automatische Zentralen, externe Rufnummern, Skripte oder andere Ziele weiterzuleiten."; $apps[$x]['description']['fr-fr'] = "Les dialplans son utilisés pour configurer les destinations d'appels selon des conditions et contextes. Vous pouvez en utiliser pour diriger les appels vers les passerelles, IVR, numéross exterieurs ou tout autre destination."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/dialplan/app_menu.php b/app/dialplan/app_menu.php index 73428854bf..668e6e8019 100644 --- a/app/dialplan/app_menu.php +++ b/app/dialplan/app_menu.php @@ -10,6 +10,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Dialplan"; $apps[$x]['menu'][0]['title']['ru-ru'] = "План нумерации"; $apps[$x]['menu'][0]['title']['uk'] = "Маршрутизація"; $apps[$x]['menu'][0]['title']['sv-se'] = "Nummerplan"; +$apps[$x]['menu'][0]['title']['de-de'] = "Wählplan"; $apps[$x]['menu'][0]['title']['de-at'] = "Wählplan"; $apps[$x]['menu'][0]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a"; $apps[$x]['menu'][0]['parent_uuid'] = ""; @@ -31,6 +32,7 @@ $apps[$x]['menu'][1]['title']['pl'] = "Menadżer dialplanu"; $apps[$x]['menu'][1]['title']['ru-ru'] = "Управление планом нумерации"; $apps[$x]['menu'][1]['title']['uk'] = "Керування маршрутизацією"; $apps[$x]['menu'][1]['title']['sv-se'] = "Nummerplan Inställningar"; +$apps[$x]['menu'][1]['title']['de-de'] = "Wählplan Einstellungen"; $apps[$x]['menu'][1]['title']['de-at'] = "Wählplan Einstellungen"; $apps[$x]['menu'][1]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2"; $apps[$x]['menu'][1]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a"; diff --git a/app/dialplan_inbound/app_config.php b/app/dialplan_inbound/app_config.php index 91ae718627..e7a3ded051 100644 --- a/app/dialplan_inbound/app_config.php +++ b/app/dialplan_inbound/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "The public dialplan is used to route incoming calls to destinations based on one or more conditions and context."; $apps[$x]['description']['es-cl'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto."; $apps[$x]['description']['es-mx'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Der öffentliche Wählplan wird verwendet um eingehende Anrufe anhand von einer oder mehreren Bedingungen und Kontext an die Ziele weiterzuleiten."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Der öffentliche Wählplan wird verwendet um eingehende Anrufe anhand von einer oder mehreren Bedingungen und Kontext an die Ziele weiterzuleiten."; $apps[$x]['description']['fr-fr'] = "Les routes publiques sont utilisés pour diriger les appels entrants en fonction d'une ou plusieures conditions et contextes."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/dialplan_inbound/app_menu.php b/app/dialplan_inbound/app_menu.php index 06659f3f68..57c1aa43fc 100644 --- a/app/dialplan_inbound/app_menu.php +++ b/app/dialplan_inbound/app_menu.php @@ -8,6 +8,8 @@ $apps[$x]['menu'][0]['title']['pt-pt'] = "Rotas de Entrada"; $apps[$x]['menu'][0]['title']['pl'] = "Trasy przychodzące"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация входящих"; $apps[$x]['menu'][0]['title']['uk'] = "Вхідні маршрути"; +$apps[$x]['menu'][0]['title']['de-de'] = "Eingehendes Routing"; +$apps[$x]['menu'][0]['title']['de-at'] = "Eingehendes Routing"; $apps[$x]['menu'][0]['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687"; $apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a"; $apps[$x]['menu'][0]['category'] = "internal"; diff --git a/app/dialplan_outbound/app_config.php b/app/dialplan_outbound/app_config.php index 490c9ef9e0..1a3a9d953d 100644 --- a/app/dialplan_outbound/app_config.php +++ b/app/dialplan_outbound/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway."; $apps[$x]['description']['es-cl'] = "Los planes de marcado de salida tienen una o más condiciones que deben cumplirse. Cuando las condiciones se cumplen, las llamada es dirigida con la pasarela seleccionada."; $apps[$x]['description']['es-mx'] = "Los planes de marcado de salida tienen una o más condiciones que deben cumplirse. Cuando las condiciones se cumplen, las llamada es dirigida con la pasarela seleccionada."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Ausgehende Wählpläne haben eine oder mehrere Bedingungen welche mit den Atributen des Anrufes abgeglichen werden. Wenn die Bedingungen erfüllt sind, wird der Anruf über das Gateway geleitet."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Ausgehende Wählpläne haben eine oder mehrere Bedingungen welche mit den Atributen des Anrufes abgeglichen werden. Wenn die Bedingungen erfüllt sind, wird der Anruf über das Gateway geleitet."; $apps[$x]['description']['fr-fr'] = "Les routes sortantes acheminent un appel en fonction d'une ou plusieurs conditions. Quand les conditions sont remplies, l'appel est dirigés vers la passerelle correspondante."; $apps[$x]['description']['fr-ca'] = "Les routes sortantes ont une ou plus conditions qui devent répondre. Quand les conditions son tout répondres, l'appel est dirigers vers la passarelle séléctioné."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/dialplan_outbound/app_menu.php b/app/dialplan_outbound/app_menu.php index c275292159..73ee128b53 100644 --- a/app/dialplan_outbound/app_menu.php +++ b/app/dialplan_outbound/app_menu.php @@ -8,6 +8,8 @@ $apps[$x]['menu'][0]['title']['pt-pt'] = "Rotas de Saída"; $apps[$x]['menu'][0]['title']['pl'] = "Trasy wyjściowe"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация исходящих"; $apps[$x]['menu'][0]['title']['uk'] = "Вихідні маршрути"; +$apps[$x]['menu'][0]['title']['de-de'] = "Ausgehendes Routing"; +$apps[$x]['menu'][0]['title']['de-at'] = "Ausgehendes Routing"; $apps[$x]['menu'][0]['uuid'] = "17e14094-1d57-1106-db2a-a787d34015e9"; $apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a"; $apps[$x]['menu'][0]['category'] = "internal"; diff --git a/app/edit/app_config.php b/app/edit/app_config.php index b27bbb8016..dc79e45edd 100644 --- a/app/edit/app_config.php +++ b/app/edit/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Script Editor can be used to edit lua, javascript or other scripts."; $apps[$x]['description']['es-cl'] = "Editor de scripts. Puede ser utilizado para editar archivos lua, javascript, etc."; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Der Skript-Editor kann verwendet werden um Lua, Javaskripte oder andere Skripte zu bearbeiten."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Der Skript-Editor kann verwendet werden um Lua, Javaskripte oder andere Skripte zu bearbeiten."; $apps[$x]['description']['fr-fr'] = "L'éditeur permet de modifier les scripts lua, javascript ou autres."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/edit/app_menu.php b/app/edit/app_menu.php index 3ea0880931..842a09672e 100644 --- a/app/edit/app_menu.php +++ b/app/edit/app_menu.php @@ -6,7 +6,8 @@ $apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; - $apps[$x]['menu'][$y]['title']['de-at'] = ""; + $apps[$x]['menu'][$y]['title']['de-de'] = "Skript Editor"; + $apps[$x]['menu'][$y]['title']['de-at'] = "Skript Editor"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script"; $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ch'] = ""; @@ -25,7 +26,8 @@ $apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; - $apps[$x]['menu'][$y]['title']['de-at'] = ""; + $apps[$x]['menu'][$y]['title']['de-de'] = "XML Editor"; + $apps[$x]['menu'][$y]['title']['de-at'] = "XML Editor"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML"; $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ch'] = ""; @@ -44,7 +46,8 @@ $apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; - $apps[$x]['menu'][$y]['title']['de-at'] = ""; + $apps[$x]['menu'][$y]['title']['de-de'] = "Bereitstellungs Editor"; + $apps[$x]['menu'][$y]['title']['de-at'] = "Bereitstellungs Editor"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning"; $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ch'] = ""; @@ -63,7 +66,8 @@ $apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; - $apps[$x]['menu'][$y]['title']['de-at'] = ""; + $apps[$x]['menu'][$y]['title']['de-de'] = "PHP Editor"; + $apps[$x]['menu'][$y]['title']['de-at'] = "PHP Editor"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP"; $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ch'] = ""; @@ -82,7 +86,8 @@ $apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático"; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; - $apps[$x]['menu'][$y]['title']['de-at'] = ""; + $apps[$x]['menu'][$y]['title']['de-de'] = "Grammatik Editor"; + $apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire"; $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; $apps[$x]['menu'][$y]['title']['fr-ch'] = ""; diff --git a/app/emails/app_config.php b/app/emails/app_config.php index 02959fb563..80ddfba7b5 100644 --- a/app/emails/app_config.php +++ b/app/emails/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Manage failed email messages."; $apps[$x]['description']['es-cl'] = "Gestionar los mensajes fallidos."; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Fehlgeschlagene Email Benachrichtigungen verwalten."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Fehlgeschlagene Email Benachrichtigungen verwalten."; $apps[$x]['description']['fr-fr'] = "GÈrer les messages Èlectroniques ÈchouÈ."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/emails/app_menu.php b/app/emails/app_menu.php index d38c5b02d2..51de31bae8 100644 --- a/app/emails/app_menu.php +++ b/app/emails/app_menu.php @@ -7,6 +7,7 @@ $apps[$x]['menu'][0]['title']['pt-pt'] = "Emails"; $apps[$x]['menu'][0]['title']['pt-br'] = "Emails"; $apps[$x]['menu'][0]['title']['pl'] = "E-maile"; $apps[$x]['menu'][0]['title']['sv-se'] = "E-post"; +$apps[$x]['menu'][0]['title']['de-de'] = "Emails"; $apps[$x]['menu'][0]['title']['de-at'] = "Emails"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Электронная почта"; $apps[$x]['menu'][0]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2"; diff --git a/app/exec/app_config.php b/app/exec/app_config.php index cdb3af2897..df169367d1 100644 --- a/app/exec/app_config.php +++ b/app/exec/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Provides a conventient way to execute system, PHP, switch and SQL commands."; $apps[$x]['description']['es-cl'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch."; $apps[$x]['description']['es-mx'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen."; $apps[$x]['description']['fr-fr'] = "Offre un mode pour exécuter des commandes système, PHP ou switch."; $apps[$x]['description']['fr-ca'] = "Il offre un mode d'exécuter des commandes du système, PHP ou switch."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/exec/app_menu.php b/app/exec/app_menu.php index 70120b94c9..671e8e1cb3 100644 --- a/app/exec/app_menu.php +++ b/app/exec/app_menu.php @@ -11,7 +11,8 @@ $apps[$x]['menu'][0]['title']['pl'] = "Polecenie"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Выполнение команд"; $apps[$x]['menu'][0]['title']['sv-se'] = "Kommando"; $apps[$x]['menu'][0]['title']['uk'] = "Команди"; -$apps[$x]['menu'][0]['title']['de-at'] = "Befehl"; +$apps[$x]['menu'][0]['title']['de-de'] = "Befehle"; +$apps[$x]['menu'][0]['title']['de-at'] = "Befehle"; $apps[$x]['menu'][0]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526"; $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f"; $apps[$x]['menu'][0]['category'] = "internal"; diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 2617cd45ca..98eebf73e0 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Used Configure SIP extensions."; $apps[$x]['description']['es-cl'] = "Utilizado para configurar Extensiones SIP."; $apps[$x]['description']['es-mx'] = "Utilizado para configurar Extensiones SIP."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Wird verwendet um SIP Nebenstellen zu konfigurieren."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Wird verwendet um SIP Nebenstellen zu konfigurieren."; $apps[$x]['description']['fr-fr'] = "Utilisé pour configurer des extentions SIP"; $apps[$x]['description']['fr-ca'] = "Utilisé pour configurer des éxtentions SIP"; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/extensions/app_menu.php b/app/extensions/app_menu.php index 099611d44d..60b2051e0c 100644 --- a/app/extensions/app_menu.php +++ b/app/extensions/app_menu.php @@ -12,6 +12,7 @@ $apps[$x]['menu'][0]['title']['ru-ru'] = "Внутренние номера"; $apps[$x]['menu'][0]['title']['uk'] = "Розширення"; $apps[$x]['menu'][0]['title']['sv-se'] = "Anknytningar"; $apps[$x]['menu'][0]['title']['ro'] = "Extensii"; +$apps[$x]['menu'][0]['title']['de-de'] = "Nebenstellen"; $apps[$x]['menu'][0]['title']['de-at'] = "Nebenstellen"; $apps[$x]['menu'][0]['title']['ar-eg'] = "الأرقام الداخلية"; $apps[$x]['menu'][0]['title']['he'] = "שלוחות"; diff --git a/app/fax/app_config.php b/app/fax/app_config.php index 96edc14ead..9c2adfb978 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "To receive a FAX setup a fax extension and then direct the incoming FAX with a dedicated number or you can detect the FAX tone by using on the Public tab."; $apps[$x]['description']['es-cl'] = "Para recibir un FAX, configure una extensión y después asigne un número a esta o puede detectar el tono de FAX utilizando la pestaña Público."; $apps[$x]['description']['es-mx'] = "Para recibir un FAX, configure una extensión y después asigne un número a esta."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Um ein Fax zu empfangen, legen Sie eine Fax-Nebenstelle an und leiten das eingehende Fax über eine dedizierte Rufnummer oder die Faxerkennung in den Einstellungen an das Ziel."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "m ein Fax zu empfangen, legen Sie eine Fax-Nebenstelle an und leiten das eingehende Fax über eine dedizierte Rufnummer oder die Faxerkennung in den Einstellungen an das Ziel."; $apps[$x]['description']['fr-fr'] = "Pour recevoir un fax, configurez une extension du FAX et après diriger un numéro vers lui."; $apps[$x]['description']['fr-ca'] = "Pour recevoir un fax, configurez un éxtension du FAX et après dirigers un nombre vers lui."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/fax/app_menu.php b/app/fax/app_menu.php index f49b23aebc..559cc55f51 100644 --- a/app/fax/app_menu.php +++ b/app/fax/app_menu.php @@ -5,6 +5,7 @@ $apps[$x]['menu'][0]['title']['es-cl'] = "Servidor de Fax"; $apps[$x]['menu'][0]['title']['es-mx'] = "Servidor de Fax"; $apps[$x]['menu'][0]['title']['de-de'] = "Faxserver"; $apps[$x]['menu'][0]['title']['de-ch'] = "Faxserver"; +$apps[$x]['menu'][0]['title']['de-de'] = "Fax Server"; $apps[$x]['menu'][0]['title']['de-at'] = "Fax Server"; $apps[$x]['menu'][0]['title']['fr-fr'] = "Serveur Fax"; $apps[$x]['menu'][0]['title']['fr-ca'] = "Serveur du fax"; diff --git a/app/fifo/app_config.php b/app/fifo/app_config.php index 1d7fa06c71..320f90dcd5 100644 --- a/app/fifo/app_config.php +++ b/app/fifo/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues."; $apps[$x]['description']['es-cl'] = "Las colas son usadas para configurar líneas de espera. Son conocidas como colas FIFO."; $apps[$x]['description']['es-mx'] = "Las cosas son usadas para configurar líneas de espera. Son conocidas como colas FIFO."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Warteschlangen werden verwendet um Warteschleifen für Anrufer bereit zu stellen. Diese sind auch als FIFO-Warteschlangen bekannt."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Warteschlangen werden verwendet um Warteschleifen für Anrufer bereit zu stellen. Diese sind auch als FIFO-Warteschlangen bekannt."; $apps[$x]['description']['fr-fr'] = "Les queues sont utilisés pour configurer les salles d'attente (FIFO)."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/fifo_list/app_config.php b/app/fifo_list/app_config.php index 8dd2fbebed..7dec224eeb 100644 --- a/app/fifo_list/app_config.php +++ b/app/fifo_list/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "List all the queues that are currently active with one or more callers."; $apps[$x]['description']['es-cl'] = "Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera."; $apps[$x]['description']['es-mx'] = "Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Führt alle Warteschlangen mit einem oder mehrere aktive Anrufer auf."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Führt alle Warteschlangen mit einem oder mehrere aktive Anrufer auf."; $apps[$x]['description']['fr-fr'] = "Liste toutes les files d'attente actuellement utilisées avec une ou plus des personnes en attend."; $apps[$x]['description']['fr-ca'] = "Il liste toutes les queues qui sont maintenant utilisés avec une ou plus des personnes en attend."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/fifo_list/app_menu.php b/app/fifo_list/app_menu.php index 0da1c8692d..e4dc4cb659 100644 --- a/app/fifo_list/app_menu.php +++ b/app/fifo_list/app_menu.php @@ -11,6 +11,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Aktywne kolejki"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Активные Очереди"; $apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva Köer"; $apps[$x]['menu'][0]['title']['uk'] = "Активні черги"; +$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Warteschlangen"; $apps[$x]['menu'][0]['title']['de-at'] = "Aktive Warteschlangen"; $apps[$x]['menu'][0]['uuid'] = "450f1225-9187-49ac-a119-87bc26025f7d"; $apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index bbfde98a37..4454c335db 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = ""; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Follow Me"; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Follow Me"; $apps[$x]['description']['fr-fr'] = ""; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/gateways/app_config.php b/app/gateways/app_config.php index 48b0381d10..f9de00077b 100644 --- a/app/gateways/app_config.php +++ b/app/gateways/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration."; $apps[$x]['description']['es-cl'] = "Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP."; $apps[$x]['description']['es-mx'] = "Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Gateways stellen Verbindungen zu andere Sprach-Netzwerke bereit. Diese können Voice-Provider oder andere Systeme sein, die eine SIP Registrierung benötigen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Gateways stellen Verbindungen zu andere Sprach-Netzwerke bereit. Diese können Voice-Provider oder andere Systeme sein, die eine SIP Registrierung benötigen."; $apps[$x]['description']['fr-fr'] = "Les passerelles donnent access autres réseaux vocaux. Ceux-ci peuvent être des opérateurs ou d'autres systèmes reqieérant un enregistrement SIP"; $apps[$x]['description']['fr-ca'] = "Les passerelles donnent access autres réseaux vocaux. Elles pouvent être d'autre furnisseur ou autre système avec la régistration SIP."; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/gateways/app_menu.php b/app/gateways/app_menu.php index 03870be44a..a07a59c95e 100644 --- a/app/gateways/app_menu.php +++ b/app/gateways/app_menu.php @@ -10,6 +10,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Brama wyjściowa "; $apps[$x]['menu'][0]['title']['ru-ru'] = "Шлюзы"; $apps[$x]['menu'][0]['title']['uk'] = "Шлюзи"; $apps[$x]['menu'][0]['title']['sv-se'] = "Gateways"; +$apps[$x]['menu'][0]['title']['de-de'] = "Gateways"; $apps[$x]['menu'][0]['title']['de-at'] = "Gateways"; $apps[$x]['menu'][0]['title']['ar-eg'] = "البوابات"; $apps[$x]['menu'][0]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159"; diff --git a/app/ivr_menus/app_config.php b/app/ivr_menus/app_config.php index 59f3ac627e..289ed1601b 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, IVR menus, hunt groups, FAX extensions, and more."; $apps[$x]['description']['es-cl'] = "El menú IVR reproduce una grabación o una frase predefinida que presenta opciones para elegir. Cada opción corresponde a un destino. Los destinos pueden ser extensiones, correo de voz, IVR, grupos, fax entre otros."; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein."; $apps[$x]['description']['fr-fr'] = "Le menu SVI joue un enregistrement ou une phrase prédéfinie permettant à l'appelant de faire un choix. Ce choix l'amenant sur une destination spécifique. Cette destination peut être une extension, une messagerie vocale, un IVR, un groupement, un FAX ..."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/ivr_menus/app_menu.php b/app/ivr_menus/app_menu.php index 545aeb3de6..4b019120de 100644 --- a/app/ivr_menus/app_menu.php +++ b/app/ivr_menus/app_menu.php @@ -8,6 +8,7 @@ $apps[$x]['menu'][0]['title']['pt-br'] = "Menu de IVR"; $apps[$x]['menu'][0]['title']['pl'] = "Zapowiedzi głosowe (IVR)"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Голосовые меню (IVR)"; $apps[$x]['menu'][0]['title']['sv-se'] = "IVR Meny"; +$apps[$x]['menu'][0]['title']['de-de'] = "Automatische Vermittlung"; $apps[$x]['menu'][0]['title']['de-at'] = "Automatische Vermittlung"; $apps[$x]['menu'][0]['uuid'] = "72259497-a67b-e5aa-cac2-0f2dcef16308"; $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; diff --git a/app/log_viewer/app_config.php b/app/log_viewer/app_config.php index febc95c601..97eaff3cb8 100644 --- a/app/log_viewer/app_config.php +++ b/app/log_viewer/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Display the switch logs."; $apps[$x]['description']['es-cl'] = "Muestra los registros del switch"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Zeigt die Switch-Logs an."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Zeigt die Switch-Logs an."; $apps[$x]['description']['fr-fr'] = "Logs du switch."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/log_viewer/app_menu.php b/app/log_viewer/app_menu.php index 47ac3fe3c6..ad379351e9 100644 --- a/app/log_viewer/app_menu.php +++ b/app/log_viewer/app_menu.php @@ -9,7 +9,8 @@ $apps[$x]['menu'][0]['title']['pl'] = "Podgląd logów"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Просмотр логов"; $apps[$x]['menu'][0]['title']['sv-se'] = "Log Viewer "; $apps[$x]['menu'][0]['title']['uk'] = "Логи"; -$apps[$x]['menu'][0]['title']['de-at'] = "Log Datei"; +$apps[$x]['menu'][0]['title']['de-de'] = "Log Betrachter"; +$apps[$x]['menu'][0]['title']['de-at'] = "Log Betrachter"; $apps[$x]['menu'][0]['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e"; $apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; $apps[$x]['menu'][0]['category'] = "internal"; diff --git a/app/meetings/app_menu.php b/app/meetings/app_menu.php index 69aba975e9..f3b3ef5ea0 100644 --- a/app/meetings/app_menu.php +++ b/app/meetings/app_menu.php @@ -1,6 +1,8 @@ применяться к каждой проверенной предустановке (без уже определенного адресата)."; @@ -620,7 +671,8 @@ $text['description-presets']['pt-br'] = "Selecione a partir de configurações d $text['description-presets']['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']['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'] = ""; -$text['description-presets']['de-at'] = "Wählen Sie aus den vorhandenen Vorgaben. Klicken Sie den Namen der Voreinstellung für persönliche Anpassungen"; +$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']['de-at'] = "Wählen Sie aus den vorhandenen Vorgaben. Klicken Sie den Namen der Voreinstellung um weitere persönliche Anpassungen vorzunehmen"; $text['description-presets']['he'] = ""; $text['description-presets']['ru-ru'] = "Выберите один из доступных пресетов. Щелкните имя предустановки, чтобы дополнительно настроить условия и (или) назначение каждого из них."; @@ -632,6 +684,7 @@ $text['description-name']['pt-br'] = "Insira o nome do menu"; $text['description-name']['pl'] = "Wprowadź nazwę warunku"; $text['description-name']['sv-se'] = "Skriv in namnet på tidsstyrningen."; $text['description-name']['uk'] = "Введіть назву меню"; +$text['description-name']['de-de'] = "Geben Sie den Namen der Zeitschaltung ein."; $text['description-name']['de-at'] = "Geben Sie den Namen der Zeitschaltung ein."; $text['description-name']['he'] = "הכנס את השם"; $text['description-name']['ru-ru'] = "Введите имя для временых условий."; @@ -644,6 +697,7 @@ $text['description-extension']['pt-br'] = "Atribua a extensão e números ao dis $text['description-extension']['pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne"; $text['description-extension']['sv-se'] = "Ange anknytningsnumret."; $text['description-extension']['uk'] = ""; +$text['description-extension']['de-de'] = "Geben Sie eine Nebenstelle an."; $text['description-extension']['de-at'] = "Geben Sie eine Nebenstelle an."; $text['description-extension']['he'] = ""; $text['description-extension']['ru-ru'] = "Введите внутренний номер."; diff --git a/app/time_conditions/app_menu.php b/app/time_conditions/app_menu.php index 694114cafa..0c20e6f8f4 100644 --- a/app/time_conditions/app_menu.php +++ b/app/time_conditions/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Warunki czasowe"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Условия по времени"; $apps[$x]['menu'][0]['title']['sv-se'] = "Tidsstyrning"; $apps[$x]['menu'][0]['title']['uk'] = "Часові умови"; +$apps[$x]['menu'][0]['title']['de-de'] = "Zeitschaltung"; $apps[$x]['menu'][0]['title']['de-at'] = "Zeitschaltung"; $apps[$x]['menu'][0]['uuid'] = "67aede56-8623-df2d-6338-ecfbde5825f7"; $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; diff --git a/app/tones/app_languages.php b/app/tones/app_languages.php index 977353b19e..b29beffff7 100644 --- a/app/tones/app_languages.php +++ b/app/tones/app_languages.php @@ -9,7 +9,8 @@ $text['title-tones']['fr-fr'] = "Ton"; $text['title-tones']['nl-nl'] = "Toon"; $text['title-tones']['sv-se'] = "Tona"; $text['title-tones']['uk'] = "Тон"; -$text['title-tones']['de-at'] = "Ton"; +$text['title-tones']['de-de'] = "Töne"; +$text['title-tones']['de-at'] = "Töne"; $text['title-tones']['he'] = "טוֹן"; $text['title-tones']['ru-ru'] = "Тон"; $text['title-tones']['it-it'] = "Tono"; @@ -23,6 +24,7 @@ $text['label-tone']['fr-fr'] = "Ton"; $text['label-tone']['nl-nl'] = "Toon"; $text['label-tone']['sv-se'] = "Tona"; $text['label-tone']['uk'] = "Тон"; +$text['label-tone']['de-de'] = "Ton"; $text['label-tone']['de-at'] = "Ton"; $text['label-tone']['he'] = "טוֹן"; $text['label-tone']['ru-ru'] = "Тон"; @@ -37,7 +39,8 @@ $text['label-tones']['fr-fr'] = "Ton"; $text['label-tones']['nl-nl'] = "Toon"; $text['label-tones']['sv-se'] = "Tona"; $text['label-tones']['uk'] = "Тон"; -$text['label-tones']['de-at'] = "Ton"; +$text['label-tones']['de-de'] = "Töne"; +$text['label-tones']['de-at'] = "Töne"; $text['label-tones']['he'] = "טוֹן"; $text['label-tones']['ru-ru'] = "Тон"; $text['label-tones']['it-it'] = "Tono"; diff --git a/app/traffic_graph/app_config.php b/app/traffic_graph/app_config.php index 2082004725..36c8f3e175 100644 --- a/app/traffic_graph/app_config.php +++ b/app/traffic_graph/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Uses SVG to show the network traffic."; $apps[$x]['description']['es-cl'] = "Utiliza SVG para mostrar el tráfico de red"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Verwendet SVG um die Netzwerkauslastung anzuzeigen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Verwendet SVG um die Netzwerkauslastung anzuzeigen."; $apps[$x]['description']['fr-fr'] = "Affiche le traffique Réseau via SVG."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/traffic_graph/app_languages.php b/app/traffic_graph/app_languages.php index 48dcdb485f..6f05d30c3e 100644 --- a/app/traffic_graph/app_languages.php +++ b/app/traffic_graph/app_languages.php @@ -8,6 +8,7 @@ $text['title-traffic_graph']['pt-br'] = "Gráfico de tráfego"; $text['title-traffic_graph']['pl'] = "Wykres przesyłu danych"; $text['title-traffic_graph']['sv-se'] = "Trafik Graf"; $text['title-traffic_graph']['uk'] = "Графік трафіку"; +$text['title-traffic_graph']['de-de'] = "Netzauslastung"; $text['title-traffic_graph']['de-at'] = "Netzauslastung"; $text['title-traffic_graph']['it-it'] = "Grafico del Traffico"; $text['title-traffic_graph']['ru-ru'] = "График трафика"; @@ -20,6 +21,7 @@ $text['message-no_interfaces_found']['pt-br'] = "Sem interfaces encontrados."; $text['message-no_interfaces_found']['pl'] = "Nie znaleziono interfejsy."; $text['message-no_interfaces_found']['sv-se'] = "Inga gränssnitt hittades."; $text['message-no_interfaces_found']['uk'] = "Не знайдено жодного інтерфейсу"; +$text['message-no_interfaces_found']['de-de'] = "Keine Netzwerkkarte gefunden."; $text['message-no_interfaces_found']['de-at'] = "Keine Netzwerkkarte gefunden."; $text['message-no_interfaces_found']['it-it'] = "Non è stata trovata nessuna interfaccia."; $text['message-no_interfaces_found']['ru-ru'] = "Интерфейсы не найдены."; @@ -32,6 +34,7 @@ $text['label-interface']['pt-br'] = "Interface"; $text['label-interface']['pl'] = "Wybierz interfejs"; $text['label-interface']['sv-se'] = "Gränssnitt"; $text['label-interface']['uk'] = "Інтерфейс"; +$text['label-interface']['de-de'] = "Netzwerkkarte"; $text['label-interface']['de-at'] = "Netzwerkkarte"; $text['label-interface']['it-it'] = "Interfaccia"; $text['label-interface']['ru-ru'] = "Интерфейсы"; @@ -44,6 +47,7 @@ $text['header-traffic_graph']['pt-br'] = "Gráfico de tráfego"; $text['header-traffic_graph']['pl'] = "Wykres przesyłu danych"; $text['header-traffic_graph']['sv-se'] = "Trafik Graf"; $text['header-traffic_graph']['uk'] = "Графік трафіку"; +$text['header-traffic_graph']['de-de'] = "Netzauslastung"; $text['header-traffic_graph']['de-at'] = "Netzauslastung"; $text['header-traffic_graph']['it-it'] = "Grafico del Traffico"; $text['header-traffic_graph']['ru-ru'] = "График трафика"; @@ -56,6 +60,7 @@ $text['description-traffic_graph']['pt-br'] = "Um browser (ou plugin) que suport $text['description-traffic_graph']['pl'] = "Aby zobaczyć przesytu danych wymagana jest przeglądarka (lub wtyczka), która obsługuje Scalable Vector Graphics (SVG). "; $text['description-traffic_graph']['sv-se'] = "En webbläsare (eller plugin) som stöder Scalable Vector Graphics (SVG) krävs för att visa trafik grafen nedan."; $text['description-traffic_graph']['uk'] = "Браузер (або плагін), який підтримує Scalable Vector Graphics (SVG) необхідний для перегляду графіка руху нижче."; +$text['description-traffic_graph']['de-de'] = "Um die Netzauslastung anzuzeigen ist ein Browser (oder Plugin) erforderlich, das SVG Dateien (Scalable Vector Graphics) unterstützt."; $text['description-traffic_graph']['de-at'] = "Um die Netzauslastung anzuzeigen ist ein Browser (oder Plugin) erforderlich, das SVG Dateien (Scalable Vector Graphics) unterstützt."; $text['description-traffic_graph']['it-it'] = "Per visualizare il grafico è necessario un browser (o un plugin) che supporti SVG (Scalable Vector Graphics)."; $text['description-traffic_graph']['ru-ru'] = "Для просмотра графика трафика ниже требуется браузер (или плагин), который поддерживает масштабируемую векторную графику (SVG)."; @@ -68,6 +73,7 @@ $text['description-no_svg']['pt-br'] = "Infelizmente o seu browser não suporta $text['description-no_svg']['pl'] = "Niestety twoja przeglądarka nie obsługuje obecnie Scalable Vector Graphics (SVG). Aby wyświetlić wykres przesyłu danych, należy użyć przeglądarki (lub wtyczki), który obsługuje Scalable Vector Graphics (SVG)."; $text['description-no_svg']['sv-se'] = "Din webbläsare stödjer tyvärr inte Scalable Vector Graphics (SVG). Om du vill visa trafik grafen, vänligen använd en webbläsare (eller plugin) som stöder Scalable Vector Graphics (SVG) "; $text['description-no_svg']['uk'] = "На жаль, браузер не підтримує Scalable Vector Graphics (SVG). Для перегляду графіка, будь ласка, використовуйте браузер (або плагін), який підтримує Scalable Vector Graphics (SVG)."; +$text['description-no_svg']['de-de'] = "Offensichtlich unterstützt Ihr Browser keine SVG Dateien (Scalable Vector Graphics). Um die Netzauslastung anzuzeigen benutzen Sie bitte einen Browser (oder Plugin) welcher SVG Dateien unterstützt."; $text['description-no_svg']['de-at'] = "Offensichtlich unterstützt Ihr Browser keine SVG Dateien (Scalable Vector Graphics). Um die Netzauslastung anzuzeigen benutzen Sie bitte einen Browser (oder Plugin) welcher SVG Dateien unterstützt."; $text['description-no_svg']['it-it'] = "Sfortunatamente il tuo browser attualmente non supporta SVG (Scalable Vector Graphics). Per visualizzare il grafico del traffico usa un browser (o un plugin) che supportino SVG (Scalable Vector Graphics)."; $text['description-no_svg']['ru-ru'] = "К сожалению, ваш браузер в настоящее время не поддерживает масштабируемую векторную графику (SVG). Чтобы просмотреть график трафика, используйте браузер (или плагин), который поддерживает масштабируемую векторную графику (SVG)."; diff --git a/app/traffic_graph/app_menu.php b/app/traffic_graph/app_menu.php index 5936ed33f7..47b818b0aa 100644 --- a/app/traffic_graph/app_menu.php +++ b/app/traffic_graph/app_menu.php @@ -9,7 +9,8 @@ $apps[$x]['menu'][0]['title']['pl'] = "Wykres przesyłu danych"; $apps[$x]['menu'][0]['title']['ru-ru'] = "График трафика"; $apps[$x]['menu'][0]['title']['sv-se'] = "Trafik Graf"; $apps[$x]['menu'][0]['title']['uk'] = "Трафік"; -$apps[$x]['menu'][0]['title']['de-at'] = "Netzauslastung"; +$apps[$x]['menu'][0]['title']['de-de'] = "Netzauslastungsdiagramm"; +$apps[$x]['menu'][0]['title']['de-at'] = "Netzauslastungsdiagramm"; $apps[$x]['menu'][0]['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0"; $apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; $apps[$x]['menu'][0]['category'] = "internal"; diff --git a/app/vars/app_config.php b/app/vars/app_config.php index a8e092f083..5801364fb2 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Define variables that are used by the switch, provisioning, and more."; $apps[$x]['description']['es-cl'] = "Define variables usadas por el switch, provisionamiento y más"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Definiere Variablen, die für den Switch, die Verwaltung und anderes verwendet werden können."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Definiere Variablen, die für den Switch, die Verwaltung und anderes verwendet werden können."; $apps[$x]['description']['fr-fr'] = "Définr les variables utilisées par le switch, le provisioning et plus."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/vars/app_languages.php b/app/vars/app_languages.php index 7728d17b03..60ddb9de15 100644 --- a/app/vars/app_languages.php +++ b/app/vars/app_languages.php @@ -8,6 +8,7 @@ $text['title-variables_advanced']['pt-br'] = "Variáveis do Softswitch: Avançad $text['title-variables_advanced']['pl'] = "Zmienne PBXu (zaawansowane)"; $text['title-variables_advanced']['uk'] = "Задання змінних: Додатково"; $text['title-variables_advanced']['sv-se'] = "Switch Variabler: Avancerat"; +$text['title-variables_advanced']['de-de'] = "Switch Variablen: Erweitert"; $text['title-variables_advanced']['de-at'] = "Switch Variablen: Erweitert"; $text['title-variables_advanced']['ru-ru'] = "Параметры FreeSwitch: Расширенные"; @@ -19,6 +20,7 @@ $text['title-variables']['pt-br'] = "Variáveis do Softswitch "; $text['title-variables']['pl'] = "Zmienne PBXu"; $text['title-variables']['uk'] = "Задання змінних "; $text['title-variables']['sv-se'] = "Switch Variabler"; +$text['title-variables']['de-de'] = "Switch Variablen"; $text['title-variables']['de-at'] = "Switch Variablen"; $text['title-variables']['ru-ru'] = "Параметры FreeSwitch"; @@ -30,6 +32,7 @@ $text['title-variable_edit']['pt-br'] = "Editar Variável "; $text['title-variable_edit']['pl'] = "Zmienna"; $text['title-variable_edit']['uk'] = "Змінна"; $text['title-variable_edit']['sv-se'] = "Variabel"; +$text['title-variable_edit']['de-de'] = "Variable"; $text['title-variable_edit']['de-at'] = "Variable"; $text['title-variable_edit']['ru-ru'] = "Переменная"; @@ -40,6 +43,7 @@ $text['title-variable_add']['pt-br'] = "Adicionar Variável "; $text['title-variable_add']['pl'] = "Zmienna"; $text['title-variable_add']['uk'] = "Змінна"; $text['title-variable_add']['sv-se'] = "Variabel"; +$text['title-variable_add']['de-de'] = "Variable"; $text['title-variable_add']['de-at'] = "Variable"; $text['title-variable_add']['ru-ru'] = "Переменная"; @@ -49,6 +53,7 @@ $text['label-hostname']['fr-fr'] = "Nom d'hôte"; $text['label-hostname']['pl'] = "Nazwa hosta"; $text['label-hostname']['uk'] = "Назва хоста"; $text['label-hostname']['sv-se'] = "Hostname"; +$text['label-hostname']['de-de'] = "Hostname"; $text['label-hostname']['de-at'] = "Hostname"; $text['label-hostname']['ru-ru'] = "Имя хоста"; @@ -60,6 +65,7 @@ $text['label-codec_information']['pt-br'] = "Informações sobre o Codec"; $text['label-codec_information']['pl'] = "Informacja o kodekach"; $text['label-codec_information']['uk'] = "Інформація про кодек"; $text['label-codec_information']['sv-se'] = "Codec Information"; +$text['label-codec_information']['de-de'] = "Codec Information"; $text['label-codec_information']['de-at'] = "Codec Information"; $text['label-codec_information']['ru-ru'] = "Информация о кодеке"; @@ -71,6 +77,7 @@ $text['header-variables_advanced']['pt-br'] = "Variáveis do Softswitch: Avança $text['header-variables_advanced']['pl'] = "Zamień zmienne (zaawansowane)"; $text['header-variables_advanced']['uk'] = "Задання змінних: Додатково"; $text['header-variables_advanced']['sv-se'] = "Switch Variabler: Avancerat"; +$text['header-variables_advanced']['de-de'] = "Switch Variablen: Erweitert"; $text['header-variables_advanced']['de-at'] = "Switch Variablen: Erweitert"; $text['header-variables_advanced']['ru-ru'] = "Параметры FreeSwitch: Расширенный"; @@ -82,6 +89,7 @@ $text['header-variables']['pt-br'] = "Variáveis do Softswitch "; $text['header-variables']['pl'] = "Zmienne PBXu"; $text['header-variables']['uk'] = "Задання змінних"; $text['header-variables']['sv-se'] = "Switch Variabler"; +$text['header-variables']['de-de'] = "Switch Variablen"; $text['header-variables']['de-at'] = "Switch Variablen"; $text['header-variables']['ru-ru'] = "Параметры FreeSwitch"; @@ -93,6 +101,7 @@ $text['header-variable_edit']['pt-br'] = "Editar variável"; $text['header-variable_edit']['pl'] = "Zmienna"; $text['header-variable_edit']['uk'] = "Змінна"; $text['header-variable_edit']['sv-se'] = "Variabel"; +$text['header-variable_edit']['de-de'] = "Variable"; $text['header-variable_edit']['de-at'] = "Variable"; $text['header-variable_edit']['ru-ru'] = "Переменная"; @@ -102,6 +111,7 @@ $text['header-hostname']['fr-fr'] = "Nom d'hôte"; $text['header-hostname']['pl'] = "Nazwa hosta"; $text['header-hostname']['uk'] = "Назва хоста"; $text['header-hostname']['sv-se'] = "Hostname"; +$text['header-hostname']['de-de'] = "Hostname"; $text['header-hostname']['de-at'] = "Hostname"; $text['header-hostname']['ru-ru'] = "Имя хоста"; @@ -113,6 +123,7 @@ $text['description-variables_advanced']['pt-br'] = "Defina as variáveis aqui. P $text['description-variables_advanced']['pl'] = "Tutaj zdefiniuj zmienne preprocesora. Mogą być dostępne w konfiguracji xml z $."; $text['description-variables_advanced']['uk'] = "Задайте змінні препроцесора тут. Вони будуть доступними в конфігурації XML з символом $."; $text['description-variables_advanced']['sv-se'] = "Definiera preprocessor variabler här. Kan nås i xml konfigurationen med $."; +$text['description-variables_advanced']['de-de'] = "Definieren Sie Preprozessor Variablen. Auf diese kann in der XML Konfiguration mittels $ zugegriffen werden."; $text['description-variables_advanced']['de-at'] = "Definieren Sie Preprozessor Variablen. Auf diese kann in der XML Konfiguration mittels $ zugegriffen werden."; $text['description-variables_advanced']['ru-ru'] = "Определите здесь параметры FreeSwitch. Доступ к файлу xml можно получить с помощью $."; @@ -124,6 +135,7 @@ $text['description-variables']['pt-br'] = "Defina as variáveis aqui:"; $text['description-variables']['pl'] = "Tutaj zdefiniuj zmienne preprocesora"; $text['description-variables']['uk'] = "Задайте змінні препроцесора тут."; $text['description-variables']['sv-se'] = "Definiera preprocessor variabler här."; +$text['description-variables']['de-de'] = "Definieren Sie Preprozessor Variablen."; $text['description-variables']['de-at'] = "Definieren Sie Preprozessor Variablen."; $text['description-variables']['ru-ru'] = "Определите здесь параметры FreeSwitch."; @@ -135,6 +147,7 @@ $text['description-name']['pt-br'] = "Insira o nome do menu"; $text['description-name']['pl'] = "Wprowadź nazwę zmiennej"; $text['description-name']['uk'] = "Введіть назву змінної"; $text['description-name']['sv-se'] = "Skriv in namnet på menyn."; +$text['description-name']['de-de'] = "Geben Sie den Namen der Variable an."; $text['description-name']['de-at'] = "Geben Sie den Namen der Variable an."; $text['description-name']['ru-ru'] = "Введите имя переменной."; @@ -144,6 +157,7 @@ $text['description-hostname']['fr-fr'] = "Entrer le nom de l'hôte / du switch." $text['description-hostname']['pl'] = "Wprowadź nazwę hosta / PBXu"; $text['description-hostname']['uk'] = "Введіть назву хоста / switchname."; $text['description-hostname']['sv-se'] = "Fyll i hostname / switchname."; +$text['description-hostname']['de-de'] = "Geben Sie den Hostnamen / Switchnamen an."; $text['description-hostname']['de-at'] = "Geben Sie den Hostnamen / Switchnamen an."; $text['description-hostname']['ru-ru'] = "Введите имя хоста / имя_схемы."; diff --git a/app/vars/app_menu.php b/app/vars/app_menu.php index 849c0e112a..ad45bfab34 100644 --- a/app/vars/app_menu.php +++ b/app/vars/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Zmienne"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Параметры FreeSwitch"; $apps[$x]['menu'][0]['title']['uk'] = "Змінні"; $apps[$x]['menu'][0]['title']['sv-se'] = "Variabler"; +$apps[$x]['menu'][0]['title']['de-de'] = "Variablen"; $apps[$x]['menu'][0]['title']['de-at'] = "Variablen"; $apps[$x]['menu'][0]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f"; $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f"; diff --git a/app/voicemail_greetings/app_config.php b/app/voicemail_greetings/app_config.php index 9d353bae0a..e83573d75c 100644 --- a/app/voicemail_greetings/app_config.php +++ b/app/voicemail_greetings/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Manager voicemail greetings for extensions."; $apps[$x]['description']['es-cl'] = "Administrador de mensajes de bienvenida de correo de voz para extensiones."; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Verwalte Voicemail-Begrüßungen für Nebenstellen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Verwalte Voicemail-Begrüßungen für Nebenstellen."; $apps[$x]['description']['fr-fr'] = "Accueil messagerie Vocale."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/voicemail_greetings/app_languages.php b/app/voicemail_greetings/app_languages.php index a838de233c..b5991a65d1 100644 --- a/app/voicemail_greetings/app_languages.php +++ b/app/voicemail_greetings/app_languages.php @@ -8,6 +8,8 @@ $text['title']['pl'] = "Ustawienia konta"; $text['title']['uk'] = "Привітання"; $text['title']['he'] = "הגדרת חשבון"; $text['title']['it-it'] = "Messaggi bevenuto Casella Vocale"; +$text['title']['de-de'] = "Begrüßungen für Sprachnachrichten"; +$text['title']['de-at'] = "Begrüßungen für Sprachnachrichten"; $text['table-size']['en-us'] = "Size"; $text['table-size']['es-cl'] = "Tamaño"; @@ -18,6 +20,8 @@ $text['table-size']['pl'] = "Rozmiar"; $text['table-size']['uk'] = "Розмір"; $text['table-size']['he'] = "גודל"; $text['table-size']['it-it'] = "Dimensione"; +$text['table-size']['de-de'] = "Größe"; +$text['table-size']['de-at'] = "Größe"; $text['table-number']['en-us'] = "#"; $text['table-number']['es-cl'] = "Número"; @@ -28,6 +32,8 @@ $text['table-number']['pl'] = "liczba"; $text['table-number']['uk'] = "кількість"; $text['table-number']['he'] = "#"; $text['table-number']['it-it'] = "#"; +$text['table-number']['de-de'] = "#"; +$text['table-number']['de-at'] = "#"; $text['table-name']['en-us'] = "Name"; $text['table-name']['es-cl'] = "Nombre"; @@ -38,6 +44,8 @@ $text['table-name']['pl'] = "Nazwa"; $text['table-name']['uk'] = "Назва"; $text['table-name']['he'] = "שם"; $text['table-name']['it-it'] = "Nome"; +$text['table-name']['de-de'] = "Name"; +$text['table-name']['de-at'] = "Name"; $text['table-filename']['en-us'] = "File Name"; $text['table-filename']['es-cl'] = "Nombre Del Archivo"; @@ -48,6 +56,8 @@ $text['table-filename']['pl'] = "Nazwa Pliku"; $text['table-filename']['uk'] = "ім'я Файлу"; $text['table-filename']['he'] = "שם קובץ"; $text['table-filename']['it-it'] = "Nome File"; +$text['table-filename']['de-de'] = "Dateiname"; +$text['table-filename']['de-at'] = "Dateiname"; $text['table-download']['en-us'] = "Download"; $text['table-download']['es-cl'] = "Descargar"; @@ -58,6 +68,8 @@ $text['table-download']['pl'] = "Numer"; $text['table-download']['uk'] = "Скачати"; $text['table-download']['he'] = "הורדה"; $text['table-download']['it-it'] = "Scarica"; +$text['table-download']['de-de'] = "Download"; +$text['table-download']['de-at'] = "Download"; $text['table-description']['en-us'] = "Description"; $text['table-description']['es-cl'] = "Descripción"; @@ -68,6 +80,8 @@ $text['table-description']['pl'] = "Opis"; $text['table-description']['uk'] = "Опис"; $text['table-description']['he'] = "תיאור"; $text['table-description']['it-it'] = "Descrizione"; +$text['table-description']['de-de'] = "Beschreibung"; +$text['table-description']['de-at'] = "Beschreibung"; $text['table-choose']['en-us'] = "Choose"; $text['table-choose']['es-cl'] = "Escoger"; @@ -78,6 +92,8 @@ $text['table-choose']['pl'] = "Wybierz"; $text['table-choose']['uk'] = "Вибрати"; $text['table-choose']['he'] = "בחר"; $text['table-choose']['it-it'] = "Scegli"; +$text['table-choose']['de-de'] = "Wähle"; +$text['table-choose']['de-at'] = "Wähle"; $text['message-uploaded']['en-us'] = "Upload Complete"; $text['message-uploaded']['es-cl'] = "Subida Finalizada"; @@ -88,6 +104,8 @@ $text['message-uploaded']['pl'] = "Plik wysłano poprawnie"; $text['message-uploaded']['uk'] = "Завантажено"; $text['message-uploaded']['he'] = "הטענה הושלמה"; $text['message-uploaded']['it-it'] = "Caricamento completato"; +$text['message-uploaded']['de-de'] = "Hochladen abgeschlossen"; +$text['message-uploaded']['de-at'] = "Hochladen abgeschlossen"; $text['message-unsupported_file_type']['en-us'] = "Unsupported File Type"; $text['message-unsupported_file_type']['es-cl'] = "Tipo de archivo no compatible"; @@ -100,6 +118,8 @@ $text['message-unsupported_file_type']['uk'] = "Тип файлу не підт $text['message-unsupported_file_type']['de-at'] = "Dateityp nicht unterstützt"; $text['message-unsupported_file_type']['he'] = "סוג הקובץ לא נתמך"; $text['message-unsupported_file_type']['it-it'] = "Tipo di File non supportato"; +$text['message-unsupported_file_type']['de-de'] = "Nicht unterstütztes Dateiformat"; +$text['message-unsupported_file_type']['de-at'] = "Nicht unterstütztes Dateiformat"; $text['message-greeting_selected']['en-us'] = "Greeting Selected"; $text['message-greeting_selected']['es-cl'] = "Saludo Seleccionado"; @@ -110,6 +130,8 @@ $text['message-greeting_selected']['pl'] = "POWITANIE Wybrane"; $text['message-greeting_selected']['uk'] = "привітання Вибрані"; $text['message-greeting_selected']['he'] = "הברכה נבחרה"; $text['message-greeting_selected']['it-it'] = "Messaggio Selezionato"; +$text['message-greeting_selected']['de-de'] = "Begrüßung ausgewählt"; +$text['message-greeting_selected']['de-at'] = "Begrüßung ausgewählt"; $text['label-tools']['en-us'] = "Tools"; $text['label-tools']['es-cl'] = "Instrumentos"; @@ -120,6 +142,8 @@ $text['label-tools']['pl'] = "Narzędzia"; $text['label-tools']['uk'] = "Параметри"; $text['label-tools']['he'] = "כלים"; $text['label-tools']['it-it'] = "Strumenti"; +$text['label-tools']['de-de'] = "Werkzeuge"; +$text['label-tools']['de-at'] = "Werkzeuge"; $text['label-select_a_file']['en-us'] = "Select a file..."; $text['label-select_a_file']['es-cl'] = "Seleccione un archivo..."; @@ -132,6 +156,8 @@ $text['label-select_a_file']['uk'] = "Виберіть файл ..."; $text['label-select_a_file']['de-at'] = "Wählen Sie eine Datei ..."; $text['label-select_a_file']['he'] = "בחר קובץ ..."; $text['label-select_a_file']['it-it'] = "Seleziona un file..."; +$text['label-select_a_file']['de-de'] = "Wähle eine Datei aus..."; +$text['label-select_a_file']['de-at'] = "Wähle eine Datei aus..."; $text['label-play']['en-us'] = "Play"; $text['label-play']['es-cl'] = "Reproducir"; @@ -142,6 +168,8 @@ $text['label-play']['pl'] = "Odtwórz"; $text['label-play']['uk'] = "Відтворити"; $text['label-play']['he'] = "נגן"; $text['label-play']['it-it'] = "Riproduci"; +$text['label-play']['de-de'] = "Abspielen"; +$text['label-play']['de-at'] = "Abspielen"; $text['label-pause']['en-us'] = "Pause"; $text['label-pause']['es-cl'] = "Pausa"; @@ -152,6 +180,8 @@ $text['label-pause']['pl'] = "Pauza"; $text['label-pause']['uk'] = "Призупинити"; $text['label-pause']['he'] = "השהייה"; $text['label-pause']['it-it'] = "Pausa"; +$text['label-pause']['de-de'] = "Pause"; +$text['label-pause']['de-at'] = "Pause"; $text['label-greeting']['en-us'] = "Greeting"; $text['label-greeting']['es-cl'] = "Saludo"; @@ -162,6 +192,8 @@ $text['label-greeting']['pl'] = "powitanie"; $text['label-greeting']['uk'] = "привітання"; $text['label-greeting']['he'] = "ברכה"; $text['label-greeting']['it-it'] = "Messaggio benvenuto"; +$text['label-greeting']['de-de'] = "Begrüßung"; +$text['label-greeting']['de-at'] = "Begrüßung"; $text['label-filename']['en-us'] = "File Name"; $text['label-filename']['es-cl'] = "Nombre Del Archivo"; @@ -172,6 +204,8 @@ $text['label-filename']['pl'] = "Nazwa Pliku"; $text['label-filename']['uk'] = "ім'я Файлу"; $text['label-filename']['he'] = "שם קובץ"; $text['label-filename']['it-it'] = "Nome File"; +$text['label-filename']['de-de'] = "Dateiname"; +$text['label-filename']['de-at'] = "Dateiname"; $text['label-edit']['en-us'] = "Edit Greeting"; $text['label-edit']['es-cl'] = "Edición de Saludo"; @@ -182,6 +216,8 @@ $text['label-edit']['pl'] = "Edytuj"; $text['label-edit']['uk'] = "Редагувати"; $text['label-edit']['he'] = "עריכה"; $text['label-edit']['it-it'] = "Modifica Messaggio benvenuto"; +$text['label-edit']['de-de'] = "Begrüßung bearbeiten"; +$text['label-edit']['de-at'] = "Begrüßung bearbeiten"; $text['label-download']['en-us'] = "Download"; $text['label-download']['es-cl'] = "Descargar"; @@ -192,6 +228,8 @@ $text['label-download']['pl'] = "Pobierz"; $text['label-download']['uk'] = "Завантажини"; $text['label-download']['he'] = "הורדה"; $text['label-download']['it-it'] = "Scarica"; +$text['label-download']['de-de'] = "Herunterladen"; +$text['label-download']['de-at'] = "Herunterladen"; $text['label-add']['en-us'] = "Add Greeting"; $text['label-add']['es-cl'] = "Agregar Saludo"; @@ -202,6 +240,8 @@ $text['label-add']['pl'] = "Dodaj powitanie"; $text['label-add']['uk'] = "Додати привітання"; $text['label-add']['he'] = "הוסף ברכה"; $text['label-add']['it-it'] = "Aggiungi Messaggio Benvenuto"; +$text['label-add']['de-de'] = "Begrüßung hinzufügen"; +$text['label-add']['de-at'] = "Begrüßung hinzufügen"; $text['description-name']['en-us'] = "A name for the greeting (not parsed)."; $text['description-name']['es-cl'] = "Nombre de Bienvenida."; @@ -212,6 +252,8 @@ $text['description-name']['pl'] = "Wprowadź nazwę"; $text['description-name']['uk'] = "Введіть назву привітання"; $text['description-name']['he'] = "הכנס את השם"; $text['description-name']['it-it'] = "Un nome per il messaggio."; +$text['description-name']['de-de'] = "Ein Namen für die Begrüßung."; +$text['description-name']['de-at'] = "Ein Namen für die Begrüßung."; $text['description-info']['en-us'] = "You may enter a description here for your reference (not parsed)."; $text['description-info']['es-cl'] = "Ingrese una descripción (Opcional)."; @@ -222,6 +264,8 @@ $text['description-info']['pl'] = "Wprowadź opis"; $text['description-info']['uk'] = "Введіть опис"; $text['description-info']['he'] = "הכנס תאור"; $text['description-info']['it-it'] = "Puoi inserire una descrizione per tua comodità."; +$text['description-info']['de-de'] = "Sie können hier eine Beschreibung als Referenz eintragen."; +$text['description-info']['de-at'] = "Sie können hier eine Beschreibung als Referenz eintragen."; $text['description']['en-us'] = "Select the active greeting message to play for extension:"; $text['description']['es-cl'] = "Seleccione el mensaje activo para reproducir:"; @@ -232,6 +276,8 @@ $text['description']['pl'] = "Edytuj informacje o koncie"; $text['description']['uk'] = "Виберіть активне привітання для розширення"; $text['description']['he'] = "ערוך את פרטי החשבון"; $text['description']['it-it'] = "Seleziona il messaggio di benvenuto attivo da riprodurre per l'interno:"; +$text['description']['de-de'] = "Wählen Sie die aktive Begrüßung aus, welche für diese Nebenstelle abgespielt werden soll:"; +$text['description']['de-at'] = "Wählen Sie die aktive Begrüßung aus, welche für diese Nebenstelle abgespielt werden soll:"; $text['confirm-name']['en-us'] = "Please provide: Greeting Name"; $text['confirm-name']['es-cl'] = "Por favor indique: Nombre de Bienvenida"; @@ -242,6 +288,8 @@ $text['confirm-name']['pl'] = "Wprowadź: Nazwę"; $text['confirm-name']['uk'] = "Введіть назву привітання"; $text['confirm-name']['he'] = "אנא הוסף: שם ברכה"; $text['confirm-name']['it-it'] = "Per favore inserisci: Nome per il messaggio"; +$text['confirm-name']['de-de'] = "Bitte bereitstellen: Namen der Begrüßung"; +$text['confirm-name']['de-at'] = "Bitte bereitstellen: Namen der Begrüßung"; $text['confirm-filename']['en-us'] = "Please provide: Greeting Filename"; $text['confirm-filename']['es-cl'] = "Por favor indique: Nombre Del Archivo"; @@ -252,5 +300,7 @@ $text['confirm-filename']['pl'] = "Proszę podać: Greeting Infomacje"; $text['confirm-filename']['uk'] = "Будь ласка, надайте: Привітання файлу"; $text['confirm-filename']['he'] = "אנא הוסף: שם קובץ לברכה"; $text['confirm-filename']['it-it'] = "Per favore inserisci: Nome del file del messaggio"; +$text['confirm-filename']['de-de'] = "Bitte bereitstellen: Dateinamen der Begrüßung"; +$text['confirm-filename']['de-at'] = "Bitte bereitstellen: Dateinamen der Begrüßung"; ?> diff --git a/app/voicemails/app_languages.php b/app/voicemails/app_languages.php index 298595cb4b..3268943a8d 100644 --- a/app/voicemails/app_languages.php +++ b/app/voicemails/app_languages.php @@ -8,6 +8,7 @@ $text['title-voicemails']['pt-br'] = "Correio de voz"; $text['title-voicemails']['pl'] = "Poczta głosowa"; $text['title-voicemails']['sv-se'] = "Röstmeddelande"; $text['title-voicemails']['uk'] = "Голосова пошта"; +$text['title-voicemails']['de-de'] = "Mailboxen"; $text['title-voicemails']['de-at'] = "Mailboxen"; $text['title-voicemails']['he'] = "תאים קוליים"; $text['title-voicemails']['ru-ru'] = "Голосовая почта"; @@ -20,6 +21,7 @@ $text['title-voicemail_option']['pt-br'] = "Voicemail opção"; $text['title-voicemail_option']['pl'] = "Opcje poczty głosowej"; $text['title-voicemail_option']['sv-se'] = "Röstbrevlåda Inställning"; $text['title-voicemail_option']['uk'] = "Параметри голосової пошти"; +$text['title-voicemail_option']['de-de'] = "Mailbox Option"; $text['title-voicemail_option']['de-at'] = "Mailbox Option"; $text['title-voicemail_option']['he'] = ""; $text['title-voicemail_option']['ru-ru'] = "Опции Голосовой почты"; @@ -32,6 +34,7 @@ $text['title-voicemail_messages']['pt-br'] = "Mensagem de correio de voz"; $text['title-voicemail_messages']['pl'] = "Wiadomości poczty głosowej"; $text['title-voicemail_messages']['sv-se'] = "Röstbrevlåda Meddelanden"; $text['title-voicemail_messages']['uk'] = "Повідомлення голосової пошти"; +$text['title-voicemail_messages']['de-de'] = "Mailbox Nachrichten"; $text['title-voicemail_messages']['de-at'] = "Mailbox Nachrichten"; $text['title-voicemail_messages']['he'] = "הודעות תא קולי"; $text['title-voicemail_messages']['ru-ru'] = "Сообщения голосовой почты"; @@ -44,6 +47,7 @@ $text['title-voicemail_message']['pt-br'] = "Mensagem de correio de voz"; $text['title-voicemail_message']['pl'] = "Wiadomość poczty głosowej"; $text['title-voicemail_message']['sv-se'] = "Röstbrevlåda Meddelande"; $text['title-voicemail_message']['uk'] = "Повідомлення голосової пошти"; +$text['title-voicemail_message']['de-de'] = "Mailbox Nachricht"; $text['title-voicemail_message']['de-at'] = "Mailbox Nachricht"; $text['title-voicemail_message']['he'] = "הודעה תא קולי"; $text['title-voicemail_message']['ru-ru'] = "Сообщение голосовой почты"; @@ -56,6 +60,7 @@ $text['title-voicemail']['pt-br'] = "Correio de voz"; $text['title-voicemail']['pl'] = "Poczta głosowa"; $text['title-voicemail']['sv-se'] = "Röstbrevlåda"; $text['title-voicemail']['uk'] = "Голосова пошта"; +$text['title-voicemail']['de-de'] = "Mailbox"; $text['title-voicemail']['de-at'] = "Mailbox"; $text['title-voicemail']['he'] = "תא קולי"; $text['title-voicemail']['ru-ru'] = "Голосовая почта"; @@ -68,6 +73,7 @@ $text['option-voicemail_file_listen']['pt-br'] = "Arquivo Voicemail"; $text['option-voicemail_file_listen']['pl'] = "Link do odsłuchu (po zalogowaniu)"; $text['option-voicemail_file_listen']['sv-se'] = "Lyssna-länk (Måste Logga In)"; $text['option-voicemail_file_listen']['uk'] = "Посилання на прослуховування (Входити обов’язково)"; +$text['option-voicemail_file_listen']['de-de'] = "Link zur Nachricht (Login erforderlich)"; $text['option-voicemail_file_listen']['de-at'] = "Link zur Nachricht (Login erforderlich)"; $text['option-voicemail_file_listen']['he'] = ""; $text['option-voicemail_file_listen']['ru-ru'] = "Ссылка для прослушивания (требуется вход в систему)"; @@ -80,6 +86,7 @@ $text['option-voicemail_file_link']['pt-br'] = "Link para download (Não é nece $text['option-voicemail_file_link']['pl'] = "Link do pobrania (logowanie nie jest wymagane)"; $text['option-voicemail_file_link']['sv-se'] = "Nedladdnings-länk (Ingen Inloggning Krävs)"; $text['option-voicemail_file_link']['uk'] = "Посилання на завантаження (Входити не обов’язково)"; +$text['option-voicemail_file_link']['de-de'] = "Link zur Nachricht (kein Login erforderlich)"; $text['option-voicemail_file_link']['de-at'] = "Link zur Nachricht (kein Login erforderlich)"; $text['option-voicemail_file_link']['he'] = ""; $text['option-voicemail_file_link']['ru-ru'] = "Ссылка для загрузки (не требуется вход в систему)"; @@ -92,6 +99,7 @@ $text['option-voicemail_file_attach']['pt-br'] = "Anexo de arquivo de áudio"; $text['option-voicemail_file_attach']['pl'] = "Załącznik plik audio"; $text['option-voicemail_file_attach']['sv-se'] = "Ljudfil Bifogad"; $text['option-voicemail_file_attach']['uk'] = "Приєднати аудіофайл"; +$text['option-voicemail_file_attach']['de-de'] = "Audiodatei als Anhang"; $text['option-voicemail_file_attach']['de-at'] = "Audiodatei als Anhang"; $text['option-voicemail_file_attach']['he'] = ""; $text['option-voicemail_file_attach']['ru-ru'] = "Прикрепление аудиофайлов"; @@ -105,6 +113,7 @@ $text['message-toggled']['pl'] = "Przegubowe Zakończony"; $text['message-toggled']['he'] = "הושלם Toggle"; $text['message-toggled']['uk'] = "переключити Завершений"; $text['message-toggled']['sv-se'] = "Växla Avslutade"; +$text['message-toggled']['de-de'] = "Toggle Completed"; $text['message-toggled']['de-at'] = "Toggle Completed"; $text['message-toggled']['ro'] = "Completat toggle"; $text['message-toggled']['fa'] = ""; @@ -119,6 +128,7 @@ $text['message-messages_not_found']['pt-br'] = "Nenhuma mensagem encontrada."; $text['message-messages_not_found']['pl'] = "Nie znaleziono wiadomości."; $text['message-messages_not_found']['sv-se'] = "Inga meddelanden hittades."; $text['message-messages_not_found']['uk'] = "Не знайдено повідомлень"; +$text['message-messages_not_found']['de-de'] = "Nachricht nicht gefunden."; $text['message-messages_not_found']['de-at'] = "Nachricht nicht gefunden."; $text['message-messages_not_found']['he'] = "לא נמצאו הודעות"; $text['message-messages_not_found']['ru-ru'] = "Сообщений не найдено."; @@ -131,6 +141,7 @@ $text['label-voicemail_uuid']['pt-br'] = "UUID de caixa de correio de voz"; $text['label-voicemail_uuid']['pl'] = "UUID poczty głosowej"; $text['label-voicemail_uuid']['sv-se'] = "Röstbrevlåda UUID"; $text['label-voicemail_uuid']['uk'] = "UUID голосової пошти"; +$text['label-voicemail_uuid']['de-de'] = "Mailbox UUID"; $text['label-voicemail_uuid']['de-at'] = "Mailbox UUID"; $text['label-voicemail_uuid']['he'] = ""; $text['label-voicemail_uuid']['ru-ru'] = "UUID Голосовой почты"; @@ -143,6 +154,7 @@ $text['label-voicemail_password']['pt-br'] = "Senha do correio de voz"; $text['label-voicemail_password']['pl'] = "Hasło poczty głosowej"; $text['label-voicemail_password']['sv-se'] = "Lösenord"; $text['label-voicemail_password']['uk'] = "Пароль"; +$text['label-voicemail_password']['de-de'] = "Mailbox Passwort"; $text['label-voicemail_password']['de-at'] = "Mailbox Passwort"; $text['label-voicemail_password']['he'] = "סיסמא לתא קולי"; $text['label-voicemail_password']['ru-ru'] = "Пароль"; @@ -155,7 +167,8 @@ $text['label-voicemail_alternate_greet_id']['pt-br'] = ""; $text['label-voicemail_alternate_greet_id']['pl'] = ""; $text['label-voicemail_alternate_greet_id']['sv-se'] = ""; $text['label-voicemail_alternate_greet_id']['uk'] = ""; -$text['label-voicemail_alternate_greet_id']['de-at'] = ""; +$text['label-voicemail_alternate_greet_id']['de-de'] = "ID der alternativen Begrüßung"; +$text['label-voicemail_alternate_greet_id']['de-at'] = "ID der alternativen Begrüßung"; $text['label-voicemail_alternate_greet_id']['he'] = ""; $text['label-voicemail_alternate_greet_id']['ru-ru'] = "Альтернативный приветственный ID"; @@ -167,6 +180,7 @@ $text['label-voicemail_sms_to']['pt-br'] = "SMS para"; $text['label-voicemail_sms_to']['pl'] = "SMS do"; $text['label-voicemail_sms_to']['sv-se'] = ""; $text['label-voicemail_sms_to']['uk'] = "SMS-повідомлення на"; +$text['label-voicemail_sms_to']['de-de'] = "SMS an"; $text['label-voicemail_sms_to']['de-at'] = "SMS an"; $text['label-voicemail_sms_to']['he'] = ""; $text['label-voicemail_sms_to']['ru-ru'] = "SMS для"; @@ -179,7 +193,8 @@ $text['label-voicemail_transcription_enabled']['pt-br'] = ""; $text['label-voicemail_transcription_enabled']['pl'] = ""; $text['label-voicemail_transcription_enabled']['sv-se'] = ""; $text['label-voicemail_transcription_enabled']['uk'] = ""; -$text['label-voicemail_transcription_enabled']['de-at'] = ""; +$text['label-voicemail_transcription_enabled']['de-de'] = "Übertragung aktiviert"; +$text['label-voicemail_transcription_enabled']['de-at'] = "Übertragung aktiviert"; $text['label-voicemail_transcription_enabled']['he'] = ""; $text['label-voicemail_transcription_enabled']['ru-ru'] = "Транскрипция включена"; @@ -191,7 +206,8 @@ $text['label-voicemail_mail_to']['pt-br'] = "Enviar correio de voz para"; $text['label-voicemail_mail_to']['pl'] = "Wyślij pocztę głosową na email"; $text['label-voicemail_mail_to']['sv-se'] = "E-post Till"; $text['label-voicemail_mail_to']['uk'] = "Надсилати на"; -$text['label-voicemail_mail_to']['de-at'] = "Mailbox E-Mail"; +$text['label-voicemail_mail_to']['de-de'] = "Email senden an"; +$text['label-voicemail_mail_to']['de-at'] = "Email senden an"; $text['label-voicemail_mail_to']['he'] = "תא קולי לאימייל"; $text['label-voicemail_mail_to']['ru-ru'] = "Почта для"; @@ -203,7 +219,8 @@ $text['label-voicemail_local_after_email']['pt-br'] = "Manter mensagem de correi $text['label-voicemail_local_after_email']['pl'] = "Zachowaj na dysku serwera"; $text['label-voicemail_local_after_email']['sv-se'] = "Behåll Lokalt"; $text['label-voicemail_local_after_email']['uk'] = "Залишати локально"; -$text['label-voicemail_local_after_email']['de-at'] = "Mailbox Nachricht am Server behalten"; +$text['label-voicemail_local_after_email']['de-de'] = "Mailbox Nachricht auf dem Server behalten"; +$text['label-voicemail_local_after_email']['de-at'] = "Mailbox Nachricht auf dem Server behalten"; $text['label-voicemail_local_after_email']['he'] = "תא קולי השאר עותק"; $text['label-voicemail_local_after_email']['ru-ru'] = "Оставлять локально"; @@ -215,6 +232,7 @@ $text['label-voicemail_id']['pt-br'] = "ID de correio de voz"; $text['label-voicemail_id']['pl'] = "ID poczty głosowej"; $text['label-voicemail_id']['sv-se'] = "Röstbrevlåda ID"; $text['label-voicemail_id']['uk'] = "ID голосової пошти"; +$text['label-voicemail_id']['de-de'] = "Mailbox ID"; $text['label-voicemail_id']['de-at'] = "Mailbox ID"; $text['label-voicemail_id']['he'] = ""; $text['label-voicemail_id']['ru-ru'] = "ID голосовой почты"; @@ -227,7 +245,8 @@ $text['label-voicemail_file_attached']['pt-br'] = "Ligado"; $text['label-voicemail_file_attached']['pl'] = "Załącznik w emailu"; $text['label-voicemail_file_attached']['sv-se'] = "Bifogat"; $text['label-voicemail_file_attached']['uk'] = "Прикріплено"; -$text['label-voicemail_file_attached']['de-at'] = "im Anhang"; +$text['label-voicemail_file_attached']['de-de'] = "als Anhang"; +$text['label-voicemail_file_attached']['de-at'] = "als Anhang"; $text['label-voicemail_file_attached']['he'] = "מצורף"; $text['label-voicemail_file_attached']['ru-ru'] = "Прикреплено"; @@ -239,7 +258,8 @@ $text['label-voicemail_file']['pt-br'] = "Arquivo Voicemail"; $text['label-voicemail_file']['pl'] = "Plik poczty głosowej"; $text['label-voicemail_file']['sv-se'] = "Röstbrevlåda Fil"; $text['label-voicemail_file']['uk'] = "Файл повідомлення"; -$text['label-voicemail_file']['de-at'] = "Audio Datei"; +$text['label-voicemail_file']['de-de'] = "Voicemail Datei"; +$text['label-voicemail_file']['de-at'] = "Voicemail Datei"; $text['label-voicemail_file']['he'] = "תא קולי קובץ"; $text['label-voicemail_file']['ru-ru'] = "Файл Голосового сообщения"; @@ -251,7 +271,8 @@ $text['label-voicemail_enabled']['pt-br'] = "Correio de voz habilitado"; $text['label-voicemail_enabled']['pl'] = "Poczta włączona"; $text['label-voicemail_enabled']['sv-se'] = "Aktiverad"; $text['label-voicemail_enabled']['uk'] = "Включено"; -$text['label-voicemail_enabled']['de-at'] = "Mailbox eingeschaltet"; +$text['label-voicemail_enabled']['de-de'] = "Eingeschaltet"; +$text['label-voicemail_enabled']['de-at'] = "Eingeschaltet"; $text['label-voicemail_enabled']['he'] = ""; $text['label-voicemail_enabled']['ru-ru'] = "Включено"; @@ -263,6 +284,7 @@ $text['label-voicemail_description']['pt-br'] = "Descrição"; $text['label-voicemail_description']['pl'] = "Opis"; $text['label-voicemail_description']['sv-se'] = "Beskrivning"; $text['label-voicemail_description']['uk'] = "Опис"; +$text['label-voicemail_description']['de-de'] = "Beschreibung"; $text['label-voicemail_description']['de-at'] = "Beschreibung"; $text['label-voicemail_description']['he'] = "תאור"; $text['label-voicemail_description']['ru-ru'] = "Описание"; @@ -275,7 +297,8 @@ $text['label-voicemail_tutorial']['pt-br'] = ""; $text['label-voicemail_tutorial']['pl'] = ""; $text['label-voicemail_tutorial']['sv-se'] = ""; $text['label-voicemail_tutorial']['uk'] = ""; -$text['label-voicemail_tutorial']['de-at'] = ""; +$text['label-voicemail_tutorial']['de-de'] = "Anleitung abspielen"; +$text['label-voicemail_tutorial']['de-at'] = "Anleitung abspielen"; $text['label-voicemail_tutorial']['he'] = ""; $text['label-voicemail_tutorial']['ru-ru'] = "Воспроизвести учебник"; @@ -287,7 +310,8 @@ $text['label-tools']['pt-br'] = "Ferramentas"; $text['label-tools']['pl'] = "Narzędzia"; $text['label-tools']['sv-se'] = "Verktyg"; $text['label-tools']['uk'] = "Параметри"; -$text['label-tools']['de-at'] = "Werkzeug"; +$text['label-tools']['de-de'] = "Werkzeuge"; +$text['label-tools']['de-at'] = "Werkzeuge"; $text['label-tools']['he'] = "כלים"; $text['label-tools']['ru-ru'] = "Параметры"; @@ -299,6 +323,7 @@ $text['label-read_epoch']['pt-br'] = "Ler"; $text['label-read_epoch']['pl'] = "Odczyt"; $text['label-read_epoch']['sv-se'] = "Läs"; $text['label-read_epoch']['uk'] = "Читати"; +$text['label-read_epoch']['de-de'] = "Lesen"; $text['label-read_epoch']['de-at'] = "Lesen"; $text['label-read_epoch']['he'] = "קריאה"; $text['label-read_epoch']['ru-ru'] = "Читать"; @@ -311,7 +336,8 @@ $text['label-play']['pt-br'] = "Tocar"; $text['label-play']['pl'] = "Odtwórz"; $text['label-play']['sv-se'] = "Spela Upp"; $text['label-play']['uk'] = "Відтворити"; -$text['label-play']['de-at'] = "Play"; +$text['label-play']['de-de'] = "Abspielen"; +$text['label-play']['de-at'] = "Abspielen"; $text['label-play']['he'] = "נגן"; $text['label-play']['ru-ru'] = "Играть"; @@ -323,6 +349,7 @@ $text['label-pause']['pt-br'] = "Pausado"; $text['label-pause']['pl'] = "Pauza"; $text['label-pause']['sv-se'] = "Paus"; $text['label-pause']['uk'] = "Призупинити"; +$text['label-pause']['de-de'] = "Pause"; $text['label-pause']['de-at'] = "Pause"; $text['label-pause']['he'] = "השהייה"; $text['label-pause']['ru-ru'] = "Пауза"; @@ -335,6 +362,7 @@ $text['label-options']['pt-br'] = "Opções"; $text['label-options']['pl'] = "Opcje"; $text['label-options']['sv-se'] = "Val"; $text['label-options']['uk'] = "Параметри"; +$text['label-options']['de-de'] = "Optionen"; $text['label-options']['de-at'] = "Optionen"; $text['label-options']['he'] = "אופציות"; $text['label-options']['ru-ru'] = "Опции"; @@ -347,6 +375,7 @@ $text['label-option']['pt-br'] = "Opção"; $text['label-option']['pl'] = "Opcja"; $text['label-option']['sv-se'] = "Val"; $text['label-option']['uk'] = "Параметр"; +$text['label-option']['de-de'] = "Option"; $text['label-option']['de-at'] = "Option"; $text['label-option']['he'] = "אופציה"; $text['label-option']['ru-ru'] = "Опция"; @@ -360,6 +389,7 @@ $text['label-messages']['pl'] = "Wiadomości"; $text['label-messages']['uk'] = "повідомлення"; $text['label-messages']['sv-se'] = "meddelanden"; $text['label-messages']['ro'] = "mesaje"; +$text['label-messages']['de-de'] = "Nachrichten"; $text['label-messages']['de-at'] = "Nachrichten"; $text['label-messages']['ar-eg'] = "رسائل"; $text['label-messages']['he'] = "הודעות"; @@ -373,6 +403,7 @@ $text['label-message_status']['pt-br'] = "Estado"; $text['label-message_status']['pl'] = "Status"; $text['label-message_status']['sv-se'] = "Status"; $text['label-message_status']['uk'] = "Статус"; +$text['label-message_status']['de-de'] = "Status"; $text['label-message_status']['de-at'] = "Status"; $text['label-message_status']['he'] = "סטטוס"; $text['label-message_status']['ru-ru'] = "Статус"; @@ -385,6 +416,7 @@ $text['label-message_size']['pt-br'] = "Tamanho"; $text['label-message_size']['pl'] = "Rozmiar"; $text['label-message_size']['sv-se'] = "Storlek"; $text['label-message_size']['uk'] = "Розмір"; +$text['label-message_size']['de-de'] = "Größe"; $text['label-message_size']['de-at'] = "Größe"; $text['label-message_size']['he'] = "גודל"; $text['label-message_size']['ru-ru'] = "Размер"; @@ -397,7 +429,8 @@ $text['label-transcription']['pt-br'] = ""; $text['label-transcription']['pl'] = ""; $text['label-transcription']['sv-se'] = ""; $text['label-transcription']['uk'] = ""; -$text['label-transcription']['de-at'] = ""; +$text['label-transcription']['de-de'] = "Übertragung"; +$text['label-transcription']['de-at'] = "Übertragung"; $text['label-transcription']['he'] = ""; $text['label-transcription']['ru-ru'] = "Транскрипция"; @@ -409,6 +442,7 @@ $text['label-message_priority']['pt-br'] = "Prioridade"; $text['label-message_priority']['pl'] = "Priorytet"; $text['label-message_priority']['sv-se'] = "Prioritet"; $text['label-message_priority']['uk'] = "Пріоритет"; +$text['label-message_priority']['de-de'] = "Priorität"; $text['label-message_priority']['de-at'] = "Priorität"; $text['label-message_priority']['he'] = "תעדוף"; $text['label-message_priority']['ru-ru'] = "Приоритет"; @@ -421,6 +455,7 @@ $text['label-message_length']['pt-br'] = "Duração"; $text['label-message_length']['pl'] = "Długość"; $text['label-message_length']['sv-se'] = "Längd"; $text['label-message_length']['uk'] = "Довжина"; +$text['label-message_length']['de-de'] = "Länge"; $text['label-message_length']['de-at'] = "Länge"; $text['label-message_length']['he'] = "אורך"; $text['label-message_length']['ru-ru'] = "Длина"; @@ -433,6 +468,7 @@ $text['label-mailbox']['pt-br'] = "Caixa de entrada de e-mail"; $text['label-mailbox']['pl'] = "Skrzynka poczty głosowej"; $text['label-mailbox']['sv-se'] = "Röstbrevlåda"; $text['label-mailbox']['uk'] = "Поштова скринька"; +$text['label-mailbox']['de-de'] = "Mailbox"; $text['label-mailbox']['de-at'] = "Mailbox"; $text['label-mailbox']['he'] = ""; $text['label-mailbox']['ru-ru'] = "Почтовый ящик"; @@ -445,7 +481,8 @@ $text['label-greetings']['pt-br'] = "Saudações"; $text['label-greetings']['pl'] = "Powitania"; $text['label-greetings']['sv-se'] = "Hälsningar"; $text['label-greetings']['uk'] = "Привітання"; -$text['label-greetings']['de-at'] = "Begrüßung"; +$text['label-greetings']['de-de'] = "Begrüßungen"; +$text['label-greetings']['de-at'] = "Begrüßungen"; $text['label-greetings']['he'] = ""; $text['label-greetings']['ru-ru'] = "Приветствия"; @@ -457,7 +494,8 @@ $text['label-greeting']['pt-br'] = "ID de saudação"; $text['label-greeting']['pl'] = "ID Powitania"; $text['label-greeting']['sv-se'] = "Hälsning ID"; $text['label-greeting']['uk'] = "ID привітання"; -$text['label-greeting']['de-at'] = "Begrüßung ID"; +$text['label-greeting']['de-de'] = "Begrüßung"; +$text['label-greeting']['de-at'] = "Begrüßung"; $text['label-greeting']['he'] = ""; $text['label-greeting']['ru-ru'] = "Приветствие"; @@ -469,7 +507,8 @@ $text['label-forward_destinations']['pt-br'] = "Destino seguinte"; $text['label-forward_destinations']['pl'] = "Destynacje przekierowania"; $text['label-forward_destinations']['sv-se'] = "Vidarekopplingsdestinationer"; $text['label-forward_destinations']['uk'] = "Цілі для перенаправлення"; -$text['label-forward_destinations']['de-at'] = "Weiterleitungs Destinationen"; +$text['label-forward_destinations']['de-de'] = "Weiterleitungs Ziele"; +$text['label-forward_destinations']['de-at'] = "Weiterleitungs Ziele"; $text['label-forward_destinations']['he'] = ""; $text['label-forward_destinations']['ru-ru'] = "Пересылка адресатам"; @@ -481,7 +520,8 @@ $text['label-download']['pt-br'] = "Download"; $text['label-download']['pl'] = "Pobierz"; $text['label-download']['sv-se'] = "Ladda Ned"; $text['label-download']['uk'] = "Завантажини"; -$text['label-download']['de-at'] = "Download"; +$text['label-download']['de-de'] = "Herunterladen"; +$text['label-download']['de-at'] = "Herunterladen"; $text['label-download']['he'] = "הורדה"; $text['label-download']['ru-ru'] = "Загрузка"; @@ -493,6 +533,7 @@ $text['label-destination']['pt-br'] = "Número de destino"; $text['label-destination']['pl'] = "Destynacja"; $text['label-destination']['sv-se'] = "Destination"; $text['label-destination']['uk'] = "Номер"; +$text['label-destination']['de-de'] = "Ziel"; $text['label-destination']['de-at'] = "Ziel"; $text['label-destination']['he'] = "יעד"; $text['label-destination']['ru-ru'] = "Место назначения"; @@ -505,6 +546,7 @@ $text['label-created_epoch']['pt-br'] = "Criado"; $text['label-created_epoch']['pl'] = "Stworzono"; $text['label-created_epoch']['sv-se'] = "Skapad"; $text['label-created_epoch']['uk'] = "Створено"; +$text['label-created_epoch']['de-de'] = "Erstellt"; $text['label-created_epoch']['de-at'] = "Erstellt"; $text['label-created_epoch']['he'] = "נוצר"; $text['label-created_epoch']['ru-ru'] = "Создано"; @@ -517,6 +559,7 @@ $text['label-count']['pt-br'] = "Contagem"; $text['label-count']['pl'] = "Wyliczenie"; $text['label-count']['sv-se'] = "Räkna"; $text['label-count']['uk'] = "Кількість"; +$text['label-count']['de-de'] = "Zähler"; $text['label-count']['de-at'] = "Zähler"; $text['label-count']['he'] = "נספר"; $text['label-count']['ru-ru'] = "Подсчет"; @@ -529,6 +572,7 @@ $text['label-caller_id_number']['pt-br'] = "Número CID"; $text['label-caller_id_number']['pl'] = "Prezentacja numeru dzwoniącego"; $text['label-caller_id_number']['sv-se'] = "Nummerpresentation"; $text['label-caller_id_number']['uk'] = "Caller ID Номер"; +$text['label-caller_id_number']['de-de'] = "Anrufer Nummer"; $text['label-caller_id_number']['de-at'] = "Anrufer Nummer"; $text['label-caller_id_number']['he'] = ""; $text['label-caller_id_number']['ru-ru'] = "Caller ID Номера"; @@ -541,6 +585,7 @@ $text['label-caller_id_name']['pt-br'] = "Nome CID"; $text['label-caller_id_name']['pl'] = "Prezentacja nazwy dzwoniącego"; $text['label-caller_id_name']['sv-se'] = "Namnpresentation"; $text['label-caller_id_name']['uk'] = "Caller ID Ім’я"; +$text['label-caller_id_name']['de-de'] = "Anrufer Name"; $text['label-caller_id_name']['de-at'] = "Anrufer Name"; $text['label-caller_id_name']['he'] = ""; $text['label-caller_id_name']['ru-ru'] = "Caller ID Имя"; @@ -553,6 +598,7 @@ $text['header-voicemail_option']['pt-br'] = "Opção Voicemail"; $text['header-voicemail_option']['pl'] = "Opcje poczty głosowej"; $text['header-voicemail_option']['sv-se'] = "Röstbrevlåda Inställning"; $text['header-voicemail_option']['uk'] = "Параметри голосової пошти"; +$text['header-voicemail_option']['de-de'] = "Mailbox Option"; $text['header-voicemail_option']['de-at'] = "Mailbox Option"; $text['header-voicemail_option']['he'] = ""; $text['header-voicemail_option']['ru-ru'] = "Параметры Голосовой Почты"; @@ -565,6 +611,7 @@ $text['description-voicemail_uuid']['pt-br'] = "UUID da caixa de correio de voz" $text['description-voicemail_uuid']['pl'] = "UUID poczty głosowej"; $text['description-voicemail_uuid']['sv-se'] = "Röstbrevlåda UUID"; $text['description-voicemail_uuid']['uk'] = "UUID голосової пошти"; +$text['description-voicemail_uuid']['de-de'] = "Mailbox UUID"; $text['description-voicemail_uuid']['de-at'] = "Mailbox UUID"; $text['description-voicemail_uuid']['he'] = ""; $text['description-voicemail_uuid']['ru-ru'] = "UUID Голосовой почты"; @@ -577,7 +624,8 @@ $text['description-voicemail_password']['pt-br'] = "Introduza uma senha númeric $text['description-voicemail_password']['pl'] = "Dodaj numeryczne hasło poczty głosowej"; $text['description-voicemail_password']['sv-se'] = "Ange lösenordet."; $text['description-voicemail_password']['uk'] = "Введіть пароль"; -$text['description-voicemail_password']['de-at'] = "Geben Sie das numerische Mailbox Passwort an."; +$text['description-voicemail_password']['de-de'] = "Geben Sie das Mailbox Passwort an."; +$text['description-voicemail_password']['de-at'] = "Geben Sie das Mailbox Passwort an."; $text['description-voicemail_password']['he'] = ""; $text['description-voicemail_password']['ru-ru'] = "Введите пароль"; @@ -589,7 +637,8 @@ $text['description-voicemail_sms_to']['pt-br'] = ""; $text['description-voicemail_sms_to']['pl'] = "Wprowadź numer SMS do wysyłania powiadomienia poczty głosowej."; $text['description-voicemail_sms_to']['sv-se'] = "Ange numret SMS för att skicka röstmeddelanden anmälan till."; $text['description-voicemail_sms_to']['uk'] = "Введіть номер SMS відправити повідомлення голосової пошти."; -$text['description-voicemail_sms_to']['de-at'] = "Geben Sie die SMS-Nummer um Voicemail Benachrichtigung zu senden."; +$text['description-voicemail_sms_to']['de-de'] = "Geben Sie die SMS-Nummer an, an die Voicemail-Benachrichtigung gesendet werden sollen."; +$text['description-voicemail_sms_to']['de-at'] = "Geben Sie die SMS-Nummer an, an die Voicemail-Benachrichtigung gesendet werden sollen."; $text['description-voicemail_sms_to']['he'] = "הזן את מספר ה-SMS לשלוח הודעת תא קולי."; $text['description-voicemail_sms_to']['ru-ru'] = "Введите номер SMS, чтобы отправить уведомление о голосовой почте. "; @@ -601,7 +650,8 @@ $text['description-voicemail_transcription_enabled']['pt-br'] = ""; $text['description-voicemail_transcription_enabled']['pl'] = ""; $text['description-voicemail_transcription_enabled']['sv-se'] = ""; $text['description-voicemail_transcription_enabled']['uk'] = ""; -$text['description-voicemail_transcription_enabled']['de-at'] = ""; +$text['description-voicemail_transcription_enabled']['de-de'] = "Wählen Sie, ob die Voicemail Übertragung für diese Nebenstelle aktiviert werden soll"; +$text['description-voicemail_transcription_enabled']['de-at'] = "Wählen Sie, ob die Voicemail Übertragung für diese Nebenstelle aktiviert werden soll"; $text['description-voicemail_transcription_enabled']['he'] = ""; $text['description-voicemail_transcription_enabled']['ru-ru'] = "Выберите, разрешена ли голосовая почта для этого расширения"; @@ -613,6 +663,7 @@ $text['description-voicemail_message']['pt-br'] = "Lista de mensagem gravadas qu $text['description-voicemail_message']['pl'] = "Lista nagranych wiadomości głosowych, która pokazuje, kiedy wiadomość została nagrana, identyfikator rozmówcy, długość, rozmiar pliku i opcje pobrania lub usunięcia."; $text['description-voicemail_message']['sv-se'] = "En lista med inspelade röstmeddelanden som visar när meddelandet skapades, nummerpresentationen, längd, filstorlek och möjlighet att hämta eller radera meddelandet."; $text['description-voicemail_message']['uk'] = "Список записаних голосових повідомлень, який відображає, коли повідомлення було створено, інформація про абонента, довжина, розмір файлу і завантаження або видалення повідомлення."; +$text['description-voicemail_message']['de-de'] = "Eine Liste der Aufgenommenen Mailbox Nachrichten. Die Liste zeigt, wann die Nachricht aufgenommen wurde, wer angerufen hat, wie lange gesprochen wurde und wie groß die Datei ist. Die Dateien können heruntergeladen und/oder gelöscht werden."; $text['description-voicemail_message']['de-at'] = "Eine Liste der Aufgenommenen Mailbox Nachrichten. Die Liste zeigt, wann die Nachricht aufgenommen wurde, wer angerufen hat, wie lange gesprochen wurde und wie groß die Datei ist. Die Dateien können heruntergeladen und/oder gelöscht werden."; $text['description-voicemail_message']['he'] = ""; $text['description-voicemail_message']['ru-ru'] = "Список записанных голосовых сообщений, которые показывают, когда было создано сообщение, информацию идентификатора вызывающего абонента, длину, размер файла и загрузку или удаление сообщения."; @@ -625,7 +676,8 @@ $text['description-voicemail_alternate_greet_id']['pt-br'] = ""; $text['description-voicemail_alternate_greet_id']['pl'] = ""; $text['description-voicemail_alternate_greet_id']['sv-se'] = ""; $text['description-voicemail_alternate_greet_id']['uk'] = ""; -$text['description-voicemail_alternate_greet_id']['de-at'] = ""; +$text['description-voicemail_alternate_greet_id']['de-de'] = "Eine alternative begrüßungs ID, welche in der standard Begrüßung verwendet wird."; +$text['description-voicemail_alternate_greet_id']['de-at'] = "Eine alternative begrüßungs ID, welche in der standard Begrüßung verwendet wird."; $text['description-voicemail_alternate_greet_id']['he'] = ""; $text['description-voicemail_alternate_greet_id']['ru-ru'] = "Альтернативный приветственный идентификатор, используемый в приветствии по умолчанию."; @@ -637,6 +689,7 @@ $text['description-voicemail_mail_to']['pt-br'] = "Insira o endereço de email p $text['description-voicemail_mail_to']['pl'] = "Dodaj adres email na który będą wysyłane pliki poczty głosowej"; $text['description-voicemail_mail_to']['sv-se'] = "Ange E-post adressen dit meddelande skall skickas."; $text['description-voicemail_mail_to']['uk'] = "Введіть адресу E-Mail на яку надіслати голосове повідомлення"; +$text['description-voicemail_mail_to']['de-de'] = "Geben Sie die Email Adresse an, an die Ihre Mailbox Nachricht gesendet werden soll (optional)."; $text['description-voicemail_mail_to']['de-at'] = "Geben Sie die Email Adresse an, an die Ihre Mailbox Nachricht gesendet werden soll (optional)."; $text['description-voicemail_mail_to']['he'] = ""; $text['description-voicemail_mail_to']['ru-ru'] = "Введите адрес электронной почты для отправки голосовой почты."; @@ -649,6 +702,7 @@ $text['description-voicemail_local_after_email']['pt-br'] = "Selecione de desjea $text['description-voicemail_local_after_email']['pl'] = "Wybierz czy zachować plik poczty głosowej na dysku po wysłaniu zawiadomienia e-mail"; $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'] = "Виберіть, чи слід зберегти голосове повідомлення в системі після його відправлення на електронну пошту."; +$text['description-voicemail_local_after_email']['de-de'] = "Wählen Sie ob die Mailbox Nachricht am Server gespeichert werden soll, nachdem die Nachricht per Mail versendet worden ist."; $text['description-voicemail_local_after_email']['de-at'] = "Wählen Sie ob die Mailbox Nachricht am Server gespeichert werden soll, nachdem die Nachricht per Mail versendet worden ist."; $text['description-voicemail_local_after_email']['he'] = ""; $text['description-voicemail_local_after_email']['ru-ru'] = "Выберите, следует ли сохранять голосовую почту в системе после отправки уведомления по электронной почте."; @@ -661,6 +715,7 @@ $text['description-voicemail_id']['pt-br'] = "Insira o ID do correio de voz"; $text['description-voicemail_id']['pl'] = "Wprowadź ID poczty głosowej"; $text['description-voicemail_id']['sv-se'] = "Ange Röstbrevlåda ID"; $text['description-voicemail_id']['uk'] = "Введіть ID голосової пошти"; +$text['description-voicemail_id']['de-de'] = "Geben Sie die Mailbox ID an"; $text['description-voicemail_id']['de-at'] = "Geben Sie die Mailbox ID an"; $text['description-voicemail_id']['he'] = ""; $text['description-voicemail_id']['ru-ru'] = "Введите идентификатор голосовой почты"; @@ -673,7 +728,8 @@ $text['description-voicemail_file']['pt-br'] = "Selecione dentre as opções qua $text['description-voicemail_file']['pl'] = "Wybierz opcje odsłuchania poczty głosowej w zawiadomieniu e-mail"; $text['description-voicemail_file']['sv-se'] = "Välj ett alternativ för avlyssning i e-postmeddelandet."; $text['description-voicemail_file']['uk'] = "Виберіть опцію прослуховування включити з поштовим повідомленням."; -$text['description-voicemail_file']['de-at'] = "Wählen Sie eine Option für die Mailbox Benachrichtigung."; +$text['description-voicemail_file']['de-de'] = "Wählen Sie eine Abhör-Option für die Mailbox Benachrichtigung."; +$text['description-voicemail_file']['de-at'] = "Wählen Sie eine Abhör-Option für die Mailbox Benachrichtigung."; $text['description-voicemail_file']['he'] = ""; $text['description-voicemail_file']['ru-ru'] = "Выберите вариант прослушивания, который нужно включить с уведомлением по электронной почте."; @@ -685,6 +741,7 @@ $text['description-voicemail_enabled']['pt-br'] = "Habilitar/Desabilitar o corre $text['description-voicemail_enabled']['pl'] = "Włącz/wyłącz pocztę głosowa dla tego numeru wewnętrznego"; $text['description-voicemail_enabled']['sv-se'] = "Aktivera/Inaktivera röstbrevlåda."; $text['description-voicemail_enabled']['uk'] = "Виберіть, щоб включити або відключити це голосове повідомлення."; +$text['description-voicemail_enabled']['de-de'] = "Mailbox für diese Nebenstelle Ein- oder Ausschalten."; $text['description-voicemail_enabled']['de-at'] = "Mailbox für diese Nebenstelle Ein- oder Ausschalten."; $text['description-voicemail_enabled']['he'] = ""; $text['description-voicemail_enabled']['ru-ru'] = "Выберите, чтобы включить или отключить эту голосовую почту."; @@ -697,6 +754,7 @@ $text['description-voicemail_description']['pt-br'] = "Insira a descrição"; $text['description-voicemail_description']['pl'] = "Wprowadź opis"; $text['description-voicemail_description']['sv-se'] = "Ange Beskrivning."; $text['description-voicemail_description']['uk'] = "Введіть опис"; +$text['description-voicemail_description']['de-de'] = "Geben Sie eine Beschreibung an."; $text['description-voicemail_description']['de-at'] = "Geben Sie eine Beschreibung an."; $text['description-voicemail_description']['he'] = ""; $text['description-voicemail_description']['ru-ru'] = "Введите описание."; @@ -709,6 +767,7 @@ $text['description-voicemail']['pt-br'] = "Definições do correio de voz"; $text['description-voicemail']['pl'] = "Ustawienia poczty głosowej"; $text['description-voicemail']['sv-se'] = "Röstbrevlåda Inställningar."; $text['description-voicemail']['uk'] = "Налаштування голосової пошти"; +$text['description-voicemail']['de-de'] = "Mailbox Einstellungen."; $text['description-voicemail']['de-at'] = "Mailbox Einstellungen."; $text['description-voicemail']['he'] = ""; $text['description-voicemail']['ru-ru'] = "Настройки голосовой почты."; @@ -721,6 +780,7 @@ $text['description-read_epoch']['pt-br'] = "Ler"; $text['description-read_epoch']['pl'] = "Odczytanie"; $text['description-read_epoch']['sv-se'] = "Läs"; $text['description-read_epoch']['uk'] = "Читати"; +$text['description-read_epoch']['de-de'] = "Abgehört"; $text['description-read_epoch']['de-at'] = "Abgehört"; $text['description-read_epoch']['he'] = "נקרא"; $text['description-read_epoch']['ru-ru'] = "Читать"; @@ -733,6 +793,7 @@ $text['description-options']['pt-br'] = "Selecione o nome da fila"; $text['description-options']['pl'] = "Zdefiniuj opcje dzwoniącego w menu IVR"; $text['description-options']['sv-se'] = "Definiera val för inringande till röstbrevlådan."; $text['description-options']['uk'] = "Задайте параметри абонента для привітання голосової пошти"; +$text['description-options']['de-de'] = "Definieren Sie Optionen für die Mailbox Begrüßung."; $text['description-options']['de-at'] = "Definieren Sie Optionen für die Mailbox Begrüßung."; $text['description-options']['he'] = ""; $text['description-options']['ru-ru'] = "Определите параметры вызывающего абонента для приветствия голосовой почты."; @@ -745,6 +806,7 @@ $text['description-message_status']['pt-br'] = "Estado"; $text['description-message_status']['pl'] = "Status"; $text['description-message_status']['sv-se'] = "Status"; $text['description-message_status']['uk'] = "Статус"; +$text['description-message_status']['de-de'] = "Status"; $text['description-message_status']['de-at'] = "Status"; $text['description-message_status']['he'] = ""; $text['description-message_status']['ru-ru'] = "Статус"; @@ -757,6 +819,7 @@ $text['description-message_priority']['pt-br'] = "Prioridade"; $text['description-message_priority']['pl'] = "Priorytet"; $text['description-message_priority']['sv-se'] = "Prioritet"; $text['description-message_priority']['uk'] = "Пріоритет"; +$text['description-message_priority']['de-de'] = "Priorität"; $text['description-message_priority']['de-at'] = "Priorität"; $text['description-message_priority']['he'] = ""; $text['description-message_priority']['ru-ru'] = "Приоритет"; @@ -769,6 +832,7 @@ $text['description-message_length']['pt-br'] = "Durção"; $text['description-message_length']['pl'] = "Długość"; $text['description-message_length']['sv-se'] = "Längd"; $text['description-message_length']['uk'] = "Довжина"; +$text['description-message_length']['de-de'] = "Länge"; $text['description-message_length']['de-at'] = "Länge"; $text['description-message_length']['he'] = ""; $text['description-message_length']['ru-ru'] = "Длинна"; @@ -781,7 +845,8 @@ $text['description-greeting']['pt-br'] = "Insira o ID da saudação"; $text['description-greeting']['pl'] = "Wprowadź ID powitania"; $text['description-greeting']['sv-se'] = "Ange Hälsningens ID"; $text['description-greeting']['uk'] = "Введіть ID привітання"; -$text['description-greeting']['de-at'] = "Geben Sie die Begrüßungs ID an."; +$text['description-greeting']['de-de'] = "Geben Sie die Begrüßungs-ID an."; +$text['description-greeting']['de-at'] = "Geben Sie die Begrüßungs-ID an."; $text['description-greeting']['he'] = ""; $text['description-greeting']['ru-ru'] = "Выберите желаемое приветствие."; @@ -793,6 +858,7 @@ $text['description-forward_destinations']['pt-br'] = "Mensagens de voz para dest $text['description-forward_destinations']['pl'] = "Przekieruj nagrania poczty głosowej do dodatkowej destynacji."; $text['description-forward_destinations']['sv-se'] = "Vidarekoppla röstmeddelanden till ytterligare destinationer."; $text['description-forward_destinations']['uk'] = "Направити повідомлення голосової пошти на додаткові місця призначення."; +$text['description-forward_destinations']['de-de'] = "Mailbox Nachrichten an zusätzliche Nebenstellen weiterleiten."; $text['description-forward_destinations']['de-at'] = "Mailbox Nachrichten an zusätzliche Nebenstellen weiterleiten."; $text['description-forward_destinations']['he'] = ""; $text['description-forward_destinations']['ru-ru'] = "Пересылать сообщения голосовой почты на дополнительные адресаты."; @@ -805,6 +871,7 @@ $text['description-created_epoch']['pt-br'] = "Criado"; $text['description-created_epoch']['pl'] = "Stworzono"; $text['description-created_epoch']['sv-se'] = "SKapad"; $text['description-created_epoch']['uk'] = "Створено"; +$text['description-created_epoch']['de-de'] = "Erstellt"; $text['description-created_epoch']['de-at'] = "Erstellt"; $text['description-created_epoch']['he'] = ""; $text['description-created_epoch']['ru-ru'] = "Создано"; @@ -817,6 +884,7 @@ $text['description-caller_id_number']['pt-br'] = "Número do receptor"; $text['description-caller_id_number']['pl'] = "Prezentacja numeru dzwoniącego"; $text['description-caller_id_number']['sv-se'] = "Nummerpresentation"; $text['description-caller_id_number']['uk'] = "Caller ID Номер"; +$text['description-caller_id_number']['de-de'] = "Anruferkennung (Nummer)"; $text['description-caller_id_number']['de-at'] = "Anruferkennung (Nummer)"; $text['description-caller_id_number']['he'] = ""; $text['description-caller_id_number']['ru-ru'] = "Caller ID Номера"; @@ -829,6 +897,7 @@ $text['description-caller_id_name']['pt-br'] = "Nome do receptor"; $text['description-caller_id_name']['pl'] = "Prezentacja nazwy dzwoniącego"; $text['description-caller_id_name']['sv-se'] = "Namnpresentation"; $text['description-caller_id_name']['uk'] = "Caller ID Ім’я"; +$text['description-caller_id_name']['de-de'] = "Anruferkennung (Name)"; $text['description-caller_id_name']['de-at'] = "Anruferkennung (Name)"; $text['description-caller_id_name']['he'] = ""; $text['description-caller_id_name']['ru-ru'] = "Caller ID Имя"; @@ -841,7 +910,8 @@ $text['description-voicemail_tutorial']['pt-br'] = ""; $text['description-voicemail_tutorial']['pl'] = ""; $text['description-voicemail_tutorial']['sv-se'] = ""; $text['description-voicemail_tutorial']['uk'] = ""; -$text['description-voicemail_tutorial']['de-at'] = ""; +$text['description-voicemail_tutorial']['de-de'] = "Die Anleitung für die Mailbox nach der nächsten Anmeldung abspielen."; +$text['description-voicemail_tutorial']['de-at'] = "Die Anleitung für die Mailbox nach der nächsten Anmeldung abspielen."; $text['description-voicemail_tutorial']['he'] = ""; $text['description-voicemail_tutorial']['ru-ru'] = "Воспроизведите голосовое сообщение после следующего входа в систему голосовой почты."; @@ -854,6 +924,7 @@ $text['button-toggle']['pl'] = "Przełącznik"; $text['button-toggle']['he'] = "לְמַתֵג"; $text['button-toggle']['uk'] = "тумблер"; $text['button-toggle']['sv-se'] = "toggle"; +$text['button-toggle']['de-de'] = "Umschalten"; $text['button-toggle']['de-at'] = "Umschalten"; $text['button-toggle']['ro'] = "Comutare"; $text['button-toggle']['fa'] = ""; @@ -868,6 +939,7 @@ $text['button-settings']['pt-br'] = "Definições"; $text['button-settings']['pl'] = "Ustawienia"; $text['button-settings']['sv-se'] = "Inställningar"; $text['button-settings']['uk'] = "Налаштування"; +$text['button-settings']['de-de'] = "Einstellungen"; $text['button-settings']['de-at'] = "Einstellungen"; $text['button-settings']['he'] = "הגדרות"; $text['button-settings']['ru-ru'] = "Настройки"; @@ -880,6 +952,7 @@ $text['button-greetings']['pt-br'] = "Saudações"; $text['button-greetings']['pl'] = "Powitania"; $text['button-greetings']['sv-se'] = "Hälsning"; $text['button-greetings']['uk'] = "Привітання"; +$text['button-greetings']['de-de'] = "Begrüßungen"; $text['button-greetings']['de-at'] = "Begrüßungen"; $text['button-greetings']['he'] = ""; $text['button-greetings']['ru-ru'] = "Приветствия"; diff --git a/app/voicemails/app_menu.php b/app/voicemails/app_menu.php index 04d528f7c2..215cb75424 100644 --- a/app/voicemails/app_menu.php +++ b/app/voicemails/app_menu.php @@ -7,7 +7,8 @@ $apps[$x]['menu'][0]['title']['pt-br'] = "Correio de voz"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Голосовая почта"; $apps[$x]['menu'][0]['title']['sv-se'] = "Röstbrevlåda"; $apps[$x]['menu'][0]['title']['uk'] = "Голосова пошта"; -$apps[$x]['menu'][0]['title']['de-at'] = "Mailbox"; +$apps[$x]['menu'][0]['title']['de-de'] = "Sprachnachrichten"; +$apps[$x]['menu'][0]['title']['de-at'] = "Sprachnachrichten"; $apps[$x]['menu'][0]['title']['he'] = "תא קולי"; $apps[$x]['menu'][0]['uuid'] = "0347f82a-62a0-49d0-bacd-511d080c46d5"; $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index 5304ce5431..2b08ebf12f 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -11,9 +11,9 @@ $apps[$x]['description']['en-us'] = "Call Detail Records with all information about the call."; $apps[$x]['description']['es-cl'] = "Registro de detalle de llamados con toda la información de la llamada"; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Detaillierte Historie mit informationen über alle Anrufe."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Detaillierte Historie mit informationen über alle Anrufe."; $apps[$x]['description']['fr-fr'] = "Historique des Appels complets."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/app/xml_cdr/app_languages.php b/app/xml_cdr/app_languages.php index c774bcffc8..eaae46d121 100644 --- a/app/xml_cdr/app_languages.php +++ b/app/xml_cdr/app_languages.php @@ -8,6 +8,7 @@ $text['title2']['pt-br'] = "Detalhes das chamadas"; $text['title2']['pl'] = "Szczegóły rozmowy"; $text['title2']['sv-se'] = "Samtalsdetaljer"; $text['title2']['uk'] = "Деталі дзвінка"; +$text['title2']['de-de'] = "Anruf Details"; $text['title2']['de-at'] = "Anruf Details"; $text['title2']['he'] = "פרטי שיחה"; $text['title2']['ru-ru'] = "Сведения о вызове"; @@ -20,6 +21,7 @@ $text['title-extension_summary']['pt-br'] = "Resumo da extensão"; $text['title-extension_summary']['pl'] = "Podsumowanie numerów wewnętrznych"; $text['title-extension_summary']['sv-se'] = "Anknytnings Summering"; $text['title-extension_summary']['uk'] = ""; +$text['title-extension_summary']['de-de'] = "Nebenstellen Statistik"; $text['title-extension_summary']['de-at'] = "Nebenstellen Statistik"; $text['title-extension_summary']['he'] = "סיכום שלוחות"; $text['title-extension_summary']['ru-ru'] = "По всем номерам"; @@ -32,6 +34,7 @@ $text['title']['pt-br'] = "Configurações da Conta"; $text['title']['pl'] = "Wykaz rozmów"; $text['title']['sv-se'] = "Detaljerad Samtalsinformation"; $text['title']['uk'] = "Параметри облікового запису"; +$text['title']['de-de'] = "Meine Gespräche"; $text['title']['de-at'] = "Meine Gespräche"; $text['title']['he'] = "הגדרת חשבון"; $text['title']['ru-ru'] = "Детализация Вызовов"; @@ -44,6 +47,7 @@ $text['table-time']['pt-br'] = "Tempo"; $text['table-time']['pl'] = "Czas"; $text['table-time']['sv-se'] = "Tid"; $text['table-time']['uk'] = "Час"; +$text['table-time']['de-de'] = "Zeit"; $text['table-time']['de-at'] = "Zeit"; $text['table-time']['he'] = "זמן"; $text['table-time']['ru-ru'] = "Время"; @@ -56,6 +60,7 @@ $text['table-name']['pt-br'] = "Nome"; $text['table-name']['pl'] = "Nazwa"; $text['table-name']['sv-se'] = "Namn"; $text['table-name']['uk'] = "Назва"; +$text['table-name']['de-de'] = "Name"; $text['table-name']['de-at'] = "Name"; $text['table-name']['he'] = "שם"; $text['table-name']['ru-ru'] = "Имя"; @@ -68,6 +73,7 @@ $text['table-missed']['pt-br'] = "Perdidas"; $text['table-missed']['pl'] = "Nieodebrane"; $text['table-missed']['sv-se'] = "Missat"; $text['table-missed']['uk'] = ""; +$text['table-missed']['de-de'] = "Verpasst"; $text['table-missed']['de-at'] = "Verpasst"; $text['table-missed']['he'] = "שיחות שלא נענו"; $text['table-missed']['ru-ru'] = "Пропущщеные"; @@ -80,6 +86,7 @@ $text['table-minutes']['pt-br'] = "Minutos"; $text['table-minutes']['pl'] = "Ilość minut"; $text['table-minutes']['sv-se'] = "Minuter"; $text['table-minutes']['uk'] = "Хвилини"; +$text['table-minutes']['de-de'] = "Minuten"; $text['table-minutes']['de-at'] = "Minuten"; $text['table-minutes']['he'] = "דקות"; $text['table-minutes']['ru-ru'] = "Минут"; @@ -92,6 +99,7 @@ $text['table-hours']['pt-br'] = "Horas "; $text['table-hours']['pl'] = "Godziny"; $text['table-hours']['sv-se'] = "Timmar"; $text['table-hours']['uk'] = "Години"; +$text['table-hours']['de-de'] = "Stunden"; $text['table-hours']['de-at'] = "Stunden"; $text['table-hours']['he'] = "שעות"; $text['table-hours']['ru-ru'] = "Часов"; @@ -104,6 +112,7 @@ $text['table-end']['pt-br'] = "Fim"; $text['table-end']['pl'] = "Koniec"; $text['table-end']['sv-se'] = "Slut"; $text['table-end']['uk'] = "Кінець"; +$text['table-end']['de-de'] = "Ende"; $text['table-end']['de-at'] = "Ende"; $text['table-end']['he'] = "סיום"; $text['table-end']['ru-ru'] = "Конец"; @@ -116,6 +125,7 @@ $text['table-download']['pt-br'] = "Número"; $text['table-download']['pl'] = "Numer"; $text['table-download']['sv-se'] = "Nummer"; $text['table-download']['uk'] = "Скачати"; +$text['table-download']['de-de'] = "Nummer"; $text['table-download']['de-at'] = "Nummer"; $text['table-download']['he'] = "הורדה"; $text['table-download']['ru-ru'] = "Номер"; @@ -128,6 +138,7 @@ $text['table-direction']['pt-br'] = "Direção"; $text['table-direction']['pl'] = "Kierunek"; $text['table-direction']['sv-se'] = "Riktning"; $text['table-direction']['uk'] = "Напрям"; +$text['table-direction']['de-de'] = "Richtung"; $text['table-direction']['de-at'] = "Richtung"; $text['table-direction']['he'] = "כיוון שיחה"; $text['table-direction']['ru-ru'] = "Направление"; @@ -140,6 +151,7 @@ $text['table-days']['pt-br'] = "Dias"; $text['table-days']['pl'] = "Dni"; $text['table-days']['sv-se'] = "Dagar"; $text['table-days']['uk'] = "Дні"; +$text['table-days']['de-de'] = "Tage"; $text['table-days']['de-at'] = "Tage"; $text['table-days']['he'] = "ימים"; $text['table-days']['ru-ru'] = "Дни"; @@ -152,6 +164,7 @@ $text['table-date']['pt-br'] = "Data"; $text['table-date']['pl'] = "Data"; $text['table-date']['sv-se'] = "Datum"; $text['table-date']['uk'] = "Дата"; +$text['table-date']['de-de'] = "Datum"; $text['table-date']['de-at'] = "Datum"; $text['table-date']['he'] = "תאריך"; $text['table-date']['ru-ru'] = "Дата"; @@ -164,6 +177,7 @@ $text['table-calls-per-minute']['pt-br'] = "Chamadas por minuto"; $text['table-calls-per-minute']['pl'] = "Ilość rozmów na minutę"; $text['table-calls-per-minute']['sv-se'] = "Samtal Per Minut"; $text['table-calls-per-minute']['uk'] = ""; +$text['table-calls-per-minute']['de-de'] = "Anrufe pro Min"; $text['table-calls-per-minute']['de-at'] = "Anrufe pro Min"; $text['table-calls-per-minute']['he'] = "שיחות פר דקה"; $text['table-calls-per-minute']['ru-ru'] = "Вызовов в минуту"; @@ -176,6 +190,7 @@ $text['option-yesterday']['pt-br'] = "Ontem"; $text['option-yesterday']['pl'] = "Wczoraj"; $text['option-yesterday']['sv-se'] = "Igår"; $text['option-yesterday']['uk'] = "Вчора"; +$text['option-yesterday']['de-de'] = "Gestern"; $text['option-yesterday']['de-at'] = "Gestern"; $text['option-yesterday']['he'] = "אתמול"; $text['option-yesterday']['ru-ru'] = "Вчера"; @@ -188,6 +203,7 @@ $text['option-today']['pt-br'] = "Hoje"; $text['option-today']['pl'] = "Dzisiaj"; $text['option-today']['sv-se'] = "Idag"; $text['option-today']['uk'] = "Сьогодні"; +$text['option-today']['de-de'] = "Heute"; $text['option-today']['de-at'] = "Heute"; $text['option-today']['he'] = "היום"; $text['option-today']['ru-ru'] = "Сегодня"; @@ -200,6 +216,7 @@ $text['option-this_year']['pt-br'] = "Este ano"; $text['option-this_year']['pl'] = "W tym roku"; $text['option-this_year']['sv-se'] = "Detta Året"; $text['option-this_year']['uk'] = "Цього року"; +$text['option-this_year']['de-de'] = "Dieses Jahr"; $text['option-this_year']['de-at'] = "Dieses Jahr"; $text['option-this_year']['he'] = "בשנה זו"; $text['option-this_year']['ru-ru'] = "В этом году"; @@ -212,6 +229,7 @@ $text['option-this_week']['pt-br'] = "Este mês"; $text['option-this_week']['pl'] = "W tym miesiącu"; $text['option-this_week']['sv-se'] = "Denna Månaden"; $text['option-this_week']['uk'] = "Цього тижня"; +$text['option-this_week']['de-de'] = "Diese Woche"; $text['option-this_week']['de-at'] = "Diese Woche"; $text['option-this_week']['he'] = "בשבוע זה"; $text['option-this_week']['ru-ru'] = "На этой неделе"; @@ -224,6 +242,7 @@ $text['option-this_month']['pt-br'] = "Este mês"; $text['option-this_month']['pl'] = "W tym miesiącu"; $text['option-this_month']['sv-se'] = "Denna Månaden"; $text['option-this_month']['uk'] = "Цього місяця"; +$text['option-this_month']['de-de'] = "Diesen Monat"; $text['option-this_month']['de-at'] = "Diesen Monat"; $text['option-this_month']['he'] = "בחודש זה"; $text['option-this_month']['ru-ru'] = "В этом месяце"; @@ -236,6 +255,7 @@ $text['option-last_seven_days']['pt-br'] = "Nos últimos 7 Dias"; $text['option-last_seven_days']['pl'] = "Ostatnie 7 Dni"; $text['option-last_seven_days']['sv-se'] = "Senaste 7 Dagarna"; $text['option-last_seven_days']['uk'] = "За останні 7 днів"; +$text['option-last_seven_days']['de-de'] = "Letzte 7 Tage"; $text['option-last_seven_days']['de-at'] = "Letzte 7 Tage"; $text['option-last_seven_days']['he'] = "7 ימים אחרונים"; $text['option-last_seven_days']['ru-ru'] = "За последние 7 дней"; @@ -248,6 +268,7 @@ $text['option-last_hour']['pt-br'] = "Próxima hora"; $text['option-last_hour']['pl'] = "W ostatniej godzinie"; $text['option-last_hour']['sv-se'] = "Senaste Timman"; $text['option-last_hour']['uk'] = "За останню годину"; +$text['option-last_hour']['de-de'] = "Letzte Stunde"; $text['option-last_hour']['de-at'] = "Letzte Stunde"; $text['option-last_hour']['he'] = "בשעה אחרונה"; $text['option-last_hour']['ru-ru'] = "За последний час"; @@ -260,6 +281,7 @@ $text['option-default']['pt-br'] = "Padrão"; $text['option-default']['pl'] = "Domyślny"; $text['option-default']['sv-se'] = "Standard"; $text['option-default']['uk'] = "Типово"; +$text['option-default']['de-de'] = "Vorgabe"; $text['option-default']['de-at'] = "Vorgabe"; $text['option-default']['he'] = ""; $text['option-default']['ru-ru'] = "По умолчанию"; @@ -272,6 +294,7 @@ $text['message-preparing_download']['pt-br'] = "Preparando arquivos para downloa $text['message-preparing_download']['pl'] = "Przygotowanie pliku do pobrania, proszę czekać ..."; $text['message-preparing_download']['sv-se'] = "Förbereder fil för nedladdning, VG vänta..."; $text['message-preparing_download']['uk'] = "Підготовка файлу для завантаження, зачекайте, будь ласка..."; +$text['message-preparing_download']['de-de'] = "Bereite Datei für den Download vor, bitte warten..."; $text['message-preparing_download']['de-at'] = "Bereite Datei für den Download vor, bitte warten..."; $text['message-preparing_download']['he'] = "מכין קובץ להורדה, אנא המתן"; $text['message-preparing_download']['ru-ru'] = "Подготовка файла для загрузки, пожалуйста, подождите..."; @@ -284,6 +307,7 @@ $text['label-write_codec']['pt-br'] = "Escrever CODEC"; $text['label-write_codec']['pl'] = "Zapisz kodek"; $text['label-write_codec']['sv-se'] = "Write Codec"; $text['label-write_codec']['uk'] = "Кодеки запису"; +$text['label-write_codec']['de-de'] = "Schreib Codec"; $text['label-write_codec']['de-at'] = "Schreib Codec"; $text['label-write_codec']['he'] = ""; $text['label-write_codec']['ru-ru'] = "Кодек Записи"; @@ -296,6 +320,7 @@ $text['label-voicemail']['pt-br'] = "Correio de voz"; $text['label-voicemail']['pl'] = "Poczta głosowa"; $text['label-voicemail']['sv-se'] = "Röstbrevlåda"; $text['label-voicemail']['uk'] = "Голосова пошта"; +$text['label-voicemail']['de-de'] = "Mailbox"; $text['label-voicemail']['de-at'] = "Mailbox"; $text['label-voicemail']['he'] = "תא קולי"; $text['label-voicemail']['ru-ru'] = "Голосовая почта"; @@ -307,6 +332,7 @@ $text['label-variables']['pt-br'] = "Variáveis"; $text['label-variables']['pl'] = "Zmienne"; $text['label-variables']['sv-se'] = "Variabler"; $text['label-variables']['uk'] = "Змінні"; +$text['label-variables']['de-de'] = "Variablen"; $text['label-variables']['de-at'] = "Variablen"; $text['label-variables']['he'] = ""; $text['label-variables']['ru-ru'] = "Переменные"; @@ -319,6 +345,7 @@ $text['label-uuid']['pt-br'] = "UUID"; $text['label-uuid']['pl'] = "UUID "; $text['label-uuid']['sv-se'] = "UUID"; $text['label-uuid']['uk'] = "UUID "; +$text['label-uuid']['de-de'] = "UUID"; $text['label-uuid']['de-at'] = "UUID"; $text['label-uuid']['he'] = ""; $text['label-uuid']['ru-ru'] = "UUID"; @@ -331,6 +358,7 @@ $text['label-username']['pt-br'] = "Nome do Usuário"; $text['label-username']['pl'] = "Użytkownik"; $text['label-username']['sv-se'] = "Användarnamn"; $text['label-username']['uk'] = "Ім’я користувача"; +$text['label-username']['de-de'] = "Benutzername"; $text['label-username']['de-at'] = "Benutzername"; $text['label-username']['he'] = "שם משתמש"; $text['label-username']['ru-ru'] = "Имя пользователя"; @@ -343,6 +371,7 @@ $text['label-tta']['pt-br'] = "TTA"; $text['label-tta']['pl'] = "TTA"; $text['label-tta']['sv-se'] = "TTA"; $text['label-tta']['uk'] = "TTA "; +$text['label-tta']['de-de'] = "TTA"; $text['label-tta']['de-at'] = "TTA"; $text['label-tta']['he'] = ""; $text['label-tta']['ru-ru'] = "TTA"; @@ -355,7 +384,8 @@ $text['label-total']['pt-br'] = "Total"; $text['label-total']['pl'] = "Podsumowanie"; $text['label-total']['sv-se'] = "Totalt"; $text['label-total']['uk'] = "Всього"; -$text['label-total']['de-at'] = "Total"; +$text['label-total']['de-de'] = "Summe"; +$text['label-total']['de-at'] = "Summe"; $text['label-total']['he'] = "סה״כ"; $text['label-total']['ru-ru'] = "Всего"; @@ -367,6 +397,7 @@ $text['label-tools']['pt-br'] = "Ferramentas"; $text['label-tools']['pl'] = "Narzędzia"; $text['label-tools']['sv-se'] = "Verktyg"; $text['label-tools']['uk'] = "Параметри"; +$text['label-tools']['de-de'] = "Funktionen"; $text['label-tools']['de-at'] = "Funktionen"; $text['label-tools']['he'] = "כלים"; $text['label-tools']['ru-ru'] = "Инструменты"; @@ -379,6 +410,7 @@ $text['label-to']['pt-br'] = "Final"; $text['label-to']['pl'] = "Do"; $text['label-to']['sv-se'] = "Till"; $text['label-to']['uk'] = "До"; +$text['label-to']['de-de'] = "Bis"; $text['label-to']['de-at'] = "Bis"; $text['label-to']['he'] = "ל"; $text['label-to']['ru-ru'] = "До"; @@ -391,6 +423,7 @@ $text['label-summary']['pt-br'] = "Sumário"; $text['label-summary']['pl'] = "Podsumowanie"; $text['label-summary']['sv-se'] = "Summa"; $text['label-summary']['uk'] = ""; +$text['label-summary']['de-de'] = "Zusammenfassung"; $text['label-summary']['de-at'] = "Zusammenfassung"; $text['label-summary']['he'] = "סיכום"; $text['label-summary']['ru-ru'] = "Сводка"; @@ -403,6 +436,7 @@ $text['label-status']['pt-br'] = "Estado"; $text['label-status']['pl'] = "Status"; $text['label-status']['sv-se'] = "Status"; $text['label-status']['uk'] = "Статус"; +$text['label-status']['de-de'] = "Status"; $text['label-status']['de-at'] = "Status"; $text['label-status']['he'] = "סטטוס"; $text['label-status']['ru-ru'] = "Статус"; @@ -415,6 +449,7 @@ $text['label-start_range']['pt-br'] = "Começo série"; $text['label-start_range']['pl'] = "Początek zakresu"; $text['label-start_range']['sv-se'] = "Intervall start"; $text['label-start_range']['uk'] = ""; +$text['label-start_range']['de-de'] = "Start Bereich"; $text['label-start_range']['de-at'] = "Start Bereich"; $text['label-start_range']['he'] = "החל מטווח"; $text['label-start_range']['ru-ru'] = "Начало"; @@ -427,6 +462,7 @@ $text['label-start_date_time']['pt-br'] = "Data/Hora de inicio"; $text['label-start_date_time']['pl'] = "Czas i data rozpoczęcia"; $text['label-start_date_time']['sv-se'] = "Start Datum/Tid"; $text['label-start_date_time']['uk'] = ""; +$text['label-start_date_time']['de-de'] = "Start Datum/Zeit"; $text['label-start_date_time']['de-at'] = "Start Datum/Zeit"; $text['label-start_date_time']['he'] = "החל מתאריך/שעה"; $text['label-start_date_time']['ru-ru'] = "Старт Дата/Время"; @@ -439,6 +475,7 @@ $text['label-start']['pt-br'] = "Iniciar"; $text['label-start']['pl'] = "Początek rozmowy"; $text['label-start']['sv-se'] = "Starta"; $text['label-start']['uk'] = "Запустити"; +$text['label-start']['de-de'] = "Start"; $text['label-start']['de-at'] = "Start"; $text['label-start']['he'] = "החל"; $text['label-start']['ru-ru'] = "Старт"; @@ -451,6 +488,7 @@ $text['label-source']['pt-br'] = "Origem"; $text['label-source']['pl'] = "Numer prezentowany"; $text['label-source']['sv-se'] = "Källa"; $text['label-source']['uk'] = "Джерело"; +$text['label-source']['de-de'] = "Quelle"; $text['label-source']['de-at'] = "Quelle"; $text['label-source']['he'] = "מקור"; $text['label-source']['ru-ru'] = "Источник"; @@ -463,6 +501,7 @@ $text['label-result']['pt-br'] = "Resultado"; $text['label-result']['pl'] = "Rezultat"; $text['label-result']['sv-se'] = "Resultat"; $text['label-result']['uk'] = "Результат"; +$text['label-result']['de-de'] = "Ergebnis"; $text['label-result']['de-at'] = "Ergebnis"; $text['label-result']['he'] = "תוֹצָאָה"; $text['label-result']['ru-ru'] = "Результат"; @@ -475,6 +514,7 @@ $text['label-remote_media_ip']['pt-br'] = "IP Media remote"; $text['label-remote_media_ip']['pl'] = "Zdalny adres IP scieżki głosowej"; $text['label-remote_media_ip']['sv-se'] = "Remote Media IP"; $text['label-remote_media_ip']['uk'] = ""; +$text['label-remote_media_ip']['de-de'] = "Remote Media IP"; $text['label-remote_media_ip']['de-at'] = "Remote Media IP"; $text['label-remote_media_ip']['he'] = ""; $text['label-remote_media_ip']['ru-ru'] = "Удаленный IP-адрес мультимедиа"; @@ -487,6 +527,7 @@ $text['label-recording']['pt-br'] = "Gravação"; $text['label-recording']['pl'] = "Nagranie"; $text['label-recording']['sv-se'] = "Inspelning"; $text['label-recording']['uk'] = "Запис"; +$text['label-recording']['de-de'] = "Aufnahme"; $text['label-recording']['de-at'] = "Aufnahme"; $text['label-recording']['he'] = "הקלטה"; $text['label-recording']['ru-ru'] = "Запись"; @@ -499,6 +540,7 @@ $text['label-read_codec']['pt-br'] = "Leia Codec"; $text['label-read_codec']['pl'] = "Kodek do odczytu"; $text['label-read_codec']['sv-se'] = "Read Codec"; $text['label-read_codec']['uk'] = ""; +$text['label-read_codec']['de-de'] = "Lese Codec"; $text['label-read_codec']['de-at'] = "Lese Codec"; $text['label-read_codec']['he'] = "קודק קורא"; $text['label-read_codec']['ru-ru'] = "Чтение кодека"; @@ -511,6 +553,7 @@ $text['label-price']['pt-br'] = "Preço"; $text['label-price']['pl'] = "Cena"; $text['label-price']['sv-se'] = "Pris"; $text['label-price']['uk'] = "Ціна"; +$text['label-price']['de-de'] = "Preis"; $text['label-price']['de-at'] = "Preis"; $text['label-price']['he'] = "מחיר"; $text['label-price']['ru-ru'] = "Цена"; @@ -523,6 +566,7 @@ $text['label-preset']['pt-br'] = "Selecione inicio"; $text['label-preset']['pl'] = "Szybkie wybieranie"; $text['label-preset']['sv-se'] = "Snabbval"; $text['label-preset']['uk'] = "Швидкий вибір"; +$text['label-preset']['de-de'] = "Schnellauswahl"; $text['label-preset']['de-at'] = "Schnellauswahl"; $text['label-preset']['he'] = "בחירה מהירה"; $text['label-preset']['ru-ru'] = "Быстрый выбор"; @@ -535,7 +579,8 @@ $text['label-play']['pt-br'] = "Tocar "; $text['label-play']['pl'] = "Odtwórz"; $text['label-play']['sv-se'] = "Spela Upp"; $text['label-play']['uk'] = "Відтворити"; -$text['label-play']['de-at'] = "Play"; +$text['label-play']['de-de'] = "Abspielen"; +$text['label-play']['de-at'] = "Abspielen"; $text['label-play']['he'] = "נגן"; $text['label-play']['ru-ru'] = "Воспроизведение"; @@ -547,6 +592,7 @@ $text['label-phoneip']['pt-br'] = "IP do Telefone"; $text['label-phoneip']['pl'] = "Adres IP telefonu"; $text['label-phoneip']['sv-se'] = "Telefon IP"; $text['label-phoneip']['uk'] = ""; +$text['label-phoneip']['de-de'] = "Geräte IP"; $text['label-phoneip']['de-at'] = "Geräte IP"; $text['label-phoneip']['he'] = ""; $text['label-phoneip']['ru-ru'] = "Телефон IP"; @@ -559,6 +605,7 @@ $text['label-pause']['pt-br'] = "Pausado"; $text['label-pause']['pl'] = "Pauza"; $text['label-pause']['sv-se'] = "Paus"; $text['label-pause']['uk'] = "Призупинити"; +$text['label-pause']['de-de'] = "Pause"; $text['label-pause']['de-at'] = "Pause"; $text['label-pause']['he'] = "השהייה"; $text['label-pause']['ru-ru'] = "Пауза"; @@ -571,6 +618,7 @@ $text['label-outbound_duration']['pt-br'] = "Duração Outbound"; $text['label-outbound_duration']['pl'] = "Długość trwania rozmów wychodzących"; $text['label-outbound_duration']['sv-se'] = "Utgående Samtalstid"; $text['label-outbound_duration']['uk'] = ""; +$text['label-outbound_duration']['de-de'] = "Ausgehend Dauer"; $text['label-outbound_duration']['de-at'] = "Ausgehend Dauer"; $text['label-outbound_duration']['he'] = ""; $text['label-outbound_duration']['ru-ru'] = "Продолжительность исходящих"; @@ -583,6 +631,7 @@ $text['label-outbound_calls']['pt-br'] = "Chamada de saída"; $text['label-outbound_calls']['pl'] = "Rozmowy wychodzące"; $text['label-outbound_calls']['sv-se'] = "Utgående Samtal"; $text['label-outbound_calls']['uk'] = ""; +$text['label-outbound_calls']['de-de'] = "Ausgehende Anrufe"; $text['label-outbound_calls']['de-at'] = "Ausgehende Anrufe"; $text['label-outbound_calls']['he'] = ""; $text['label-outbound_calls']['ru-ru'] = "Исходящих вызовов"; @@ -595,6 +644,7 @@ $text['label-outbound']['pt-br'] = "Saída"; $text['label-outbound']['pl'] = "Wychodzące"; $text['label-outbound']['sv-se'] = "Utgående"; $text['label-outbound']['uk'] = ""; +$text['label-outbound']['de-de'] = "Ausgehend"; $text['label-outbound']['de-at'] = "Ausgehend"; $text['label-outbound']['he'] = ""; $text['label-outbound']['ru-ru'] = "Исходящие"; @@ -607,6 +657,7 @@ $text['label-number_alias']['pt-br'] = "Numero de identificação"; $text['label-number_alias']['pl'] = "Alias numeru"; $text['label-number_alias']['sv-se'] = "Nummer Alias"; $text['label-number_alias']['uk'] = "Псевдонім номера"; +$text['label-number_alias']['de-de'] = "Alternative Nummer"; $text['label-number_alias']['de-at'] = "Alternative Nummer"; $text['label-number_alias']['he'] = ""; $text['label-number_alias']['ru-ru'] = "Альтернативный номер"; @@ -619,6 +670,7 @@ $text['label-number']['pt-br'] = "Número"; $text['label-number']['pl'] = "Numer"; $text['label-number']['sv-se'] = "Nummer"; $text['label-number']['uk'] = "Номер"; +$text['label-number']['de-de'] = "Nummer"; $text['label-number']['de-at'] = "Nummer"; $text['label-number']['he'] = "מספר"; $text['label-number']['ru-ru'] = "Номер"; @@ -631,6 +683,7 @@ $text['label-no_answer']['pt-br'] = "Sem resposta"; $text['label-no_answer']['pl'] = "Brak odpowiedzi"; $text['label-no_answer']['sv-se'] = "Inget Svar"; $text['label-no_answer']['uk'] = "Без відповіді"; +$text['label-no_answer']['de-de'] = "Keine Antwort"; $text['label-no_answer']['de-at'] = "Keine Antwort"; $text['label-no_answer']['he'] = "אין מענה"; $text['label-no_answer']['ru-ru'] = "Нет ответа"; @@ -643,6 +696,7 @@ $text['label-network_addr']['pt-br'] = "Endereço da internet"; $text['label-network_addr']['pl'] = "Adres sieciowy"; $text['label-network_addr']['sv-se'] = "Nätverks-adress"; $text['label-network_addr']['uk'] = ""; +$text['label-network_addr']['de-de'] = "Netzwerk Adresse"; $text['label-network_addr']['de-at'] = "Netzwerk Adresse"; $text['label-network_addr']['he'] = "כתובת רשת"; $text['label-network_addr']['ru-ru'] = "Сетевой адрес"; @@ -655,7 +709,8 @@ $text['label-mos_score']['pt-br'] = ""; $text['label-mos_score']['pl'] = ""; $text['label-mos_score']['sv-se'] = ""; $text['label-mos_score']['uk'] = ""; -$text['label-mos_score']['de-at'] = ""; +$text['label-mos_score']['de-de'] = "MOS Score"; +$text['label-mos_score']['de-at'] = "MOS Score"; $text['label-mos_score']['he'] = ""; $text['label-mos_score']['ru-ru'] = "MOS Score"; @@ -667,6 +722,7 @@ $text['label-name']['pt-br'] = "Nome"; $text['label-name']['pl'] = "Nazwa"; $text['label-name']['sv-se'] = "Namn"; $text['label-name']['uk'] = "Назва"; +$text['label-name']['de-de'] = "Name"; $text['label-name']['de-at'] = "Name"; $text['label-name']['he'] = "שם"; $text['label-name']['ru-ru'] = "Имя"; @@ -679,6 +735,7 @@ $text['label-missed']['pt-br'] = "Perdidas"; $text['label-missed']['pl'] = "Nie odebrany"; $text['label-missed']['sv-se'] = "Missade"; $text['label-missed']['uk'] = ""; +$text['label-missed']['de-de'] = "Verpasst"; $text['label-missed']['de-at'] = "Verpasst"; $text['label-missed']['he'] = "שיחה שלא נענתה"; $text['label-missed']['ru-ru'] = "Пропущено"; @@ -691,6 +748,7 @@ $text['label-local']['pt-br'] = "Local"; $text['label-local']['pl'] = "Lokalne"; $text['label-local']['sv-se'] = "Lokal"; $text['label-local']['uk'] = "Локальний"; +$text['label-local']['de-de'] = "Lokal"; $text['label-local']['de-at'] = "Lokal"; $text['label-local']['he'] = "מקומי"; $text['label-local']['ru-ru'] = "Локальный"; @@ -703,6 +761,7 @@ $text['label-include_internal']['pt-br'] = "Incluir interno"; $text['label-include_internal']['pl'] = "Uwzględnij rozmowy wewnętrzne"; $text['label-include_internal']['sv-se'] = "Inkludera Interna"; $text['label-include_internal']['uk'] = ""; +$text['label-include_internal']['de-de'] = "Intern hinzufügen"; $text['label-include_internal']['de-at'] = "Intern hinzufügen"; $text['label-include_internal']['he'] = "כולל פנימי"; $text['label-include_internal']['ru-ru'] = "Включить внутренний"; @@ -715,6 +774,7 @@ $text['label-inbound_duration']['pt-br'] = "Duração inbound"; $text['label-inbound_duration']['pl'] = "Długość rozmów przychodzących"; $text['label-inbound_duration']['sv-se'] = "Inkommande Samtalstid"; $text['label-inbound_duration']['uk'] = ""; +$text['label-inbound_duration']['de-de'] = "Eingehend Dauer"; $text['label-inbound_duration']['de-at'] = "Eingehend Dauer"; $text['label-inbound_duration']['he'] = ""; $text['label-inbound_duration']['ru-ru'] = "Продолжительность входящих"; @@ -727,6 +787,7 @@ $text['label-inbound_calls']['pt-br'] = "Chamadas de entrada"; $text['label-inbound_calls']['pl'] = "Rozmowy przychodzące"; $text['label-inbound_calls']['sv-se'] = "Inkommande Samtal"; $text['label-inbound_calls']['uk'] = ""; +$text['label-inbound_calls']['de-de'] = "Eingehende Anrufe"; $text['label-inbound_calls']['de-at'] = "Eingehende Anrufe"; $text['label-inbound_calls']['he'] = ""; $text['label-inbound_calls']['ru-ru'] = "Входящих вызовов"; @@ -739,6 +800,7 @@ $text['label-inbound']['pt-br'] = "Entrada"; $text['label-inbound']['pl'] = "Przychodzące"; $text['label-inbound']['sv-se'] = "Inkommande"; $text['label-inbound']['uk'] = "Вихідний"; +$text['label-inbound']['de-de'] = "Eingehend"; $text['label-inbound']['de-at'] = "Eingehend"; $text['label-inbound']['he'] = ""; $text['label-inbound']['ru-ru'] = "Входящие"; @@ -751,6 +813,7 @@ $text['label-hangup_cause']['pt-br'] = "Causa Hangup"; $text['label-hangup_cause']['pl'] = "hangup Przyczyna"; $text['label-hangup_cause']['sv-se'] = "påläggnings Orsak"; $text['label-hangup_cause']['uk'] = "Hangup Причина"; +$text['label-hangup_cause']['de-de'] = "Hangup Ursache"; $text['label-hangup_cause']['de-at'] = "Hangup Ursache"; $text['label-hangup_cause']['he'] = ""; $text['label-hangup_cause']['ru-ru'] = "Причина отбоя"; @@ -763,6 +826,7 @@ $text['label-from']['pt-br'] = "Começo"; $text['label-from']['pl'] = "Od"; $text['label-from']['sv-se'] = "Från"; $text['label-from']['uk'] = ""; +$text['label-from']['de-de'] = "Von"; $text['label-from']['de-at'] = "Von"; $text['label-from']['he'] = ""; $text['label-from']['ru-ru'] = "От"; @@ -775,6 +839,7 @@ $text['label-failed']['pt-br'] = "Fracassado"; $text['label-failed']['pl'] = "Nie powiodło się"; $text['label-failed']['sv-se'] = "Misslyckad"; $text['label-failed']['uk'] = ""; +$text['label-failed']['de-de'] = "Fehlgeschlagen"; $text['label-failed']['de-at'] = "Fehlgeschlagen"; $text['label-failed']['he'] = "נכשל"; $text['label-failed']['ru-ru'] = "Ошибка"; @@ -787,6 +852,7 @@ $text['label-extension']['pt-br'] = "Ramal"; $text['label-extension']['pl'] = "Numer wewnętrzny"; $text['label-extension']['sv-se'] = "Anknytning"; $text['label-extension']['uk'] = "Розширення (Extention)"; +$text['label-extension']['de-de'] = "Durchwahl"; $text['label-extension']['de-at'] = "Durchwahl"; $text['label-extension']['he'] = "שלוחה"; $text['label-extension']['ru-ru'] = "Внутренний номер"; @@ -799,6 +865,7 @@ $text['label-end_stamp']['pt-br'] = "Fim"; $text['label-end_stamp']['pl'] = "koniec"; $text['label-end_stamp']['sv-se'] = "Slut"; $text['label-end_stamp']['uk'] = ""; +$text['label-end_stamp']['de-de'] = "Ende"; $text['label-end_stamp']['de-at'] = "Ende"; $text['label-end_stamp']['he'] = "סיום"; $text['label-end_stamp']['ru-ru'] = "Конец"; @@ -811,6 +878,7 @@ $text['label-end_range']['pt-br'] = "Fim da série"; $text['label-end_range']['pl'] = "Koniec zakresu"; $text['label-end_range']['sv-se'] = "Intervall Slut"; $text['label-end_range']['uk'] = ""; +$text['label-end_range']['de-de'] = "Ende Bereich"; $text['label-end_range']['de-at'] = "Ende Bereich"; $text['label-end_range']['he'] = "עד טווח"; $text['label-end_range']['ru-ru'] = "Окончание"; @@ -823,6 +891,7 @@ $text['label-end_date_time']['pt-br'] = "Data/Hora final"; $text['label-end_date_time']['pl'] = "Czas i data zakończenia"; $text['label-end_date_time']['sv-se'] = "Slut Datum/Tid"; $text['label-end_date_time']['uk'] = ""; +$text['label-end_date_time']['de-de'] = "Ende Datum/Zeit"; $text['label-end_date_time']['de-at'] = "Ende Datum/Zeit"; $text['label-end_date_time']['he'] = "עד תאריך/זמן"; $text['label-end_date_time']['ru-ru'] = "Конечная дата/время"; @@ -835,6 +904,7 @@ $text['label-duration']['pt-br'] = "Duração"; $text['label-duration']['pl'] = "Czas trwania"; $text['label-duration']['sv-se'] = "Samtalstid"; $text['label-duration']['uk'] = "Тривалість"; +$text['label-duration']['de-de'] = "Dauer"; $text['label-duration']['de-at'] = "Dauer"; $text['label-duration']['he'] = "משך השיחה"; $text['label-duration']['ru-ru'] = "Продолжительность"; @@ -847,6 +917,7 @@ $text['label-download']['pt-br'] = "Download"; $text['label-download']['pl'] = "Pobierz"; $text['label-download']['sv-se'] = "Ladda Ned"; $text['label-download']['uk'] = "Завантажини"; +$text['label-download']['de-de'] = "Download"; $text['label-download']['de-at'] = "Download"; $text['label-download']['he'] = "הורדה"; $text['label-download']['ru-ru'] = "Загрузить"; @@ -859,6 +930,7 @@ $text['label-domain-name']['pt-br'] = "Nome do Dominio"; $text['label-domain-name']['pl'] = "Nazwa domeny"; $text['label-domain-name']['sv-se'] = "Domän Namn"; $text['label-domain-name']['uk'] = ""; +$text['label-domain-name']['de-de'] = "Domain Name"; $text['label-domain-name']['de-at'] = "Domain Name"; $text['label-domain-name']['he'] = "שם דומיין"; $text['label-domain-name']['ru-ru'] = "Имя домена"; @@ -870,6 +942,7 @@ $text['label-domain']['fr-fr'] = "Domaine"; $text['label-domain']['pl'] = "Domena"; $text['label-domain']['sv-se'] = "Domän"; $text['label-domain']['uk'] = "Домен"; +$text['label-domain']['de-de'] = "Domain"; $text['label-domain']['de-at'] = "Domain"; $text['label-domain']['he'] = "תחום"; $text['label-domain']['ru-ru'] = "Домен"; @@ -882,6 +955,7 @@ $text['label-direction']['pt-br'] = "Direção"; $text['label-direction']['pl'] = "Kierunek"; $text['label-direction']['sv-se'] = "Riktning"; $text['label-direction']['uk'] = ""; +$text['label-direction']['de-de'] = "Richtung"; $text['label-direction']['de-at'] = "Richtung"; $text['label-direction']['he'] = "כיוון"; $text['label-direction']['ru-ru'] = "Направление"; @@ -894,6 +968,7 @@ $text['label-destination']['pt-br'] = "Número de destino"; $text['label-destination']['pl'] = "Numer docelowy"; $text['label-destination']['sv-se'] = "Destination"; $text['label-destination']['uk'] = "Номер"; +$text['label-destination']['de-de'] = "Ziel"; $text['label-destination']['de-at'] = "Ziel"; $text['label-destination']['he'] = "יעד"; $text['label-destination']['ru-ru'] = "Назначение"; @@ -906,6 +981,7 @@ $text['label-data']['pt-br'] = "Data"; $text['label-data']['pl'] = "Dane"; $text['label-data']['sv-se'] = "Data"; $text['label-data']['uk'] = "Дані"; +$text['label-data']['de-de'] = "Daten"; $text['label-data']['de-at'] = "Daten"; $text['label-data']['he'] = "מידע"; $text['label-data']['ru-ru'] = "Дата"; @@ -918,6 +994,7 @@ $text['label-context']['pt-br'] = "Contexto"; $text['label-context']['pl'] = "Kontekst"; $text['label-context']['sv-se'] = "Context"; $text['label-context']['uk'] = "Контекст"; +$text['label-context']['de-de'] = "Kontext"; $text['label-context']['de-at'] = "Kontext"; $text['label-context']['he'] = ""; $text['label-context']['ru-ru'] = "Контекст"; @@ -942,6 +1019,7 @@ $text['label-cid-name']['pt-br'] = "Nome CID"; $text['label-cid-name']['pl'] = "Prezentacja nazwy dzwoniącego"; $text['label-cid-name']['sv-se'] = "CID namnpresentation"; $text['label-cid-name']['uk'] = "CID Ім’я"; +$text['label-cid-name']['de-de'] = "Anrufer Name"; $text['label-cid-name']['de-at'] = "Anrufer Name"; $text['label-cid-name']['he'] = "זהוי שם"; $text['label-cid-name']['ru-ru'] = "CID Имя"; @@ -954,6 +1032,7 @@ $text['label-channel']['pt-br'] = "Dados do canal"; $text['label-channel']['pl'] = "Dane o kanale"; $text['label-channel']['sv-se'] = "Channel Data"; $text['label-channel']['uk'] = ""; +$text['label-channel']['de-de'] = "Kanal Daten"; $text['label-channel']['de-at'] = "Kanal Daten"; $text['label-channel']['he'] = ""; $text['label-channel']['ru-ru'] = "Данные канала"; @@ -967,6 +1046,7 @@ $text['label-cancelled']['pl'] = "Odwołany"; $text['label-cancelled']['he'] = "מבוטל"; $text['label-cancelled']['uk'] = "скасовано"; $text['label-cancelled']['sv-se'] = "Avbryts"; +$text['label-cancelled']['de-de'] = "Abgebrochen"; $text['label-cancelled']['de-at'] = "Abgebrochen"; $text['label-cancelled']['ro'] = "Anulat"; $text['label-cancelled']['fa'] = ""; @@ -981,6 +1061,7 @@ $text['label-caller_id_number']['pt-br'] = "Número CID"; $text['label-caller_id_number']['pl'] = "Prezentacja numeru dzwoniącego"; $text['label-caller_id_number']['sv-se'] = "CID Nummer"; $text['label-caller_id_number']['uk'] = "Caller ID Номер"; +$text['label-caller_id_number']['de-de'] = "Anrufer Nummer"; $text['label-caller_id_number']['de-at'] = "Anrufer Nummer"; $text['label-caller_id_number']['he'] = ""; $text['label-caller_id_number']['ru-ru'] = "CID Номер"; @@ -993,6 +1074,7 @@ $text['label-caller_id_name']['pt-br'] = "Nome CID"; $text['label-caller_id_name']['pl'] = "Prezentacja nazwy dzwoniącego"; $text['label-caller_id_name']['sv-se'] = "CID Namn"; $text['label-caller_id_name']['uk'] = "Caller ID Ім’я"; +$text['label-caller_id_name']['de-de'] = "Anrufer Name"; $text['label-caller_id_name']['de-at'] = "Anrufer Name"; $text['label-caller_id_name']['he'] = ""; $text['label-caller_id_name']['ru-ru'] = "CID Имя"; @@ -1005,6 +1087,7 @@ $text['label-call-statistics-description']['pt-br'] = "As estatisticas sobre o d $text['label-call-statistics-description']['pl'] = "Statystyki wykazu rozmów podsumowują informacje o wszystkich rozmowach."; $text['label-call-statistics-description']['sv-se'] = "Detaljerad Samtals-statistik summerar samtalsinformationen."; $text['label-call-statistics-description']['uk'] = ""; +$text['label-call-statistics-description']['de-de'] = "Anruf Statistiken fassen alle Anrufinformationen zusammen."; $text['label-call-statistics-description']['de-at'] = "Anruf Statistiken fassen alle Anrufinformationen zusammen."; $text['label-call-statistics-description']['he'] = ""; $text['label-call-statistics-description']['ru-ru'] = "Обобщенная информацию о вызовах."; @@ -1017,6 +1100,7 @@ $text['label-call-statistics']['pt-br'] = "Estatisticas do registro detalhado da $text['label-call-statistics']['pl'] = "Statystyki wykazu rozmów"; $text['label-call-statistics']['sv-se'] = "Detaljerad Samtals-statistik"; $text['label-call-statistics']['uk'] = ""; +$text['label-call-statistics']['de-de'] = "Anruf Statistiken"; $text['label-call-statistics']['de-at'] = "Anruf Statistiken"; $text['label-call-statistics']['he'] = ""; $text['label-call-statistics']['ru-ru'] = "Статистика вызовов"; @@ -1029,6 +1113,7 @@ $text['label-call-flow-5']['pt-br'] = "Fluxo de chamada: Tempo"; $text['label-call-flow-5']['pl'] = "Przepływ rozmów: Czasy"; $text['label-call-flow-5']['sv-se'] = "Samtals Flöden: Tider"; $text['label-call-flow-5']['uk'] = ""; +$text['label-call-flow-5']['de-de'] = "Anruf Steuerung: Zeiten"; $text['label-call-flow-5']['de-at'] = "Anruf Steuerung: Zeiten"; $text['label-call-flow-5']['he'] = ""; $text['label-call-flow-5']['ru-ru'] = "Поток вызовов: время"; @@ -1041,6 +1126,7 @@ $text['label-call-flow-4']['pt-br'] = "Fluxo de chamada: Perfil do discador"; $text['label-call-flow-4']['pl'] = "Przepływ rozmów: Profil dzwoniącego"; $text['label-call-flow-4']['sv-se'] = "Samtals Flöden: Samtals Profil"; $text['label-call-flow-4']['uk'] = ""; +$text['label-call-flow-4']['de-de'] = "Anruf Steuerung: Anrufer Profil"; $text['label-call-flow-4']['de-at'] = "Anruf Steuerung: Anrufer Profil"; $text['label-call-flow-4']['he'] = ""; $text['label-call-flow-4']['ru-ru'] = "Поток вызовов: профиль вызывающего абонента"; @@ -1053,6 +1139,7 @@ $text['label-call-flow-3']['pt-br'] = "Fluxo de chamada: Extensão Aplicação"; $text['label-call-flow-3']['pl'] = "Przepływ rozmów: Aplikacje i numery wew"; $text['label-call-flow-3']['sv-se'] = "Samtals Flöden: Anknytning: Applikation"; $text['label-call-flow-3']['uk'] = ""; +$text['label-call-flow-3']['de-de'] = "Anruf Steuerung: Nebenstelle: Applikation"; $text['label-call-flow-3']['de-at'] = "Anruf Steuerung: Nebenstelle: Applikation"; $text['label-call-flow-3']['he'] = ""; $text['label-call-flow-3']['ru-ru'] = "Поток вызовов: расширение: приложение"; @@ -1065,6 +1152,7 @@ $text['label-call-flow-2']['pt-br'] = "Fluxo de chamada: Extensão: Atributos "; $text['label-call-flow-2']['pl'] = "Przepływ rozmów: Atrybuty i numery wew"; $text['label-call-flow-2']['sv-se'] = "Samtals Flöden: Anknytning: Attribut"; $text['label-call-flow-2']['uk'] = ""; +$text['label-call-flow-2']['de-de'] = "Anruf Steuerung: Nebenstelle: Attribute"; $text['label-call-flow-2']['de-at'] = "Anruf Steuerung: Nebenstelle: Attribute"; $text['label-call-flow-2']['he'] = ""; $text['label-call-flow-2']['ru-ru'] = "Поток вызова: внутренние номера: атрибуты"; @@ -1077,6 +1165,7 @@ $text['label-call-flow']['pt-br'] = "Fluxo de chamada: Atributos "; $text['label-call-flow']['pl'] = "Przepływ rozmów: Atrybuty"; $text['label-call-flow']['sv-se'] = "Samtals Flöden: Attribut"; $text['label-call-flow']['uk'] = ""; +$text['label-call-flow']['de-de'] = "Anruf Steuerung: Attribute"; $text['label-call-flow']['de-at'] = "Anruf Steuerung: Attribute"; $text['label-call-flow']['he'] = ""; $text['label-call-flow']['ru-ru'] = "Поток вызова: атрибуты"; @@ -1089,6 +1178,7 @@ $text['label-busy']['pt-br'] = "Ocupado"; $text['label-busy']['pl'] = "Zajęty"; $text['label-busy']['sv-se'] = "Upptagen"; $text['label-busy']['uk'] = "Зайнято"; +$text['label-busy']['de-de'] = "Besetzt"; $text['label-busy']['de-at'] = "Besetzt"; $text['label-busy']['he'] = "תפוס"; $text['label-busy']['ru-ru'] = "Занято"; @@ -1101,6 +1191,7 @@ $text['label-bridge_uuid']['pt-br'] = "Ponte UUID "; $text['label-bridge_uuid']['pl'] = "Bridge UUID "; $text['label-bridge_uuid']['sv-se'] = "Bridge UUID"; $text['label-bridge_uuid']['uk'] = ""; +$text['label-bridge_uuid']['de-de'] = "Bridge UUID"; $text['label-bridge_uuid']['de-at'] = "Bridge UUID"; $text['label-bridge_uuid']['he'] = ""; $text['label-bridge_uuid']['ru-ru'] = "UUID Моста"; @@ -1113,6 +1204,7 @@ $text['label-billsec']['pt-br'] = "Segundos - BillSec"; $text['label-billsec']['pl'] = "Naliczanie sekundowe"; $text['label-billsec']['sv-se'] = "Debitering Sekunder"; $text['label-billsec']['uk'] = ""; +$text['label-billsec']['de-de'] = "Abrechnung Sekunden"; $text['label-billsec']['de-at'] = "Abrechnung Sekunden"; $text['label-billsec']['he'] = ""; $text['label-billsec']['ru-ru'] = "Биллинг секунд"; @@ -1125,7 +1217,8 @@ $text['label-b-leg']['pt-br'] = "B-Leg"; $text['label-b-leg']['pl'] = "B-leg "; $text['label-b-leg']['sv-se'] = "B-part"; $text['label-b-leg']['uk'] = ""; -$text['label-b-leg']['de-at'] = "B-Ast"; +$text['label-b-leg']['de-de'] = "B-Zweig"; +$text['label-b-leg']['de-at'] = "B-Zweig"; $text['label-b-leg']['he'] = ""; $text['label-b-leg']['ru-ru'] = "B-часть"; @@ -1137,6 +1230,7 @@ $text['label-average']['pt-br'] = "Média"; $text['label-average']['pl'] = "Średni"; $text['label-average']['sv-se'] = "Medel"; $text['label-average']['uk'] = ""; +$text['label-average']['de-de'] = "Durchschnitt"; $text['label-average']['de-at'] = "Durchschnitt"; $text['label-average']['he'] = "ממוצע"; $text['label-average']['ru-ru'] = "В среднем"; @@ -1149,6 +1243,7 @@ $text['label-application-log']['pt-br'] = "Log de aplicação"; $text['label-application-log']['pl'] = "Logi aplikacji"; $text['label-application-log']['sv-se'] = "Apllikations Log"; $text['label-application-log']['uk'] = ""; +$text['label-application-log']['de-de'] = "Applikations Log"; $text['label-application-log']['de-at'] = "Applikations Log"; $text['label-application-log']['he'] = ""; $text['label-application-log']['ru-ru'] = "Лог Приложений"; @@ -1162,6 +1257,7 @@ $text['label-answered']['pl'] = "Odebrano"; $text['label-answered']['he'] = "ענה"; $text['label-answered']['uk'] = "відповів"; $text['label-answered']['sv-se'] = "Besvarad"; +$text['label-answered']['de-de'] = "Angenommen"; $text['label-answered']['de-at'] = "Angenommen"; $text['label-answered']['ro'] = "Răspuns"; $text['label-answered']['fa'] = ""; @@ -1176,7 +1272,8 @@ $text['label-answer_range']['pt-br'] = "Coleção de resposta"; $text['label-answer_range']['pl'] = "Zakres odebranych rozmów"; $text['label-answer_range']['sv-se'] = "Svarstid"; $text['label-answer_range']['uk'] = ""; -$text['label-answer_range']['de-at'] = "Antwort Rate"; +$text['label-answer_range']['de-de'] = "Antwort Bereich"; +$text['label-answer_range']['de-at'] = "Antwort Bereich"; $text['label-answer_range']['he'] = ""; $text['label-answer_range']['ru-ru'] = "Отвечен"; @@ -1188,6 +1285,7 @@ $text['label-answer']['pt-br'] = "Resposta"; $text['label-answer']['pl'] = "Odbierz"; $text['label-answer']['sv-se'] = "Besvarat"; $text['label-answer']['uk'] = ""; +$text['label-answer']['de-de'] = "Antwort"; $text['label-answer']['de-at'] = "Antwort"; $text['label-answer']['he'] = "מענה"; $text['label-answer']['ru-ru'] = "Ответ"; @@ -1200,6 +1298,7 @@ $text['label-aloc']['pt-br'] = "ALOC"; $text['label-aloc']['pl'] = "ALOC "; $text['label-aloc']['sv-se'] = "ALOC"; $text['label-aloc']['uk'] = ""; +$text['label-aloc']['de-de'] = "ALOC"; $text['label-aloc']['de-at'] = "ALOC"; $text['label-aloc']['he'] = ""; $text['label-aloc']['ru-ru'] = "ALOC"; @@ -1212,6 +1311,7 @@ $text['label-accountcode']['pt-br'] = "Código da conta"; $text['label-accountcode']['pl'] = "Numer konta billingowego"; $text['label-accountcode']['sv-se'] = "Account Code"; $text['label-accountcode']['uk'] = ""; +$text['label-accountcode']['de-de'] = "Account Code"; $text['label-accountcode']['de-at'] = "Account Code"; $text['label-accountcode']['he'] = "קוד חשבון"; $text['label-accountcode']['ru-ru'] = "Учетный код"; @@ -1224,7 +1324,8 @@ $text['label-a-leg']['pt-br'] = "A-Leg"; $text['label-a-leg']['pl'] = "A-leg "; $text['label-a-leg']['sv-se'] = "A-part"; $text['label-a-leg']['uk'] = ""; -$text['label-a-leg']['de-at'] = "A-Ast"; +$text['label-a-leg']['de-de'] = "A-Zweig"; +$text['label-a-leg']['de-at'] = "A-Zweig"; $text['label-a-leg']['he'] = ""; $text['label-a-leg']['ru-ru'] = "A-часть"; @@ -1236,7 +1337,8 @@ $text['description_search']['pt-br'] = "Atenção: origem, destino e identifica $text['description_search']['pl'] = "Uwaga: Następujące pola: numer dzwoniącego i odbiorcy rozmowy, prezentacja numeru oraz nazwy wspierają gwiazdkę (‘*’) jako symbol wieloznaczny."; $text['description_search']['sv-se'] = "Notera : Källa, Destination och Nummerpresentation ( CID ) Namn fält stödjer användningen av en asterisk ( ' * ' ) som jokertecken."; $text['description_search']['uk'] = ""; -$text['description_search']['de-at'] = "Info: Quelle, Ziel und Anruferkennung (CID) Name Felder unterstützen die Verwendung von Stern ('*') als Wildcard Zeichen."; +$text['description_search']['de-de'] = "Info: Quelle, Ziel und Anruferkennung (CID) Namesfelder unterstützen die Verwendung von Stern ('*') als Wildcard Zeichen."; +$text['description_search']['de-at'] = "Info: Quelle, Ziel und Anruferkennung (CID) Namesfelder unterstützen die Verwendung von Stern ('*') als Wildcard Zeichen."; $text['description_search']['he'] = ""; $text['description_search']['ru-ru'] = "Заметка: Поля 'Источник', 'Назначение' и 'CID Имя' поддерживают использование звездочки ('*') в качестве подстановочного знака."; @@ -1248,6 +1350,7 @@ $text['description-7']['pt-br'] = "Variáveis de chamada, fluxo da chamada, info $text['description-7']['pl'] = "Zmienne związane z rozmowami, przepływ połączeń, informacje o czasach rozmów oraz inne przydatne szczegóły "; $text['description-7']['sv-se'] = "Samtalsvariabler, samtalsflöden, tidsinformation och andra nyttiga samtalsdetaljer."; $text['description-7']['uk'] = ""; +$text['description-7']['de-de'] = "Anruf Variablen, Ruf-Ablauf, Zeit Information und andere nützliche Anruf Details"; $text['description-7']['de-at'] = "Anruf Variablen, Ruf-Ablauf, Zeit Information und andere nützliche Anruf Details"; $text['description-7']['he'] = ""; $text['description-7']['ru-ru'] = "Переменные вызова, поток вызовов, информация о сроках и другие полезные детали вызова."; @@ -1260,7 +1363,8 @@ $text['description-6']['pt-br'] = "A informação contém o nome e número de or $text['description-6']['pl'] = "Informacja zawiera prezentacje numeru i nazwy dzwoniącego oraz informacje o kanale."; $text['description-6']['sv-se'] = "Informationen innehåller presentation av namn och nummer, channel data,"; $text['description-6']['uk'] = ""; -$text['description-6']['de-at'] = "Die Information beinhaltet Anruferkennung (Name, Nummer) und Kanal Daten."; +$text['description-6']['de-de'] = "Die Information beinhaltet Anruferkennung (Name, Nummer) und Kanal-Daten."; +$text['description-6']['de-at'] = "Die Information beinhaltet Anruferkennung (Name, Nummer) und Kanal-Daten."; $text['description-6']['he'] = ""; $text['description-6']['ru-ru'] = "Информация содержит имя и номер идентификатора вызывающего абонента, данные канала, "; @@ -1272,6 +1376,7 @@ $text['description-5']['pt-br'] = "Uma visão detalhada da chamada "; $text['description-5']['pl'] = "Przeglądaj szczegóły rozmowy i inne informacje z nią związane."; $text['description-5']['sv-se'] = "En detaljerad vy av samtalet och information kring samtalet."; $text['description-5']['uk'] = ""; +$text['description-5']['de-de'] = "Eine detaillierte Ansicht des Anrufes mit allen zugehörigen Informationen."; $text['description-5']['de-at'] = "Eine detaillierte Ansicht des Anrufes mit allen zugehörigen Informationen."; $text['description-5']['he'] = ""; $text['description-5']['ru-ru'] = "Подробный просмотр вызова и вся информация, относящаяся к нему."; @@ -1284,7 +1389,8 @@ $text['description-4']['pt-br'] = "Em seguida, visualizar as chamadas na lista o $text['description-4']['pl'] = "Następnie przejrzeć połączenia z listy lub pobrać je za pomocą przycisku Eksportuj."; $text['description-4']['sv-se'] = "Sedan visa samtalen i listan eller hämta dem med knappen Export."; $text['description-4']['uk'] = ""; -$text['description-4']['de-at'] = "Sehen Sie dann die Anrufe in der Liste oder laden Sie sie auf die Schaltfläche Export verwenden."; +$text['description-4']['de-de'] = "Datensätze in der Anruferliste können mittels der Export-Funktion lokal gespeichert werden."; +$text['description-4']['de-at'] = "Datensätze in der Anruferliste können mittels der Export-Funktion lokal gespeichert werden."; $text['description-4']['he'] = ""; $text['description-4']['ru-ru'] = "Записи в списке вызовов могут быть сохранены локально с помощью кнопки 'Экспорт'"; @@ -1296,6 +1402,7 @@ $text['description-3']['pt-br'] = "Utilize os campos para filtrar a informação $text['description-3']['pl'] = "Użyj tych pól do filtrowania wymaganych informacji o konkretnych rozmowach. "; $text['description-3']['sv-se'] = "Använd fälten för att filtrera fram det önskade resultatet."; $text['description-3']['uk'] = ""; +$text['description-3']['de-de'] = "Benutzen Sie die Felder um Informationen betreffend spezifischer Anrufe zu filtern."; $text['description-3']['de-at'] = "Benutzen Sie die Felder um Informationen betreffend spezifischer Anrufe zu filtern."; $text['description-3']['he'] = ""; $text['description-3']['ru-ru'] = "Используйте поля для фильтрации информации для конкретных записей вызовов, которые вам нужны."; @@ -1308,6 +1415,7 @@ $text['description-2']['pt-br'] = "A informação contem a origem, destino, dura $text['description-2']['pl'] = "Informacja zawiera numer dzwoniącego i odbiorcy rozmowy, czas trwania oraz inne przydatne szczegóły."; $text['description-2']['sv-se'] = "Informationen innehåller källa, destination, samtalstid, och annan nyttig information."; $text['description-2']['uk'] = ""; +$text['description-2']['de-de'] = "Die Information beinhaltet Quelle, Ziel, Dauer und andere nützliche Details."; $text['description-2']['de-at'] = "Die Information beinhaltet Quelle, Ziel, Dauer und andere nützliche Details."; $text['description-2']['he'] = ""; $text['description-2']['ru-ru'] = "нформация содержит источник, адресат, продолжительность и другие полезные детали вызова."; @@ -1320,7 +1428,8 @@ $text['description']['pt-br'] = "Editar informações da conta."; $text['description']['pl'] = "Wykaz rozmów prezentuje szczegółowe informacje o zrealizowanych rozmowach."; $text['description']['sv-se'] = "Detaljerad Samtalsinformation (CDR) är detaljerad information från samtalen."; $text['description']['uk'] = "Редагування інформації облікового запису"; -$text['description']['de-at'] = "Kontoinformationen bearbeiten"; +$text['description']['de-de'] = "Call Detail Records (CDRs) enthalten detaiilierte Informationen zu den Anrufen"; +$text['description']['de-at'] = "Call Detail Records (CDRs) enthalten detaiilierte Informationen zu den Anrufen"; $text['description']['he'] = "ערוך את פרטי החשבון"; $text['description']['ru-ru'] = "Подробные сведения о вызовах."; @@ -1332,6 +1441,7 @@ $text['button-update']['pt-br'] = "Atualização"; $text['button-update']['pl'] = "Uaktualnij"; $text['button-update']['sv-se'] = "Uppdatera"; $text['button-update']['uk'] = "Оновити"; +$text['button-update']['de-de'] = "Aktualisieren"; $text['button-update']['de-at'] = "Aktualisieren"; $text['button-update']['he'] = "עדכון"; $text['button-update']['ru-ru'] = "Обновить"; @@ -1344,6 +1454,7 @@ $text['button-statistics']['pt-br'] = "Estatísticas "; $text['button-statistics']['pl'] = "Ststystyki"; $text['button-statistics']['sv-se'] = "Statistik"; $text['button-statistics']['uk'] = ""; +$text['button-statistics']['de-de'] = "Statistik"; $text['button-statistics']['de-at'] = "Statistik"; $text['button-statistics']['he'] = "סטטיסטיקה"; $text['button-statistics']['ru-ru'] = "Статистика"; @@ -1356,6 +1467,7 @@ $text['button-missed']['pt-br'] = "Chamadas Perdidas "; $text['button-missed']['pl'] = "NIeodebrane rozmowy"; $text['button-missed']['sv-se'] = "Missade Samtal"; $text['button-missed']['uk'] = ""; +$text['button-missed']['de-de'] = "Verpasste Anrufe"; $text['button-missed']['de-at'] = "Verpasste Anrufe"; $text['button-missed']['he'] = "שיחות שלא נענו"; $text['button-missed']['ru-ru'] = "Пропущенные вызова"; @@ -1368,6 +1480,7 @@ $text['button-extension_summary']['pt-br'] = "Resumo Extensão "; $text['button-extension_summary']['pl'] = "Podsumowanie numerów wewnętrznych"; $text['button-extension_summary']['sv-se'] = "Anknytning Summering"; $text['button-extension_summary']['uk'] = ""; +$text['button-extension_summary']['de-de'] = "Nebenstellen Statistik"; $text['button-extension_summary']['de-at'] = "Nebenstellen Statistik"; $text['button-extension_summary']['he'] = ""; $text['button-extension_summary']['ru-ru'] = "Всего по внутренним номерам"; @@ -1380,6 +1493,7 @@ $text['button-download_csv']['pt-br'] = "Baixar CSV "; $text['button-download_csv']['pl'] = "Pobierz CSV"; $text['button-download_csv']['sv-se'] = "Ladda Ned CSV"; $text['button-download_csv']['uk'] = ""; +$text['button-download_csv']['de-de'] = "CSV Herunterladen"; $text['button-download_csv']['de-at'] = "CSV Herunterladen"; $text['button-download_csv']['he'] = ""; $text['button-download_csv']['ru-ru'] = "Загрузить в формате CSV"; @@ -1392,6 +1506,7 @@ $text['button-advanced_search']['pt-br'] = "Pesquisa Avançada "; $text['button-advanced_search']['pl'] = "Zaawansowane wyszukiwanie"; $text['button-advanced_search']['sv-se'] = "Avancerad Sökning"; $text['button-advanced_search']['uk'] = ""; +$text['button-advanced_search']['de-de'] = "Erweiterte Suche"; $text['button-advanced_search']['de-at'] = "Erweiterte Suche"; $text['button-advanced_search']['he'] = "חיפוש מתקדם"; $text['button-advanced_search']['ru-ru'] = "Расширенный поиск"; diff --git a/app/xml_cdr/app_menu.php b/app/xml_cdr/app_menu.php index f236efe5ef..04b460b233 100644 --- a/app/xml_cdr/app_menu.php +++ b/app/xml_cdr/app_menu.php @@ -8,6 +8,7 @@ $apps[$x]['menu'][0]['title']['pt-br'] = "Detalhes das gravações de voz"; $apps[$x]['menu'][0]['title']['pl'] = "Wykaz rozmów"; $apps[$x]['menu'][0]['title']['sv-se'] = "Detaljerad Samtalsinformation"; $apps[$x]['menu'][0]['title']['uk'] = "Деталізація дзвінків"; +$apps[$x]['menu'][0]['title']['de-de'] = "Meine Gespräche"; $apps[$x]['menu'][0]['title']['de-at'] = "Meine Gespräche"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Детализация вызовов"; $apps[$x]['menu'][0]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05"; @@ -27,6 +28,7 @@ $apps[$x]['menu'][1]['title']['pl'] = "Statystyki wykazu rozmów"; $apps[$x]['menu'][1]['title']['ru-ru'] = "Статистика CDR"; $apps[$x]['menu'][1]['title']['sv-se'] = "CDR Statistik"; $apps[$x]['menu'][1]['title']['uk'] = "Статистика"; +$apps[$x]['menu'][1]['title']['de-de'] = "Anruf Statistik"; $apps[$x]['menu'][1]['title']['de-at'] = "Anruf Statistik"; $apps[$x]['menu'][1]['uuid'] = "032887d2-2315-4e10-b3a2-8989f719c80c"; $apps[$x]['menu'][1]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; @@ -44,6 +46,7 @@ $apps[$x]['menu'][2]['title']['pt-br'] = "Extensão do sumário"; $apps[$x]['menu'][2]['title']['pl'] = "Podsumowanie numerów wewnętrznych"; $apps[$x]['menu'][2]['title']['ru-ru'] = "Общая по внутренним номерам"; $apps[$x]['menu'][2]['title']['sv-se'] = "Anknytnings Summering"; +$apps[$x]['menu'][2]['title']['de-de'] = "Nebenstellen Statistik"; $apps[$x]['menu'][2]['title']['de-at'] = "Nebenstellen Statistik"; $apps[$x]['menu'][2]['title']['he'] = "סיכום שלוחות"; $apps[$x]['menu'][2]['uuid'] = "4e45a3c1-6db5-417f-9abb-1d30a4fd0bf2"; diff --git a/core/apps/app_config.php b/core/apps/app_config.php index b47cd98b35..f9a7c9bed2 100644 --- a/core/apps/app_config.php +++ b/core/apps/app_config.php @@ -12,7 +12,8 @@ $apps[$x]['description']['es-cl'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-de'] = "Applikationen Verwalten"; + $apps[$x]['description']['de-at'] = "Applikationen Verwalten"; $apps[$x]['description']['fr-fr'] = ""; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/core/apps/app_languages.php b/core/apps/app_languages.php index 150c93ccaf..bed1968f55 100644 --- a/core/apps/app_languages.php +++ b/core/apps/app_languages.php @@ -9,8 +9,8 @@ $text['title-apps']['pl'] = "Menedżer aplikacji"; $text['title-apps']['ru-ru'] = "Управление приложениями"; $text['title-apps']['sv-se'] = "App Inställningar"; $text['title-apps']['uk'] = "Керування додатками"; -$text['title-apps']['de-de'] = "App Verwaltung"; -$text['title-apps']['de-at'] = "App Verwaltung"; +$text['title-apps']['de-de'] = "Applikation Verwaltung"; +$text['title-apps']['de-at'] = "Applikation Verwaltung"; $text['title-apps']['it-it'] = "Gestore applicazioni"; $text['title-app-edit']['en-us'] = "App Edit"; @@ -48,8 +48,8 @@ $text['header-apps']['pl'] = "Menedżer aplikacji"; $text['header-apps']['ru-ru'] = "Управление приложениями"; $text['header-apps']['sv-se'] = "App Inställningar"; $text['header-apps']['uk'] = "Керування додатками"; -$text['header-apps']['de-de'] = "App Verwaltung"; -$text['header-apps']['de-at'] = "App Verwaltung"; +$text['header-apps']['de-de'] = "Applikation verwalten"; +$text['header-apps']['de-at'] = "Applikation verwalten"; $text['header-apps']['it-it'] = "Gestore applicazioni"; $text['header-app-edit']['en-us'] = "App Edit"; diff --git a/core/apps/app_menu.php b/core/apps/app_menu.php index 108a910ac2..1b5bbc64da 100644 --- a/core/apps/app_menu.php +++ b/core/apps/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Aplikacje"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Приложения"; $apps[$x]['menu'][0]['title']['sv-se'] = "Appar"; $apps[$x]['menu'][0]['title']['uk'] = "Додатки"; +$apps[$x]['menu'][0]['title']['de-de'] = "Applikationen"; $apps[$x]['menu'][0]['title']['de-at'] = "Applikationen"; $apps[$x]['menu'][0]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][0]['parent_uuid'] = ""; @@ -29,7 +30,8 @@ $apps[$x]['menu'][1]['title']['pl'] = "Menedżer aplikacji"; $apps[$x]['menu'][1]['title']['ru-ru'] = "Менеджер приложений"; $apps[$x]['menu'][1]['title']['sv-se'] = "App Inställningar"; $apps[$x]['menu'][1]['title']['uk'] = "Керування додатками"; -$apps[$x]['menu'][1]['title']['de-at'] = "App Verwaltung"; +$apps[$x]['menu'][1]['title']['de-de'] = "Applikation Verwalten"; +$apps[$x]['menu'][1]['title']['de-at'] = "Applikation Verwalten"; $apps[$x]['menu'][1]['uuid'] = "ef00f229-7890-00c2-bf23-fed5b8fa9fe7"; $apps[$x]['menu'][1]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f"; $apps[$x]['menu'][1]['category'] = "internal"; diff --git a/core/authentication/app_config.php b/core/authentication/app_config.php index 6d75d92c7a..cea0e806ea 100644 --- a/core/authentication/app_config.php +++ b/core/authentication/app_config.php @@ -12,7 +12,8 @@ $apps[$x]['description']['es-cl'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Stellt ein Authentifizierungs-Framework mit Plugins bereit, um zu prüfen, obsich ein Benutzer anmelden darf."; + $apps[$x]['description']['de-at'] = "Stellt ein Authentifizierungs-Framework mit Plugins bereit, um zu prüfen, obsich ein Benutzer anmelden darf."; $apps[$x]['description']['fr-fr'] = ""; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/core/databases/app_config.php b/core/databases/app_config.php index 216b54c943..fd65356d61 100644 --- a/core/databases/app_config.php +++ b/core/databases/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Stored database connection information."; $apps[$x]['description']['es-cl'] = "Información de conexiones a bases de datos"; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Gespeicherte Informationen zu Datenbank-Verbindungen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Gespeicherte Informationen zu Datenbank-Verbindungen."; $apps[$x]['description']['fr-fr'] = "Information de connexions au BDD"; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/core/databases/app_menu.php b/core/databases/app_menu.php index 44de6d947e..1fefd0b7e8 100644 --- a/core/databases/app_menu.php +++ b/core/databases/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Bazy danych"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Базы данных"; $apps[$x]['menu'][0]['title']['sv-se'] = "Databaser"; $apps[$x]['menu'][0]['title']['uk'] = "Бази даних"; +$apps[$x]['menu'][0]['title']['de-de'] = "Datenbanken"; $apps[$x]['menu'][0]['title']['de-at'] = "Datenbanken"; $apps[$x]['menu'][0]['title']['ar-eg'] = "قواعد البيانات"; $apps[$x]['menu'][0]['uuid'] = "ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f"; diff --git a/core/default_settings/app_config.php b/core/default_settings/app_config.php index fb43c0e41e..6c75b55b1a 100644 --- a/core/default_settings/app_config.php +++ b/core/default_settings/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Default settings that apply to all domains."; $apps[$x]['description']['es-cl'] = "Configuraciones predeterminadas que aplican a todos los dominios."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Grundlegende Einstellungen die für alle Domänen gültig sind."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Grundlegende Einstellungen die für alle Domänen gültig sind."; $apps[$x]['description']['fr-fr'] = "Configurations par défaut applicable à tous les domaines"; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/core/default_settings/app_menu.php b/core/default_settings/app_menu.php index 7991352977..4c9e2c98c4 100644 --- a/core/default_settings/app_menu.php +++ b/core/default_settings/app_menu.php @@ -9,6 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Ustawienia domyślne"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Настройки по умолчанию"; $apps[$x]['menu'][0]['title']['sv-se'] = "Standard Inställningar"; $apps[$x]['menu'][0]['title']['uk'] = "Налаштування за замовчуванням"; +$apps[$x]['menu'][0]['title']['de-de'] = "Standardeinstellungen"; $apps[$x]['menu'][0]['title']['de-at'] = "Standardeinstellungen"; $apps[$x]['menu'][0]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67"; $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f"; diff --git a/core/domain_settings/app_config.php b/core/domain_settings/app_config.php index fe736e5578..3a1c7aa692 100644 --- a/core/domain_settings/app_config.php +++ b/core/domain_settings/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Manage a single domain or multiple domains for multi-tenant."; $apps[$x]['description']['es-cl'] = "Administre un único dominio o múltiples dominios"; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Verwalte eine einzelne Domäne oder mehrere Domänen für Multi-Mandanten."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Verwalte eine einzelne Domäne oder mehrere Domänen für Multi-Mandanten."; $apps[$x]['description']['fr-fr'] = "Gestion d'un domaine ou plusieurs dans le cas d'un système multi-parties."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/core/domain_settings/app_menu.php b/core/domain_settings/app_menu.php index 129b03167e..c39a67d783 100644 --- a/core/domain_settings/app_menu.php +++ b/core/domain_settings/app_menu.php @@ -9,7 +9,8 @@ $apps[$x]['menu'][0]['title']['pl'] = "Domeny"; $apps[$x]['menu'][0]['title']['ru-ru'] = "Домены"; $apps[$x]['menu'][0]['title']['sv-se'] = "Domäner"; $apps[$x]['menu'][0]['title']['uk'] = "Домени"; -$apps[$x]['menu'][0]['title']['de-at'] = "Domains"; +$apps[$x]['menu'][0]['title']['de-de'] = "Domänen"; +$apps[$x]['menu'][0]['title']['de-at'] = "Domänen"; $apps[$x]['menu'][0]['uuid'] = "4fa7e90b-6d6c-12d4-712f-62857402b801"; $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f"; $apps[$x]['menu'][0]['category'] = "internal"; @@ -25,7 +26,8 @@ $apps[$x]['menu'][1]['title']['pl'] = "Ustawienia Domen"; $apps[$x]['menu'][1]['title']['ru-ru'] = "Параметры домена"; $apps[$x]['menu'][1]['title']['sv-se'] = "Domän Inställning"; $apps[$x]['menu'][1]['title']['uk'] = "Налаштування доменів"; -$apps[$x]['menu'][1]['title']['de-at'] = "Domain Einstellungen"; +$apps[$x]['menu'][1]['title']['de-de'] = "Domänen Einstellungen"; +$apps[$x]['menu'][1]['title']['de-at'] = "Domänen Einstellungen"; $apps[$x]['menu'][1]['uuid'] = "0869ac79-4af3-498f-af65-69662280d74e"; $apps[$x]['menu'][1]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f"; $apps[$x]['menu'][1]['category'] = "internal"; diff --git a/core/groups/app_config.php b/core/groups/app_config.php index 792fd6170a..74fea32d3e 100644 --- a/core/groups/app_config.php +++ b/core/groups/app_config.php @@ -10,9 +10,9 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Manage user groups and permissions."; $apps[$x]['description']['es-cl'] = "Administrar grupos de usuarios y permisos."; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Verwalte Benutzergruppen und Berechtigungen."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Verwalte Benutzergruppen und Berechtigungen."; $apps[$x]['description']['fr-fr'] = "Gérer les groupes d'utilisateurs et des autorisations."; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/core/install/app_config.php b/core/install/app_config.php index 52ba6c1660..96459e20ad 100644 --- a/core/install/app_config.php +++ b/core/install/app_config.php @@ -7,11 +7,11 @@ $apps[$x]['subcategory'] = ""; $apps[$x]['version'] = ""; $apps[$x]['url'] = "http://www.fusionpbx.com"; - $apps[$x]['description']['en-us'] = "Install the fuisionPBX system or add new switches"; + $apps[$x]['description']['en-us'] = "Install the fusionPBX system or add new switches"; $apps[$x]['description']['es-cl'] = ""; - $apps[$x]['description']['de-de'] = ""; + $apps[$x]['description']['de-de'] = "Installiere das FusionPBX System oder füge neue Switches hinzu."; $apps[$x]['description']['de-ch'] = ""; - $apps[$x]['description']['de-at'] = ""; + $apps[$x]['description']['de-at'] = "Installiere das FusionPBX System oder füge neue Switches hinzu."; $apps[$x]['description']['fr-fr'] = ""; $apps[$x]['description']['fr-ca'] = ""; $apps[$x]['description']['fr-ch'] = ""; diff --git a/core/install/app_menu.php b/core/install/app_menu.php index 7b7b370b1c..18658e0c1b 100644 --- a/core/install/app_menu.php +++ b/core/install/app_menu.php @@ -1,6 +1,8 @@ diff --git a/themes/default/app_languages.php b/themes/default/app_languages.php index c605ced497..f59317d090 100644 --- a/themes/default/app_languages.php +++ b/themes/default/app_languages.php @@ -7,6 +7,8 @@ $text['theme-label-logout']['fr-fr'] = "Déconnexion"; $text['theme-label-logout']['pl'] = "Wyloguj"; $text['theme-label-logout']['ru-ru'] = "Выйти"; $text['theme-label-logout']['uk'] = "вийти"; +$text['theme-label-logout']['de-de'] = "Abmelden"; +$text['theme-label-logout']['de-at'] = "Abmelden"; $text['theme-label-logout']['sv-se'] = "Logga Ut"; $text['theme-label-logout']['it-it'] = "Esci"; @@ -17,6 +19,8 @@ $text['theme-confirm-logout']['fr-fr'] = "Voulez-vous vraiment vous déconnecter $text['theme-confirm-logout']['pl'] = "Czy na pewno chcesz się wylogować?"; $text['theme-confirm-logout']['ru-ru'] = "Вы действительно хотите выйти?"; $text['theme-confirm-logout']['uk'] = "Ви дійсно хочете вийти?"; +$text['theme-confirm-logout']['de-de'] = "Möchten Sie sich wirklich abmelden?"; +$text['theme-confirm-logout']['de-at'] = "Möchten Sie sich wirklich abmelden?"; $text['theme-confirm-logout']['sv-se'] = "Vill du verkligen vill logga ut?"; $text['theme-confirm-logout']['it-it'] = "Vuoi davvero uscire?"; @@ -27,6 +31,8 @@ $text['theme-label-open_selector']['fr-fr'] = "Sélecteur Domaine Ouvert"; $text['theme-label-open_selector']['pl'] = "Wybierz domenę"; $text['theme-label-open_selector']['ru-ru'] = "Выбор домена [ESC]"; $text['theme-label-open_selector']['uk'] = "Виберіть домен"; +$text['theme-label-open_selector']['de-de'] = "Dömänen Auswählen [ESC]"; +$text['theme-label-open_selector']['de-at'] = "Dömänen Auswählen [ESC]"; $text['theme-label-open_selector']['sv-se'] = "Välj en domän"; $text['theme-label-open_selector']['it-it'] = "Selettore di Dominio [ESC]"; @@ -37,6 +43,8 @@ $text['theme-title-domains']['fr-fr'] = "Domaines"; $text['theme-title-domains']['pl'] = "Domeny"; $text['theme-title-domains']['ru-ru'] = "Домены"; $text['theme-title-domains']['uk'] = "Домени"; +$text['theme-title-domains']['de-de'] = "Domänen"; +$text['theme-title-domains']['de-at'] = "Domänen"; $text['theme-title-domains']['sv-se'] = "Domäner"; $text['theme-title-domains']['it-it'] = "Domini"; @@ -47,6 +55,8 @@ $text['theme-button-close']['fr-fr'] = "Proche"; $text['theme-button-close']['pl'] = "Blisko"; $text['theme-button-close']['ru-ru'] = "Закрыть"; $text['theme-button-close']['uk'] = "Близько"; +$text['theme-button-close']['de-de'] = "Schließen"; +$text['theme-button-close']['de-at'] = "Schließen"; $text['theme-button-close']['sv-se'] = "Stänga"; $text['theme-button-close']['it-it'] = "Chiudi"; @@ -57,6 +67,8 @@ $text['theme-label-search']['fr-fr'] = "Recherche..."; $text['theme-label-search']['pl'] = "Poszukiwanie..."; $text['theme-label-search']['ru-ru'] = "Поиск..."; $text['theme-label-search']['uk'] = "Пошук..."; +$text['theme-label-search']['de-de'] = "Suchen..."; +$text['theme-label-search']['de-at'] = "Suchen..."; $text['theme-label-search']['sv-se'] = "Sök..."; $text['theme-label-search']['it-it'] = "Cerca..."; @@ -67,6 +79,8 @@ $text['theme-label-copyright']['fr-fr'] = ""; $text['theme-label-copyright']['pl'] = ""; $text['theme-label-copyright']['ru-ru'] = "Авторские права"; $text['theme-label-copyright']['uk'] = ""; +$text['theme-label-copyright']['de-de'] = "Urheberrecht"; +$text['theme-label-copyright']['de-at'] = "Urheberrecht"; $text['theme-label-copyright']['sv-se'] = ""; $text['theme-label-copyright']['it-it'] = "Copyright"; @@ -77,6 +91,8 @@ $text['theme-label-all_rights_reserved']['fr-fr'] = ""; $text['theme-label-all_rights_reserved']['pl'] = ""; $text['theme-label-all_rights_reserved']['ru-ru'] = "Все права защищены."; $text['theme-label-all_rights_reserved']['uk'] = ""; +$text['theme-label-all_rights_reserved']['de-de'] = "Alle Rechte vorbehalten"; +$text['theme-label-all_rights_reserved']['de-at'] = "Alle Rechte vorbehalten"; $text['theme-label-all_rights_reserved']['sv-se'] = ""; $text['theme-label-all_rights_reserved']['it-it'] = "Tutti i diritti riservati.";