mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
* 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)
135 lines
7.0 KiB
PHP
135 lines
7.0 KiB
PHP
<?php
|
|
|
|
$y=0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Skript Editor";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Skript Editor";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Scripts";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Editor Script";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Scipt bewerker";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Scripts";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор скриптов";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
|
$apps[$x]['menu'][$y]['uuid'] = "f1905fec-0577-daef-6045-59d09b7d3f94";
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][$y]['category'] = "external";
|
|
$apps[$x]['menu'][$y]['icon'] = "external-link-alt";
|
|
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=scripts";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "XML Editor";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "XML Editor";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "XML Editor";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Editor XML";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "XML bewerking";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор XML";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
|
$apps[$x]['menu'][$y]['uuid'] = "16013877-606a-2a05-7d6a-c1b215839131";
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][$y]['category'] = "external";
|
|
$apps[$x]['menu'][$y]['icon'] = "external-link-alt";
|
|
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=xml";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Provision Editor";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Bereitstellungs Editor";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Bereitstellungs Editor";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Editor di Provisioning";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Voorzieningen bewerker";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор шаблонов автоконфигурации";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
|
$apps[$x]['menu'][$y]['uuid'] = "57773542-a565-1a29-605d-6535da1a0870";
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][$y]['category'] = "external";
|
|
$apps[$x]['menu'][$y]['icon'] = "external-link-alt";
|
|
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=provision";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "PHP Editor";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "PHP Editor";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "PHP Editor";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Editor PHP";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "PHP bewerker";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор PHP";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
|
$apps[$x]['menu'][$y]['uuid'] = "eae1f2d6-789b-807c-cc26-44501e848693";
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][$y]['category'] = "external";
|
|
$apps[$x]['menu'][$y]['icon'] = "external-link-alt";
|
|
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=php";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Grammatik Editor";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Editor Grammatica";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Grammatica bewerker";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор грамматики";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
|
$apps[$x]['menu'][$y]['uuid'] = "c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a";
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][$y]['category'] = "external";
|
|
$apps[$x]['menu'][$y]['icon'] = "external-link-alt";
|
|
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=grammar";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
?>
|