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,20 +1,18 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Gateways";
$apps[$x]['menu'][0]['title']['es-cl'] = "Pasarelas";
$apps[$x]['menu'][0]['title']['es-mx'] = "Pasarelas";
$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'] = "Passerelles";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gateways";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/gateways/gateways.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Gateways";
$apps[$x]['menu'][0]['title']['es-cl'] = "Pasarelas";
$apps[$x]['menu'][0]['title']['es-mx'] = "Pasarelas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Passerelles";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gateways";
$apps[$x]['menu'][0]['title']['pt-br'] = "Gateways";
$apps[$x]['menu'][0]['title']['pl'] = "Brama wyjściowa ";
$apps[$x]['menu'][0]['title']['uk'] = "Шлюзи";
$apps[$x]['menu'][0]['title']['sv-se'] = "Gateways";
$apps[$x]['menu'][0]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/gateways/gateways.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
?>