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:10:50 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-call_flows']['en-us'] = "Call Flows";
|
||||
$text['title-call_flows']['ar-eg'] = "";
|
||||
@@ -7,6 +7,7 @@ $text['title-call_flows']['de-at'] = "Anruf Steuerung";
|
||||
$text['title-call_flows']['de-de'] = "Anruf Steuerung";
|
||||
$text['title-call_flows']['es-cl'] = "Flujo de Llamada";
|
||||
$text['title-call_flows']['fr-fr'] = "Flux d'appel";
|
||||
$text['title-call_flows']['he' ] = "";
|
||||
$text['title-call_flows']['it-it'] = "";
|
||||
$text['title-call_flows']['nl-nl'] = "";
|
||||
$text['title-call_flows']['pl' ] = "Przepływ rozmów";
|
||||
@@ -22,6 +23,7 @@ $text['title-call_flow']['de-at'] = "Anruf Steuerung";
|
||||
$text['title-call_flow']['de-de'] = "Anruf Steuerung";
|
||||
$text['title-call_flow']['es-cl'] = "Flujo de Llamada";
|
||||
$text['title-call_flow']['fr-fr'] = "Editer le flux";
|
||||
$text['title-call_flow']['he' ] = "";
|
||||
$text['title-call_flow']['it-it'] = "";
|
||||
$text['title-call_flow']['nl-nl'] = "";
|
||||
$text['title-call_flow']['pl' ] = "Przepływ rozmów";
|
||||
@@ -37,6 +39,7 @@ $text['label-call_flow_name']['de-at'] = "Name";
|
||||
$text['label-call_flow_name']['de-de'] = "Name";
|
||||
$text['label-call_flow_name']['es-cl'] = "Nombre";
|
||||
$text['label-call_flow_name']['fr-fr'] = "Nom";
|
||||
$text['label-call_flow_name']['he' ] = "";
|
||||
$text['label-call_flow_name']['it-it'] = "";
|
||||
$text['label-call_flow_name']['nl-nl'] = "";
|
||||
$text['label-call_flow_name']['pl' ] = "Nazwa";
|
||||
@@ -52,6 +55,7 @@ $text['label-call_flow_status']['de-at'] = "Aktiviert";
|
||||
$text['label-call_flow_status']['de-de'] = "Aktiviert";
|
||||
$text['label-call_flow_status']['es-cl'] = "Estado";
|
||||
$text['label-call_flow_status']['fr-fr'] = "Etat";
|
||||
$text['label-call_flow_status']['he' ] = "";
|
||||
$text['label-call_flow_status']['it-it'] = "";
|
||||
$text['label-call_flow_status']['nl-nl'] = "";
|
||||
$text['label-call_flow_status']['pl' ] = "Status";
|
||||
@@ -67,6 +71,7 @@ $text['label-call_flow_pin_number']['de-at'] = "PIN Nummer";
|
||||
$text['label-call_flow_pin_number']['de-de'] = "PIN Nummer";
|
||||
$text['label-call_flow_pin_number']['es-cl'] = "Número PIN";
|
||||
$text['label-call_flow_pin_number']['fr-fr'] = "Code PIN";
|
||||
$text['label-call_flow_pin_number']['he' ] = "";
|
||||
$text['label-call_flow_pin_number']['it-it'] = "";
|
||||
$text['label-call_flow_pin_number']['nl-nl'] = "";
|
||||
$text['label-call_flow_pin_number']['pl' ] = "Numer PIN";
|
||||
@@ -82,6 +87,7 @@ $text['label-call_flow_feature_code']['de-at'] = "Funktions-Code";
|
||||
$text['label-call_flow_feature_code']['de-de'] = "Funktions-Code";
|
||||
$text['label-call_flow_feature_code']['es-cl'] = "Código distintivo";
|
||||
$text['label-call_flow_feature_code']['fr-fr'] = "Code Fonction";
|
||||
$text['label-call_flow_feature_code']['he' ] = "";
|
||||
$text['label-call_flow_feature_code']['it-it'] = "";
|
||||
$text['label-call_flow_feature_code']['nl-nl'] = "";
|
||||
$text['label-call_flow_feature_code']['pl' ] = "";
|
||||
@@ -97,6 +103,7 @@ $text['label-call_flow_extension']['de-at'] = "Nebenstelle";
|
||||
$text['label-call_flow_extension']['de-de'] = "Nebenstelle";
|
||||
$text['label-call_flow_extension']['es-cl'] = "Extensión";
|
||||
$text['label-call_flow_extension']['fr-fr'] = "Extension";
|
||||
$text['label-call_flow_extension']['he' ] = "";
|
||||
$text['label-call_flow_extension']['it-it'] = "";
|
||||
$text['label-call_flow_extension']['nl-nl'] = "";
|
||||
$text['label-call_flow_extension']['pl' ] = "Numer wewnętrzny";
|
||||
@@ -112,6 +119,7 @@ $text['label-call_flow_label']['de-at'] = "Ziel Kennzeichnung";
|
||||
$text['label-call_flow_label']['de-de'] = "Ziel Kennzeichnung";
|
||||
$text['label-call_flow_label']['es-cl'] = "Etiqueta de Destino";
|
||||
$text['label-call_flow_label']['fr-fr'] = "Label de la destination";
|
||||
$text['label-call_flow_label']['he' ] = "";
|
||||
$text['label-call_flow_label']['it-it'] = "";
|
||||
$text['label-call_flow_label']['nl-nl'] = "";
|
||||
$text['label-call_flow_label']['pl' ] = "Etykieta destynacji";
|
||||
@@ -127,6 +135,7 @@ $text['label-call_flow_destination']['de-at'] = "Ziel";
|
||||
$text['label-call_flow_destination']['de-de'] = "Ziel";
|
||||
$text['label-call_flow_destination']['es-cl'] = "Destino";
|
||||
$text['label-call_flow_destination']['fr-fr'] = "Destination";
|
||||
$text['label-call_flow_destination']['he' ] = "";
|
||||
$text['label-call_flow_destination']['it-it'] = "";
|
||||
$text['label-call_flow_destination']['nl-nl'] = "";
|
||||
$text['label-call_flow_destination']['pl' ] = "Destynacja";
|
||||
@@ -142,6 +151,7 @@ $text['label-call_flow_context']['de-at'] = "Kontext";
|
||||
$text['label-call_flow_context']['de-de'] = "Kontext";
|
||||
$text['label-call_flow_context']['es-cl'] = "Contexto";
|
||||
$text['label-call_flow_context']['fr-fr'] = "Contexte";
|
||||
$text['label-call_flow_context']['he' ] = "";
|
||||
$text['label-call_flow_context']['it-it'] = "";
|
||||
$text['label-call_flow_context']['nl-nl'] = "";
|
||||
$text['label-call_flow_context']['pl' ] = "Kontekst";
|
||||
@@ -157,6 +167,7 @@ $text['label-call_flow_alternate_label']['de-at'] = "Alternative Bezeichnung";
|
||||
$text['label-call_flow_alternate_label']['de-de'] = "Alternative Bezeichnung";
|
||||
$text['label-call_flow_alternate_label']['es-cl'] = "Etiqueta alternativa";
|
||||
$text['label-call_flow_alternate_label']['fr-fr'] = "Label alternatif";
|
||||
$text['label-call_flow_alternate_label']['he' ] = "";
|
||||
$text['label-call_flow_alternate_label']['it-it'] = "";
|
||||
$text['label-call_flow_alternate_label']['nl-nl'] = "";
|
||||
$text['label-call_flow_alternate_label']['pl' ] = "Alternatywna etykieta";
|
||||
@@ -172,6 +183,7 @@ $text['label-call_flow_alternate_destination']['de-at'] = "Alternatives Ziel";
|
||||
$text['label-call_flow_alternate_destination']['de-de'] = "Alternatives Ziel";
|
||||
$text['label-call_flow_alternate_destination']['es-cl'] = "Destino Alternativo";
|
||||
$text['label-call_flow_alternate_destination']['fr-fr'] = "Destination alternative";
|
||||
$text['label-call_flow_alternate_destination']['he' ] = "";
|
||||
$text['label-call_flow_alternate_destination']['it-it'] = "";
|
||||
$text['label-call_flow_alternate_destination']['nl-nl'] = "";
|
||||
$text['label-call_flow_alternate_destination']['pl' ] = "Alternatywna destynacja";
|
||||
@@ -187,6 +199,7 @@ $text['label-call_flow_sound']['de-at'] = "Rufton";
|
||||
$text['label-call_flow_sound']['de-de'] = "Rufton";
|
||||
$text['label-call_flow_sound']['es-cl'] = "Sonar";
|
||||
$text['label-call_flow_sound']['fr-fr'] = "Sonner";
|
||||
$text['label-call_flow_sound']['he' ] = "";
|
||||
$text['label-call_flow_sound']['it-it'] = "";
|
||||
$text['label-call_flow_sound']['nl-nl'] = "";
|
||||
$text['label-call_flow_sound']['pl' ] = "Dźwięk";
|
||||
@@ -202,6 +215,7 @@ $text['label-call_flow_alternate_sound']['de-at'] = "Alternativer Rufton";
|
||||
$text['label-call_flow_alternate_sound']['de-de'] = "Alternativer Rufton";
|
||||
$text['label-call_flow_alternate_sound']['es-cl'] = "sonido alternativo";
|
||||
$text['label-call_flow_alternate_sound']['fr-fr'] = "son suppléant";
|
||||
$text['label-call_flow_alternate_sound']['he' ] = "";
|
||||
$text['label-call_flow_alternate_sound']['it-it'] = "";
|
||||
$text['label-call_flow_alternate_sound']['nl-nl'] = "";
|
||||
$text['label-call_flow_alternate_sound']['pl' ] = "Alternatywny dźwięk";
|
||||
@@ -217,6 +231,7 @@ $text['label-call_flow_description']['de-at'] = "Beschreibung";
|
||||
$text['label-call_flow_description']['de-de'] = "Beschreibung";
|
||||
$text['label-call_flow_description']['es-cl'] = "Descripción";
|
||||
$text['label-call_flow_description']['fr-fr'] = "Description";
|
||||
$text['label-call_flow_description']['he' ] = "";
|
||||
$text['label-call_flow_description']['it-it'] = "";
|
||||
$text['label-call_flow_description']['nl-nl'] = "";
|
||||
$text['label-call_flow_description']['pl' ] = "Opis";
|
||||
@@ -232,6 +247,7 @@ $text['header-call_flows']['de-at'] = "Anruf Steuerung";
|
||||
$text['header-call_flows']['de-de'] = "Anruf Steuerung";
|
||||
$text['header-call_flows']['es-cl'] = "flujo de Llamada";
|
||||
$text['header-call_flows']['fr-fr'] = "Flux d'appel";
|
||||
$text['header-call_flows']['he' ] = "";
|
||||
$text['header-call_flows']['it-it'] = "";
|
||||
$text['header-call_flows']['nl-nl'] = "";
|
||||
$text['header-call_flows']['pl' ] = "Przepływ rozmów";
|
||||
@@ -247,6 +263,7 @@ $text['header-call_flow']['de-at'] = "Anruf Steuerung";
|
||||
$text['header-call_flow']['de-de'] = "Anruf Steuerung";
|
||||
$text['header-call_flow']['es-cl'] = "Flujo de Llamada";
|
||||
$text['header-call_flow']['fr-fr'] = "Editer le flux";
|
||||
$text['header-call_flow']['he' ] = "";
|
||||
$text['header-call_flow']['it-it'] = "";
|
||||
$text['header-call_flow']['nl-nl'] = "";
|
||||
$text['header-call_flow']['pl' ] = "Przepływ rozmów";
|
||||
@@ -262,6 +279,7 @@ $text['description-call_flow_status']['de-at'] = "Status festlegen.";
|
||||
$text['description-call_flow_status']['de-de'] = "Status festlegen.";
|
||||
$text['description-call_flow_status']['es-cl'] = "Seleccione el estado.";
|
||||
$text['description-call_flow_status']['fr-fr'] = "Choisir le statut.";
|
||||
$text['description-call_flow_status']['he' ] = "";
|
||||
$text['description-call_flow_status']['it-it'] = "";
|
||||
$text['description-call_flow_status']['nl-nl'] = "";
|
||||
$text['description-call_flow_status']['pl' ] = "Wybierz status użytkownika";
|
||||
@@ -277,6 +295,7 @@ $text['description-call_flow_pin_number']['de-at'] = "Geben Sie eine PIN ein.";
|
||||
$text['description-call_flow_pin_number']['de-de'] = "Geben Sie eine PIN ein.";
|
||||
$text['description-call_flow_pin_number']['es-cl'] = "Ingrese el número PIN.";
|
||||
$text['description-call_flow_pin_number']['fr-fr'] = "Choisir le code PIN.";
|
||||
$text['description-call_flow_pin_number']['he' ] = "";
|
||||
$text['description-call_flow_pin_number']['it-it'] = "";
|
||||
$text['description-call_flow_pin_number']['nl-nl'] = "";
|
||||
$text['description-call_flow_pin_number']['pl' ] = "Wprowadź numer PIN";
|
||||
@@ -292,6 +311,7 @@ $text['description-call_flow_name']['de-at'] = "Geben Sie den Namen an";
|
||||
$text['description-call_flow_name']['de-de'] = "Geben Sie den Namen an";
|
||||
$text['description-call_flow_name']['es-cl'] = "Ingrese el nombre.";
|
||||
$text['description-call_flow_name']['fr-fr'] = "Choisr le nom.";
|
||||
$text['description-call_flow_name']['he' ] = "";
|
||||
$text['description-call_flow_name']['it-it'] = "";
|
||||
$text['description-call_flow_name']['nl-nl'] = "";
|
||||
$text['description-call_flow_name']['pl' ] = "Wprowadź nazwę";
|
||||
@@ -307,6 +327,7 @@ $text['description-call_flow_feature_code']['de-at'] = "Geben Sie den Funktions-
|
||||
$text['description-call_flow_feature_code']['de-de'] = "Geben Sie den Funktions-Code an.";
|
||||
$text['description-call_flow_feature_code']['es-cl'] = "Ingrese el código distintivo.";
|
||||
$text['description-call_flow_feature_code']['fr-fr'] = "Choisir le code la fonction";
|
||||
$text['description-call_flow_feature_code']['he' ] = "";
|
||||
$text['description-call_flow_feature_code']['it-it'] = "";
|
||||
$text['description-call_flow_feature_code']['nl-nl'] = "";
|
||||
$text['description-call_flow_feature_code']['pl' ] = "Dodaj specjalny kod";
|
||||
@@ -322,6 +343,7 @@ $text['description-call_flow_extension']['de-at'] = "Weisen Sie die Nebenstelle
|
||||
$text['description-call_flow_extension']['de-de'] = "Weisen Sie die Nebenstelle aus.";
|
||||
$text['description-call_flow_extension']['es-cl'] = "Ingrese el número de extensión.";
|
||||
$text['description-call_flow_extension']['fr-fr'] = "Choisir le numéro d'extension.";
|
||||
$text['description-call_flow_extension']['he' ] = "";
|
||||
$text['description-call_flow_extension']['it-it'] = "";
|
||||
$text['description-call_flow_extension']['nl-nl'] = "";
|
||||
$text['description-call_flow_extension']['pl' ] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
@@ -337,6 +359,7 @@ $text['description-call_flow_destination_label']['de-at'] = "Geben Sie eine Besc
|
||||
$text['description-call_flow_destination_label']['de-de'] = "Geben Sie eine Beschreibung für das Ziel an.";
|
||||
$text['description-call_flow_destination_label']['es-cl'] = "Ingrese la etiqueta de destino.";
|
||||
$text['description-call_flow_destination_label']['fr-fr'] = "Choisir le label de la destination.";
|
||||
$text['description-call_flow_destination_label']['he' ] = "";
|
||||
$text['description-call_flow_destination_label']['it-it'] = "";
|
||||
$text['description-call_flow_destination_label']['nl-nl'] = "";
|
||||
$text['description-call_flow_destination_label']['pl' ] = "Wprowadź opis destynacji";
|
||||
@@ -352,6 +375,7 @@ $text['description-call_flow_destination']['de-at'] = "Wählen Sie das Ziel.";
|
||||
$text['description-call_flow_destination']['de-de'] = "Wählen Sie das Ziel.";
|
||||
$text['description-call_flow_destination']['es-cl'] = "Seleccione el destino.";
|
||||
$text['description-call_flow_destination']['fr-fr'] = "Choisir la destination.";
|
||||
$text['description-call_flow_destination']['he' ] = "";
|
||||
$text['description-call_flow_destination']['it-it'] = "";
|
||||
$text['description-call_flow_destination']['nl-nl'] = "";
|
||||
$text['description-call_flow_destination']['pl' ] = "Wybierz numer docelowy.";
|
||||
@@ -367,6 +391,7 @@ $text['description-call_flow_context']['de-at'] = "Geben Sie den Kontext hier an
|
||||
$text['description-call_flow_context']['de-de'] = "Geben Sie den Kontext hier an.";
|
||||
$text['description-call_flow_context']['es-cl'] = "Ingrese el contexto.";
|
||||
$text['description-call_flow_context']['fr-fr'] = "Choisir le contexte.";
|
||||
$text['description-call_flow_context']['he' ] = "";
|
||||
$text['description-call_flow_context']['it-it'] = "";
|
||||
$text['description-call_flow_context']['nl-nl'] = "";
|
||||
$text['description-call_flow_context']['pl' ] = "Wprowadź kontekst";
|
||||
@@ -382,6 +407,7 @@ $text['description-call_flows']['de-at'] = "Leiten Sie Anrufe zwischen zwei Ziel
|
||||
$text['description-call_flows']['de-de'] = "Leiten Sie Anrufe zwischen zwei Zielen um indem Sie einen Funktions-Code wählen.";
|
||||
$text['description-call_flows']['es-cl'] = "Llamadas directas entre dos destinatarios llamando a un código distintivo.";
|
||||
$text['description-call_flows']['fr-fr'] = "Appels directs entre deux destinations en appelant une fonction.";
|
||||
$text['description-call_flows']['he' ] = "";
|
||||
$text['description-call_flows']['it-it'] = "";
|
||||
$text['description-call_flows']['nl-nl'] = "";
|
||||
$text['description-call_flows']['pl' ] = "Kieruj rozmowy bezpośrednio pomiędzy dwoma destynacjami poprzez prowadzenie specjalnego kodu.";
|
||||
@@ -397,6 +423,7 @@ $text['description-call_flow_alternate_label']['de-at'] = "Geben Sie eine Beschr
|
||||
$text['description-call_flow_alternate_label']['de-de'] = "Geben Sie eine Beschreibung für das alternative Ziel ein.";
|
||||
$text['description-call_flow_alternate_label']['es-cl'] = "Ingrese la etiqueta de destino alternativo.";
|
||||
$text['description-call_flow_alternate_label']['fr-fr'] = "Choisir le label de la destination alternative.";
|
||||
$text['description-call_flow_alternate_label']['he' ] = "";
|
||||
$text['description-call_flow_alternate_label']['it-it'] = "";
|
||||
$text['description-call_flow_alternate_label']['nl-nl'] = "";
|
||||
$text['description-call_flow_alternate_label']['pl' ] = "Wprowadź alternatywny opis destynacji";
|
||||
@@ -412,6 +439,7 @@ $text['description-call_flow_alternate_destination']['de-at'] = "";
|
||||
$text['description-call_flow_alternate_destination']['de-de'] = "";
|
||||
$text['description-call_flow_alternate_destination']['es-cl'] = "";
|
||||
$text['description-call_flow_alternate_destination']['fr-fr'] = "";
|
||||
$text['description-call_flow_alternate_destination']['he' ] = "";
|
||||
$text['description-call_flow_alternate_destination']['it-it'] = "";
|
||||
$text['description-call_flow_alternate_destination']['nl-nl'] = "";
|
||||
$text['description-call_flow_alternate_destination']['pl' ] = "";
|
||||
@@ -427,6 +455,7 @@ $text['description-alternate_destination']['de-at'] = "Wählen Sie ein alternati
|
||||
$text['description-alternate_destination']['de-de'] = "Wählen Sie ein alternatives Ziel.";
|
||||
$text['description-alternate_destination']['es-cl'] = "Seleccione el destino alternativo.";
|
||||
$text['description-alternate_destination']['fr-fr'] = "Choisir la destination alternative.";
|
||||
$text['description-alternate_destination']['he' ] = "";
|
||||
$text['description-alternate_destination']['it-it'] = "";
|
||||
$text['description-alternate_destination']['nl-nl'] = "";
|
||||
$text['description-alternate_destination']['pl' ] = "Wybierz alternatywną destynację";
|
||||
@@ -442,6 +471,7 @@ $text['description-call_flow_sound']['de-at'] = "Wählen Sie den zu spielenden R
|
||||
$text['description-call_flow_sound']['de-de'] = "Wählen Sie den zu spielenden Rufton aus, wenn das primäre Ziel ausgewählt ist.";
|
||||
$text['description-call_flow_sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino.";
|
||||
$text['description-call_flow_sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination.";
|
||||
$text['description-call_flow_sound']['he' ] = "";
|
||||
$text['description-call_flow_sound']['it-it'] = "";
|
||||
$text['description-call_flow_sound']['nl-nl'] = "";
|
||||
$text['description-call_flow_sound']['pl' ] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony do miejsca przeznaczenia.";
|
||||
@@ -457,6 +487,7 @@ $text['description-call_flow_alternate_sound']['de-at'] = "Wählen Sie den zu sp
|
||||
$text['description-call_flow_alternate_sound']['de-de'] = "Wählen Sie den zu spielenden Rufton aus, wenn das alternative Ziel ausgewählt ist.";
|
||||
$text['description-call_flow_alternate_sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino alternativo.";
|
||||
$text['description-call_flow_alternate_sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination alternative.";
|
||||
$text['description-call_flow_alternate_sound']['he' ] = "";
|
||||
$text['description-call_flow_alternate_sound']['it-it'] = "";
|
||||
$text['description-call_flow_alternate_sound']['nl-nl'] = "";
|
||||
$text['description-call_flow_alternate_sound']['pl' ] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony na alternatywnego przeznaczenia.";
|
||||
@@ -472,6 +503,7 @@ $text['recordings']['de-at'] = "Aufnahmen";
|
||||
$text['recordings']['de-de'] = "Aufnahmen";
|
||||
$text['recordings']['es-cl'] = "grabaciones";
|
||||
$text['recordings']['fr-fr'] = "Recordings";
|
||||
$text['recordings']['he' ] = "";
|
||||
$text['recordings']['it-it'] = "";
|
||||
$text['recordings']['nl-nl'] = "";
|
||||
$text['recordings']['pl' ] = "nagrania";
|
||||
@@ -487,6 +519,7 @@ $text['miscellaneous']['de-at'] = "Sonstiges";
|
||||
$text['miscellaneous']['de-de'] = "Sonstiges";
|
||||
$text['miscellaneous']['es-cl'] = "Diverso";
|
||||
$text['miscellaneous']['fr-fr'] = "Divers";
|
||||
$text['miscellaneous']['he' ] = "";
|
||||
$text['miscellaneous']['it-it'] = "";
|
||||
$text['miscellaneous']['nl-nl'] = "";
|
||||
$text['miscellaneous']['pl' ] = "Różne";
|
||||
@@ -502,6 +535,7 @@ $text['sounds']['de-at'] = "Ruftöne";
|
||||
$text['sounds']['de-de'] = "";
|
||||
$text['sounds']['es-cl'] = "Sonidos";
|
||||
$text['sounds']['fr-fr'] = "des sons";
|
||||
$text['sounds']['he' ] = "";
|
||||
$text['sounds']['it-it'] = "";
|
||||
$text['sounds']['nl-nl'] = "";
|
||||
$text['sounds']['pl' ] = "Dźwięki";
|
||||
|
||||
Reference in New Issue
Block a user