reworked text class to gather the languages on construction (more efficient) (#2576)
organize_languages will now use an internal function to escape values as fusion's check_str would not be appropriate enabled two missing flags organize on remaining app_languages.php and add missing 'he'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 10th of May 2017 11:10:19 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-apps']['en-us'] = "App Manager";
|
||||
$text['title-apps']['ar-eg'] = "";
|
||||
@@ -7,6 +7,7 @@ $text['title-apps']['de-at'] = "Applikation Verwaltung";
|
||||
$text['title-apps']['de-de'] = "Applikation Verwaltung";
|
||||
$text['title-apps']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$text['title-apps']['fr-fr'] = "Gestionnaire App";
|
||||
$text['title-apps']['he' ] = "";
|
||||
$text['title-apps']['it-it'] = "Gestore applicazioni";
|
||||
$text['title-apps']['nl-nl'] = "";
|
||||
$text['title-apps']['pl' ] = "Menedżer aplikacji";
|
||||
@@ -22,6 +23,7 @@ $text['title-app-edit']['de-at'] = "Applikationen Editieren";
|
||||
$text['title-app-edit']['de-de'] = "Applikationen Editieren";
|
||||
$text['title-app-edit']['es-cl'] = "Editar Aplicaciones";
|
||||
$text['title-app-edit']['fr-fr'] = "Editer l'application";
|
||||
$text['title-app-edit']['he' ] = "";
|
||||
$text['title-app-edit']['it-it'] = "Modifica applicazione";
|
||||
$text['title-app-edit']['nl-nl'] = "";
|
||||
$text['title-app-edit']['pl' ] = "Edytuj aplikację ";
|
||||
@@ -37,6 +39,7 @@ $text['label-version']['de-at'] = "Version";
|
||||
$text['label-version']['de-de'] = "Version";
|
||||
$text['label-version']['es-cl'] = "Versión";
|
||||
$text['label-version']['fr-fr'] = "Version";
|
||||
$text['label-version']['he' ] = "";
|
||||
$text['label-version']['it-it'] = "Versione";
|
||||
$text['label-version']['nl-nl'] = "";
|
||||
$text['label-version']['pl' ] = "Wersja";
|
||||
@@ -52,6 +55,7 @@ $text['header-apps']['de-at'] = "Applikation verwalten";
|
||||
$text['header-apps']['de-de'] = "Applikation verwalten";
|
||||
$text['header-apps']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$text['header-apps']['fr-fr'] = "Gestionnaire App";
|
||||
$text['header-apps']['he' ] = "";
|
||||
$text['header-apps']['it-it'] = "Gestore applicazioni";
|
||||
$text['header-apps']['nl-nl'] = "";
|
||||
$text['header-apps']['pl' ] = "Menedżer aplikacji";
|
||||
@@ -67,6 +71,7 @@ $text['header-app-edit']['de-at'] = "Applikation bearbeiten";
|
||||
$text['header-app-edit']['de-de'] = "Applikation bearbeiten";
|
||||
$text['header-app-edit']['es-cl'] = "Editar Aplicaciones";
|
||||
$text['header-app-edit']['fr-fr'] = "Editer l'application";
|
||||
$text['header-app-edit']['he' ] = "";
|
||||
$text['header-app-edit']['it-it'] = "Modifica applicazione";
|
||||
$text['header-app-edit']['nl-nl'] = "";
|
||||
$text['header-app-edit']['pl' ] = "Edytuj aplikację ";
|
||||
@@ -82,6 +87,7 @@ $text['description-apps']['de-at'] = "Installierte Applikationen verwalten";
|
||||
$text['description-apps']['de-de'] = "Installierte Applikationen verwalten";
|
||||
$text['description-apps']['es-cl'] = "Administre las aplicaciones instaladas.";
|
||||
$text['description-apps']['fr-fr'] = "Gérer les applications installées.";
|
||||
$text['description-apps']['he' ] = "";
|
||||
$text['description-apps']['it-it'] = "Gestisci le applicazioni installate.";
|
||||
$text['description-apps']['nl-nl'] = "";
|
||||
$text['description-apps']['pl' ] = "Zarządzajnie zainstalowanymi aplikacjami.";
|
||||
@@ -97,6 +103,7 @@ $text['description-app-edit']['de-at'] = "Installierte Applikationen verwalten";
|
||||
$text['description-app-edit']['de-de'] = "";
|
||||
$text['description-app-edit']['es-cl'] = "Administre las aplicaciones instaladas.";
|
||||
$text['description-app-edit']['fr-fr'] = "Gérer les applications installées";
|
||||
$text['description-app-edit']['he' ] = "";
|
||||
$text['description-app-edit']['it-it'] = "Gestisci le applicazioni installate.";
|
||||
$text['description-app-edit']['nl-nl'] = "";
|
||||
$text['description-app-edit']['pl' ] = "Zarządzajnie zainstalowanymi aplikacjami.";
|
||||
|
||||
Reference in New Issue
Block a user