mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:12:01 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-traffic_graph']['en-us'] = "Traffic Graph";
|
||||
$text['title-traffic_graph']['ar-eg'] = "";
|
||||
@@ -7,6 +7,7 @@ $text['title-traffic_graph']['de-at'] = "Netzauslastung";
|
||||
$text['title-traffic_graph']['de-de'] = "Netzauslastung";
|
||||
$text['title-traffic_graph']['es-cl'] = "Gráfico de Tráfico";
|
||||
$text['title-traffic_graph']['fr-fr'] = "Graphique de Traffic";
|
||||
$text['title-traffic_graph']['he' ] = "";
|
||||
$text['title-traffic_graph']['it-it'] = "Grafico del Traffico";
|
||||
$text['title-traffic_graph']['nl-nl'] = "";
|
||||
$text['title-traffic_graph']['pl' ] = "Wykres przesyłu danych";
|
||||
@@ -22,6 +23,7 @@ $text['message-no_interfaces_found']['de-at'] = "Keine Netzwerkkarte gefunden.";
|
||||
$text['message-no_interfaces_found']['de-de'] = "Keine Netzwerkkarte gefunden.";
|
||||
$text['message-no_interfaces_found']['es-cl'] = "Sin interfaces encontrados.";
|
||||
$text['message-no_interfaces_found']['fr-fr'] = "Aucune interface trouvé.";
|
||||
$text['message-no_interfaces_found']['he' ] = "";
|
||||
$text['message-no_interfaces_found']['it-it'] = "Non è stata trovata nessuna interfaccia.";
|
||||
$text['message-no_interfaces_found']['nl-nl'] = "";
|
||||
$text['message-no_interfaces_found']['pl' ] = "Nie znaleziono interfejsy.";
|
||||
@@ -37,6 +39,7 @@ $text['label-interface']['de-at'] = "Netzwerkkarte";
|
||||
$text['label-interface']['de-de'] = "Netzwerkkarte";
|
||||
$text['label-interface']['es-cl'] = "Interfaz";
|
||||
$text['label-interface']['fr-fr'] = "Interface";
|
||||
$text['label-interface']['he' ] = "";
|
||||
$text['label-interface']['it-it'] = "Interfaccia";
|
||||
$text['label-interface']['nl-nl'] = "";
|
||||
$text['label-interface']['pl' ] = "Wybierz interfejs";
|
||||
@@ -52,6 +55,7 @@ $text['header-traffic_graph']['de-at'] = "Netzauslastung";
|
||||
$text['header-traffic_graph']['de-de'] = "Netzauslastung";
|
||||
$text['header-traffic_graph']['es-cl'] = "Gráfico de Tráfico";
|
||||
$text['header-traffic_graph']['fr-fr'] = "Graphique de Traffic";
|
||||
$text['header-traffic_graph']['he' ] = "";
|
||||
$text['header-traffic_graph']['it-it'] = "Grafico del Traffico";
|
||||
$text['header-traffic_graph']['nl-nl'] = "";
|
||||
$text['header-traffic_graph']['pl' ] = "Wykres przesyłu danych";
|
||||
@@ -67,6 +71,7 @@ $text['description-traffic_graph']['de-at'] = "Um die Netzauslastung anzuzeigen
|
||||
$text['description-traffic_graph']['de-de'] = "Um die Netzauslastung anzuzeigen ist ein Browser (oder Plugin) erforderlich, das SVG Dateien (Scalable Vector Graphics) unterstützt.";
|
||||
$text['description-traffic_graph']['es-cl'] = "Un navegador (o plugin) que soporte SVG (Scalable Vector Graphics) es necesario para ver el gráfico siguiente.";
|
||||
$text['description-traffic_graph']['fr-fr'] = "Un explorateur (ou plugin) qui support le Graphique Vectoriel Evolutif (SVG) est nécessaire pour afficher les graphique ci-dessous.";
|
||||
$text['description-traffic_graph']['he' ] = "";
|
||||
$text['description-traffic_graph']['it-it'] = "Per visualizare il grafico è necessario un browser (o un plugin) che supporti SVG (Scalable Vector Graphics).";
|
||||
$text['description-traffic_graph']['nl-nl'] = "";
|
||||
$text['description-traffic_graph']['pl' ] = "Aby zobaczyć przesytu danych wymagana jest przeglądarka (lub wtyczka), która obsługuje Scalable Vector Graphics (SVG). ";
|
||||
@@ -82,6 +87,7 @@ $text['description-no_svg']['de-at'] = "Offensichtlich unterstützt Ihr Browser
|
||||
$text['description-no_svg']['de-de'] = "Offensichtlich unterstützt Ihr Browser keine SVG Dateien (Scalable Vector Graphics). Um die Netzauslastung anzuzeigen benutzen Sie bitte einen Browser (oder Plugin) welcher SVG Dateien unterstützt.";
|
||||
$text['description-no_svg']['es-cl'] = "Su navegador no soporta SVG (Scalable Vector Graphics). Para ver el gráfico debe utilizar un navegador (o plugin) que soporte SVG.";
|
||||
$text['description-no_svg']['fr-fr'] = "Malheureusement votre explorateur ne ssupporte pas le Graphique Vectoriel Evolutif (SVG). Pour voir le graphique, merci d'utiliser un explorateur (ou plugin) qui le supporte.";
|
||||
$text['description-no_svg']['he' ] = "";
|
||||
$text['description-no_svg']['it-it'] = "Sfortunatamente il tuo browser attualmente non supporta SVG (Scalable Vector Graphics). Per visualizzare il grafico del traffico usa un browser (o un plugin) che supportino SVG (Scalable Vector Graphics).";
|
||||
$text['description-no_svg']['nl-nl'] = "";
|
||||
$text['description-no_svg']['pl' ] = "Niestety twoja przeglądarka nie obsługuje obecnie Scalable Vector Graphics (SVG). Aby wyświetlić wykres przesyłu danych, należy użyć przeglądarki (lub wtyczki), który obsługuje Scalable Vector Graphics (SVG).";
|
||||
|
||||
Reference in New Issue
Block a user