Files
fusionpbx/app/dialplans/app_menu.php
noci2012 e1ed3140cc nl-nl translations next batch. (#4892)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)

* Add nl-nl items

* Add nl-nl items

* dd nl-nl items (calls)

* Add nl-nl items

* Add nl-nl items (contacts)

* Add nl-nl items (vars)

* Add nl-nl items (voicemails)

* Add nl-nl items (xml_cdr)

* Add nl-nl items (xml_cdr)

* This reverts commit 41afeb4796.

* Add nl-nl items (voicemail_greetings)

* Add nl-nl items (system)

* Add nl-nl items (sip_profiles)

* Add nl-nl items (sip_status)

* Add nl-nl items (settings)

* Add nl-nl items (database_transactions)

* Add nl-nl items (destinations)

* Add nl-nl (devices)

* Add nl-nl (conferences)

* Add nl-nl (conferences_active)

* Add nl-nl (conference_centers)

* Update nl-nl (conference_centers)

* Add nl-nl (conference_controls)

* Add nl-nl items (conference_profiles)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_outbound)

* Add nl-nl items (dialplans)

* Add nl-nl items (edit)

* Add nl-nl items (email_logs)

* Add nl-nl items (errors)

* Add nl-nl items (exec)

* Add nl-nl items (access_controls)

* some skipped entries

* add nl-nl items (extensions)

* add nl-nl items (fifo)

* fixed translation, better fitting word kenmerk instead of etiket

* add nl-nl items (fifo_list)

* add nl-nl items (follow_me)

* add nl-nl items (gateways)

* add nl-nl items (ivr_menus)

* add nl-nl items (meetings)

* add nl-nl items (log_viewer)

* add nl-nl items (ring_groups)

* add nl-nl items (messages)

* add nl-nl items (modules)

* add nl-nl items (music_on_hold)

* add nl-nl items (number_translations)

* fix merge conflict (gateways)
2019-11-22 17:37:36 -07:00

59 lines
3.0 KiB
PHP

<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Plan de Marcado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Plan de Marcado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "Piano Numerazioni";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Kiesplan";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "План нумерации";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Маршрутизація";
$apps[$x]['menu'][$y]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "fa-exchange-alt";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "15";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan Manager";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan Einstellungen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan Einstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gest. de Plan de Marcado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Administrador de Planes de Marcado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Administrateur de Dialplan";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Kiesplan beheer";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menadżer dialplanu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Dialplan";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Dialplan";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление планом нумерации";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan Inställningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Керування маршрутизацією";
$apps[$x]['menu'][$y]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/dialplans/dialplans.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>