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:11:21 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['message-denied']['en-us'] = "access denied";
|
||||
$text['message-denied']['ar-eg'] = "";
|
||||
@@ -7,6 +7,7 @@ $text['message-denied']['de-at'] = "Zugang verweigert";
|
||||
$text['message-denied']['de-de'] = "Zugang verweigert";
|
||||
$text['message-denied']['es-cl'] = "acceso denegado";
|
||||
$text['message-denied']['fr-fr'] = "Accès non authorisé";
|
||||
$text['message-denied']['he' ] = "";
|
||||
$text['message-denied']['it-it'] = "";
|
||||
$text['message-denied']['nl-nl'] = "";
|
||||
$text['message-denied']['pl' ] = "Odmowa dostępu";
|
||||
@@ -22,6 +23,7 @@ $text['message-connection']['de-at'] = "Verbindung zum Event Socket fehlgeschlag
|
||||
$text['message-connection']['de-de'] = "Verbindung zum Event Socket fehlgeschlagen.";
|
||||
$text['message-connection']['es-cl'] = "Conexión a Socket de Evento fallida.";
|
||||
$text['message-connection']['fr-fr'] = "Connexion à l'Event Socket en echec.";
|
||||
$text['message-connection']['he' ] = "";
|
||||
$text['message-connection']['it-it'] = "";
|
||||
$text['message-connection']['nl-nl'] = "";
|
||||
$text['message-connection']['pl' ] = "Połączenie do „Event Socket” nie powiodło się";
|
||||
@@ -37,6 +39,7 @@ $text['message-click_to_unmute']['de-at'] = "Klicken Sie hier um die Stummschalt
|
||||
$text['message-click_to_unmute']['de-de'] = "";
|
||||
$text['message-click_to_unmute']['es-cl'] = "Haga clic para desactivar el silencio miembro";
|
||||
$text['message-click_to_unmute']['fr-fr'] = "Cliquez pour Réactiver membres";
|
||||
$text['message-click_to_unmute']['he' ] = "";
|
||||
$text['message-click_to_unmute']['it-it'] = "";
|
||||
$text['message-click_to_unmute']['nl-nl'] = "";
|
||||
$text['message-click_to_unmute']['pl' ] = "Kliknij, aby wyłączyć wyciszenie uczestnika";
|
||||
@@ -52,6 +55,7 @@ $text['message-click_to_mute']['de-at'] = "Klicken Sie hier um den Teilnehmer st
|
||||
$text['message-click_to_mute']['de-de'] = "Klicken Sie hier um den Teilnehmer stumm zu schalten";
|
||||
$text['message-click_to_mute']['es-cl'] = "Haga clic en silencio miembro";
|
||||
$text['message-click_to_mute']['fr-fr'] = "Cliquez sur muet Membres";
|
||||
$text['message-click_to_mute']['he' ] = "";
|
||||
$text['message-click_to_mute']['it-it'] = "";
|
||||
$text['message-click_to_mute']['nl-nl'] = "";
|
||||
$text['message-click_to_mute']['pl' ] = "Kliknij, aby wyciszyć uczestnika";
|
||||
@@ -67,6 +71,7 @@ $text['label-yes']['de-at'] = "Ja";
|
||||
$text['label-yes']['de-de'] = "Ja";
|
||||
$text['label-yes']['es-cl'] = "Si";
|
||||
$text['label-yes']['fr-fr'] = "Oui";
|
||||
$text['label-yes']['he' ] = "";
|
||||
$text['label-yes']['it-it'] = "";
|
||||
$text['label-yes']['nl-nl'] = "";
|
||||
$text['label-yes']['pl' ] = "Tak";
|
||||
@@ -82,6 +87,7 @@ $text['label-volume']['de-at'] = "Lautstärke";
|
||||
$text['label-volume']['de-de'] = "Lautstärke";
|
||||
$text['label-volume']['es-cl'] = "Vol";
|
||||
$text['label-volume']['fr-fr'] = "Vol";
|
||||
$text['label-volume']['he' ] = "";
|
||||
$text['label-volume']['it-it'] = "";
|
||||
$text['label-volume']['nl-nl'] = "";
|
||||
$text['label-volume']['pl' ] = "Głośność";
|
||||
@@ -97,6 +103,7 @@ $text['label-video']['de-at'] = "Video";
|
||||
$text['label-video']['de-de'] = "Video";
|
||||
$text['label-video']['es-cl'] = "Video";
|
||||
$text['label-video']['fr-fr'] = "Vidéo";
|
||||
$text['label-video']['he' ] = "";
|
||||
$text['label-video']['it-it'] = "";
|
||||
$text['label-video']['nl-nl'] = "";
|
||||
$text['label-video']['pl' ] = "Wideo";
|
||||
@@ -112,6 +119,7 @@ $text['label-unmute-all']['de-at'] = "Stummschaltung deaktivieren, alle";
|
||||
$text['label-unmute-all']['de-de'] = "Stummschaltung deaktivieren, alle";
|
||||
$text['label-unmute-all']['es-cl'] = "Desilenciar a todos";
|
||||
$text['label-unmute-all']['fr-fr'] = "tous sonore";
|
||||
$text['label-unmute-all']['he' ] = "";
|
||||
$text['label-unmute-all']['it-it'] = "";
|
||||
$text['label-unmute-all']['nl-nl'] = "";
|
||||
$text['label-unmute-all']['pl' ] = "Wyłącz wyciszenie wszystkim";
|
||||
@@ -127,6 +135,7 @@ $text['label-unmute']['de-at'] = "Stummschaltung deaktivieren";
|
||||
$text['label-unmute']['de-de'] = "Stummschaltung deaktivieren";
|
||||
$text['label-unmute']['es-cl'] = "Desilenciar";
|
||||
$text['label-unmute']['fr-fr'] = "sonore";
|
||||
$text['label-unmute']['he' ] = "";
|
||||
$text['label-unmute']['it-it'] = "";
|
||||
$text['label-unmute']['nl-nl'] = "";
|
||||
$text['label-unmute']['pl' ] = "Wyłącz wyciszenie";
|
||||
@@ -142,6 +151,7 @@ $text['label-unlock']['de-at'] = "Entsperren";
|
||||
$text['label-unlock']['de-de'] = "Entsperren";
|
||||
$text['label-unlock']['es-cl'] = "Desbloquear";
|
||||
$text['label-unlock']['fr-fr'] = "Débloqué";
|
||||
$text['label-unlock']['he' ] = "";
|
||||
$text['label-unlock']['it-it'] = "";
|
||||
$text['label-unlock']['nl-nl'] = "";
|
||||
$text['label-unlock']['pl' ] = "Odblokuj";
|
||||
@@ -157,6 +167,7 @@ $text['label-undeaf']['de-at'] = "Hörbarkeit";
|
||||
$text['label-undeaf']['de-de'] = "Hörbarkeit";
|
||||
$text['label-undeaf']['es-cl'] = "Deshacer Sordo";
|
||||
$text['label-undeaf']['fr-fr'] = "entandant";
|
||||
$text['label-undeaf']['he' ] = "";
|
||||
$text['label-undeaf']['it-it'] = "";
|
||||
$text['label-undeaf']['nl-nl'] = "";
|
||||
$text['label-undeaf']['pl' ] = "Undeaf ";
|
||||
@@ -172,6 +183,7 @@ $text['label-tools']['de-at'] = "Werkzeuge";
|
||||
$text['label-tools']['de-de'] = "Werkzeuge";
|
||||
$text['label-tools']['es-cl'] = "Herramientas";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
$text['label-tools']['he' ] = "";
|
||||
$text['label-tools']['it-it'] = "";
|
||||
$text['label-tools']['nl-nl'] = "";
|
||||
$text['label-tools']['pl' ] = "Narzędzia";
|
||||
@@ -187,6 +199,7 @@ $text['label-tool']['de-at'] = "Werkzeug";
|
||||
$text['label-tool']['de-de'] = "Werkzeug";
|
||||
$text['label-tool']['es-cl'] = "Herramientas";
|
||||
$text['label-tool']['fr-fr'] = "Outils";
|
||||
$text['label-tool']['he' ] = "";
|
||||
$text['label-tool']['it-it'] = "";
|
||||
$text['label-tool']['nl-nl'] = "";
|
||||
$text['label-tool']['pl' ] = "Narzędzia";
|
||||
@@ -202,6 +215,7 @@ $text['label-talking']['de-at'] = "spricht";
|
||||
$text['label-talking']['de-de'] = "spricht";
|
||||
$text['label-talking']['es-cl'] = "Hablando";
|
||||
$text['label-talking']['fr-fr'] = "parle";
|
||||
$text['label-talking']['he' ] = "";
|
||||
$text['label-talking']['it-it'] = "";
|
||||
$text['label-talking']['nl-nl'] = "";
|
||||
$text['label-talking']['pl' ] = "Mówiący";
|
||||
@@ -217,6 +231,7 @@ $text['label-speak']['de-at'] = "sprechen";
|
||||
$text['label-speak']['de-de'] = "sprechen";
|
||||
$text['label-speak']['es-cl'] = "Hablar";
|
||||
$text['label-speak']['fr-fr'] = "parler";
|
||||
$text['label-speak']['he' ] = "";
|
||||
$text['label-speak']['it-it'] = "";
|
||||
$text['label-speak']['nl-nl'] = "";
|
||||
$text['label-speak']['pl' ] = "Mów";
|
||||
@@ -232,6 +247,7 @@ $text['label-recording']['de-at'] = "Aufnahme";
|
||||
$text['label-recording']['de-de'] = "Aufnahme";
|
||||
$text['label-recording']['es-cl'] = "Grabando";
|
||||
$text['label-recording']['fr-fr'] = "Enregistré";
|
||||
$text['label-recording']['he' ] = "";
|
||||
$text['label-recording']['it-it'] = "";
|
||||
$text['label-recording']['nl-nl'] = "";
|
||||
$text['label-recording']['pl' ] = "Nagrywanie";
|
||||
@@ -247,6 +263,7 @@ $text['label-quiet']['de-at'] = "Leise";
|
||||
$text['label-quiet']['de-de'] = "Leise";
|
||||
$text['label-quiet']['es-cl'] = "Tranquilo";
|
||||
$text['label-quiet']['fr-fr'] = "Calme";
|
||||
$text['label-quiet']['he' ] = "";
|
||||
$text['label-quiet']['it-it'] = "";
|
||||
$text['label-quiet']['nl-nl'] = "";
|
||||
$text['label-quiet']['pl' ] = "Cichy";
|
||||
@@ -262,6 +279,7 @@ $text['label-participant-pin']['de-at'] = "Teilnehmer PIN";
|
||||
$text['label-participant-pin']['de-de'] = "Teilnehmer PIN";
|
||||
$text['label-participant-pin']['es-cl'] = "Participante PIN";
|
||||
$text['label-participant-pin']['fr-fr'] = "Code Participant";
|
||||
$text['label-participant-pin']['he' ] = "";
|
||||
$text['label-participant-pin']['it-it'] = "";
|
||||
$text['label-participant-pin']['nl-nl'] = "";
|
||||
$text['label-participant-pin']['pl' ] = "Numer PIN uczestnika";
|
||||
@@ -277,6 +295,7 @@ $text['label-participant']['de-at'] = "Teilnehmer";
|
||||
$text['label-participant']['de-de'] = "Teilnehmer";
|
||||
$text['label-participant']['es-cl'] = "Participante";
|
||||
$text['label-participant']['fr-fr'] = "Participant";
|
||||
$text['label-participant']['he' ] = "";
|
||||
$text['label-participant']['it-it'] = "";
|
||||
$text['label-participant']['nl-nl'] = "";
|
||||
$text['label-participant']['pl' ] = "Uczestnik";
|
||||
@@ -292,6 +311,7 @@ $text['label-not-recording']['de-at'] = "Nicht Aufnehmen";
|
||||
$text['label-not-recording']['de-de'] = "Nicht Aufnehmen";
|
||||
$text['label-not-recording']['es-cl'] = "Sin grabar";
|
||||
$text['label-not-recording']['fr-fr'] = "Non Enregistré";
|
||||
$text['label-not-recording']['he' ] = "";
|
||||
$text['label-not-recording']['it-it'] = "";
|
||||
$text['label-not-recording']['nl-nl'] = "";
|
||||
$text['label-not-recording']['pl' ] = "Nie nagrywa";
|
||||
@@ -307,6 +327,7 @@ $text['label-no']['de-at'] = "Nein";
|
||||
$text['label-no']['de-de'] = "Nein";
|
||||
$text['label-no']['es-cl'] = "No";
|
||||
$text['label-no']['fr-fr'] = "Non";
|
||||
$text['label-no']['he' ] = "";
|
||||
$text['label-no']['it-it'] = "";
|
||||
$text['label-no']['nl-nl'] = "";
|
||||
$text['label-no']['pl' ] = "Nie";
|
||||
@@ -322,6 +343,7 @@ $text['label-mute-all-alt']['de-at'] = "Alle Teilnehmer stumm schalten.";
|
||||
$text['label-mute-all-alt']['de-de'] = "Alle Teilnehmer stumm schalten.";
|
||||
$text['label-mute-all-alt']['es-cl'] = "Silenciar a todos excepto al moderador.";
|
||||
$text['label-mute-all-alt']['fr-fr'] = "muets sauf le moderateur.";
|
||||
$text['label-mute-all-alt']['he' ] = "";
|
||||
$text['label-mute-all-alt']['it-it'] = "";
|
||||
$text['label-mute-all-alt']['nl-nl'] = "";
|
||||
$text['label-mute-all-alt']['pl' ] = "Wycisz wszystkich uczestników";
|
||||
@@ -337,6 +359,7 @@ $text['label-mute-all']['de-at'] = "Alle stummschalten";
|
||||
$text['label-mute-all']['de-de'] = "Alle stummschalten";
|
||||
$text['label-mute-all']['es-cl'] = "Silenciar a todos";
|
||||
$text['label-mute-all']['fr-fr'] = "tous muets";
|
||||
$text['label-mute-all']['he' ] = "";
|
||||
$text['label-mute-all']['it-it'] = "";
|
||||
$text['label-mute-all']['nl-nl'] = "";
|
||||
$text['label-mute-all']['pl' ] = "Wycisz wszystkich";
|
||||
@@ -352,6 +375,7 @@ $text['label-mute']['de-at'] = "Stummschalten";
|
||||
$text['label-mute']['de-de'] = "Stummschalten";
|
||||
$text['label-mute']['es-cl'] = "Silenciar";
|
||||
$text['label-mute']['fr-fr'] = "muet";
|
||||
$text['label-mute']['he' ] = "";
|
||||
$text['label-mute']['it-it'] = "";
|
||||
$text['label-mute']['nl-nl'] = "";
|
||||
$text['label-mute']['pl' ] = "Wycisz";
|
||||
@@ -367,6 +391,7 @@ $text['label-moderator']['de-at'] = "Moderator";
|
||||
$text['label-moderator']['de-de'] = "Moderator";
|
||||
$text['label-moderator']['es-cl'] = "Moderador";
|
||||
$text['label-moderator']['fr-fr'] = "Modérateur";
|
||||
$text['label-moderator']['he' ] = "";
|
||||
$text['label-moderator']['it-it'] = "";
|
||||
$text['label-moderator']['nl-nl'] = "";
|
||||
$text['label-moderator']['pl' ] = "Moderator";
|
||||
@@ -382,6 +407,7 @@ $text['label-message']['de-at'] = "Nachricht";
|
||||
$text['label-message']['de-de'] = "Nachricht";
|
||||
$text['label-message']['es-cl'] = "Mensaje";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['he' ] = "";
|
||||
$text['label-message']['it-it'] = "";
|
||||
$text['label-message']['nl-nl'] = "";
|
||||
$text['label-message']['pl' ] = "Wiadomość";
|
||||
@@ -397,6 +423,7 @@ $text['label-members']['de-at'] = "Teilnehmer";
|
||||
$text['label-members']['de-de'] = "Teilnehmer";
|
||||
$text['label-members']['es-cl'] = "Miembros";
|
||||
$text['label-members']['fr-fr'] = "Membres";
|
||||
$text['label-members']['he' ] = "";
|
||||
$text['label-members']['it-it'] = "";
|
||||
$text['label-members']['nl-nl'] = "";
|
||||
$text['label-members']['pl' ] = "Uczestnicy";
|
||||
@@ -412,6 +439,7 @@ $text['label-member-count']['de-at'] = "Anzahl Teilnehmer";
|
||||
$text['label-member-count']['de-de'] = "Anzahl Teilnehmer";
|
||||
$text['label-member-count']['es-cl'] = "Conteo de Miembros";
|
||||
$text['label-member-count']['fr-fr'] = "Décompte des participants";
|
||||
$text['label-member-count']['he' ] = "";
|
||||
$text['label-member-count']['it-it'] = "";
|
||||
$text['label-member-count']['nl-nl'] = "";
|
||||
$text['label-member-count']['pl' ] = "Liczba uczestników";
|
||||
@@ -427,6 +455,7 @@ $text['label-lock']['de-at'] = "Sperren";
|
||||
$text['label-lock']['de-de'] = "Sperren";
|
||||
$text['label-lock']['es-cl'] = "Bloquear";
|
||||
$text['label-lock']['fr-fr'] = "Bloqué";
|
||||
$text['label-lock']['he' ] = "";
|
||||
$text['label-lock']['it-it'] = "";
|
||||
$text['label-lock']['nl-nl'] = "";
|
||||
$text['label-lock']['pl' ] = "Zablokowany";
|
||||
@@ -442,6 +471,7 @@ $text['label-kick']['de-at'] = "Rauswerfen";
|
||||
$text['label-kick']['de-de'] = "Rauswerfen";
|
||||
$text['label-kick']['es-cl'] = "Echar";
|
||||
$text['label-kick']['fr-fr'] = "jeter";
|
||||
$text['label-kick']['he' ] = "";
|
||||
$text['label-kick']['it-it'] = "";
|
||||
$text['label-kick']['nl-nl'] = "";
|
||||
$text['label-kick']['pl' ] = "Kick ";
|
||||
@@ -457,6 +487,7 @@ $text['label-joined']['de-at'] = "Verbunden";
|
||||
$text['label-joined']['de-de'] = "Verbunden";
|
||||
$text['label-joined']['es-cl'] = "Unido";
|
||||
$text['label-joined']['fr-fr'] = "a joint";
|
||||
$text['label-joined']['he' ] = "";
|
||||
$text['label-joined']['it-it'] = "";
|
||||
$text['label-joined']['nl-nl'] = "";
|
||||
$text['label-joined']['pl' ] = "Dołączył";
|
||||
@@ -472,6 +503,7 @@ $text['label-interactive']['de-at'] = "Inaktive Konferenz";
|
||||
$text['label-interactive']['de-de'] = "Inaktive Konferenz";
|
||||
$text['label-interactive']['es-cl'] = "Conferencia Interactiva";
|
||||
$text['label-interactive']['fr-fr'] = "Conférence Interactive";
|
||||
$text['label-interactive']['he' ] = "";
|
||||
$text['label-interactive']['it-it'] = "";
|
||||
$text['label-interactive']['nl-nl'] = "";
|
||||
$text['label-interactive']['pl' ] = "Interaktywna rozmowa konferencyjna";
|
||||
@@ -487,6 +519,7 @@ $text['label-id']['de-at'] = "ID";
|
||||
$text['label-id']['de-de'] = "";
|
||||
$text['label-id']['es-cl'] = "ID";
|
||||
$text['label-id']['fr-fr'] = "ID";
|
||||
$text['label-id']['he' ] = "";
|
||||
$text['label-id']['it-it'] = "";
|
||||
$text['label-id']['nl-nl'] = "";
|
||||
$text['label-id']['pl' ] = "ID";
|
||||
@@ -502,6 +535,7 @@ $text['label-hear']['de-at'] = "hören";
|
||||
$text['label-hear']['de-de'] = "hören";
|
||||
$text['label-hear']['es-cl'] = "Escuchar";
|
||||
$text['label-hear']['fr-fr'] = "écouter";
|
||||
$text['label-hear']['he' ] = "";
|
||||
$text['label-hear']['it-it'] = "";
|
||||
$text['label-hear']['nl-nl'] = "";
|
||||
$text['label-hear']['pl' ] = "Usłysz";
|
||||
@@ -517,6 +551,7 @@ $text['label-gain']['de-at'] = "Verstärkung";
|
||||
$text['label-gain']['de-de'] = "Verstärkung";
|
||||
$text['label-gain']['es-cl'] = "Ganancia";
|
||||
$text['label-gain']['fr-fr'] = "Gain";
|
||||
$text['label-gain']['he' ] = "";
|
||||
$text['label-gain']['it-it'] = "";
|
||||
$text['label-gain']['nl-nl'] = "";
|
||||
$text['label-gain']['pl' ] = "Przyrost";
|
||||
@@ -532,6 +567,7 @@ $text['label-floor']['de-at'] = "Hat das Wort";
|
||||
$text['label-floor']['de-de'] = "Hat das Wort";
|
||||
$text['label-floor']['es-cl'] = "Tiene Piso";
|
||||
$text['label-floor']['fr-fr'] = "A la parole";
|
||||
$text['label-floor']['he' ] = "";
|
||||
$text['label-floor']['it-it'] = "";
|
||||
$text['label-floor']['nl-nl'] = "";
|
||||
$text['label-floor']['pl' ] = "Posiada piętro";
|
||||
@@ -547,6 +583,7 @@ $text['label-energy']['de-at'] = "Energie";
|
||||
$text['label-energy']['de-de'] = "Energie";
|
||||
$text['label-energy']['es-cl'] = "Energía";
|
||||
$text['label-energy']['fr-fr'] = "Energie";
|
||||
$text['label-energy']['he' ] = "";
|
||||
$text['label-energy']['it-it'] = "";
|
||||
$text['label-energy']['nl-nl'] = "";
|
||||
$text['label-energy']['pl' ] = "Energia";
|
||||
@@ -562,6 +599,7 @@ $text['label-end-conference']['de-at'] = "Konferenz beenden";
|
||||
$text['label-end-conference']['de-de'] = "Konferenz beenden";
|
||||
$text['label-end-conference']['es-cl'] = "Terminar Conferencia";
|
||||
$text['label-end-conference']['fr-fr'] = "finir la conférence";
|
||||
$text['label-end-conference']['he' ] = "";
|
||||
$text['label-end-conference']['it-it'] = "";
|
||||
$text['label-end-conference']['nl-nl'] = "";
|
||||
$text['label-end-conference']['pl' ] = "Zakończ rozmowę konferencyjna";
|
||||
@@ -577,6 +615,7 @@ $text['label-deaf']['de-at'] = "Taub";
|
||||
$text['label-deaf']['de-de'] = "Taub";
|
||||
$text['label-deaf']['es-cl'] = "Sordo";
|
||||
$text['label-deaf']['fr-fr'] = "sourd";
|
||||
$text['label-deaf']['he' ] = "";
|
||||
$text['label-deaf']['it-it'] = "";
|
||||
$text['label-deaf']['nl-nl'] = "";
|
||||
$text['label-deaf']['pl' ] = "Głuchy";
|
||||
@@ -592,6 +631,7 @@ $text['label-cid-num']['de-at'] = "Anrufer Nummer";
|
||||
$text['label-cid-num']['de-de'] = "Anrufer Nummer";
|
||||
$text['label-cid-num']['es-cl'] = "Número de Caller ID";
|
||||
$text['label-cid-num']['fr-fr'] = "Numéro d'appelant";
|
||||
$text['label-cid-num']['he' ] = "";
|
||||
$text['label-cid-num']['it-it'] = "";
|
||||
$text['label-cid-num']['nl-nl'] = "";
|
||||
$text['label-cid-num']['pl' ] = "Prezentacja numeru dzwoniącego";
|
||||
@@ -607,6 +647,7 @@ $text['label-cid-name']['de-at'] = "Anrufer Name";
|
||||
$text['label-cid-name']['de-de'] = "Anrufer Name";
|
||||
$text['label-cid-name']['es-cl'] = "Nombre de Caller ID";
|
||||
$text['label-cid-name']['fr-fr'] = "Nom d'appelant";
|
||||
$text['label-cid-name']['he' ] = "";
|
||||
$text['label-cid-name']['it-it'] = "";
|
||||
$text['label-cid-name']['nl-nl'] = "";
|
||||
$text['label-cid-name']['pl' ] = "Prezentacja nazwy dzwoniącego";
|
||||
@@ -622,6 +663,7 @@ $text['label-capabilities']['de-at'] = "Möglichkeiten";
|
||||
$text['label-capabilities']['de-de'] = "Möglichkeiten";
|
||||
$text['label-capabilities']['es-cl'] = "Capacidades";
|
||||
$text['label-capabilities']['fr-fr'] = "Capacités";
|
||||
$text['label-capabilities']['he' ] = "";
|
||||
$text['label-capabilities']['it-it'] = "";
|
||||
$text['label-capabilities']['nl-nl'] = "";
|
||||
$text['label-capabilities']['pl' ] = "Możliwości";
|
||||
@@ -637,6 +679,7 @@ $text['label-active']['de-at'] = "Aktive Konferenzen";
|
||||
$text['label-active']['de-de'] = "Aktive Konferenzen";
|
||||
$text['label-active']['es-cl'] = "Conferencias Activas";
|
||||
$text['label-active']['fr-fr'] = "Conférences Avtives";
|
||||
$text['label-active']['he' ] = "";
|
||||
$text['label-active']['it-it'] = "";
|
||||
$text['label-active']['nl-nl'] = "";
|
||||
$text['label-active']['pl' ] = "Aktywne konferencje";
|
||||
@@ -652,6 +695,7 @@ $text['description-interactive']['de-at'] = "Teilnehmer der Konferenz überwache
|
||||
$text['description-interactive']['de-de'] = "Teilnehmer der Konferenz überwachen und aktiv eingreifen.";
|
||||
$text['description-interactive']['es-cl'] = "Utilice esta herramienta para monitorear e interactuar con los miembros de las conferencia.";
|
||||
$text['description-interactive']['fr-fr'] = "Superviser et interagir avec les participants de la conférence";
|
||||
$text['description-interactive']['he' ] = "";
|
||||
$text['description-interactive']['it-it'] = "";
|
||||
$text['description-interactive']['nl-nl'] = "";
|
||||
$text['description-interactive']['pl' ] = "Użyj tej funkcji do monitorowania i interakcji z uczestnikami konferencji.";
|
||||
@@ -667,6 +711,7 @@ $text['description-active']['de-at'] = "Liste alle aktiven Konferenzen mit einem
|
||||
$text['description-active']['de-de'] = "Liste alle aktiven Konferenzen mit einem oder mehreren Teilnehmern.";
|
||||
$text['description-active']['es-cl'] = "Listar todas las conferencia que tienen uno o más miembros activos.";
|
||||
$text['description-active']['fr-fr'] = "Liste toutes les conférences actives avec un ou plusieurs participants.";
|
||||
$text['description-active']['he' ] = "";
|
||||
$text['description-active']['it-it'] = "";
|
||||
$text['description-active']['nl-nl'] = "";
|
||||
$text['description-active']['pl' ] = "Lista wszystkich aktywnych konferencji z przynajmniej jednym uczestnikiem.";
|
||||
@@ -682,6 +727,7 @@ $text['button-stop-rec']['de-at'] = "Aufnahme beenden";
|
||||
$text['button-stop-rec']['de-de'] = "Aufnahme beenden";
|
||||
$text['button-stop-rec']['es-cl'] = "Detener Grabación";
|
||||
$text['button-stop-rec']['fr-fr'] = "Arrêter l'Enregistrement";
|
||||
$text['button-stop-rec']['he' ] = "";
|
||||
$text['button-stop-rec']['it-it'] = "";
|
||||
$text['button-stop-rec']['nl-nl'] = "";
|
||||
$text['button-stop-rec']['pl' ] = "Zatrzymanie nagrywania";
|
||||
@@ -697,6 +743,7 @@ $text['button-start-rec']['de-at'] = "Aufnahme starten";
|
||||
$text['button-start-rec']['de-de'] = "Aufnahme starten";
|
||||
$text['button-start-rec']['es-cl'] = "Iniciar Grabación";
|
||||
$text['button-start-rec']['fr-fr'] = "Commencer l'Enregistrement";
|
||||
$text['button-start-rec']['he' ] = "";
|
||||
$text['button-start-rec']['it-it'] = "";
|
||||
$text['button-start-rec']['nl-nl'] = "";
|
||||
$text['button-start-rec']['pl' ] = "Początek nagrywania";
|
||||
|
||||
Reference in New Issue
Block a user