From 036d8200a5be2bffc4eef0f17d4db7a0f87fbc98 Mon Sep 17 00:00:00 2001 From: FreeMe Date: Wed, 15 Jun 2016 03:21:15 +0100 Subject: [PATCH] Update app_languages.php (#1664) Added Ukraine fields --- app/operator_panel/app_languages.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/operator_panel/app_languages.php b/app/operator_panel/app_languages.php index 2b601b2cff..052862038c 100644 --- a/app/operator_panel/app_languages.php +++ b/app/operator_panel/app_languages.php @@ -161,7 +161,7 @@ $text['label-kill']['fr-fr'] = "Tuer Appel"; $text['label-kill']['pt-br'] = "Chamada final"; $text['label-kill']['pl'] = "Wyłącz"; $text['label-kill']['sv-se'] = "Lägg PÃ¥"; -$text['label-kill']['uk'] = ""; +$text['label-kill']['uk'] = "вбити"; $text['label-kill']['de-at'] = "Abwürgen"; $text['label-kill']['he'] = "הפסק"; @@ -172,7 +172,7 @@ $text['label-eavesdrop']['fr-fr'] = "Espionner"; $text['label-eavesdrop']['pt-br'] = "Investigar"; $text['label-eavesdrop']['pl'] = "PodsÅ‚uchiwanie"; $text['label-eavesdrop']['sv-se'] = "Medlyssning"; -$text['label-eavesdrop']['uk'] = ""; +$text['label-eavesdrop']['uk'] = "підслуховувати"; $text['label-eavesdrop']['de-at'] = "Mithören"; $text['label-eavesdrop']['he'] = ""; @@ -183,7 +183,7 @@ $text['label-call_group']['fr-fr'] = "Groupe d'appel"; $text['label-call_group']['pt-br'] = "Grupo"; $text['label-call_group']['pl'] = "Grupa odbiorców rozmowy"; $text['label-call_group']['sv-se'] = "Ring Grupp"; -$text['label-call_group']['uk'] = ""; +$text['label-call_group']['uk'] = "груповий виклик"; $text['label-call_group']['de-at'] = "Rufgruppe"; $text['label-call_group']['he'] = "קבוצת חיוג"; @@ -194,7 +194,7 @@ $text['label-call_direction']['fr-fr'] = "Sens de l'appel"; $text['label-call_direction']['pt-br'] = "Direção da chamada"; $text['label-call_direction']['pl'] = "Kierunek rozmowy"; $text['label-call_direction']['sv-se'] = "Samtals Riktning"; -$text['label-call_direction']['uk'] = ""; +$text['label-call_direction']['uk'] = "напрямок виклику"; $text['label-call_direction']['de-at'] = "Richtung"; $text['label-call_direction']['he'] = "כיוון שיחה"; @@ -205,7 +205,7 @@ $text['description-eavesdrop_destination']['fr-fr'] = "Sélectionnez le Eavesdro $text['description-eavesdrop_destination']['pt-br'] = "Selecione o eavesdrop de destino"; $text['description-eavesdrop_destination']['pl'] = "Wybierz destynacjÄ™ podsÅ‚uchiwanych rozmów"; $text['description-eavesdrop_destination']['sv-se'] = "Välj Medlyssning Destination"; -$text['description-eavesdrop_destination']['uk'] = ""; +$text['description-eavesdrop_destination']['uk'] = "Виберіть пункт призначення підслуховувати"; $text['description-eavesdrop_destination']['de-at'] = "Wählen Sie ein Ziel zum Mithören"; $text['description-eavesdrop_destination']['he'] = ""; @@ -220,4 +220,4 @@ $text['button-all']['uk'] = "Всі"; $text['button-all']['de-at'] = "Alle"; $text['button-all']['he'] = "הכל"; -?> \ No newline at end of file +?>