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:
+20
-20
@@ -1,21 +1,21 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Content Manager";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Gestor de Contenido";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Administrador de Contenido";
|
||||
$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'] = "Contenu";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Administrateur";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gestor de Conteúdo";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "90397352-395c-40f6-2087-887144abc06d";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/content/rsslist.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Content Manager";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Gestor de Contenido";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Administrador de Contenido";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Contenu";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Administrateur";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gestor de Conteúdo";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Gerenciador de Conteúdo";
|
||||
$apps[$x]['menu'][0]['title']['he'] = "מנהל תוכן";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Menedżer zawartości";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Менеджер вмісту";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Innehålls Inställningar";
|
||||
$apps[$x]['menu'][0]['uuid'] = "90397352-395c-40f6-2087-887144abc06d";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/content/rsslist.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user