Update the translations from the translation server. Includes the following new languages Brazilian Portuguese, Polish, and Swedish Sweden. Thanks to those that put in the effort to add these languages additional translator volunteers are welcome.

This commit is contained in:
Mark Crane
2015-04-08 13:38:58 +00:00
parent 9e5f9b9556
commit d6636aee17
112 changed files with 24232 additions and 15590 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,40 +1,37 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Dialplan";
$apps[$x]['menu'][0]['title']['es-cl'] = "Plan de Marcado";
$apps[$x]['menu'][0]['title']['es-mx'] = "Plan de Marcado";
$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']['fr-fr'] = "Dialplan";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['parent_uuid'] = "";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "";
$apps[$x]['menu'][0]['order'] = "15";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Dialplan Manager";
$apps[$x]['menu'][1]['title']['es-cl'] = "Gest. de Plan de Marcado";
$apps[$x]['menu'][1]['title']['es-mx'] = "Administrador de Planes de Marcado";
$apps[$x]['menu'][1]['title']['de-de'] = "";
$apps[$x]['menu'][1]['title']['de-ch'] = "";
$apps[$x]['menu'][1]['title']['de-at'] = "";
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
$apps[$x]['menu'][1]['title']['fr-ca'] = "Administrateur de Dialplan";
$apps[$x]['menu'][1]['title']['fr-ch'] = "";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Dialplan";
$apps[$x]['menu'][1]['title']['pt-br'] = "";
$apps[$x]['menu'][1]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
$apps[$x]['menu'][1]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/app/dialplan/dialplans.php";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Dialplan";
$apps[$x]['menu'][0]['title']['es-cl'] = "Plan de Marcado";
$apps[$x]['menu'][0]['title']['es-mx'] = "Plan de Marcado";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pt-br'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pl'] = "Dialplan ";
$apps[$x]['menu'][0]['title']['uk'] = "Маршрутизація";
$apps[$x]['menu'][0]['title']['sv-se'] = "Nummerplan";
$apps[$x]['menu'][0]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['parent_uuid'] = "";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "";
$apps[$x]['menu'][0]['order'] = "15";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Dialplan Manager";
$apps[$x]['menu'][1]['title']['es-cl'] = "Gest. de Plan de Marcado";
$apps[$x]['menu'][1]['title']['es-mx'] = "Administrador de Planes de Marcado";
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
$apps[$x]['menu'][1]['title']['fr-ca'] = "Administrateur de Dialplan";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Dialplan";
$apps[$x]['menu'][1]['title']['pt-br'] = "Gerenciador de Dialplan";
$apps[$x]['menu'][1]['title']['pl'] = "Menadżer dialplanu";
$apps[$x]['menu'][1]['title']['uk'] = "Керування маршрутизацією";
$apps[$x]['menu'][1]['title']['sv-se'] = "Nummerplan Inställningar";
$apps[$x]['menu'][1]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
$apps[$x]['menu'][1]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/app/dialplan/dialplans.php";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
?>