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:
+29
-37
@@ -1,38 +1,30 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Aplicaciones";
|
||||
$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'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Aplicações";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "";
|
||||
$apps[$x]['menu'][0]['order'] = "20";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "App Manager";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$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 App";
|
||||
$apps[$x]['menu'][1]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][1]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Aplicações";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "";
|
||||
$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";
|
||||
$apps[$x]['menu'][1]['path'] = "/core/apps/apps.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Aplicaciones";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Aplicações";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Aplicações";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Aplikacje";
|
||||
$apps[$x]['menu'][0]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "";
|
||||
$apps[$x]['menu'][0]['order'] = "20";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "App Manager";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion App";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Aplicações";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Gerenciador de aplicações";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Menedżer aplikacji";
|
||||
$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";
|
||||
$apps[$x]['menu'][1]['path'] = "/core/apps/apps.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user