2016-04-25 20:30:23 -05:00
<? php
2018-02-12 17:50:47 +00:00
#This file was last reorganized on 27th of September 2017 01:41:52 PM UTC
2016-04-25 20:30:23 -05:00
$text [ 'language-name' ][ 'en-us' ] = "English - United States" ;
2017-05-10 20:40:46 +01:00
$text [ 'language-name' ][ 'ar-eg' ] = "العربية - مصر" ;
$text [ 'language-name' ][ 'de-at' ] = "Deutsch - Österreich" ;
2017-06-02 20:24:12 +01:00
$text [ 'language-name' ][ 'de-ch' ] = "Deutsch - Schweiz" ;
2017-05-10 20:40:46 +01:00
$text [ 'language-name' ][ 'de-de' ] = "Deutsch - Deutsch" ;
2016-04-25 20:30:23 -05:00
$text [ 'language-name' ][ 'es-cl' ] = "Español - Chile" ;
2017-06-02 20:24:12 +01:00
$text [ 'language-name' ][ 'es-mx' ] = "Español - México" ;
$text [ 'language-name' ][ 'fr-ca' ] = "Français - Canada" ;
2016-04-25 20:30:23 -05:00
$text [ 'language-name' ][ 'fr-fr' ] = "Français - France" ;
2017-06-02 20:24:12 +01:00
$text [ 'language-name' ][ 'he-il' ] = "עברית - ישראל" ;
2017-05-10 20:40:46 +01:00
$text [ 'language-name' ][ 'it-it' ] = "Italiano - Italia" ;
2016-04-25 20:30:23 -05:00
$text [ 'language-name' ][ 'nl-nl' ] = "Nederlands - De Nederland" ;
2017-05-13 20:13:38 +01:00
$text [ 'language-name' ][ 'pl-pl' ] = "Polski - Polska" ;
2016-04-25 20:30:23 -05:00
$text [ 'language-name' ][ 'pt-br' ] = "Brasileiro - Português" ;
2017-05-10 20:40:46 +01:00
$text [ 'language-name' ][ 'pt-pt' ] = "Português - Portugal" ;
2017-06-02 20:24:12 +01:00
$text [ 'language-name' ][ 'ro-ro' ] = "România - România" ;
2017-04-25 03:37:00 +05:00
$text [ 'language-name' ][ 'ru-ru' ] = "Русский - Россия" ;
2017-05-10 20:40:46 +01:00
$text [ 'language-name' ][ 'sv-se' ] = "Svenska - Sverige" ;
2017-05-13 20:13:38 +01:00
$text [ 'language-name' ][ 'uk-ua' ] = "Українська - Україна" ;
2017-10-04 10:59:37 +03:00
$text [ 'language-name' ][ 'tr-tr' ] = "Türkçe - Türkiye" ;
2016-04-25 20:30:23 -05:00
$text [ 'language-en-us' ][ 'en-us' ] = "English - United States" ;
2017-05-12 15:44:53 +01:00
$text [ 'language-ar-eg' ][ 'en-us' ] = "العربية - مصر" ;
$text [ 'language-de-at' ][ 'en-us' ] = "Deutsch - Österreich" ;
2017-06-02 20:24:12 +01:00
$text [ 'language-de-ch' ][ 'en-us' ] = "Deutsch - Schweiz" ;
2017-05-12 15:44:53 +01:00
$text [ 'language-de-de' ][ 'en-us' ] = "Deutsch - Deutsch" ;
2016-04-25 20:30:23 -05:00
$text [ 'language-es-cl' ][ 'en-us' ] = "Español - Chile" ;
2017-06-02 20:24:12 +01:00
$text [ 'language-es-mx' ][ 'en-us' ] = "Español - México" ;
$text [ 'language-fr-ca' ][ 'en-us' ] = "Français - Canada" ;
2016-04-25 20:30:23 -05:00
$text [ 'language-fr-fr' ][ 'en-us' ] = "Français - France" ;
2017-06-02 20:24:12 +01:00
$text [ 'language-he-il' ][ 'en-us' ] = "עברית - ישראל" ;
2017-05-12 15:44:53 +01:00
$text [ 'language-it-it' ][ 'en-us' ] = "italiano - Italia" ;
2016-04-25 20:30:23 -05:00
$text [ 'language-nl-nl' ][ 'en-us' ] = "Nederlands - De Nederland" ;
2017-05-13 20:13:38 +01:00
$text [ 'language-pl-pl' ][ 'en-us' ] = "Polski - Polska" ;
2017-05-12 15:44:53 +01:00
$text [ 'language-pt-br' ][ 'en-us' ] = "Brasileiro - Português" ;
$text [ 'language-pt-pt' ][ 'en-us' ] = "Português - Portugal" ;
2017-06-02 20:24:12 +01:00
$text [ 'language-ro-ro' ][ 'en-us' ] = "România - România" ;
2017-05-12 15:44:53 +01:00
$text [ 'language-ru-ru' ][ 'en-us' ] = "Русский - Россия" ;
2016-04-25 20:30:23 -05:00
$text [ 'language-sv-se' ][ 'en-us' ] = "Svenska - Sverige" ;
2017-05-13 20:13:38 +01:00
$text [ 'language-uk-ua' ][ 'en-us' ] = "Українська - Україна" ;
2017-10-04 10:59:37 +03:00
$text [ 'language-tr-tr' ][ 'tr-tr' ] = "Türkçe - Türkiye" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-update' ][ 'en-us' ] = "Update Completed" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-update' ][ 'ar-eg' ] = "تحديث مكتمل" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-update' ][ 'de-at' ] = "Aktualisierung durchgeführt" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-update' ][ 'de-ch' ] = "Aktualisierung durchgeführt" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-update' ][ 'de-de' ] = "Aktualisierung durchgeführt" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-update' ][ 'es-cl' ] = "Actualización Completada" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-update' ][ 'es-mx' ] = "Actualización Completada" ; //copied from es-cl
$text [ 'message-update' ][ 'fr-ca' ] = "Mis à jour" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'message-update' ][ 'fr-fr' ] = "Mis à jour" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-update' ][ 'he-il' ] = "עידכון הושלם" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-update' ][ 'it-it' ] = "Aggiornamento Completato" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-update' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-update' ][ 'pl-pl' ] = "Zaktualizowano poprawnie" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-update' ][ 'pt-br' ] = "Atualização Efetuada" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-update' ][ 'pt-pt' ] = "Actualização Efectuada" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-update' ][ 'ro-ro' ] = "Actualizare completă" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-update' ][ 'ru-ru' ] = "Обновление завершено" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-update' ][ 'sv-se' ] = "Uppdatering Klar" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-update' ][ 'uk-ua' ] = "Оновлення завершено" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-update' ][ 'tr-tr' ] = "Güncelleme Tamamlandı " ;
2016-04-25 20:30:23 -05:00
$text [ 'message-required' ][ 'en-us' ] = "Please provide: " ;
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'ar-eg' ] = "يرجى تقديم:" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-required' ][ 'de-at' ] = "Bitte geben Sie folgendes an:" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-required' ][ 'de-ch' ] = "Bitte geben Sie folgendes an:" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'de-de' ] = "Bitte geben Sie folgendes an:" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-required' ][ 'es-cl' ] = "Por favor indique:" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-required' ][ 'es-mx' ] = "Por favor indique:" ; //copied from es-cl
$text [ 'message-required' ][ 'fr-ca' ] = "Merci d'indiquer:" ; //copied from fr-fr
2017-05-13 20:13:38 +01:00
$text [ 'message-required' ][ 'fr-fr' ] = "Merci d'indiquer:" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-required' ][ 'he-il' ] = " אנא ספק" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-required' ][ 'it-it' ] = "Prego fornire: " ;
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-required' ][ 'pl-pl' ] = "Wpisz:" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-required' ][ 'pt-br' ] = "Por favor Indique:" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-required' ][ 'pt-pt' ] = "Por favor indique:" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-required' ][ 'ro-ro' ] = "Vă rugăm să oferiți" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-required' ][ 'ru-ru' ] = "Пожалуйста, укажите: " ;
2016-04-25 20:30:23 -05:00
$text [ 'message-required' ][ 'sv-se' ] = "Var god uppge:" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-required' ][ 'uk-ua' ] = "Будь ласка, вкажіть:" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-required' ][ 'tr-tr' ] = "Lütfen temin edin: " ;
2016-04-25 20:30:23 -05:00
$text [ 'message-delete' ][ 'en-us' ] = "Delete Completed" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-delete' ][ 'ar-eg' ] = "تم المسح" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-delete' ][ 'de-at' ] = "Erfolgreich gelöscht" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-delete' ][ 'de-ch' ] = "Erfolgreich gelöscht" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-delete' ][ 'de-de' ] = "Erfolgreich gelöscht" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-delete' ][ 'es-cl' ] = "Eliminación Completada" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-delete' ][ 'es-mx' ] = "Eliminación Completada" ; //copied from es-cl
$text [ 'message-delete' ][ 'fr-ca' ] = "Supprimé" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'message-delete' ][ 'fr-fr' ] = "Supprimé" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-delete' ][ 'he-il' ] = "מחיקה הושלמה" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-delete' ][ 'it-it' ] = "Cancellazione Completata" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-delete' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-delete' ][ 'pl-pl' ] = "Usunięto poprawnie" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-delete' ][ 'pt-br' ] = "Remoção Efetuada" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-delete' ][ 'pt-pt' ] = "Remoção Efectuada" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-delete' ][ 'ro-ro' ] = "Ștergere completă" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-delete' ][ 'ru-ru' ] = "Удаление выполнено" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-delete' ][ 'sv-se' ] = "Borttagning Klar" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-delete' ][ 'uk-ua' ] = "Видалено" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-delete' ][ 'tr-tr' ] = "Silme İşlemi Tamamlandı " ;
2016-04-25 20:30:23 -05:00
$text [ 'message-delete_failed' ][ 'en-us' ] = "Delete Failed" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-delete_failed' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-delete_failed' ][ 'de-at' ] = "Löschen fehlgeschlagen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-delete_failed' ][ 'de-ch' ] = "Löschen fehlgeschlagen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-delete_failed' ][ 'de-de' ] = "Löschen fehlgeschlagen" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-delete_failed' ][ 'es-cl' ] = "Eliminar Error" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-delete_failed' ][ 'es-mx' ] = "Eliminar Error" ; //copied from es-cl
$text [ 'message-delete_failed' ][ 'fr-ca' ] = "Echec de la suppression" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'message-delete_failed' ][ 'fr-fr' ] = "Echec de la suppression" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-delete_failed' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-delete_failed' ][ 'it-it' ] = "Cancellazione Fallita" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-delete_failed' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-delete_failed' ][ 'pl-pl' ] = "Próba usunięcia zakończyła się niepowodzeniem" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-delete_failed' ][ 'pt-br' ] = "Falha na exclusão" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'message-delete_failed' ][ 'pt-pt' ] = "Falha na exclusão" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-delete_failed' ][ 'ro-ro' ] = "Ștergere eșuată" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-delete_failed' ][ 'ru-ru' ] = "Ошибка удаления" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-delete_failed' ][ 'sv-se' ] = "Borttagning Misslyckades" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-delete_failed' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-delete_failed' ][ 'tr-tr' ] = "Silme İşlemi Başarı sı z Oldu" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-add' ][ 'en-us' ] = "Add Completed" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-add' ][ 'ar-eg' ] = "تمت الأضافة" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-add' ][ 'de-at' ] = "Erfolgreich hinzugefügt" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-add' ][ 'de-ch' ] = "Erfolgreich hinzugefügt" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-add' ][ 'de-de' ] = "Erfolgreich hinzugefügt" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-add' ][ 'es-cl' ] = "Agregar Completado" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-add' ][ 'es-mx' ] = "Agregar Completado" ; //copied from es-cl
$text [ 'message-add' ][ 'fr-ca' ] = "Ajouté" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'message-add' ][ 'fr-fr' ] = "Ajouté" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-add' ][ 'he-il' ] = "הוספה הושלמה" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-add' ][ 'it-it' ] = "Completato" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-add' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-add' ][ 'pl-pl' ] = "Dodano poprawnie" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-add' ][ 'pt-br' ] = "Criação Efetuada" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-add' ][ 'pt-pt' ] = "Adição Efectuada" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-add' ][ 'ro-ro' ] = "Adăugare completă" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-add' ][ 'ru-ru' ] = "Добавление выполнено" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-add' ][ 'sv-se' ] = "Tillagd" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-add' ][ 'uk-ua' ] = "Додано" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-add' ][ 'tr-tr' ] = "Ekleme İşlemi Tamamlandı " ;
2016-04-25 20:30:23 -05:00
$text [ 'message-failed' ][ 'en-us' ] = "Update Failed - Contact Support" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-failed' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-failed' ][ 'de-at' ] = "Aktualisierung fehlgeschlagen - Kontaktieren Sie den Support" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-failed' ][ 'de-ch' ] = "Aktualisierung fehlgeschlagen - Kontaktieren Sie den Support" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-failed' ][ 'de-de' ] = "Aktualisierung fehlgeschlagen - Kontaktieren Sie den Support" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-failed' ][ 'es-cl' ] = "Update Error - Contact Support" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-failed' ][ 'es-mx' ] = "Update Error - Contact Support" ; //copied from es-cl
$text [ 'message-failed' ][ 'fr-ca' ] = "Mise ?jour a 閏hou?- Contacter le support technique" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'message-failed' ][ 'fr-fr' ] = "Mise ?jour a 閏hou?- Contacter le support technique" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-failed' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-failed' ][ 'it-it' ] = "Aggiornamento Fallito - Contattare Supporto" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-failed' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-failed' ][ 'pl-pl' ] = "Aktualizacja nie powiod艂a si臋 - skontaktuj si臋 z pomoc膮" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-failed' ][ 'pt-br' ] = "Falha na atualiza莽茫o - Entre em contato com o suporte" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-failed' ][ 'pt-pt' ] = "Falha na atualiza玢o - Contato com o suporte" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-failed' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-failed' ][ 'ru-ru' ] = "Обновление не удалось - обратитесь в службу поддержки" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-failed' ][ 'sv-se' ] = "Uppdatering Misslyckades - Kontakta Support" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-failed' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-failed' ][ 'tr-tr' ] = "Ekleme İşlemi Başarı sı z Oldu - Destek Ekibine Ulaşın" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-copy' ][ 'en-us' ] = "Copy Completed" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-copy' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-copy' ][ 'de-at' ] = "Erfolgreich kopiert" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-copy' ][ 'de-ch' ] = "Erfolgreich kopiert" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-copy' ][ 'de-de' ] = "Erfolgreich kopiert" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-copy' ][ 'es-cl' ] = "Copia Completado" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-copy' ][ 'es-mx' ] = "Copia Completado" ; //copied from es-cl
$text [ 'message-copy' ][ 'fr-ca' ] = "Copier Terminé" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'message-copy' ][ 'fr-fr' ] = "Copier Terminé" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-copy' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-copy' ][ 'it-it' ] = "Copia Completata" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-copy' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-copy' ][ 'pl-pl' ] = "Skopiowano poprawnie" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-copy' ][ 'pt-br' ] = "Cópia Efetuada" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-copy' ][ 'pt-pt' ] = "Cópia Preenchida" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-copy' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-copy' ][ 'ru-ru' ] = "Копирование выполнено" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-copy' ][ 'sv-se' ] = "Kopiering Slutförd" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-copy' ][ 'uk-ua' ] = "Скопійовано" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-copy' ][ 'tr-tr' ] = "Kopyalama İşlemi Tamamlandı " ;
2016-04-25 20:30:23 -05:00
2017-06-10 05:13:51 +01:00
$text [ 'message-invalid_credentials' ][ 'en-us' ] = "Invalid Username and/or Password" ;
$text [ 'message-invalid_credentials' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-invalid_credentials' ][ 'de-at' ] = "Ungültiger Benutzername und/oder Passwort" ; //copied from de-de
$text [ 'message-invalid_credentials' ][ 'de-ch' ] = "Ungültiger Benutzername und/oder Passwort" ; //copied from de-de
2017-06-30 23:23:01 +02:00
$text [ 'message-invalid_credentials' ][ 'de-de' ] = "Ungültiger Benutzername und/oder Passwort" ;
2017-06-10 05:13:51 +01:00
$text [ 'message-invalid_credentials' ][ 'es-cl' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'es-mx' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'fr-ca' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'fr-fr' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'he-il' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'it-it' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'nl-nl' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'pl-pl' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'pt-br' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'pt-pt' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'ro-ro' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'ru-ru' ] = "Неверное имя пользователя или пароль" ;
$text [ 'message-invalid_credentials' ][ 'sv-se' ] = "" ;
$text [ 'message-invalid_credentials' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-invalid_credentials' ][ 'tr-tr' ] = "Geçersiz Kullanı cı Adı ve/veya Parola" ;
2017-06-10 05:13:51 +01:00
2016-04-25 20:30:23 -05:00
$text [ 'message-message' ][ 'en-us' ] = "Message" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-message' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-message' ][ 'de-at' ] = "Nachricht" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-message' ][ 'de-ch' ] = "Nachricht" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-message' ][ 'de-de' ] = "Nachricht" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-message' ][ 'es-cl' ] = "Mensaje" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-message' ][ 'es-mx' ] = "Mensaje" ; //copied from es-cl
$text [ 'message-message' ][ 'fr-ca' ] = "Message" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'message-message' ][ 'fr-fr' ] = "Message" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-message' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-message' ][ 'it-it' ] = "Messaggio" ;
$text [ 'message-message' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-message' ][ 'pl-pl' ] = "Wiadomość" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-message' ][ 'pt-br' ] = "Mensagem" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'message-message' ][ 'pt-pt' ] = "Mensagem" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-message' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-message' ][ 'ru-ru' ] = "Сообщение" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-message' ][ 'sv-se' ] = "Meddelande" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-message' ][ 'uk-ua' ] = "Повідомлення" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-message' ][ 'tr-tr' ] = "Mesaj" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-restore' ][ 'en-us' ] = "Restore Completed" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-restore' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-restore' ][ 'de-at' ] = "Wiederherstellung durchgeführt" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-restore' ][ 'de-ch' ] = "Wiederherstellung durchgeführt" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-restore' ][ 'de-de' ] = "Wiederherstellung durchgeführt" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-restore' ][ 'es-cl' ] = "Restauración Completada" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-restore' ][ 'es-mx' ] = "Restauración Completada" ; //copied from es-cl
$text [ 'message-restore' ][ 'fr-ca' ] = "Restauré" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'message-restore' ][ 'fr-fr' ] = "Restauré" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-restore' ][ 'he-il' ] = "שחזור הושלם" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-restore' ][ 'it-it' ] = "Ripristino Completato" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-restore' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-restore' ][ 'pl-pl' ] = "Przywrócenie zakończone" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-restore' ][ 'pt-br' ] = "Restauração Efectuada" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'message-restore' ][ 'pt-pt' ] = "Restauração Efectuada" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-restore' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-restore' ][ 'ru-ru' ] = "Восстановление выполнено" ;
2016-04-25 20:30:23 -05:00
$text [ 'message-restore' ][ 'sv-se' ] = "Återställning Klar" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-restore' ][ 'uk-ua' ] = "Відновлено" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-restore' ][ 'tr-tr' ] = "Geri Yükleme İşlemi Tamamlandı " ;
2016-04-25 20:30:23 -05:00
2016-11-24 00:10:17 -07:00
$text [ 'message-duplicate' ][ 'en-us' ] = "Duplicate Detected" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-duplicate' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-duplicate' ][ 'de-at' ] = "Bereits vorhanden" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'message-duplicate' ][ 'de-ch' ] = "Bereits vorhanden" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'message-duplicate' ][ 'de-de' ] = "Bereits vorhanden" ;
2016-11-24 00:10:17 -07:00
$text [ 'message-duplicate' ][ 'es-cl' ] = "duplicar detectado" ;
2017-06-13 06:14:11 +01:00
$text [ 'message-duplicate' ][ 'es-mx' ] = "duplicar detectado" ; //copied from es-cl
$text [ 'message-duplicate' ][ 'fr-ca' ] = "Donblons détectés" ; //copied from fr-fr
2016-11-24 00:10:17 -07:00
$text [ 'message-duplicate' ][ 'fr-fr' ] = "Donblons détectés" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-duplicate' ][ 'he-il' ] = "זוהותה כפילות" ;
2018-02-12 17:50:47 +00:00
$text [ 'message-duplicate' ][ 'it-it' ] = "Duplicato Rilevato" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-duplicate' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-duplicate' ][ 'pl-pl' ] = "Wykryto duplikat" ;
2016-11-24 00:10:17 -07:00
$text [ 'message-duplicate' ][ 'pt-br' ] = "Detectado uma dubplicidade" ;
2017-05-10 20:40:46 +01:00
$text [ 'message-duplicate' ][ 'pt-pt' ] = "Detectado um duplicado" ;
2017-06-02 20:24:12 +01:00
$text [ 'message-duplicate' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'message-duplicate' ][ 'ru-ru' ] = "Обнаружено дублирование" ;
2016-11-24 00:10:17 -07:00
$text [ 'message-duplicate' ][ 'sv-se' ] = "Dubblett Upptäckt" ;
2017-05-13 20:13:38 +01:00
$text [ 'message-duplicate' ][ 'uk-ua' ] = "Знайдено дублікат" ;
2017-10-04 10:59:37 +03:00
$text [ 'message-duplicate' ][ 'tr-tr' ] = "Kopya Algı landı " ;
2016-04-25 20:30:23 -05:00
$text [ 'confirm-delete' ][ 'en-us' ] = "Do you really want to delete this?" ;
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'ar-eg' ] = "هل تريد حقا أن تحذف هذا؟" ;
2018-02-12 17:50:47 +00:00
$text [ 'confirm-delete' ][ 'de-at' ] = "Wollen Sie das wirklich löschen?" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'confirm-delete' ][ 'de-ch' ] = "Wollen Sie das wirklich löschen?" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'de-de' ] = "Wollen Sie das wirklich löschen?" ;
2016-04-25 20:30:23 -05:00
$text [ 'confirm-delete' ][ 'es-cl' ] = "¿Realmente desea eliminar esto?" ;
2017-06-13 06:14:11 +01:00
$text [ 'confirm-delete' ][ 'es-mx' ] = "¿Realmente desea eliminar esto?" ; //copied from es-cl
$text [ 'confirm-delete' ][ 'fr-ca' ] = "Voulez-vous vraiment supprimer cela?" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'confirm-delete' ][ 'fr-fr' ] = "Voulez-vous vraiment supprimer cela?" ;
2017-06-02 20:24:12 +01:00
$text [ 'confirm-delete' ][ 'he-il' ] = " האם אתה באמת רוצה למחוק את זה?" ;
2018-02-12 17:50:47 +00:00
$text [ 'confirm-delete' ][ 'it-it' ] = "Vuoi veramente cancellarlo?" ;
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'confirm-delete' ][ 'pl-pl' ] = "Czy na pewno chcesz to usunąć?" ;
2018-02-12 17:50:47 +00:00
$text [ 'confirm-delete' ][ 'pt-br' ] = "Deseja realmente remover isto?" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'confirm-delete' ][ 'pt-pt' ] = "Deseja realmente remover isto?" ;
2017-06-02 20:24:12 +01:00
$text [ 'confirm-delete' ][ 'ro-ro' ] = "Chiar vrei să ștergeți asta?" ;
2017-04-25 03:37:00 +05:00
$text [ 'confirm-delete' ][ 'ru-ru' ] = "Вы действительно хотите удалить?" ;
2016-04-25 20:30:23 -05:00
$text [ 'confirm-delete' ][ 'sv-se' ] = "Vill du verkligen ta bort detta?" ;
2017-05-13 20:13:38 +01:00
$text [ 'confirm-delete' ][ 'uk-ua' ] = "Ви дійсно бажаєте це видалити?" ;
2017-10-04 10:59:37 +03:00
$text [ 'confirm-delete' ][ 'tr-tr' ] = "Bunu gerçekten silmek istiyor musunuz?" ;
2016-04-25 20:30:23 -05:00
$text [ 'confirm-copy' ][ 'en-us' ] = "Do you really want to copy this?" ;
2017-05-10 20:40:46 +01:00
$text [ 'confirm-copy' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'confirm-copy' ][ 'de-at' ] = "Wollen Sie das wirklich kopieren?" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'confirm-copy' ][ 'de-ch' ] = "Wollen Sie das wirklich kopieren?" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'confirm-copy' ][ 'de-de' ] = "Wollen Sie das wirklich kopieren?" ;
2016-04-25 20:30:23 -05:00
$text [ 'confirm-copy' ][ 'es-cl' ] = "¿Realmente desea copiar esto?" ;
2017-06-13 06:14:11 +01:00
$text [ 'confirm-copy' ][ 'es-mx' ] = "¿Realmente desea copiar esto?" ; //copied from es-cl
$text [ 'confirm-copy' ][ 'fr-ca' ] = "Voulez-vous vraiment copier cela?" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'confirm-copy' ][ 'fr-fr' ] = "Voulez-vous vraiment copier cela?" ;
2017-05-13 20:13:38 +01:00
$text [ 'confirm-copy' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'confirm-copy' ][ 'it-it' ] = "Vuoi veramente farne una copia?" ;
2017-05-10 20:40:46 +01:00
$text [ 'confirm-copy' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'confirm-copy' ][ 'pl-pl' ] = "Czy na pewno chcesz to skopiować?" ;
2018-02-12 17:50:47 +00:00
$text [ 'confirm-copy' ][ 'pt-br' ] = "Deseja realmente copiar isto?" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'confirm-copy' ][ 'pt-pt' ] = "Deseja realmente copiar isto?" ;
2017-06-02 20:24:12 +01:00
$text [ 'confirm-copy' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'confirm-copy' ][ 'ru-ru' ] = "Вы действительно хотите это скопировать?" ;
2016-04-25 20:30:23 -05:00
$text [ 'confirm-copy' ][ 'sv-se' ] = "Vill du verkligen kopiera detta?" ;
2017-05-13 20:13:38 +01:00
$text [ 'confirm-copy' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'confirm-copy' ][ 'tr-tr' ] = "Bunu gerçekten kopyalamak istiyor musunuz?" ;
2016-04-25 20:30:23 -05:00
2016-06-17 17:34:31 -06:00
$text [ 'button-apply' ][ 'en-us' ] = "Apply" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-apply' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-apply' ][ 'de-at' ] = "Anwenden" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-apply' ][ 'de-ch' ] = "Anwenden" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-apply' ][ 'de-de' ] = "Anwenden" ;
2016-06-17 17:34:31 -06:00
$text [ 'button-apply' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-apply' ][ 'es-mx' ] = "" ;
$text [ 'button-apply' ][ 'fr-ca' ] = "" ;
2016-06-17 17:34:31 -06:00
$text [ 'button-apply' ][ 'fr-fr' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-apply' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-apply' ][ 'it-it' ] = "Applica" ;
$text [ 'button-apply' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-apply' ][ 'pl-pl' ] = "" ;
2016-06-17 17:34:31 -06:00
$text [ 'button-apply' ][ 'pt-br' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-apply' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-apply' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-apply' ][ 'ru-ru' ] = "Применить" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-apply' ][ 'sv-se' ] = "Tillämpa" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-apply' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-apply' ][ 'tr-tr' ] = "Uygula" ;
2016-06-17 17:34:31 -06:00
2017-12-08 14:31:18 -07:00
$text [ 'button-provision' ][ 'en-us' ] = "Provision" ;
$text [ 'button-provision' ][ 'ar-eg' ] = "" ;
$text [ 'button-provision' ][ 'de-at' ] = "Bereitstellen" ; //copied from de-de
$text [ 'button-provision' ][ 'de-ch' ] = "Bereitstellen" ; //copied from de-de
$text [ 'button-provision' ][ 'de-de' ] = "Bereitstellen" ;
$text [ 'button-provision' ][ 'es-cl' ] = "" ;
$text [ 'button-provision' ][ 'es-mx' ] = "" ;
$text [ 'button-provision' ][ 'fr-ca' ] = "Provisionner" ; //copied from fr-fr
$text [ 'button-provision' ][ 'fr-fr' ] = "Provisionner" ;
$text [ 'button-provision' ][ 'he-il' ] = "" ;
$text [ 'button-provision' ][ 'it-it' ] = "" ;
$text [ 'button-provision' ][ 'nl-nl' ] = "" ;
$text [ 'button-provision' ][ 'pl-pl' ] = "Konfigutuj" ;
$text [ 'button-provision' ][ 'pt-br' ] = "" ;
$text [ 'button-provision' ][ 'pt-pt' ] = "" ;
$text [ 'button-provision' ][ 'ro-ro' ] = "" ;
$text [ 'button-provision' ][ 'ru-ru' ] = "Обеспечение" ;
$text [ 'button-provision' ][ 'sv-se' ] = "Provisionera" ;
$text [ 'button-provision' ][ 'uk-ua' ] = "Provision " ;
2016-06-24 10:10:51 -06:00
$text [ 'button-applied' ][ 'en-us' ] = "Applied" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-applied' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-applied' ][ 'de-at' ] = "Angewandt" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-applied' ][ 'de-ch' ] = "Angewandt" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-applied' ][ 'de-de' ] = "Angewandt" ;
2016-06-24 10:10:51 -06:00
$text [ 'button-applied' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-applied' ][ 'es-mx' ] = "" ;
$text [ 'button-applied' ][ 'fr-ca' ] = "" ;
2016-06-24 10:10:51 -06:00
$text [ 'button-applied' ][ 'fr-fr' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-applied' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-applied' ][ 'it-it' ] = "Applicato" ;
$text [ 'button-applied' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-applied' ][ 'pl-pl' ] = "" ;
2016-06-24 10:10:51 -06:00
$text [ 'button-applied' ][ 'pt-br' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-applied' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-applied' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-applied' ][ 'ru-ru' ] = "Применяется" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-applied' ][ 'sv-se' ] = "Tillämpad" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-applied' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-applied' ][ 'tr-tr' ] = "Uygulandı " ;
2016-06-24 10:10:51 -06:00
2016-09-28 01:01:52 -06:00
$text [ 'button-xml' ][ 'en-us' ] = "XML" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-xml' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-xml' ][ 'de-at' ] = "XML" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-xml' ][ 'de-ch' ] = "XML" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-xml' ][ 'de-de' ] = "XML" ;
2016-09-28 01:01:52 -06:00
$text [ 'button-xml' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-xml' ][ 'es-mx' ] = "" ;
$text [ 'button-xml' ][ 'fr-ca' ] = "" ;
2016-09-28 01:01:52 -06:00
$text [ 'button-xml' ][ 'fr-fr' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-xml' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-xml' ][ 'it-it' ] = "XML" ;
$text [ 'button-xml' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-xml' ][ 'pl-pl' ] = "" ;
2016-09-28 01:01:52 -06:00
$text [ 'button-xml' ][ 'pt-br' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-xml' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-xml' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-xml' ][ 'ru-ru' ] = "XML" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-xml' ][ 'sv-se' ] = "XML" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-xml' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-xml' ][ 'tr-tr' ] = "XML" ;
2016-09-28 01:01:52 -06:00
2016-04-25 20:30:23 -05:00
$text [ 'button-clear' ][ 'en-us' ] = "Clear" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-clear' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-clear' ][ 'de-at' ] = "Zurücksetzen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-clear' ][ 'de-ch' ] = "Zurücksetzen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-clear' ][ 'de-de' ] = "Zurücksetzen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-clear' ][ 'es-cl' ] = "Limpiar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-clear' ][ 'es-mx' ] = "Limpiar" ; //copied from es-cl
$text [ 'button-clear' ][ 'fr-ca' ] = "Nettoyer" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-clear' ][ 'fr-fr' ] = "Nettoyer" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-clear' ][ 'he-il' ] = "נקה" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-clear' ][ 'it-it' ] = "Pulisci" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-clear' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-clear' ][ 'pl-pl' ] = "Wyczyść" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-clear' ][ 'pt-br' ] = "Claro" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-clear' ][ 'pt-pt' ] = "Apagar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-clear' ][ 'ro-ro' ] = "Curătă" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-clear' ][ 'ru-ru' ] = "Очистить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-clear' ][ 'sv-se' ] = "Rensa" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-clear' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-clear' ][ 'tr-tr' ] = "Temizle" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-save' ][ 'en-us' ] = "Save" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'ar-eg' ] = "حفظ" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-save' ][ 'de-at' ] = "Speichern" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-save' ][ 'de-ch' ] = "Speichern" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'de-de' ] = "Speichern" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-save' ][ 'es-cl' ] = "Guardar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-save' ][ 'es-mx' ] = "Guardar" ; //copied from es-cl
$text [ 'button-save' ][ 'fr-ca' ] = "Sauvegarder" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-save' ][ 'fr-fr' ] = "Sauvegarder" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-save' ][ 'he-il' ] = "שמור" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'it-it' ] = "Salva" ;
$text [ 'button-save' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-save' ][ 'pl-pl' ] = "Zachowaj" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-save' ][ 'pt-br' ] = "Salvar" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-save' ][ 'pt-pt' ] = "Guardar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-save' ][ 'ro-ro' ] = "Salvează" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-save' ][ 'ru-ru' ] = "Сохранить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-save' ][ 'sv-se' ] = "Spara" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-save' ][ 'uk-ua' ] = "Зберегти" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-save' ][ 'tr-tr' ] = "Kaydet" ;
2016-04-25 20:30:23 -05:00
2018-09-01 02:12:16 -06:00
$text [ 'button-send' ][ 'en-us' ] = "Send" ;
$text [ 'button-send' ][ 'ar-eg' ] = "" ;
$text [ 'button-send' ][ 'de-at' ] = "" ;
$text [ 'button-send' ][ 'de-ch' ] = "" ;
$text [ 'button-send' ][ 'de-de' ] = "" ;
$text [ 'button-send' ][ 'es-cl' ] = "" ;
$text [ 'button-send' ][ 'es-mx' ] = "" ;
$text [ 'button-send' ][ 'fr-ca' ] = "" ;
$text [ 'button-send' ][ 'fr-fr' ] = "" ;
$text [ 'button-send' ][ 'he-il' ] = "" ;
$text [ 'button-send' ][ 'it-it' ] = "" ;
$text [ 'button-send' ][ 'nl-nl' ] = "" ;
$text [ 'button-send' ][ 'pl-pl' ] = "" ;
$text [ 'button-send' ][ 'pt-br' ] = "" ;
$text [ 'button-send' ][ 'pt-pt' ] = "" ;
$text [ 'button-send' ][ 'ro-ro' ] = "" ;
$text [ 'button-send' ][ 'ru-ru' ] = "" ;
$text [ 'button-send' ][ 'sv-se' ] = "" ;
$text [ 'button-send' ][ 'uk-ua' ] = "" ;
$text [ 'button-send' ][ 'tr-tr' ] = "" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-search' ][ 'en-us' ] = "Search" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-search' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-search' ][ 'de-at' ] = "Suchen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-search' ][ 'de-ch' ] = "Suchen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-search' ][ 'de-de' ] = "Suchen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-search' ][ 'es-cl' ] = "Buscar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-search' ][ 'es-mx' ] = "Buscar" ; //copied from es-cl
$text [ 'button-search' ][ 'fr-ca' ] = "Chercher" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-search' ][ 'fr-fr' ] = "Chercher" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-search' ][ 'he-il' ] = "חפש" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-search' ][ 'it-it' ] = "Ricerca" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-search' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-search' ][ 'pl-pl' ] = "Wyszukaj" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-search' ][ 'pt-br' ] = "Pesquisar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-search' ][ 'pt-pt' ] = "Pesquisar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-search' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-search' ][ 'ru-ru' ] = "Поиск" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-search' ][ 'sv-se' ] = "Sök" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-search' ][ 'uk-ua' ] = "Пошук" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-search' ][ 'tr-tr' ] = "Ara" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-show_all' ][ 'en-us' ] = "Show All" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-show_all' ][ 'ar-eg' ] = "أظهر الكل" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-show_all' ][ 'de-at' ] = "Alle anzeigen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-show_all' ][ 'de-ch' ] = "Alle anzeigen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-show_all' ][ 'de-de' ] = "Alle anzeigen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-show_all' ][ 'es-cl' ] = "Mostrar Todos" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-show_all' ][ 'es-mx' ] = "Mostrar Todos" ; //copied from es-cl
$text [ 'button-show_all' ][ 'fr-ca' ] = "Montrer Tout" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-show_all' ][ 'fr-fr' ] = "Montrer Tout" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-show_all' ][ 'he-il' ] = "הצג הכל" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-show_all' ][ 'it-it' ] = "Mostra Tutto" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-show_all' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-show_all' ][ 'pl-pl' ] = "Pokaż wszystkie" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-show_all' ][ 'pt-br' ] = "Mostrar todos" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-show_all' ][ 'pt-pt' ] = "Mostrar Todos" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-show_all' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-show_all' ][ 'ru-ru' ] = "Показать все" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-show_all' ][ 'sv-se' ] = "Visa Allt" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-show_all' ][ 'uk-ua' ] = "Показати всі" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-show_all' ][ 'tr-tr' ] = "Hepsini Görüntüle" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-restore' ][ 'en-us' ] = "Restore Default" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-restore' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-restore' ][ 'de-at' ] = "Ursprungszustand wiederherstellen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-restore' ][ 'de-ch' ] = "Ursprungszustand wiederherstellen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-restore' ][ 'de-de' ] = "Ursprungszustand wiederherstellen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-restore' ][ 'es-cl' ] = "Restaurar Predeterminados" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-restore' ][ 'es-mx' ] = "Restaurar Predeterminados" ; //copied from es-cl
$text [ 'button-restore' ][ 'fr-ca' ] = "Restaurer" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-restore' ][ 'fr-fr' ] = "Restaurer" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-restore' ][ 'he-il' ] = "שחזר למקור" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-restore' ][ 'it-it' ] = "Ripristina Default" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-restore' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-restore' ][ 'pl-pl' ] = "Przywróć ustawienia domyślne" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-restore' ][ 'pt-br' ] = "Restaurar Predefinições" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-restore' ][ 'pt-pt' ] = "Restaurar Predefinições" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-restore' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-restore' ][ 'ru-ru' ] = "Выставить значения по умолчанию" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-restore' ][ 'sv-se' ] = "Aktivera Standard Inställningar" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-restore' ][ 'uk-ua' ] = "Відновити типові значення" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-restore' ][ 'tr-tr' ] = "Varsayı lana Geri Yükle" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-reset' ][ 'en-us' ] = "Reset" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-reset' ][ 'ar-eg' ] = "إعادة تعيين" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-reset' ][ 'de-at' ] = "Zurücksetzen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-reset' ][ 'de-ch' ] = "Zurücksetzen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-reset' ][ 'de-de' ] = "Zurücksetzen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-reset' ][ 'es-cl' ] = "Reajustar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-reset' ][ 'es-mx' ] = "Reajustar" ; //copied from es-cl
$text [ 'button-reset' ][ 'fr-ca' ] = "Remettre" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-reset' ][ 'fr-fr' ] = "Remettre" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-reset' ][ 'he-il' ] = "אפס" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-reset' ][ 'it-it' ] = "Resetta" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-reset' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-reset' ][ 'pl-pl' ] = "Resetuj" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-reset' ][ 'pt-br' ] = "Restabelecer" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-reset' ][ 'pt-pt' ] = "Restabelecer" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-reset' ][ 'ro-ro' ] = "Inițializare" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-reset' ][ 'ru-ru' ] = "Сброс" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-reset' ][ 'sv-se' ] = "Återställ" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-reset' ][ 'uk-ua' ] = "Скинути" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-reset' ][ 'tr-tr' ] = "Sı fı rla" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-copy' ][ 'en-us' ] = "Copy" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-copy' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-copy' ][ 'de-at' ] = "Kopieren" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-copy' ][ 'de-ch' ] = "Kopieren" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-copy' ][ 'de-de' ] = "Kopieren" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-copy' ][ 'es-cl' ] = "Copiar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-copy' ][ 'es-mx' ] = "Copiar" ; //copied from es-cl
$text [ 'button-copy' ][ 'fr-ca' ] = "Copier" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-copy' ][ 'fr-fr' ] = "Copier" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-copy' ][ 'he-il' ] = "העתק" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-copy' ][ 'it-it' ] = "Copia" ;
$text [ 'button-copy' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-copy' ][ 'pl-pl' ] = "Kopiuj" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-copy' ][ 'pt-br' ] = "Copiar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-copy' ][ 'pt-pt' ] = "Copiar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-copy' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-copy' ][ 'ru-ru' ] = "Копировать" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-copy' ][ 'sv-se' ] = "Kopiera" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-copy' ][ 'uk-ua' ] = "Копіювати" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-copy' ][ 'tr-tr' ] = "Kopyala" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-login' ][ 'en-us' ] = "Login" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-login' ][ 'ar-eg' ] = "دخول" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-login' ][ 'de-at' ] = "Anmelden" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-login' ][ 'de-ch' ] = "Anmelden" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-login' ][ 'de-de' ] = "Anmelden" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-login' ][ 'es-cl' ] = "Ingresar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-login' ][ 'es-mx' ] = "Ingresar" ; //copied from es-cl
$text [ 'button-login' ][ 'fr-ca' ] = "connexion" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-login' ][ 'fr-fr' ] = "connexion" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-login' ][ 'he-il' ] = "כניסה" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-login' ][ 'it-it' ] = "Login" ;
$text [ 'button-login' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-login' ][ 'pl-pl' ] = "Użytkownik" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-login' ][ 'pt-br' ] = "Iniciar Sessão" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-login' ][ 'pt-pt' ] = "Iniciar Sessão" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-login' ][ 'ro-ro' ] = "Autentificare" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-login' ][ 'ru-ru' ] = "Вход" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-login' ][ 'sv-se' ] = "Logga In" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-login' ][ 'uk-ua' ] = "Логін" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-login' ][ 'tr-tr' ] = "Giriş Yap" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-next' ][ 'en-us' ] = "Next" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-next' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-next' ][ 'de-at' ] = "Nächste" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-next' ][ 'de-ch' ] = "Nächste" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-next' ][ 'de-de' ] = "Nächste" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-next' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-next' ][ 'es-mx' ] = "" ;
$text [ 'button-next' ][ 'fr-ca' ] = "" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-next' ][ 'fr-fr' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-next' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-next' ][ 'it-it' ] = "Avanti" ;
$text [ 'button-next' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-next' ][ 'pl-pl' ] = "" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-next' ][ 'pt-br' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-next' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-next' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-next' ][ 'ru-ru' ] = "Далее" ;
2017-06-02 16:39:34 +02:00
$text [ 'button-next' ][ 'sv-se' ] = "Nästa" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-next' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-next' ][ 'tr-tr' ] = "Sonraki" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-back' ][ 'en-us' ] = "Back" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'ar-eg' ] = "رجوع" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-back' ][ 'de-at' ] = "Zurück " ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-back' ][ 'de-ch' ] = "Zurück " ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'de-de' ] = "Zurück " ;
2016-04-25 20:30:23 -05:00
$text [ 'button-back' ][ 'es-cl' ] = "Volver" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-back' ][ 'es-mx' ] = "Volver" ; //copied from es-cl
$text [ 'button-back' ][ 'fr-ca' ] = "Retour" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-back' ][ 'fr-fr' ] = "Retour" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-back' ][ 'he-il' ] = "חזרה" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'it-it' ] = "Indietro" ;
$text [ 'button-back' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-back' ][ 'pl-pl' ] = "Wróć" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-back' ][ 'pt-br' ] = "Voltar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-back' ][ 'pt-pt' ] = "Voltar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-back' ][ 'ro-ro' ] = "Înapoi" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-back' ][ 'ru-ru' ] = "Назад" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-back' ][ 'sv-se' ] = "Tillbaka" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-back' ][ 'uk-ua' ] = "Назад" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-back' ][ 'tr-tr' ] = "Geri" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-edit' ][ 'en-us' ] = "Edit" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'ar-eg' ] = "تعديل" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-edit' ][ 'de-at' ] = "Bearbeiten" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-edit' ][ 'de-ch' ] = "Bearbeiten" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'de-de' ] = "Bearbeiten" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-edit' ][ 'es-cl' ] = "Editar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-edit' ][ 'es-mx' ] = "Editar" ; //copied from es-cl
$text [ 'button-edit' ][ 'fr-ca' ] = "Editer" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-edit' ][ 'fr-fr' ] = "Editer" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-edit' ][ 'he-il' ] = " עריכה" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'it-it' ] = "Modifica" ;
$text [ 'button-edit' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-edit' ][ 'pl-pl' ] = "Edytuj" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-edit' ][ 'pt-br' ] = "Editar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-edit' ][ 'pt-pt' ] = "Editar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-edit' ][ 'ro-ro' ] = "edita" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-edit' ][ 'ru-ru' ] = "Изменить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-edit' ][ 'sv-se' ] = "Editera" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-edit' ][ 'uk-ua' ] = "Редагувати" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-edit' ][ 'tr-tr' ] = "Düzenle" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-delete' ][ 'en-us' ] = "Delete" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'ar-eg' ] = "مسح" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-delete' ][ 'de-at' ] = "löschen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-delete' ][ 'de-ch' ] = "löschen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'de-de' ] = "löschen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-delete' ][ 'es-cl' ] = "Eliminar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-delete' ][ 'es-mx' ] = "Eliminar" ; //copied from es-cl
$text [ 'button-delete' ][ 'fr-ca' ] = "Supprimer" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-delete' ][ 'fr-fr' ] = "Supprimer" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-delete' ][ 'he-il' ] = " מחק" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-delete' ][ 'it-it' ] = "Cancella" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-delete' ][ 'pl-pl' ] = "Usuń" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-delete' ][ 'pt-br' ] = "Remover" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-delete' ][ 'pt-pt' ] = "Remover" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-delete' ][ 'ro-ro' ] = "șterge" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-delete' ][ 'ru-ru' ] = "Удалить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-delete' ][ 'sv-se' ] = "Ta Bort" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-delete' ][ 'uk-ua' ] = "Видалити" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-delete' ][ 'tr-tr' ] = "Sil" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-add' ][ 'en-us' ] = "Add" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'ar-eg' ] = "اضافة" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-add' ][ 'de-at' ] = "Hinzufügen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-add' ][ 'de-ch' ] = "Hinzufügen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'de-de' ] = "Hinzufügen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-add' ][ 'es-cl' ] = "Agregar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-add' ][ 'es-mx' ] = "Agregar" ; //copied from es-cl
$text [ 'button-add' ][ 'fr-ca' ] = "Ajouter" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-add' ][ 'fr-fr' ] = "Ajouter" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-add' ][ 'he-il' ] = " להוסיף" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-add' ][ 'it-it' ] = "Inserisci" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-add' ][ 'pl-pl' ] = "Dodaj" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-add' ][ 'pt-br' ] = "Adicionar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-add' ][ 'pt-pt' ] = "Adicionar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-add' ][ 'ro-ro' ] = "Adăuga" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-add' ][ 'ru-ru' ] = "Добавить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-add' ][ 'sv-se' ] = "Lägg Till" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-add' ][ 'uk-ua' ] = "Додати" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-add' ][ 'tr-tr' ] = "Ekle" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-reload' ][ 'en-us' ] = "Reload" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-reload' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-reload' ][ 'de-at' ] = "Neu Laden" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-reload' ][ 'de-ch' ] = "Neu Laden" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-reload' ][ 'de-de' ] = "Neu Laden" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-reload' ][ 'es-cl' ] = "Recargar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-reload' ][ 'es-mx' ] = "Recargar" ; //copied from es-cl
$text [ 'button-reload' ][ 'fr-ca' ] = "Recharger" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-reload' ][ 'fr-fr' ] = "Recharger" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-reload' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-reload' ][ 'it-it' ] = "Ricarica" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-reload' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-reload' ][ 'pl-pl' ] = "Przeładować" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-reload' ][ 'pt-br' ] = "Recarregar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-reload' ][ 'pt-pt' ] = "Recarregar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-reload' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-reload' ][ 'ru-ru' ] = "Перезагрузить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-reload' ][ 'sv-se' ] = "Ladda" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-reload' ][ 'uk-ua' ] = "перезавантажувати" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-reload' ][ 'tr-tr' ] = "Yeniden Yükle" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-paste' ][ 'en-us' ] = "Paste" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-paste' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-paste' ][ 'de-at' ] = "Einfügen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-paste' ][ 'de-ch' ] = "Einfügen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-paste' ][ 'de-de' ] = "Einfügen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-paste' ][ 'es-cl' ] = "Propagar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-paste' ][ 'es-mx' ] = "Propagar" ; //copied from es-cl
$text [ 'button-paste' ][ 'fr-ca' ] = "Propager" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-paste' ][ 'fr-fr' ] = "Propager" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-paste' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-paste' ][ 'it-it' ] = "Incolla" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-paste' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-paste' ][ 'pl-pl' ] = "Wklej" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-paste' ][ 'pt-br' ] = "Colar" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-paste' ][ 'pt-pt' ] = "Propagar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-paste' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-paste' ][ 'ru-ru' ] = "Вставить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-paste' ][ 'sv-se' ] = "Klistra In" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-paste' ][ 'uk-ua' ] = "Вставити" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-paste' ][ 'tr-tr' ] = "Yapıştı r" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-export' ][ 'en-us' ] = "Export" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-export' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-export' ][ 'de-at' ] = "Exportieren" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-export' ][ 'de-ch' ] = "Exportieren" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-export' ][ 'de-de' ] = "Exportieren" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-export' ][ 'es-cl' ] = "Exportar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-export' ][ 'es-mx' ] = "Exportar" ; //copied from es-cl
$text [ 'button-export' ][ 'fr-ca' ] = "Exporter" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-export' ][ 'fr-fr' ] = "Exporter" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-export' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-export' ][ 'it-it' ] = "Esporta" ;
$text [ 'button-export' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-export' ][ 'pl-pl' ] = "Eksportuj" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-export' ][ 'pt-br' ] = "Exportação" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-export' ][ 'pt-pt' ] = "Exportar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-export' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-export' ][ 'ru-ru' ] = "Экспорт" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-export' ][ 'sv-se' ] = "Export" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-export' ][ 'uk-ua' ] = "Експортувати" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-export' ][ 'tr-tr' ] = "Dışa Aktar" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-execute' ][ 'en-us' ] = "Execute" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-execute' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-execute' ][ 'de-at' ] = "Ausführen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-execute' ][ 'de-ch' ] = "Ausführen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-execute' ][ 'de-de' ] = "Ausführen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-execute' ][ 'es-cl' ] = "Ejecutar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-execute' ][ 'es-mx' ] = "Ejecutar" ; //copied from es-cl
$text [ 'button-execute' ][ 'fr-ca' ] = "Exécuter" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-execute' ][ 'fr-fr' ] = "Exécuter" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-execute' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-execute' ][ 'it-it' ] = "Esegui" ;
$text [ 'button-execute' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-execute' ][ 'pl-pl' ] = "Wykonaj" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-execute' ][ 'pt-br' ] = "Executar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-execute' ][ 'pt-pt' ] = "Executar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-execute' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-execute' ][ 'ru-ru' ] = "Выполнить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-execute' ][ 'sv-se' ] = "Kör" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-execute' ][ 'uk-ua' ] = "Виконати" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-execute' ][ 'tr-tr' ] = "Çalıştı r" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-view' ][ 'en-us' ] = "View" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'ar-eg' ] = "عرض" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-view' ][ 'de-at' ] = "Ansicht" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-view' ][ 'de-ch' ] = "Ansicht" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'de-de' ] = "Ansicht" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-view' ][ 'es-cl' ] = "Ver" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-view' ][ 'es-mx' ] = "Ver" ; //copied from es-cl
$text [ 'button-view' ][ 'fr-ca' ] = "Voir" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-view' ][ 'fr-fr' ] = "Voir" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-view' ][ 'he-il' ] = " צפה ב" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'it-it' ] = "Visualizza" ;
$text [ 'button-view' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-view' ][ 'pl-pl' ] = "Widok" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-view' ][ 'pt-br' ] = "Visualizar" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-view' ][ 'pt-pt' ] = "Vista" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-view' ][ 'ro-ro' ] = "Vedere" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-view' ][ 'ru-ru' ] = "Посмотреть" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-view' ][ 'sv-se' ] = "Visa" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-view' ][ 'uk-ua' ] = "вид" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-view' ][ 'tr-tr' ] = "Görüntüle" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-upload' ][ 'en-us' ] = "Upload" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-upload' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-upload' ][ 'de-at' ] = "Hochladen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-upload' ][ 'de-ch' ] = "Hochladen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-upload' ][ 'de-de' ] = "Hochladen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-upload' ][ 'es-cl' ] = "Subir" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-upload' ][ 'es-mx' ] = "Subir" ; //copied from es-cl
$text [ 'button-upload' ][ 'fr-ca' ] = "déposer" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-upload' ][ 'fr-fr' ] = "déposer" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-upload' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-upload' ][ 'it-it' ] = "Carica" ;
$text [ 'button-upload' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-upload' ][ 'pl-pl' ] = "Wyślij" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-upload' ][ 'pt-br' ] = "Submeter" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-upload' ][ 'pt-pt' ] = "Carregar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-upload' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-upload' ][ 'ru-ru' ] = "Загрузить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-upload' ][ 'sv-se' ] = "Ladda Upp" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-upload' ][ 'uk-ua' ] = "Завантажити" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-upload' ][ 'tr-tr' ] = "Yükle" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-download' ][ 'en-us' ] = "Download" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-download' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-download' ][ 'de-at' ] = "Herunterladen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-download' ][ 'de-ch' ] = "Herunterladen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-download' ][ 'de-de' ] = "Herunterladen" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-download' ][ 'es-cl' ] = "Descargar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-download' ][ 'es-mx' ] = "Descargar" ; //copied from es-cl
$text [ 'button-download' ][ 'fr-ca' ] = "Télécharger" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-download' ][ 'fr-fr' ] = "Télécharger" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-download' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-download' ][ 'it-it' ] = "Scarica" ;
$text [ 'button-download' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-download' ][ 'pl-pl' ] = "Pobierz" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-download' ][ 'pt-br' ] = "Download" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-download' ][ 'pt-pt' ] = "Baixar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-download' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-download' ][ 'ru-ru' ] = "Скачать" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-download' ][ 'sv-se' ] = "Ladda Ned" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-download' ][ 'uk-ua' ] = "Скачати" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-download' ][ 'tr-tr' ] = "İndir" ;
2017-09-30 15:15:26 -06:00
$text [ 'button-downloads' ][ 'en-us' ] = "Downloads" ;
$text [ 'button-downloads' ][ 'ar-eg' ] = "" ;
$text [ 'button-downloads' ][ 'de-at' ] = "Herunterladen" ;
$text [ 'button-downloads' ][ 'de-ch' ] = "Herunterladen" ; //copied from de-de
$text [ 'button-downloads' ][ 'de-de' ] = "Herunterladen" ;
$text [ 'button-downloads' ][ 'es-cl' ] = "Descargar" ;
$text [ 'button-downloads' ][ 'es-mx' ] = "Descargar" ; //copied from es-cl
$text [ 'button-downloads' ][ 'fr-ca' ] = "Télécharger" ; //copied from fr-fr
$text [ 'button-downloads' ][ 'fr-fr' ] = "Télécharger" ;
$text [ 'button-downloads' ][ 'he-il' ] = "" ;
$text [ 'button-downloads' ][ 'it-it' ] = "Scarica" ;
$text [ 'button-downloads' ][ 'nl-nl' ] = "" ;
$text [ 'button-downloads' ][ 'pl-pl' ] = "Pobierz" ;
$text [ 'button-downloads' ][ 'pt-br' ] = "Download" ;
$text [ 'button-downloads' ][ 'pt-pt' ] = "Baixar" ;
$text [ 'button-downloads' ][ 'ro-ro' ] = "" ;
$text [ 'button-downloads' ][ 'ru-ru' ] = "Скачать" ;
$text [ 'button-downloads' ][ 'sv-se' ] = "Ladda Ned" ;
$text [ 'button-downloads' ][ 'uk-ua' ] = "Скачати" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-downloads' ][ 'tr-tr' ] = "İndirilenler" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-restart' ][ 'en-us' ] = "Restart" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-restart' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-restart' ][ 'de-at' ] = "Neu starten" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-restart' ][ 'de-ch' ] = "Neu starten" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-restart' ][ 'de-de' ] = "Neu starten" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-restart' ][ 'es-cl' ] = "Reanudar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-restart' ][ 'es-mx' ] = "Reanudar" ; //copied from es-cl
$text [ 'button-restart' ][ 'fr-ca' ] = "Redémarrer" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-restart' ][ 'fr-fr' ] = "Redémarrer" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-restart' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-restart' ][ 'it-it' ] = "Riavvia" ;
$text [ 'button-restart' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-restart' ][ 'pl-pl' ] = "Restartuj" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-restart' ][ 'pt-br' ] = "Reiniciar" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-restart' ][ 'pt-pt' ] = "Restart" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-restart' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-restart' ][ 'ru-ru' ] = "Перезапуск" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-restart' ][ 'sv-se' ] = "Starta Om" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-restart' ][ 'uk-ua' ] = "Перезапустити" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-restart' ][ 'tr-tr' ] = "Yeniden Başlat" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-refresh' ][ 'en-us' ] = "Refresh" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-refresh' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-refresh' ][ 'de-at' ] = "Aktualisieren" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-refresh' ][ 'de-ch' ] = "Aktualisieren" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-refresh' ][ 'de-de' ] = "Aktualisieren" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-refresh' ][ 'es-cl' ] = "Actualizar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-refresh' ][ 'es-mx' ] = "Actualizar" ; //copied from es-cl
$text [ 'button-refresh' ][ 'fr-ca' ] = "Rafraîchir" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-refresh' ][ 'fr-fr' ] = "Rafraîchir" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-refresh' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-refresh' ][ 'it-it' ] = "Aggiorna" ;
$text [ 'button-refresh' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-refresh' ][ 'pl-pl' ] = "Odśwież" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-refresh' ][ 'pt-br' ] = "Atualizar" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-refresh' ][ 'pt-pt' ] = "Actualizar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-refresh' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-refresh' ][ 'ru-ru' ] = "Обновить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-refresh' ][ 'sv-se' ] = "Uppdatera" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-refresh' ][ 'uk-ua' ] = "Оновити" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-refresh' ][ 'tr-tr' ] = "Yenile" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-advanced' ][ 'en-us' ] = "Advanced" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-advanced' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-advanced' ][ 'de-at' ] = "Erweitert" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-advanced' ][ 'de-ch' ] = "Erweitert" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-advanced' ][ 'de-de' ] = "Erweitert" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-advanced' ][ 'es-cl' ] = "Avanzadas" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-advanced' ][ 'es-mx' ] = "Avanzadas" ; //copied from es-cl
$text [ 'button-advanced' ][ 'fr-ca' ] = "Avancé" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-advanced' ][ 'fr-fr' ] = "Avancé" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-advanced' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-advanced' ][ 'it-it' ] = "Avanzate" ;
$text [ 'button-advanced' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-advanced' ][ 'pl-pl' ] = "Zaawansowany" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-advanced' ][ 'pt-br' ] = "Avançar" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-advanced' ][ 'pt-pt' ] = "Avançadas" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-advanced' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-advanced' ][ 'ru-ru' ] = "Продвинутый" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-advanced' ][ 'sv-se' ] = "Avancerat" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-advanced' ][ 'uk-ua' ] = "Додатково" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-advanced' ][ 'tr-tr' ] = "Gelişmiş" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-basic' ][ 'en-us' ] = "Basic" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-basic' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-basic' ][ 'de-at' ] = "Grundlegend" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-basic' ][ 'de-ch' ] = "Grundlegend" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-basic' ][ 'de-de' ] = "Grundlegend" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-basic' ][ 'es-cl' ] = "Básico" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-basic' ][ 'es-mx' ] = "Básico" ; //copied from es-cl
$text [ 'button-basic' ][ 'fr-ca' ] = "Basique" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-basic' ][ 'fr-fr' ] = "Basique" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-basic' ][ 'he-il' ] = "" ;
2017-02-17 03:46:50 +01:00
$text [ 'button-basic' ][ 'it-it' ] = "Base" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-basic' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-basic' ][ 'pl-pl' ] = "Podstawowy" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-basic' ][ 'pt-br' ] = "Básico" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-basic' ][ 'pt-pt' ] = "Básico" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-basic' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-basic' ][ 'ru-ru' ] = "Базовое" ;
$text [ 'button-basic' ][ 'sv-se' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-basic' ][ 'uk-ua' ] = "Основний" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-basic' ][ 'tr-tr' ] = "Temel" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-stop' ][ 'en-us' ] = "Stop" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-stop' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-stop' ][ 'de-at' ] = "Stopp" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-stop' ][ 'de-ch' ] = "Stopp" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-stop' ][ 'de-de' ] = "Stopp" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-stop' ][ 'es-cl' ] = "Detener" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-stop' ][ 'es-mx' ] = "Detener" ; //copied from es-cl
$text [ 'button-stop' ][ 'fr-ca' ] = "Stop" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-stop' ][ 'fr-fr' ] = "Stop" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-stop' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-stop' ][ 'it-it' ] = "Ferma" ;
$text [ 'button-stop' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-stop' ][ 'pl-pl' ] = "Zatrzymaj rozsylanie rozmów" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-stop' ][ 'pt-br' ] = "Pausar Broadcast" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-stop' ][ 'pt-pt' ] = "Parar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-stop' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-stop' ][ 'ru-ru' ] = "Остановить" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-stop' ][ 'sv-se' ] = "Stoppa" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-stop' ][ 'uk-ua' ] = "Зупинити трансляцію" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-stop' ][ 'tr-tr' ] = "Durdur" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-status' ][ 'en-us' ] = "Status" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-status' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-status' ][ 'de-at' ] = "Status" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-status' ][ 'de-ch' ] = "Status" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-status' ][ 'de-de' ] = "Status" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-status' ][ 'es-cl' ] = "Estado" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-status' ][ 'es-mx' ] = "Estado" ; //copied from es-cl
$text [ 'button-status' ][ 'fr-ca' ] = "Etat" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-status' ][ 'fr-fr' ] = "Etat" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-status' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-status' ][ 'it-it' ] = "Stato" ;
$text [ 'button-status' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-status' ][ 'pl-pl' ] = "Status" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-status' ][ 'pt-br' ] = "Estado" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-status' ][ 'pt-pt' ] = "Estado" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-status' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-status' ][ 'ru-ru' ] = "Статус" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-status' ][ 'sv-se' ] = "Status" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-status' ][ 'uk-ua' ] = "Статус" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-status' ][ 'tr-tr' ] = "Durum" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-start' ][ 'en-us' ] = "Start" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-start' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-start' ][ 'de-at' ] = "Start" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'button-start' ][ 'de-ch' ] = "Start" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'button-start' ][ 'de-de' ] = "Start" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-start' ][ 'es-cl' ] = "Iniciar" ;
2017-06-13 06:14:11 +01:00
$text [ 'button-start' ][ 'es-mx' ] = "Iniciar" ; //copied from es-cl
$text [ 'button-start' ][ 'fr-ca' ] = "Démarrer" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'button-start' ][ 'fr-fr' ] = "Démarrer" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-start' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'button-start' ][ 'it-it' ] = "Avvia" ;
$text [ 'button-start' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-start' ][ 'pl-pl' ] = "Start" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-start' ][ 'pt-br' ] = "Iniciar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'button-start' ][ 'pt-pt' ] = "Iniciar" ;
2017-06-02 20:24:12 +01:00
$text [ 'button-start' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'button-start' ][ 'ru-ru' ] = "Старт" ;
2016-04-25 20:30:23 -05:00
$text [ 'button-start' ][ 'sv-se' ] = "Start" ;
2017-05-13 20:13:38 +01:00
$text [ 'button-start' ][ 'uk-ua' ] = "Запустити" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-start' ][ 'tr-tr' ] = "Başlat" ;
2016-04-25 20:30:23 -05:00
2017-07-22 20:19:01 -06:00
$text [ 'button-overview' ][ 'en-us' ] = "Overview" ;
$text [ 'button-overview' ][ 'ar-eg' ] = "" ;
$text [ 'button-overview' ][ 'de-at' ] = "" ;
$text [ 'button-overview' ][ 'de-ch' ] = "" ;
$text [ 'button-overview' ][ 'de-de' ] = "" ;
$text [ 'button-overview' ][ 'es-cl' ] = "" ;
$text [ 'button-overview' ][ 'es-mx' ] = "" ;
$text [ 'button-overview' ][ 'fr-ca' ] = "" ;
$text [ 'button-overview' ][ 'fr-fr' ] = "" ;
$text [ 'button-overview' ][ 'he-il' ] = "" ;
$text [ 'button-overview' ][ 'it-it' ] = "" ;
$text [ 'button-overview' ][ 'nl-nl' ] = "" ;
$text [ 'button-overview' ][ 'pl-pl' ] = "" ;
$text [ 'button-overview' ][ 'pt-br' ] = "" ;
$text [ 'button-overview' ][ 'pt-pt' ] = "" ;
$text [ 'button-overview' ][ 'ro-ro' ] = "" ;
$text [ 'button-overview' ][ 'ru-ru' ] = "" ;
$text [ 'button-overview' ][ 'sv-se' ] = "" ;
$text [ 'button-overview' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-overview' ][ 'tr-tr' ] = "Genel Bakış" ;
2017-07-22 20:19:01 -06:00
$text [ 'button-summary' ][ 'en-us' ] = "Summary" ;
$text [ 'button-summary' ][ 'ar-eg' ] = "" ;
$text [ 'button-summary' ][ 'de-at' ] = "" ;
$text [ 'button-summary' ][ 'de-ch' ] = "" ;
$text [ 'button-summary' ][ 'de-de' ] = "" ;
$text [ 'button-summary' ][ 'es-cl' ] = "" ;
$text [ 'button-summary' ][ 'es-mx' ] = "" ;
$text [ 'button-summary' ][ 'fr-ca' ] = "" ;
$text [ 'button-summary' ][ 'fr-fr' ] = "" ;
$text [ 'button-summary' ][ 'he-il' ] = "" ;
$text [ 'button-summary' ][ 'it-it' ] = "" ;
$text [ 'button-summary' ][ 'nl-nl' ] = "" ;
$text [ 'button-summary' ][ 'pl-pl' ] = "" ;
$text [ 'button-summary' ][ 'pt-br' ] = "" ;
$text [ 'button-summary' ][ 'pt-pt' ] = "" ;
$text [ 'button-summary' ][ 'ro-ro' ] = "" ;
$text [ 'button-summary' ][ 'ru-ru' ] = "" ;
$text [ 'button-summary' ][ 'sv-se' ] = "" ;
$text [ 'button-summary' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-summary' ][ 'tr-tr' ] = "Özet" ;
2017-07-22 20:19:01 -06:00
2017-07-22 20:46:45 -06:00
$text [ 'button-update' ][ 'en-us' ] = "Update" ;
$text [ 'button-update' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-update' ][ 'de-at' ] = "Aktualisieren" ; //copied from de-de
$text [ 'button-update' ][ 'de-ch' ] = "Aktualisieren" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'button-update' ][ 'de-de' ] = "Aktualisieren" ;
$text [ 'button-update' ][ 'es-cl' ] = "Actualización" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-update' ][ 'es-mx' ] = "Actualización" ; //copied from es-cl
$text [ 'button-update' ][ 'fr-ca' ] = "Mise à jour" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'button-update' ][ 'fr-fr' ] = "Mise à jour" ;
$text [ 'button-update' ][ 'he-il' ] = "" ;
$text [ 'button-update' ][ 'it-it' ] = "" ;
$text [ 'button-update' ][ 'nl-nl' ] = "" ;
$text [ 'button-update' ][ 'pl-pl' ] = "Uaktualnij" ;
$text [ 'button-update' ][ 'pt-br' ] = "Atualização" ;
$text [ 'button-update' ][ 'pt-pt' ] = "Atualizar" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-update' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'button-update' ][ 'ru-ru' ] = "Обновить" ;
$text [ 'button-update' ][ 'sv-se' ] = "Uppdatera" ;
$text [ 'button-update' ][ 'uk-ua' ] = "Оновити" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-update' ][ 'tr-tr' ] = "Güncelle" ;
2017-07-22 20:46:45 -06:00
$text [ 'button-download_csv' ][ 'en-us' ] = "Download CSV" ;
$text [ 'button-download_csv' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-download_csv' ][ 'de-at' ] = "CSV Herunterladen" ; //copied from de-de
$text [ 'button-download_csv' ][ 'de-ch' ] = "CSV Herunterladen" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'button-download_csv' ][ 'de-de' ] = "CSV Herunterladen" ;
$text [ 'button-download_csv' ][ 'es-cl' ] = "Descarga CSV" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-download_csv' ][ 'es-mx' ] = "Descarga CSV" ; //copied from es-cl
$text [ 'button-download_csv' ][ 'fr-ca' ] = "Télécharger CSV" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'button-download_csv' ][ 'fr-fr' ] = "Télécharger CSV" ;
$text [ 'button-download_csv' ][ 'he-il' ] = "" ;
$text [ 'button-download_csv' ][ 'it-it' ] = "" ;
$text [ 'button-download_csv' ][ 'nl-nl' ] = "" ;
$text [ 'button-download_csv' ][ 'pl-pl' ] = "Pobierz CSV" ;
$text [ 'button-download_csv' ][ 'pt-br' ] = "Baixar CSV " ;
$text [ 'button-download_csv' ][ 'pt-pt' ] = "Baixar CSV" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-download_csv' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'button-download_csv' ][ 'ru-ru' ] = "Загрузить в формате CSV" ;
$text [ 'button-download_csv' ][ 'sv-se' ] = "Ladda Ned CSV" ;
$text [ 'button-download_csv' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-download_csv' ][ 'tr-tr' ] = "CVS İndir" ;
2017-07-22 20:46:45 -06:00
2017-09-19 17:12:01 -06:00
$text [ 'button-import' ][ 'en-us' ] = "Import" ;
$text [ 'button-import' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'button-import' ][ 'de-at' ] = "Importieren" ; //copied from de-de
2017-09-19 17:12:01 -06:00
$text [ 'button-import' ][ 'de-ch' ] = "Importieren" ; //copied from de-de
$text [ 'button-import' ][ 'de-de' ] = "Importieren" ;
$text [ 'button-import' ][ 'es-cl' ] = "Importar" ;
$text [ 'button-import' ][ 'es-mx' ] = "Importar" ; //copied from es-cl
$text [ 'button-import' ][ 'fr-ca' ] = "Importer" ; //copied from fr-fr
$text [ 'button-import' ][ 'fr-fr' ] = "Importer" ;
$text [ 'button-import' ][ 'he-il' ] = "" ;
$text [ 'button-import' ][ 'it-it' ] = "" ;
$text [ 'button-import' ][ 'nl-nl' ] = "" ;
$text [ 'button-import' ][ 'pl-pl' ] = "Importuj" ;
$text [ 'button-import' ][ 'pt-br' ] = "Importar" ;
$text [ 'button-import' ][ 'pt-pt' ] = "Importat" ;
$text [ 'button-import' ][ 'ro-ro' ] = "" ;
$text [ 'button-import' ][ 'ru-ru' ] = "Импорт" ;
$text [ 'button-import' ][ 'sv-se' ] = "Importera" ;
$text [ 'button-import' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'button-import' ][ 'tr-tr' ] = "İçe Aktar" ;
2017-09-19 17:12:01 -06:00
2018-03-02 02:03:15 -07:00
$text [ 'button-qr_code' ][ 'en-us' ] = "QR Code" ;
$text [ 'button-qr_code' ][ 'ar-eg' ] = "" ;
$text [ 'button-qr_code' ][ 'de-at' ] = "QR Code" ; //copied from de-de
$text [ 'button-qr_code' ][ 'de-ch' ] = "QR Code" ; //copied from de-de
$text [ 'button-qr_code' ][ 'de-de' ] = "QR Code" ;
$text [ 'button-qr_code' ][ 'es-cl' ] = "Código QR" ;
$text [ 'button-qr_code' ][ 'es-mx' ] = "Código QR" ; //copied from es-cl
$text [ 'button-qr_code' ][ 'fr-ca' ] = "Code QR" ; //copied from fr-fr
$text [ 'button-qr_code' ][ 'fr-fr' ] = "Code QR" ;
$text [ 'button-qr_code' ][ 'he-il' ] = "" ;
$text [ 'button-qr_code' ][ 'it-it' ] = "QR Code" ;
$text [ 'button-qr_code' ][ 'nl-nl' ] = "" ;
$text [ 'button-qr_code' ][ 'pl-pl' ] = "Kod QR" ;
$text [ 'button-qr_code' ][ 'pt-br' ] = "QR Code" ;
$text [ 'button-qr_code' ][ 'pt-pt' ] = "Código QR." ;
$text [ 'button-qr_code' ][ 'ro-ro' ] = "" ;
$text [ 'button-qr_code' ][ 'ru-ru' ] = "QR Код" ;
$text [ 'button-qr_code' ][ 'sv-se' ] = "QR Kod" ;
$text [ 'button-qr_code' ][ 'uk-ua' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-total' ][ 'en-us' ] = "Total" ;
$text [ 'label-total' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-total' ][ 'de-at' ] = "Summe" ; //copied from de-de
$text [ 'label-total' ][ 'de-ch' ] = "Summe" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-total' ][ 'de-de' ] = "Summe" ;
$text [ 'label-total' ][ 'es-cl' ] = "Total" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-total' ][ 'es-mx' ] = "Total" ; //copied from es-cl
$text [ 'label-total' ][ 'fr-ca' ] = "Total" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-total' ][ 'fr-fr' ] = "Total" ;
$text [ 'label-total' ][ 'he-il' ] = "" ;
$text [ 'label-total' ][ 'it-it' ] = "" ;
$text [ 'label-total' ][ 'nl-nl' ] = "" ;
$text [ 'label-total' ][ 'pl-pl' ] = "Podsumowanie" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-total' ][ 'pt-br' ] = "Total" ; //copied from pt-pt
2017-07-22 20:46:45 -06:00
$text [ 'label-total' ][ 'pt-pt' ] = "Total" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-total' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-total' ][ 'ru-ru' ] = "Всего" ;
$text [ 'label-total' ][ 'sv-se' ] = "Totalt" ;
$text [ 'label-total' ][ 'uk-ua' ] = "Всього" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-total' ][ 'tr-tr' ] = "Toplam" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-overview' ][ 'en-us' ] = "Overview" ;
$text [ 'label-overview' ][ 'ar-eg' ] = "" ;
$text [ 'label-overview' ][ 'de-at' ] = "" ;
$text [ 'label-overview' ][ 'de-ch' ] = "" ;
$text [ 'label-overview' ][ 'de-de' ] = "" ;
$text [ 'label-overview' ][ 'es-cl' ] = "" ;
$text [ 'label-overview' ][ 'es-mx' ] = "" ;
$text [ 'label-overview' ][ 'fr-ca' ] = "" ;
$text [ 'label-overview' ][ 'fr-fr' ] = "" ;
$text [ 'label-overview' ][ 'he-il' ] = "" ;
$text [ 'label-overview' ][ 'it-it' ] = "" ;
$text [ 'label-overview' ][ 'nl-nl' ] = "" ;
$text [ 'label-overview' ][ 'pl-pl' ] = "" ;
$text [ 'label-overview' ][ 'pt-br' ] = "" ;
$text [ 'label-overview' ][ 'pt-pt' ] = "" ;
$text [ 'label-overview' ][ 'ro-ro' ] = "" ;
$text [ 'label-overview' ][ 'ru-ru' ] = "" ;
$text [ 'label-overview' ][ 'sv-se' ] = "" ;
$text [ 'label-overview' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-overview' ][ 'tr-tr' ] = "Genel Bakış" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-summary' ][ 'en-us' ] = "Summary" ;
$text [ 'label-summary' ][ 'ar-eg' ] = "" ;
$text [ 'label-summary' ][ 'de-at' ] = "" ;
$text [ 'label-summary' ][ 'de-ch' ] = "" ;
$text [ 'label-summary' ][ 'de-de' ] = "" ;
$text [ 'label-summary' ][ 'es-cl' ] = "" ;
$text [ 'label-summary' ][ 'es-mx' ] = "" ;
$text [ 'label-summary' ][ 'fr-ca' ] = "" ;
$text [ 'label-summary' ][ 'fr-fr' ] = "" ;
$text [ 'label-summary' ][ 'he-il' ] = "" ;
$text [ 'label-summary' ][ 'it-it' ] = "" ;
$text [ 'label-summary' ][ 'nl-nl' ] = "" ;
$text [ 'label-summary' ][ 'pl-pl' ] = "" ;
$text [ 'label-summary' ][ 'pt-br' ] = "" ;
$text [ 'label-summary' ][ 'pt-pt' ] = "" ;
$text [ 'label-summary' ][ 'ro-ro' ] = "" ;
$text [ 'label-summary' ][ 'ru-ru' ] = "" ;
$text [ 'label-summary' ][ 'sv-se' ] = "" ;
$text [ 'label-summary' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-summary' ][ 'tr-tr' ] = "Özet" ;
2017-07-22 20:46:45 -06:00
2018-09-28 13:00:12 -06:00
$text [ 'header-import' ][ 'en-us' ] = "Import" ;
$text [ 'header-import' ][ 'ar-eg' ] = "" ;
$text [ 'header-import' ][ 'de-at' ] = "Importieren" ; //copied from de-de
$text [ 'header-import' ][ 'de-ch' ] = "Importieren" ; //copied from de-de
$text [ 'header-import' ][ 'de-de' ] = "Importieren" ;
$text [ 'header-import' ][ 'es-cl' ] = "Importar" ;
$text [ 'header-import' ][ 'es-mx' ] = "Importar" ; //copied from es-cl
$text [ 'header-import' ][ 'fr-ca' ] = "Importer" ; //copied from fr-fr
$text [ 'header-import' ][ 'fr-fr' ] = "Importer" ;
$text [ 'header-import' ][ 'he-il' ] = "" ;
$text [ 'header-import' ][ 'it-it' ] = "" ;
$text [ 'header-import' ][ 'nl-nl' ] = "" ;
$text [ 'header-import' ][ 'pl-pl' ] = "Importuj" ;
$text [ 'header-import' ][ 'pt-br' ] = "Importar" ;
$text [ 'header-import' ][ 'pt-pt' ] = "Importat" ;
$text [ 'header-import' ][ 'ro-ro' ] = "" ;
$text [ 'header-import' ][ 'ru-ru' ] = "Импорт" ;
$text [ 'header-import' ][ 'sv-se' ] = "Importera" ;
$text [ 'header-import' ][ 'uk-ua' ] = "" ;
$text [ 'header-import' ][ 'tr-tr' ] = "İçe Aktar" ;
$text [ 'description-import' ][ 'en-us' ] = "Upload delimitted data to add multiple records." ;
$text [ 'description-import' ][ 'ar-eg' ] = "" ;
$text [ 'description-import' ][ 'de-at' ] = "" ;
$text [ 'description-import' ][ 'de-ch' ] = "" ;
$text [ 'description-import' ][ 'de-de' ] = "" ;
$text [ 'description-import' ][ 'es-cl' ] = "" ;
$text [ 'description-import' ][ 'es-mx' ] = "" ;
$text [ 'description-import' ][ 'fr-ca' ] = "" ;
$text [ 'description-import' ][ 'fr-fr' ] = "" ;
$text [ 'description-import' ][ 'he-il' ] = "" ;
$text [ 'description-import' ][ 'it-it' ] = "" ;
$text [ 'description-import' ][ 'nl-nl' ] = "" ;
$text [ 'description-import' ][ 'pl-pl' ] = "" ;
$text [ 'description-import' ][ 'pt-br' ] = "" ;
$text [ 'description-import' ][ 'pt-pt' ] = "" ;
$text [ 'description-import' ][ 'ro-ro' ] = "" ;
$text [ 'description-import' ][ 'ru-ru' ] = "" ;
$text [ 'description-import' ][ 'sv-se' ] = "" ;
$text [ 'description-import' ][ 'uk-ua' ] = "" ;
2017-09-19 19:52:38 -06:00
$text [ 'label-import_data' ][ 'en-us' ] = "Data" ;
$text [ 'label-import_data' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-import_data' ][ 'de-at' ] = "Daten" ; //copied from de-de
2017-09-19 19:52:38 -06:00
$text [ 'label-import_data' ][ 'de-ch' ] = "Daten" ; //copied from de-de
$text [ 'label-import_data' ][ 'de-de' ] = "Daten" ;
$text [ 'label-import_data' ][ 'es-cl' ] = "Datos" ;
$text [ 'label-import_data' ][ 'es-mx' ] = "Datos" ; //copied from es-cl
$text [ 'label-import_data' ][ 'fr-ca' ] = "Donnée" ; //copied from fr-fr
$text [ 'label-import_data' ][ 'fr-fr' ] = "Donnée" ;
$text [ 'label-import_data' ][ 'he-il' ] = "" ;
$text [ 'label-import_data' ][ 'it-it' ] = "" ;
$text [ 'label-import_data' ][ 'nl-nl' ] = "" ;
$text [ 'label-import_data' ][ 'pl-pl' ] = "" ;
$text [ 'label-import_data' ][ 'pt-br' ] = "Dados" ; //copied from pt-pt
$text [ 'label-import_data' ][ 'pt-pt' ] = "Dados" ;
$text [ 'label-import_data' ][ 'ro-ro' ] = "" ;
$text [ 'label-import_data' ][ 'ru-ru' ] = "Данные" ;
$text [ 'label-import_data' ][ 'sv-se' ] = "Data" ;
$text [ 'label-import_data' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-import_data' ][ 'tr-tr' ] = "Veri" ;
2017-09-19 19:52:38 -06:00
$text [ 'label-import_delimiter' ][ 'en-us' ] = "Delimiter" ;
$text [ 'label-import_delimiter' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-import_delimiter' ][ 'de-at' ] = "Trennzeichen" ; //copied from de-de
2017-09-19 19:52:38 -06:00
$text [ 'label-import_delimiter' ][ 'de-ch' ] = "Trennzeichen" ; //copied from de-de
$text [ 'label-import_delimiter' ][ 'de-de' ] = "Trennzeichen" ;
$text [ 'label-import_delimiter' ][ 'es-cl' ] = "Delimitador" ;
$text [ 'label-import_delimiter' ][ 'es-mx' ] = "Delimitador" ; //copied from es-cl
$text [ 'label-import_delimiter' ][ 'fr-ca' ] = "Délimiteur de champs" ; //copied from fr-fr
$text [ 'label-import_delimiter' ][ 'fr-fr' ] = "Délimiteur de champs" ;
$text [ 'label-import_delimiter' ][ 'he-il' ] = "" ;
$text [ 'label-import_delimiter' ][ 'it-it' ] = "" ;
$text [ 'label-import_delimiter' ][ 'nl-nl' ] = "" ;
$text [ 'label-import_delimiter' ][ 'pl-pl' ] = "Separator" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-import_delimiter' ][ 'pt-br' ] = "Delimitador de campos" ; //copied from pt-pt
2017-09-19 19:52:38 -06:00
$text [ 'label-import_delimiter' ][ 'pt-pt' ] = "Delimitador de campos" ;
$text [ 'label-import_delimiter' ][ 'ro-ro' ] = "" ;
$text [ 'label-import_delimiter' ][ 'ru-ru' ] = "Разделитель" ;
$text [ 'label-import_delimiter' ][ 'sv-se' ] = "Avgränsare" ;
$text [ 'label-import_delimiter' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-import_delimiter' ][ 'tr-tr' ] = "Ayı rı cı " ;
2017-09-19 19:52:38 -06:00
$text [ 'label-import_enclosure' ][ 'en-us' ] = "Enclosure" ;
$text [ 'label-import_enclosure' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-import_enclosure' ][ 'de-at' ] = "Abgrenzung" ; //copied from de-de
2017-09-19 19:52:38 -06:00
$text [ 'label-import_enclosure' ][ 'de-ch' ] = "Abgrenzung" ; //copied from de-de
$text [ 'label-import_enclosure' ][ 'de-de' ] = "Abgrenzung" ;
$text [ 'label-import_enclosure' ][ 'es-cl' ] = "Cercado" ;
$text [ 'label-import_enclosure' ][ 'es-mx' ] = "Cercado" ; //copied from es-cl
$text [ 'label-import_enclosure' ][ 'fr-ca' ] = "Délimiteur de texte" ; //copied from fr-fr
$text [ 'label-import_enclosure' ][ 'fr-fr' ] = "Délimiteur de texte" ;
$text [ 'label-import_enclosure' ][ 'he-il' ] = "" ;
$text [ 'label-import_enclosure' ][ 'it-it' ] = "" ;
$text [ 'label-import_enclosure' ][ 'nl-nl' ] = "" ;
$text [ 'label-import_enclosure' ][ 'pl-pl' ] = "Załącznik " ;
$text [ 'label-import_enclosure' ][ 'pt-br' ] = "Delimitador de textto" ;
$text [ 'label-import_enclosure' ][ 'pt-pt' ] = "Delimitador de texto" ;
$text [ 'label-import_enclosure' ][ 'ro-ro' ] = "" ;
$text [ 'label-import_enclosure' ][ 'ru-ru' ] = "Разделитель текста" ;
$text [ 'label-import_enclosure' ][ 'sv-se' ] = "Inkapsling" ;
$text [ 'label-import_enclosure' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-import_enclosure' ][ 'tr-tr' ] = "Sonlandı rma" ;
2017-09-19 19:52:38 -06:00
$text [ 'label-import_file_upload' ][ 'en-us' ] = "File to Upload" ;
$text [ 'label-import_file_upload' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-import_file_upload' ][ 'de-at' ] = "Datei zum hochladen" ; //copied from de-de
2017-09-19 19:52:38 -06:00
$text [ 'label-import_file_upload' ][ 'de-ch' ] = "Datei zum hochladen" ; //copied from de-de
$text [ 'label-import_file_upload' ][ 'de-de' ] = "Datei zum hochladen" ;
$text [ 'label-import_file_upload' ][ 'es-cl' ] = "Archivo a subir" ;
$text [ 'label-import_file_upload' ][ 'es-mx' ] = "Archivo a subir" ; //copied from es-cl
$text [ 'label-import_file_upload' ][ 'fr-ca' ] = "Fichier à télécharger" ; //copied from fr-fr
$text [ 'label-import_file_upload' ][ 'fr-fr' ] = "Fichier à télécharger" ;
$text [ 'label-import_file_upload' ][ 'he-il' ] = "" ;
$text [ 'label-import_file_upload' ][ 'it-it' ] = "" ;
$text [ 'label-import_file_upload' ][ 'nl-nl' ] = "" ;
$text [ 'label-import_file_upload' ][ 'pl-pl' ] = "Plik do wysłania" ;
$text [ 'label-import_file_upload' ][ 'pt-br' ] = "Importar arquivo" ;
$text [ 'label-import_file_upload' ][ 'pt-pt' ] = "Ficheiro para submeter" ;
$text [ 'label-import_file_upload' ][ 'ro-ro' ] = "" ;
$text [ 'label-import_file_upload' ][ 'ru-ru' ] = "Файл для загрузки" ;
$text [ 'label-import_file_upload' ][ 'sv-se' ] = "Fil att ladda upp" ;
$text [ 'label-import_file_upload' ][ 'uk-ua' ] = "Файл для завантаження" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-import_file_upload' ][ 'tr-tr' ] = "Yüklenecek Dosya" ;
2017-09-19 19:52:38 -06:00
2018-09-28 13:00:12 -06:00
$text [ 'label-from_row' ][ 'en-us' ] = "From Row" ;
$text [ 'label-from_row' ][ 'ar-eg' ] = "" ;
$text [ 'label-from_row' ][ 'de-at' ] = "" ;
$text [ 'label-from_row' ][ 'de-ch' ] = "" ;
$text [ 'label-from_row' ][ 'de-de' ] = "" ;
$text [ 'label-from_row' ][ 'es-cl' ] = "" ;
$text [ 'label-from_row' ][ 'es-mx' ] = "" ;
$text [ 'label-from_row' ][ 'fr-ca' ] = "" ;
$text [ 'label-from_row' ][ 'fr-fr' ] = "" ;
$text [ 'label-from_row' ][ 'he-il' ] = "" ;
$text [ 'label-from_row' ][ 'it-it' ] = "" ;
$text [ 'label-from_row' ][ 'nl-nl' ] = "" ;
$text [ 'label-from_row' ][ 'pl-pl' ] = "" ;
$text [ 'label-from_row' ][ 'pt-br' ] = "" ;
$text [ 'label-from_row' ][ 'pt-pt' ] = "" ;
$text [ 'label-from_row' ][ 'ro-ro' ] = "" ;
$text [ 'label-from_row' ][ 'ru-ru' ] = "" ;
$text [ 'label-from_row' ][ 'sv-se' ] = "" ;
$text [ 'label-from_row' ][ 'uk-ua' ] = "" ;
$text [ 'description-from_row' ][ 'en-us' ] = "Start importing the data from this row." ;
$text [ 'description-from_row' ][ 'ar-eg' ] = "" ;
$text [ 'description-from_row' ][ 'de-at' ] = "" ;
$text [ 'description-from_row' ][ 'de-ch' ] = "" ;
$text [ 'description-from_row' ][ 'de-de' ] = "" ;
$text [ 'description-from_row' ][ 'es-cl' ] = "" ;
$text [ 'description-from_row' ][ 'es-mx' ] = "" ;
$text [ 'description-from_row' ][ 'fr-ca' ] = "" ;
$text [ 'description-from_row' ][ 'fr-fr' ] = "" ;
$text [ 'description-from_row' ][ 'he-il' ] = "" ;
$text [ 'description-from_row' ][ 'it-it' ] = "" ;
$text [ 'description-from_row' ][ 'nl-nl' ] = "" ;
$text [ 'description-from_row' ][ 'pl-pl' ] = "" ;
$text [ 'description-from_row' ][ 'pt-br' ] = "" ;
$text [ 'description-from_row' ][ 'pt-pt' ] = "" ;
$text [ 'description-from_row' ][ 'ro-ro' ] = "" ;
$text [ 'description-from_row' ][ 'ru-ru' ] = "" ;
$text [ 'description-from_row' ][ 'sv-se' ] = "" ;
$text [ 'description-from_row' ][ 'uk-ua' ] = "" ;
2017-09-19 19:52:38 -06:00
$text [ 'description-import_data' ][ 'en-us' ] = "Copy and paste the comma delimitted data into the text area to begin the import." ;
$text [ 'description-import_data' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-import_data' ][ 'de-at' ] = "Kopieren Sie die komma-getrennten Daten in den Textbereich um den Import zu starten." ; //copied from de-de
2017-09-19 19:52:38 -06:00
$text [ 'description-import_data' ][ 'de-ch' ] = "Kopieren Sie die komma-getrennten Daten in den Textbereich um den Import zu starten." ; //copied from de-de
$text [ 'description-import_data' ][ 'de-de' ] = "Kopieren Sie die komma-getrennten Daten in den Textbereich um den Import zu starten." ;
$text [ 'description-import_data' ][ 'es-cl' ] = "Copie y pegue la información delimitada por comas en el cuadro de texto para comenzar su importación." ;
$text [ 'description-import_data' ][ 'es-mx' ] = "Copie y pegue la información delimitada por comas en el cuadro de texto para comenzar su importación." ; //copied from es-cl
$text [ 'description-import_data' ][ 'fr-ca' ] = "Copier et coller les données séparées par une virgule ou un 'pipe' dans la zone de texte pour commencer l'import." ; //copied from fr-fr
$text [ 'description-import_data' ][ 'fr-fr' ] = "Copier et coller les données séparées par une virgule ou un 'pipe' dans la zone de texte pour commencer l'import." ;
$text [ 'description-import_data' ][ 'he-il' ] = "" ;
$text [ 'description-import_data' ][ 'it-it' ] = "" ;
$text [ 'description-import_data' ][ 'nl-nl' ] = "" ;
$text [ 'description-import_data' ][ 'pl-pl' ] = "" ;
$text [ 'description-import_data' ][ 'pt-br' ] = "Copie e cole os dados separados por vírgula para iniciar a importação." ; //copied from pt-pt
$text [ 'description-import_data' ][ 'pt-pt' ] = "Copie e cole os dados separados por vírgula para iniciar a importação." ;
$text [ 'description-import_data' ][ 'ro-ro' ] = "" ;
$text [ 'description-import_data' ][ 'ru-ru' ] = "Скопируйте и вставьте данные с разделителями-запятыми в текстовую область, чтобы начать импорт." ;
$text [ 'description-import_data' ][ 'sv-se' ] = "Kopiera och klistra in din kommaseparerade data i textområdet för att börja importera." ;
$text [ 'description-import_data' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'description-import_data' ][ 'tr-tr' ] = "İçe aktarmayı başlatmak için virgül ile ayrı lmış olan veriyi metin alanı na kopyalayı p yapıştı rı n." ;
2017-09-19 19:52:38 -06:00
$text [ 'description-import_delimiter' ][ 'en-us' ] = "Select the delimiter (comma or pipe)." ;
$text [ 'description-import_delimiter' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-import_delimiter' ][ 'de-at' ] = "Wählen Sie das Trennzeichen (Beistrich oder Wagrechter Strich)" ; //copied from de-de
2017-09-19 19:52:38 -06:00
$text [ 'description-import_delimiter' ][ 'de-ch' ] = "Wählen Sie das Trennzeichen (Beistrich oder Wagrechter Strich)" ; //copied from de-de
$text [ 'description-import_delimiter' ][ 'de-de' ] = "Wählen Sie das Trennzeichen (Beistrich oder Wagrechter Strich)" ;
$text [ 'description-import_delimiter' ][ 'es-cl' ] = "Select el delimitador (coma o pipe)." ;
$text [ 'description-import_delimiter' ][ 'es-mx' ] = "Select el delimitador (coma o pipe)." ; //copied from es-cl
$text [ 'description-import_delimiter' ][ 'fr-ca' ] = "Choisir le séparateur de champs (virgule ou pipe)." ; //copied from fr-fr
$text [ 'description-import_delimiter' ][ 'fr-fr' ] = "Choisir le séparateur de champs (virgule ou pipe)." ;
$text [ 'description-import_delimiter' ][ 'he-il' ] = "" ;
$text [ 'description-import_delimiter' ][ 'it-it' ] = "" ;
$text [ 'description-import_delimiter' ][ 'nl-nl' ] = "" ;
$text [ 'description-import_delimiter' ][ 'pl-pl' ] = "Wybierz separator (przecinek lub pionowa kreska)." ;
$text [ 'description-import_delimiter' ][ 'pt-br' ] = "Selecione o delimitador ( ',' ou '|' ). " ;
$text [ 'description-import_delimiter' ][ 'pt-pt' ] = "Seleccione o delimitador ( ',' ou '|' )." ;
$text [ 'description-import_delimiter' ][ 'ro-ro' ] = "" ;
$text [ 'description-import_delimiter' ][ 'ru-ru' ] = "Выберите разделитель (запятая или канал)." ;
$text [ 'description-import_delimiter' ][ 'sv-se' ] = "Välj avgränsare (comma or pipe). " ;
$text [ 'description-import_delimiter' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'description-import_delimiter' ][ 'tr-tr' ] = "Ayı rı cı yı seçin(virgül ya da boru)." ;
2017-09-19 19:52:38 -06:00
$text [ 'description-import_enclosure' ][ 'en-us' ] = "Select the enclosure of text (double-quotes or nothing)." ;
$text [ 'description-import_enclosure' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-import_enclosure' ][ 'de-at' ] = "Wählen Sie die Abgrenzung für den Text (Doppelte Anführungszeichen oder nichts)." ; //copied from de-de
2017-09-19 19:52:38 -06:00
$text [ 'description-import_enclosure' ][ 'de-ch' ] = "Wählen Sie die Abgrenzung für den Text (Doppelte Anführungszeichen oder nichts)." ; //copied from de-de
$text [ 'description-import_enclosure' ][ 'de-de' ] = "Wählen Sie die Abgrenzung für den Text (Doppelte Anführungszeichen oder nichts)." ;
$text [ 'description-import_enclosure' ][ 'es-cl' ] = "Seleccione el cercado de texto (doble comilla o ninguno)" ;
$text [ 'description-import_enclosure' ][ 'es-mx' ] = "Seleccione el cercado de texto (doble comilla o ninguno)" ; //copied from es-cl
$text [ 'description-import_enclosure' ][ 'fr-ca' ] = "Choisir le séparateur de texte (guillements ou rien)." ; //copied from fr-fr
$text [ 'description-import_enclosure' ][ 'fr-fr' ] = "Choisir le séparateur de texte (guillements ou rien)." ;
$text [ 'description-import_enclosure' ][ 'he-il' ] = "" ;
$text [ 'description-import_enclosure' ][ 'it-it' ] = "" ;
$text [ 'description-import_enclosure' ][ 'nl-nl' ] = "" ;
$text [ 'description-import_enclosure' ][ 'pl-pl' ] = "Wybierz znaczniki tekstu (cudzysłów lub nic)." ;
$text [ 'description-import_enclosure' ][ 'pt-br' ] = "Selecione o delimitador de texto (aspas ou nada)" ;
$text [ 'description-import_enclosure' ][ 'pt-pt' ] = "Seleccione o delimitador de texto (aspas ou nada)." ;
$text [ 'description-import_enclosure' ][ 'ro-ro' ] = "" ;
$text [ 'description-import_enclosure' ][ 'ru-ru' ] = "Выберите оболочку текста (двойные кавычки или ничего)." ;
$text [ 'description-import_enclosure' ][ 'sv-se' ] = "Välj inkapsling av text (dubbla citattecken eller ingenting)." ;
$text [ 'description-import_enclosure' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'description-import_enclosure' ][ 'tr-tr' ] = "Metin sonlandı rması nı seçin (çift tı rnak ya da hiçbir şey)." ;
2017-09-19 19:52:38 -06:00
2017-07-22 20:46:45 -06:00
$text [ 'option-yesterday' ][ 'en-us' ] = "Yesterday" ;
$text [ 'option-yesterday' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-yesterday' ][ 'de-at' ] = "Gestern" ; //copied from de-de
$text [ 'option-yesterday' ][ 'de-ch' ] = "Gestern" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'option-yesterday' ][ 'de-de' ] = "Gestern" ;
$text [ 'option-yesterday' ][ 'es-cl' ] = "Ayer" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-yesterday' ][ 'es-mx' ] = "Ayer" ; //copied from es-cl
$text [ 'option-yesterday' ][ 'fr-ca' ] = "Hier" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'option-yesterday' ][ 'fr-fr' ] = "Hier" ;
$text [ 'option-yesterday' ][ 'he-il' ] = "" ;
$text [ 'option-yesterday' ][ 'it-it' ] = "" ;
$text [ 'option-yesterday' ][ 'nl-nl' ] = "" ;
$text [ 'option-yesterday' ][ 'pl-pl' ] = "Wczoraj" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-yesterday' ][ 'pt-br' ] = "Ontem" ; //copied from pt-pt
2017-07-22 20:46:45 -06:00
$text [ 'option-yesterday' ][ 'pt-pt' ] = "Ontem" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-yesterday' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-yesterday' ][ 'ru-ru' ] = "Вчера" ;
$text [ 'option-yesterday' ][ 'sv-se' ] = "Igår" ;
$text [ 'option-yesterday' ][ 'uk-ua' ] = "Вчора" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-yesterday' ][ 'tr-tr' ] = "Dün" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-today' ][ 'en-us' ] = "Today" ;
$text [ 'option-today' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-today' ][ 'de-at' ] = "Heute" ; //copied from de-de
$text [ 'option-today' ][ 'de-ch' ] = "Heute" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'option-today' ][ 'de-de' ] = "Heute" ;
$text [ 'option-today' ][ 'es-cl' ] = "Hoy" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-today' ][ 'es-mx' ] = "Hoy" ; //copied from es-cl
$text [ 'option-today' ][ 'fr-ca' ] = "Aujourd'hui" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'option-today' ][ 'fr-fr' ] = "Aujourd'hui" ;
$text [ 'option-today' ][ 'he-il' ] = "" ;
$text [ 'option-today' ][ 'it-it' ] = "" ;
$text [ 'option-today' ][ 'nl-nl' ] = "" ;
$text [ 'option-today' ][ 'pl-pl' ] = "Dzisiaj" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-today' ][ 'pt-br' ] = "Hoje" ; //copied from pt-pt
2017-07-22 20:46:45 -06:00
$text [ 'option-today' ][ 'pt-pt' ] = "Hoje" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-today' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-today' ][ 'ru-ru' ] = "Сегодня" ;
$text [ 'option-today' ][ 'sv-se' ] = "Idag" ;
$text [ 'option-today' ][ 'uk-ua' ] = "Сьогодні" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-today' ][ 'tr-tr' ] = "Bugün" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-this_year' ][ 'en-us' ] = "This Year" ;
$text [ 'option-this_year' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-this_year' ][ 'de-at' ] = "Dieses Jahr" ; //copied from de-de
$text [ 'option-this_year' ][ 'de-ch' ] = "Dieses Jahr" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'option-this_year' ][ 'de-de' ] = "Dieses Jahr" ;
$text [ 'option-this_year' ][ 'es-cl' ] = "Este Año" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-this_year' ][ 'es-mx' ] = "Este Año" ; //copied from es-cl
$text [ 'option-this_year' ][ 'fr-ca' ] = "Cette Année" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'option-this_year' ][ 'fr-fr' ] = "Cette Année" ;
$text [ 'option-this_year' ][ 'he-il' ] = "" ;
$text [ 'option-this_year' ][ 'it-it' ] = "" ;
$text [ 'option-this_year' ][ 'nl-nl' ] = "" ;
$text [ 'option-this_year' ][ 'pl-pl' ] = "W tym roku" ;
$text [ 'option-this_year' ][ 'pt-br' ] = "Este ano" ;
$text [ 'option-this_year' ][ 'pt-pt' ] = "Este Ano" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-this_year' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-this_year' ][ 'ru-ru' ] = "В этом году" ;
$text [ 'option-this_year' ][ 'sv-se' ] = "Detta Året" ;
$text [ 'option-this_year' ][ 'uk-ua' ] = "Цього року" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-this_year' ][ 'tr-tr' ] = "Bu Yı l" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-this_week' ][ 'en-us' ] = "This Week" ;
$text [ 'option-this_week' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-this_week' ][ 'de-at' ] = "Diese Woche" ; //copied from de-de
$text [ 'option-this_week' ][ 'de-ch' ] = "Diese Woche" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'option-this_week' ][ 'de-de' ] = "Diese Woche" ;
$text [ 'option-this_week' ][ 'es-cl' ] = "Esta Semana" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-this_week' ][ 'es-mx' ] = "Esta Semana" ; //copied from es-cl
$text [ 'option-this_week' ][ 'fr-ca' ] = "Cette Semaine" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'option-this_week' ][ 'fr-fr' ] = "Cette Semaine" ;
$text [ 'option-this_week' ][ 'he-il' ] = "" ;
$text [ 'option-this_week' ][ 'it-it' ] = "" ;
$text [ 'option-this_week' ][ 'nl-nl' ] = "" ;
$text [ 'option-this_week' ][ 'pl-pl' ] = "W tym miesiącu" ;
$text [ 'option-this_week' ][ 'pt-br' ] = "Este mês" ;
$text [ 'option-this_week' ][ 'pt-pt' ] = "Esta Semana" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-this_week' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-this_week' ][ 'ru-ru' ] = "На этой неделе" ;
$text [ 'option-this_week' ][ 'sv-se' ] = "Denna Månaden" ;
$text [ 'option-this_week' ][ 'uk-ua' ] = "Цього тижня" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-this_week' ][ 'tr-tr' ] = "Bu Hafta" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-this_month' ][ 'en-us' ] = "This Month" ;
$text [ 'option-this_month' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-this_month' ][ 'de-at' ] = "Diesen Monat" ; //copied from de-de
$text [ 'option-this_month' ][ 'de-ch' ] = "Diesen Monat" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'option-this_month' ][ 'de-de' ] = "Diesen Monat" ;
$text [ 'option-this_month' ][ 'es-cl' ] = "Este Mes" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-this_month' ][ 'es-mx' ] = "Este Mes" ; //copied from es-cl
$text [ 'option-this_month' ][ 'fr-ca' ] = "ce Mois" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'option-this_month' ][ 'fr-fr' ] = "ce Mois" ;
$text [ 'option-this_month' ][ 'he-il' ] = "" ;
$text [ 'option-this_month' ][ 'it-it' ] = "" ;
$text [ 'option-this_month' ][ 'nl-nl' ] = "" ;
$text [ 'option-this_month' ][ 'pl-pl' ] = "W tym miesiącu" ;
$text [ 'option-this_month' ][ 'pt-br' ] = "Este mês" ;
$text [ 'option-this_month' ][ 'pt-pt' ] = "Este Mês" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-this_month' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-this_month' ][ 'ru-ru' ] = "В этом месяце" ;
$text [ 'option-this_month' ][ 'sv-se' ] = "Denna Månaden" ;
$text [ 'option-this_month' ][ 'uk-ua' ] = "Цього місяця" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-this_month' ][ 'tr-tr' ] = "Bu Ay" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-last_seven_days' ][ 'en-us' ] = "Last 7 Days" ;
$text [ 'option-last_seven_days' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-last_seven_days' ][ 'de-at' ] = "Letzte 7 Tage" ; //copied from de-de
$text [ 'option-last_seven_days' ][ 'de-ch' ] = "Letzte 7 Tage" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'option-last_seven_days' ][ 'de-de' ] = "Letzte 7 Tage" ;
$text [ 'option-last_seven_days' ][ 'es-cl' ] = "Últimos 7 días" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-last_seven_days' ][ 'es-mx' ] = "Últimos 7 días" ; //copied from es-cl
$text [ 'option-last_seven_days' ][ 'fr-ca' ] = "Les 7 Derniers Jours" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'option-last_seven_days' ][ 'fr-fr' ] = "Les 7 Derniers Jours" ;
$text [ 'option-last_seven_days' ][ 'he-il' ] = "" ;
$text [ 'option-last_seven_days' ][ 'it-it' ] = "" ;
$text [ 'option-last_seven_days' ][ 'nl-nl' ] = "" ;
$text [ 'option-last_seven_days' ][ 'pl-pl' ] = "Ostatnie 7 Dni" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-last_seven_days' ][ 'pt-br' ] = "Nos últimos 7 Dias" ; //copied from pt-pt
2017-07-22 20:46:45 -06:00
$text [ 'option-last_seven_days' ][ 'pt-pt' ] = "Nos últimos 7 Dias" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-last_seven_days' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-last_seven_days' ][ 'ru-ru' ] = "За последние 7 дней" ;
$text [ 'option-last_seven_days' ][ 'sv-se' ] = "Senaste 7 Dagarna" ;
$text [ 'option-last_seven_days' ][ 'uk-ua' ] = "За останні 7 днів" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-last_seven_days' ][ 'tr-tr' ] = "Geçtiğimiz 7 Gün" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-last_hour' ][ 'en-us' ] = "Last Hour" ;
$text [ 'option-last_hour' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-last_hour' ][ 'de-at' ] = "Letzte Stunde" ; //copied from de-de
$text [ 'option-last_hour' ][ 'de-ch' ] = "Letzte Stunde" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'option-last_hour' ][ 'de-de' ] = "Letzte Stunde" ;
$text [ 'option-last_hour' ][ 'es-cl' ] = "Ultima Hora" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-last_hour' ][ 'es-mx' ] = "Ultima Hora" ; //copied from es-cl
$text [ 'option-last_hour' ][ 'fr-ca' ] = "Dernière Heure" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'option-last_hour' ][ 'fr-fr' ] = "Dernière Heure" ;
$text [ 'option-last_hour' ][ 'he-il' ] = "" ;
$text [ 'option-last_hour' ][ 'it-it' ] = "" ;
$text [ 'option-last_hour' ][ 'nl-nl' ] = "" ;
$text [ 'option-last_hour' ][ 'pl-pl' ] = "W ostatniej godzinie" ;
$text [ 'option-last_hour' ][ 'pt-br' ] = "Próxima hora" ;
$text [ 'option-last_hour' ][ 'pt-pt' ] = "Última Hora" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-last_hour' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-last_hour' ][ 'ru-ru' ] = "За последний час" ;
$text [ 'option-last_hour' ][ 'sv-se' ] = "Senaste Timman" ;
$text [ 'option-last_hour' ][ 'uk-ua' ] = "За останню годину" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-last_hour' ][ 'tr-tr' ] = "Geçtiğimiz Saat" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-default' ][ 'en-us' ] = "Default" ;
$text [ 'option-default' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-default' ][ 'de-at' ] = "Vorgabe" ; //copied from de-de
$text [ 'option-default' ][ 'de-ch' ] = "Vorgabe" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'option-default' ][ 'de-de' ] = "Vorgabe" ;
$text [ 'option-default' ][ 'es-cl' ] = "Predeterminado" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-default' ][ 'es-mx' ] = "Predeterminado" ; //copied from es-cl
$text [ 'option-default' ][ 'fr-ca' ] = "Prédéterminé" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'option-default' ][ 'fr-fr' ] = "Prédéterminé" ;
$text [ 'option-default' ][ 'he-il' ] = "" ;
$text [ 'option-default' ][ 'it-it' ] = "" ;
$text [ 'option-default' ][ 'nl-nl' ] = "" ;
$text [ 'option-default' ][ 'pl-pl' ] = "Domyślny" ;
$text [ 'option-default' ][ 'pt-br' ] = "Padrão" ;
$text [ 'option-default' ][ 'pt-pt' ] = "Predefinido" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-default' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'option-default' ][ 'ru-ru' ] = "По умолчанию" ;
$text [ 'option-default' ][ 'sv-se' ] = "Standard" ;
$text [ 'option-default' ][ 'uk-ua' ] = "Типово" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-default' ][ 'tr-tr' ] = "Varsayı lan" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-preset' ][ 'en-us' ] = "Quick Select" ;
$text [ 'label-preset' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-preset' ][ 'de-at' ] = "Schnellauswahl" ; //copied from de-de
$text [ 'label-preset' ][ 'de-ch' ] = "Schnellauswahl" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-preset' ][ 'de-de' ] = "Schnellauswahl" ;
$text [ 'label-preset' ][ 'es-cl' ] = "Selección rápida" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-preset' ][ 'es-mx' ] = "Selección rápida" ; //copied from es-cl
$text [ 'label-preset' ][ 'fr-ca' ] = "Sélection Rapide" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-preset' ][ 'fr-fr' ] = "Sélection Rapide" ;
$text [ 'label-preset' ][ 'he-il' ] = "" ;
$text [ 'label-preset' ][ 'it-it' ] = "" ;
$text [ 'label-preset' ][ 'nl-nl' ] = "" ;
$text [ 'label-preset' ][ 'pl-pl' ] = "Szybkie wybieranie" ;
$text [ 'label-preset' ][ 'pt-br' ] = "Selecione inicio" ;
$text [ 'label-preset' ][ 'pt-pt' ] = "Seleção rápida" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-preset' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-preset' ][ 'ru-ru' ] = "Быстрый выбор" ;
$text [ 'label-preset' ][ 'sv-se' ] = "Snabbval" ;
$text [ 'label-preset' ][ 'uk-ua' ] = "Швидкий вибір" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-preset' ][ 'tr-tr' ] = "Hı zlı Seçim" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-start_date_time' ][ 'en-us' ] = "Start Date/Time" ;
$text [ 'label-start_date_time' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-start_date_time' ][ 'de-at' ] = "Start Datum/Zeit" ; //copied from de-de
$text [ 'label-start_date_time' ][ 'de-ch' ] = "Start Datum/Zeit" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-start_date_time' ][ 'de-de' ] = "Start Datum/Zeit" ;
$text [ 'label-start_date_time' ][ 'es-cl' ] = "Fecha/Hora de Comienzo" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-start_date_time' ][ 'es-mx' ] = "Fecha/Hora de Comienzo" ; //copied from es-cl
$text [ 'label-start_date_time' ][ 'fr-ca' ] = "Date de Début/Heure" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-start_date_time' ][ 'fr-fr' ] = "Date de Début/Heure" ;
$text [ 'label-start_date_time' ][ 'he-il' ] = "" ;
$text [ 'label-start_date_time' ][ 'it-it' ] = "" ;
$text [ 'label-start_date_time' ][ 'nl-nl' ] = "" ;
$text [ 'label-start_date_time' ][ 'pl-pl' ] = "Czas i data rozpoczęcia" ;
$text [ 'label-start_date_time' ][ 'pt-br' ] = "Data/Hora de inicio" ;
$text [ 'label-start_date_time' ][ 'pt-pt' ] = "Data/Hora de Início" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-start_date_time' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-start_date_time' ][ 'ru-ru' ] = "Старт Дата/Время" ;
$text [ 'label-start_date_time' ][ 'sv-se' ] = "Start Datum/Tid" ;
$text [ 'label-start_date_time' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-start_date_time' ][ 'tr-tr' ] = "Başlangıç Tarihi/Zamanı " ;
2017-07-22 20:46:45 -06:00
$text [ 'label-start' ][ 'en-us' ] = "Start" ;
$text [ 'label-start' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-start' ][ 'de-at' ] = "Start" ; //copied from de-de
$text [ 'label-start' ][ 'de-ch' ] = "Start" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-start' ][ 'de-de' ] = "Start" ;
$text [ 'label-start' ][ 'es-cl' ] = "Comienzo" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-start' ][ 'es-mx' ] = "Comienzo" ; //copied from es-cl
$text [ 'label-start' ][ 'fr-ca' ] = "Démarrer" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-start' ][ 'fr-fr' ] = "Démarrer" ;
$text [ 'label-start' ][ 'he-il' ] = "" ;
$text [ 'label-start' ][ 'it-it' ] = "" ;
$text [ 'label-start' ][ 'nl-nl' ] = "" ;
$text [ 'label-start' ][ 'pl-pl' ] = "Początek rozmowy" ;
$text [ 'label-start' ][ 'pt-br' ] = "Iniciar" ;
$text [ 'label-start' ][ 'pt-pt' ] = "Começo" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-start' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-start' ][ 'ru-ru' ] = "Старт" ;
$text [ 'label-start' ][ 'sv-se' ] = "Starta" ;
$text [ 'label-start' ][ 'uk-ua' ] = "Запустити" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-start' ][ 'tr-tr' ] = "Başlangıç" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-extension' ][ 'en-us' ] = "Extension" ;
$text [ 'label-extension' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-extension' ][ 'de-at' ] = "Durchwahl" ; //copied from de-de
$text [ 'label-extension' ][ 'de-ch' ] = "Durchwahl" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-extension' ][ 'de-de' ] = "Durchwahl" ;
$text [ 'label-extension' ][ 'es-cl' ] = "Extensión" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-extension' ][ 'es-mx' ] = "Extensión" ; //copied from es-cl
$text [ 'label-extension' ][ 'fr-ca' ] = "Extension" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-extension' ][ 'fr-fr' ] = "Extension" ;
$text [ 'label-extension' ][ 'he-il' ] = "" ;
$text [ 'label-extension' ][ 'it-it' ] = "" ;
$text [ 'label-extension' ][ 'nl-nl' ] = "" ;
$text [ 'label-extension' ][ 'pl-pl' ] = "Numer wewnętrzny" ;
$text [ 'label-extension' ][ 'pt-br' ] = "Ramal" ;
$text [ 'label-extension' ][ 'pt-pt' ] = "Extensão" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-extension' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-extension' ][ 'ru-ru' ] = "Внутренний номер" ;
$text [ 'label-extension' ][ 'sv-se' ] = "Anknytning" ;
$text [ 'label-extension' ][ 'uk-ua' ] = "Розширення (Extention)" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-extension' ][ 'tr-tr' ] = "Uzatma" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-end_stamp' ][ 'en-us' ] = "End" ;
$text [ 'label-end_stamp' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_stamp' ][ 'de-at' ] = "Ende" ; //copied from de-de
$text [ 'label-end_stamp' ][ 'de-ch' ] = "Ende" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-end_stamp' ][ 'de-de' ] = "Ende" ;
$text [ 'label-end_stamp' ][ 'es-cl' ] = "Fin" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_stamp' ][ 'es-mx' ] = "Fin" ; //copied from es-cl
$text [ 'label-end_stamp' ][ 'fr-ca' ] = "Fin" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-end_stamp' ][ 'fr-fr' ] = "Fin" ;
$text [ 'label-end_stamp' ][ 'he-il' ] = "" ;
$text [ 'label-end_stamp' ][ 'it-it' ] = "" ;
$text [ 'label-end_stamp' ][ 'nl-nl' ] = "" ;
$text [ 'label-end_stamp' ][ 'pl-pl' ] = "koniec" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_stamp' ][ 'pt-br' ] = "Fim" ; //copied from pt-pt
2017-07-22 20:46:45 -06:00
$text [ 'label-end_stamp' ][ 'pt-pt' ] = "Fim" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_stamp' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-end_stamp' ][ 'ru-ru' ] = "Конец" ;
$text [ 'label-end_stamp' ][ 'sv-se' ] = "Slut" ;
$text [ 'label-end_stamp' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-end_stamp' ][ 'tr-tr' ] = "Bitiş" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-end_range' ][ 'en-us' ] = "End Range" ;
$text [ 'label-end_range' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_range' ][ 'de-at' ] = "Ende Bereich" ; //copied from de-de
$text [ 'label-end_range' ][ 'de-ch' ] = "Ende Bereich" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-end_range' ][ 'de-de' ] = "Ende Bereich" ;
$text [ 'label-end_range' ][ 'es-cl' ] = "Fin Lapso" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_range' ][ 'es-mx' ] = "Fin Lapso" ; //copied from es-cl
$text [ 'label-end_range' ][ 'fr-ca' ] = "Fin Intervale" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-end_range' ][ 'fr-fr' ] = "Fin Intervale" ;
$text [ 'label-end_range' ][ 'he-il' ] = "" ;
$text [ 'label-end_range' ][ 'it-it' ] = "" ;
$text [ 'label-end_range' ][ 'nl-nl' ] = "" ;
$text [ 'label-end_range' ][ 'pl-pl' ] = "Koniec zakresu" ;
$text [ 'label-end_range' ][ 'pt-br' ] = "Fim da série" ;
$text [ 'label-end_range' ][ 'pt-pt' ] = "Fim Palmo" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_range' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-end_range' ][ 'ru-ru' ] = "Окончание" ;
$text [ 'label-end_range' ][ 'sv-se' ] = "Intervall Slut" ;
$text [ 'label-end_range' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-end_range' ][ 'tr-tr' ] = "Bitiş Aralığı" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-end_date_time' ][ 'en-us' ] = "End Date/Time" ;
$text [ 'label-end_date_time' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_date_time' ][ 'de-at' ] = "Ende Datum/Zeit" ; //copied from de-de
$text [ 'label-end_date_time' ][ 'de-ch' ] = "Ende Datum/Zeit" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-end_date_time' ][ 'de-de' ] = "Ende Datum/Zeit" ;
$text [ 'label-end_date_time' ][ 'es-cl' ] = "Fecha/Hora" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_date_time' ][ 'es-mx' ] = "Fecha/Hora" ; //copied from es-cl
$text [ 'label-end_date_time' ][ 'fr-ca' ] = "Fin Date/Heure" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-end_date_time' ][ 'fr-fr' ] = "Fin Date/Heure" ;
$text [ 'label-end_date_time' ][ 'he-il' ] = "" ;
$text [ 'label-end_date_time' ][ 'it-it' ] = "" ;
$text [ 'label-end_date_time' ][ 'nl-nl' ] = "" ;
$text [ 'label-end_date_time' ][ 'pl-pl' ] = "Czas i data zakończenia" ;
$text [ 'label-end_date_time' ][ 'pt-br' ] = "Data/Hora final" ;
$text [ 'label-end_date_time' ][ 'pt-pt' ] = "Data/Hora Final" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-end_date_time' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-end_date_time' ][ 'ru-ru' ] = "Конечная дата/время" ;
$text [ 'label-end_date_time' ][ 'sv-se' ] = "Slut Datum/Tid" ;
$text [ 'label-end_date_time' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-end_date_time' ][ 'tr-tr' ] = "Bitiş Tarihi/Zamanı " ;
2017-07-22 20:46:45 -06:00
$text [ 'label-time' ][ 'en-us' ] = "Time" ;
$text [ 'label-time' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-time' ][ 'de-at' ] = "Zeit" ; //copied from de-de
$text [ 'label-time' ][ 'de-ch' ] = "Zeit" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-time' ][ 'de-de' ] = "Zeit" ;
$text [ 'label-time' ][ 'es-cl' ] = "Tiempo" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-time' ][ 'es-mx' ] = "Tiempo" ; //copied from es-cl
$text [ 'label-time' ][ 'fr-ca' ] = "Temps" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-time' ][ 'fr-fr' ] = "Temps" ;
$text [ 'label-time' ][ 'he-il' ] = "" ;
$text [ 'label-time' ][ 'it-it' ] = "" ;
$text [ 'label-time' ][ 'nl-nl' ] = "" ;
$text [ 'label-time' ][ 'pl-pl' ] = "Czas" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-time' ][ 'pt-br' ] = "Tempo" ; //copied from pt-pt
2017-07-22 20:46:45 -06:00
$text [ 'label-time' ][ 'pt-pt' ] = "Tempo" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-time' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-time' ][ 'ru-ru' ] = "Время" ;
$text [ 'label-time' ][ 'sv-se' ] = "Tid" ;
$text [ 'label-time' ][ 'uk-ua' ] = "Час" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-time' ][ 'tr-tr' ] = "Zaman" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-name' ][ 'en-us' ] = "Name" ;
$text [ 'label-name' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-name' ][ 'de-at' ] = "Name" ; //copied from de-de
$text [ 'label-name' ][ 'de-ch' ] = "Name" ; //copied from de-de
2017-07-22 20:46:45 -06:00
$text [ 'label-name' ][ 'de-de' ] = "Name" ;
$text [ 'label-name' ][ 'es-cl' ] = "Nombre" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-name' ][ 'es-mx' ] = "Nombre" ; //copied from es-cl
$text [ 'label-name' ][ 'fr-ca' ] = "Nom" ; //copied from fr-fr
2017-07-22 20:46:45 -06:00
$text [ 'label-name' ][ 'fr-fr' ] = "Nom" ;
$text [ 'label-name' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-name' ][ 'it-it' ] = "Nome" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-name' ][ 'nl-nl' ] = "" ;
$text [ 'label-name' ][ 'pl-pl' ] = "Nazwa" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-name' ][ 'pt-br' ] = "Nome" ; //copied from pt-pt
2017-07-22 20:46:45 -06:00
$text [ 'label-name' ][ 'pt-pt' ] = "Nome" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-name' ][ 'ro-ro' ] = "" ;
2017-07-22 20:46:45 -06:00
$text [ 'label-name' ][ 'ru-ru' ] = "Имя" ;
$text [ 'label-name' ][ 'sv-se' ] = "Namn" ;
$text [ 'label-name' ][ 'uk-ua' ] = "Назва" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-name' ][ 'tr-tr' ] = "İsim" ;
2017-07-22 20:46:45 -06:00
2017-05-16 10:23:53 -06:00
$text [ 'label-username' ][ 'en-us' ] = "Username" ;
$text [ 'label-username' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-username' ][ 'de-at' ] = "Benutzername" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-username' ][ 'de-ch' ] = "Benutzername" ; //copied from de-de
2017-05-16 10:23:53 -06:00
$text [ 'label-username' ][ 'de-de' ] = "Benutzername" ;
$text [ 'label-username' ][ 'es-cl' ] = "Nombre de usuario" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-username' ][ 'es-mx' ] = "Nombre de usuario" ; //copied from es-cl
$text [ 'label-username' ][ 'fr-ca' ] = "Nom d'utilisateur" ; //copied from fr-fr
2017-05-16 10:23:53 -06:00
$text [ 'label-username' ][ 'fr-fr' ] = "Nom d'utilisateur" ;
$text [ 'label-username' ][ 'he-il' ] = "שם משתמש" ;
$text [ 'label-username' ][ 'it-it' ] = "Nome Utente" ;
$text [ 'label-username' ][ 'nl-nl' ] = "" ;
$text [ 'label-username' ][ 'pl-pl' ] = "Użytkownik" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-username' ][ 'pt-br' ] = "Nome de Utilizador" ; //copied from pt-pt
2017-05-16 10:23:53 -06:00
$text [ 'label-username' ][ 'pt-pt' ] = "Nome de Utilizador" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-username' ][ 'ro-ro' ] = "" ;
2017-05-16 10:23:53 -06:00
$text [ 'label-username' ][ 'ru-ru' ] = "Имя пользователя" ;
$text [ 'label-username' ][ 'sv-se' ] = "Användarnamn" ;
$text [ 'label-username' ][ 'uk-ua' ] = "Ім’я користувача" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-username' ][ 'tr-tr' ] = "Soyisim" ;
2017-05-16 10:23:53 -06:00
2016-04-25 20:30:23 -05:00
$text [ 'label-description' ][ 'en-us' ] = "Description" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-description' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-description' ][ 'de-at' ] = "Beschreibung" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-description' ][ 'de-ch' ] = "Beschreibung" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-description' ][ 'de-de' ] = "Beschreibung" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-description' ][ 'es-cl' ] = "Descripción" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-description' ][ 'es-mx' ] = "Descripción" ; //copied from es-cl
$text [ 'label-description' ][ 'fr-ca' ] = "Description" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-description' ][ 'fr-fr' ] = "Description" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-description' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-description' ][ 'it-it' ] = "Descrizione" ;
$text [ 'label-description' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-description' ][ 'pl-pl' ] = "Opis" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-description' ][ 'pt-br' ] = "Descrição" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-description' ][ 'pt-pt' ] = "Descripção" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-description' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-description' ][ 'ru-ru' ] = "Описание" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-description' ][ 'sv-se' ] = "Beskrivning" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-description' ][ 'uk-ua' ] = "Опис" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-description' ][ 'tr-tr' ] = "Açıklama" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-value' ][ 'en-us' ] = "Value" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-value' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-value' ][ 'de-at' ] = "Wert" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-value' ][ 'de-ch' ] = "Wert" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-value' ][ 'de-de' ] = "Wert" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-value' ][ 'es-cl' ] = "Valor" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-value' ][ 'es-mx' ] = "Valor" ; //copied from es-cl
$text [ 'label-value' ][ 'fr-ca' ] = "Valeur" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-value' ][ 'fr-fr' ] = "Valeur" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-value' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-value' ][ 'it-it' ] = "Valore" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-value' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-value' ][ 'pl-pl' ] = "Wartość" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-value' ][ 'pt-br' ] = "Valor" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-value' ][ 'pt-pt' ] = "Valor" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-value' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-value' ][ 'ru-ru' ] = "Значения" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-value' ][ 'sv-se' ] = "Värde" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-value' ][ 'uk-ua' ] = "Значення" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-value' ][ 'tr-tr' ] = "Değer" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-password' ][ 'en-us' ] = "Password" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-password' ][ 'ar-eg' ] = "كلمة السر" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-password' ][ 'de-at' ] = "Passwort" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-password' ][ 'de-ch' ] = "Passwort" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-password' ][ 'de-de' ] = "Passwort" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-password' ][ 'es-cl' ] = "Contreseña" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-password' ][ 'es-mx' ] = "Contreseña" ; //copied from es-cl
$text [ 'label-password' ][ 'fr-ca' ] = "Mot de Passe" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-password' ][ 'fr-fr' ] = "Mot de Passe" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-password' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-password' ][ 'it-it' ] = "Password" ;
$text [ 'label-password' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-password' ][ 'pl-pl' ] = "Hasło" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-password' ][ 'pt-br' ] = "Senha" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-password' ][ 'pt-pt' ] = "Palavra-Chave" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-password' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-password' ][ 'ru-ru' ] = "Пароль" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-password' ][ 'sv-se' ] = "Lösenord" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-password' ][ 'uk-ua' ] = "Пароль" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-password' ][ 'tr-tr' ] = "Parola" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-type' ][ 'en-us' ] = "Type" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-type' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-type' ][ 'de-at' ] = "Typ" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-type' ][ 'de-ch' ] = "Typ" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-type' ][ 'de-de' ] = "Typ" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-type' ][ 'es-cl' ] = "Tipo" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-type' ][ 'es-mx' ] = "Tipo" ; //copied from es-cl
$text [ 'label-type' ][ 'fr-ca' ] = "Type" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-type' ][ 'fr-fr' ] = "Type" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-type' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-type' ][ 'it-it' ] = "Tipo" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-type' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-type' ][ 'pl-pl' ] = "Typ" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-type' ][ 'pt-br' ] = "Tipo" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-type' ][ 'pt-pt' ] = "Tipo" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-type' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-type' ][ 'ru-ru' ] = "Тип" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-type' ][ 'sv-se' ] = "Typ" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-type' ][ 'uk-ua' ] = "Тип" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-type' ][ 'tr-tr' ] = "Tür" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-category' ][ 'en-us' ] = "Category" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-category' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-category' ][ 'de-at' ] = "Kategorie" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-category' ][ 'de-ch' ] = "Kategorie" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-category' ][ 'de-de' ] = "Kategorie" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-category' ][ 'es-cl' ] = "Categoría" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-category' ][ 'es-mx' ] = "Categoría" ; //copied from es-cl
$text [ 'label-category' ][ 'fr-ca' ] = "Catégories" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-category' ][ 'fr-fr' ] = "Catégories" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-category' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-category' ][ 'it-it' ] = "Categoria" ;
$text [ 'label-category' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-category' ][ 'pl-pl' ] = "Kategoria" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-category' ][ 'pt-br' ] = "Categoria" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-category' ][ 'pt-pt' ] = "Categoria" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-category' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-category' ][ 'ru-ru' ] = "Категория" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-category' ][ 'sv-se' ] = "Kategori" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-category' ][ 'uk-ua' ] = "Категорія" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-category' ][ 'tr-tr' ] = "Kategori" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-subcategory' ][ 'en-us' ] = "Subcategory" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-subcategory' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-subcategory' ][ 'de-at' ] = "Unterkategorie" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-subcategory' ][ 'de-ch' ] = "Unterkategorie" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-subcategory' ][ 'de-de' ] = "Unterkategorie" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-subcategory' ][ 'es-cl' ] = "Subcategoría" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-subcategory' ][ 'es-mx' ] = "Subcategoría" ; //copied from es-cl
$text [ 'label-subcategory' ][ 'fr-ca' ] = "Sous-catégories" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-subcategory' ][ 'fr-fr' ] = "Sous-catégories" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-subcategory' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-subcategory' ][ 'it-it' ] = "Sottocategoria" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-subcategory' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-subcategory' ][ 'pl-pl' ] = "Podkategoria" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-subcategory' ][ 'pt-br' ] = "Subcategoria" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-subcategory' ][ 'pt-pt' ] = "Subcategoria" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-subcategory' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-subcategory' ][ 'ru-ru' ] = "Подкатегория" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-subcategory' ][ 'sv-se' ] = "Under-kategori" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-subcategory' ][ 'uk-ua' ] = "Підкатегорія" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-subcategory' ][ 'tr-tr' ] = "Alt Kategori" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-true' ][ 'en-us' ] = "True" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'ar-eg' ] = "صحيح" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-true' ][ 'de-at' ] = "Ein" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-true' ][ 'de-ch' ] = "Ein" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'de-de' ] = "Ein" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-true' ][ 'es-cl' ] = "Verdadero" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-true' ][ 'es-mx' ] = "Verdadero" ; //copied from es-cl
$text [ 'label-true' ][ 'fr-ca' ] = "Oui" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-true' ][ 'fr-fr' ] = "Oui" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-true' ][ 'he-il' ] = "חיובי" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'it-it' ] = "Vero" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-true' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-true' ][ 'pl-pl' ] = "Tak" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-true' ][ 'pt-br' ] = "Sim" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-true' ][ 'pt-pt' ] = "Sim" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-true' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-true' ][ 'ru-ru' ] = "Да" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-true' ][ 'sv-se' ] = "Sann" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-true' ][ 'uk-ua' ] = "Так" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-true' ][ 'tr-tr' ] = "Doğru" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-false' ][ 'en-us' ] = "False" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'ar-eg' ] = "خاطئة" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-false' ][ 'de-at' ] = "Aus" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-false' ][ 'de-ch' ] = "Aus" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'de-de' ] = "Aus" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-false' ][ 'es-cl' ] = "Falso" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-false' ][ 'es-mx' ] = "Falso" ; //copied from es-cl
$text [ 'label-false' ][ 'fr-ca' ] = "Faux" ; //copied from fr-fr
2017-04-13 17:47:15 -04:00
$text [ 'label-false' ][ 'fr-fr' ] = "Faux" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-false' ][ 'he-il' ] = "לא חוקי" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'it-it' ] = "Falso" ;
$text [ 'label-false' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-false' ][ 'pl-pl' ] = "Nie" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-false' ][ 'pt-br' ] = "Não" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-false' ][ 'pt-pt' ] = "Falso" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-false' ][ 'ro-ro' ] = "Fals" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-false' ][ 'ru-ru' ] = "Нет" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-false' ][ 'sv-se' ] = "Falsk" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-false' ][ 'uk-ua' ] = "помилковий" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-false' ][ 'tr-tr' ] = "Yanlış" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-enable' ][ 'en-us' ] = "Enable" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-enable' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-enable' ][ 'de-at' ] = "Aktivieren" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-enable' ][ 'de-ch' ] = "Aktivieren" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-enable' ][ 'de-de' ] = "Aktivieren" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-enable' ][ 'es-cl' ] = "Activar" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-enable' ][ 'es-mx' ] = "Activar" ; //copied from es-cl
$text [ 'label-enable' ][ 'fr-ca' ] = "Activer" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-enable' ][ 'fr-fr' ] = "Activer" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-enable' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-enable' ][ 'it-it' ] = "Abilita" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-enable' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-enable' ][ 'pl-pl' ] = "Włącz" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-enable' ][ 'pt-br' ] = "Ativar" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-enable' ][ 'pt-pt' ] = "Activar" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-enable' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-enable' ][ 'ru-ru' ] = "Включить" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-enable' ][ 'sv-se' ] = "Aktivera " ;
2017-05-13 20:13:38 +01:00
$text [ 'label-enable' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-enable' ][ 'tr-tr' ] = "Etkinleştir" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-enabled' ][ 'en-us' ] = "Enabled" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-enabled' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-enabled' ][ 'de-at' ] = "Aktiviert" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-enabled' ][ 'de-ch' ] = "Aktiviert" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-enabled' ][ 'de-de' ] = "Aktiviert" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-enabled' ][ 'es-cl' ] = "Activado" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-enabled' ][ 'es-mx' ] = "Activado" ; //copied from es-cl
$text [ 'label-enabled' ][ 'fr-ca' ] = "Actif" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-enabled' ][ 'fr-fr' ] = "Actif" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-enabled' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-enabled' ][ 'it-it' ] = "Abilitato" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-enabled' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-enabled' ][ 'pl-pl' ] = "Włączony" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-enabled' ][ 'pt-br' ] = "Habilitado" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-enabled' ][ 'pt-pt' ] = "Habilitado" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-enabled' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-enabled' ][ 'ru-ru' ] = "Включено" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-enabled' ][ 'sv-se' ] = "Aktiverad" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-enabled' ][ 'uk-ua' ] = "Включено" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-enabled' ][ 'tr-tr' ] = "Etkinleştirildi" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-disable' ][ 'en-us' ] = "Disable" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-disable' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-disable' ][ 'de-at' ] = "Deaktivieren" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-disable' ][ 'de-ch' ] = "Deaktivieren" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-disable' ][ 'de-de' ] = "Deaktivieren" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-disable' ][ 'es-cl' ] = "Desactivar" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-disable' ][ 'es-mx' ] = "Desactivar" ; //copied from es-cl
$text [ 'label-disable' ][ 'fr-ca' ] = "Désactiver" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-disable' ][ 'fr-fr' ] = "Désactiver" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-disable' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-disable' ][ 'it-it' ] = "Disabilita" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-disable' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-disable' ][ 'pl-pl' ] = "Wyłącz" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-disable' ][ 'pt-br' ] = "Desativado" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-disable' ][ 'pt-pt' ] = "Desactivo" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-disable' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-disable' ][ 'ru-ru' ] = "Выключить" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-disable' ][ 'sv-se' ] = "Inaktivera " ;
2017-05-13 20:13:38 +01:00
$text [ 'label-disable' ][ 'uk-ua' ] = "Відключити" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-disable' ][ 'tr-tr' ] = "Devre Dışı" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-disabled' ][ 'en-us' ] = "Disabled" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-disabled' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-disabled' ][ 'de-at' ] = "Deaktiviert" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-disabled' ][ 'de-ch' ] = "Deaktiviert" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-disabled' ][ 'de-de' ] = "Deaktiviert" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-disabled' ][ 'es-cl' ] = "Discapacitado" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-disabled' ][ 'es-mx' ] = "Discapacitado" ; //copied from es-cl
$text [ 'label-disabled' ][ 'fr-ca' ] = "Non Permis" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-disabled' ][ 'fr-fr' ] = "Non Permis" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-disabled' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-disabled' ][ 'it-it' ] = "Disabilitato" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-disabled' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-disabled' ][ 'pl-pl' ] = "Wyłączony" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-disabled' ][ 'pt-br' ] = "Inválido" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-disabled' ][ 'pt-pt' ] = "Inválido" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-disabled' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-disabled' ][ 'ru-ru' ] = "Выключено" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-disabled' ][ 'sv-se' ] = "Inaktiverad" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-disabled' ][ 'uk-ua' ] = "Відключено" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-disabled' ][ 'tr-tr' ] = "Devre Dışı Bı rakı ldı " ;
2016-04-25 20:30:23 -05:00
2016-07-23 00:01:45 -06:00
$text [ 'label-domain' ][ 'en-us' ] = "Domain" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-domain' ][ 'ar-eg' ] = "النطاق" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-domain' ][ 'de-at' ] = "Domäne" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-domain' ][ 'de-ch' ] = "Domäne" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-domain' ][ 'de-de' ] = "Domäne" ;
2016-07-23 00:01:45 -06:00
$text [ 'label-domain' ][ 'es-cl' ] = "Dominio" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-domain' ][ 'es-mx' ] = "Dominio" ; //copied from es-cl
$text [ 'label-domain' ][ 'fr-ca' ] = "Domaine" ; //copied from fr-fr
2016-07-23 00:01:45 -06:00
$text [ 'label-domain' ][ 'fr-fr' ] = "Domaine" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-domain' ][ 'he-il' ] = "דומיין" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-domain' ][ 'it-it' ] = "Dominio" ;
$text [ 'label-domain' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-domain' ][ 'pl-pl' ] = "Domena" ;
2016-07-23 00:01:45 -06:00
$text [ 'label-domain' ][ 'pt-br' ] = "Dominio" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-domain' ][ 'pt-pt' ] = "Domínio" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-domain' ][ 'ro-ro' ] = "Domeniu" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-domain' ][ 'ru-ru' ] = "Домен" ;
2016-07-23 00:01:45 -06:00
$text [ 'label-domain' ][ 'sv-se' ] = "Domän" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-domain' ][ 'uk-ua' ] = "Домен" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-domain' ][ 'tr-tr' ] = "Alan Adı " ;
2017-12-22 11:05:27 -07:00
$text [ 'label-domain_uuid' ][ 'en-us' ] = "Domain" ;
$text [ 'label-domain_uuid' ][ 'ar-eg' ] = "النطاق" ;
$text [ 'label-domain_uuid' ][ 'de-at' ] = "Domäne" ;
$text [ 'label-domain_uuid' ][ 'de-ch' ] = "Domäne" ; //copied from de-de
$text [ 'label-domain_uuid' ][ 'de-de' ] = "Domäne" ;
$text [ 'label-domain_uuid' ][ 'es-cl' ] = "Dominio" ;
$text [ 'label-domain_uuid' ][ 'es-mx' ] = "Dominio" ; //copied from es-cl
$text [ 'label-domain_uuid' ][ 'fr-ca' ] = "Domaine" ; //copied from fr-fr
$text [ 'label-domain_uuid' ][ 'fr-fr' ] = "Domaine" ;
$text [ 'label-domain_uuid' ][ 'he-il' ] = "דומיין" ;
$text [ 'label-domain_uuid' ][ 'it-it' ] = "Dominio" ;
$text [ 'label-domain_uuid' ][ 'nl-nl' ] = "" ;
$text [ 'label-domain_uuid' ][ 'pl-pl' ] = "Domena" ;
$text [ 'label-domain_uuid' ][ 'pt-br' ] = "Dominio" ;
$text [ 'label-domain_uuid' ][ 'pt-pt' ] = "Domínio" ;
$text [ 'label-domain_uuid' ][ 'ro-ro' ] = "Domeniu" ;
$text [ 'label-domain_uuid' ][ 'ru-ru' ] = "Домен" ;
$text [ 'label-domain_uuid' ][ 'sv-se' ] = "Domän" ;
$text [ 'label-domain_uuid' ][ 'uk-ua' ] = "Домен" ;
$text [ 'label-domain_uuid' ][ 'tr-tr' ] = "Alan Adı " ;
2016-07-23 00:01:45 -06:00
2016-07-06 13:10:12 -06:00
$text [ 'label-global' ][ 'en-us' ] = "Global" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-global' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-global' ][ 'de-at' ] = "Global" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-global' ][ 'de-ch' ] = "Global" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-global' ][ 'de-de' ] = "Global" ;
2016-07-06 13:10:12 -06:00
$text [ 'label-global' ][ 'es-cl' ] = "Global" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-global' ][ 'es-mx' ] = "Global" ; //copied from es-cl
$text [ 'label-global' ][ 'fr-ca' ] = "Global" ; //copied from fr-fr
2016-07-06 13:10:12 -06:00
$text [ 'label-global' ][ 'fr-fr' ] = "Global" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-global' ][ 'he-il' ] = "כללי" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-global' ][ 'it-it' ] = "Globale" ;
$text [ 'label-global' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-global' ][ 'pl-pl' ] = "Globalny" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-global' ][ 'pt-br' ] = "Global" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-global' ][ 'pt-pt' ] = "Global" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-global' ][ 'ro-ro' ] = "Global" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-global' ][ 'ru-ru' ] = "Глобальный" ;
2016-07-06 13:10:12 -06:00
$text [ 'label-global' ][ 'sv-se' ] = "Global" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-global' ][ 'uk-ua' ] = "Global" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-global' ][ 'tr-tr' ] = "Global" ;
2016-07-06 13:10:12 -06:00
2016-04-25 20:30:23 -05:00
$text [ 'label-none' ][ 'en-us' ] = "None" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-none' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-none' ][ 'de-at' ] = "Keine" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-none' ][ 'de-ch' ] = "Keine" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-none' ][ 'de-de' ] = "Keine" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-none' ][ 'es-cl' ] = "Ninguno" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-none' ][ 'es-mx' ] = "Ninguno" ; //copied from es-cl
$text [ 'label-none' ][ 'fr-ca' ] = "Aucun" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-none' ][ 'fr-fr' ] = "Aucun" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-none' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-none' ][ 'it-it' ] = "Nessuno" ;
$text [ 'label-none' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-none' ][ 'pl-pl' ] = "Żaden" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-none' ][ 'pt-br' ] = "Nenhum" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-none' ][ 'pt-pt' ] = "Nenhum" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-none' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-none' ][ 'ru-ru' ] = "Никто" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-none' ][ 'sv-se' ] = "Ingen" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-none' ][ 'uk-ua' ] = "Жоден" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-none' ][ 'tr-tr' ] = "Hiçbiri" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-select' ][ 'en-us' ] = "Select" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-select' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-select' ][ 'de-at' ] = "Auswählen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-select' ][ 'de-ch' ] = "Auswählen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-select' ][ 'de-de' ] = "Auswählen" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-select' ][ 'es-cl' ] = "Seleccionar" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-select' ][ 'es-mx' ] = "Seleccionar" ; //copied from es-cl
$text [ 'label-select' ][ 'fr-ca' ] = "Sélectionner" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-select' ][ 'fr-fr' ] = "Sélectionner" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-select' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-select' ][ 'it-it' ] = "Selezionare" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-select' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-select' ][ 'pl-pl' ] = "Wybierz" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-select' ][ 'pt-br' ] = "Selecionar" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-select' ][ 'pt-pt' ] = "Selecionar" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-select' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-select' ][ 'ru-ru' ] = "Выбрать" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-select' ][ 'sv-se' ] = "Välj" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-select' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-select' ][ 'tr-tr' ] = "Seç" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-search' ][ 'en-us' ] = "Search..." ;
2017-05-10 20:40:46 +01:00
$text [ 'label-search' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-search' ][ 'de-at' ] = "Suche..." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-search' ][ 'de-ch' ] = "Suche..." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-search' ][ 'de-de' ] = "Suche..." ;
2016-04-25 20:30:23 -05:00
$text [ 'label-search' ][ 'es-cl' ] = "Buscar..." ;
2017-06-13 06:14:11 +01:00
$text [ 'label-search' ][ 'es-mx' ] = "Buscar..." ; //copied from es-cl
$text [ 'label-search' ][ 'fr-ca' ] = "Recherche..." ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-search' ][ 'fr-fr' ] = "Recherche..." ;
2017-06-02 20:24:12 +01:00
$text [ 'label-search' ][ 'he-il' ] = "תוצאות חיפוש" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-search' ][ 'it-it' ] = "Ricerca..." ;
2016-04-25 20:30:23 -05:00
$text [ 'label-search' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-search' ][ 'pl-pl' ] = "Szukaj ..." ;
2018-02-12 17:50:47 +00:00
$text [ 'label-search' ][ 'pt-br' ] = "Pesquisa..." ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-search' ][ 'pt-pt' ] = "Pesquisa..." ;
2017-06-02 20:24:12 +01:00
$text [ 'label-search' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-search' ][ 'ru-ru' ] = "Поиск..." ;
2016-04-25 20:30:23 -05:00
$text [ 'label-search' ][ 'sv-se' ] = "Sök ..." ;
2017-05-13 20:13:38 +01:00
$text [ 'label-search' ][ 'uk-ua' ] = "Результати пошуку" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-search' ][ 'tr-tr' ] = "Ara..." ;
2016-04-25 20:30:23 -05:00
$text [ 'label-order' ][ 'en-us' ] = "Order" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-order' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-order' ][ 'de-at' ] = "Reihenfolge" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-order' ][ 'de-ch' ] = "Reihenfolge" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-order' ][ 'de-de' ] = "Reihenfolge" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-order' ][ 'es-cl' ] = "Orden" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-order' ][ 'es-mx' ] = "Orden" ; //copied from es-cl
$text [ 'label-order' ][ 'fr-ca' ] = "Ordre" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-order' ][ 'fr-fr' ] = "Ordre" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-order' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-order' ][ 'it-it' ] = "Ordine" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-order' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-order' ][ 'pl-pl' ] = "Kolejność" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-order' ][ 'pt-br' ] = "Ordenação" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-order' ][ 'pt-pt' ] = "Ordem" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-order' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-order' ][ 'ru-ru' ] = "Приоритет" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-order' ][ 'sv-se' ] = "Ordning" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-order' ][ 'uk-ua' ] = "Інше" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-order' ][ 'tr-tr' ] = "Sipariş" ;
2016-04-25 20:30:23 -05:00
2018-09-28 11:36:03 -06:00
$text [ 'label-add' ][ 'en-us' ] = "Add" ;
$text [ 'label-add' ][ 'ar-eg' ] = "اضافة" ;
$text [ 'label-add' ][ 'de-at' ] = "Hinzufügen" ; //copied from de-de
$text [ 'label-add' ][ 'de-ch' ] = "Hinzufügen" ; //copied from de-de
$text [ 'label-add' ][ 'de-de' ] = "Hinzufügen" ;
$text [ 'label-add' ][ 'es-cl' ] = "Agregar" ;
$text [ 'label-add' ][ 'es-mx' ] = "Agregar" ; //copied from es-cl
$text [ 'label-add' ][ 'fr-ca' ] = "Ajouter" ; //copied from fr-fr
$text [ 'label-add' ][ 'fr-fr' ] = "Ajouter" ;
$text [ 'label-add' ][ 'he-il' ] = " להוסיף" ;
$text [ 'label-add' ][ 'it-it' ] = "Inserisci" ;
$text [ 'label-add' ][ 'nl-nl' ] = "" ;
$text [ 'label-add' ][ 'pl-pl' ] = "Dodaj" ;
$text [ 'label-add' ][ 'pt-br' ] = "Adicionar" ; //copied from pt-pt
$text [ 'label-add' ][ 'pt-pt' ] = "Adicionar" ;
$text [ 'label-add' ][ 'ro-ro' ] = "Adăuga" ;
$text [ 'label-add' ][ 'ru-ru' ] = "Добавить" ;
$text [ 'label-add' ][ 'sv-se' ] = "Lägg Till" ;
$text [ 'label-add' ][ 'uk-ua' ] = "Додати" ;
$text [ 'label-add' ][ 'tr-tr' ] = "Ekle" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-delete' ][ 'en-us' ] = "Delete" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-delete' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-delete' ][ 'de-at' ] = "Löschen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-delete' ][ 'de-ch' ] = "Löschen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-delete' ][ 'de-de' ] = "Löschen" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-delete' ][ 'es-cl' ] = "Eliminar" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-delete' ][ 'es-mx' ] = "Eliminar" ; //copied from es-cl
$text [ 'label-delete' ][ 'fr-ca' ] = "Supprimer" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'label-delete' ][ 'fr-fr' ] = "Supprimer" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-delete' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-delete' ][ 'it-it' ] = "Cancella" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-delete' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-delete' ][ 'pl-pl' ] = "Usuń" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-delete' ][ 'pt-br' ] = "Remover" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-delete' ][ 'pt-pt' ] = "Remover" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-delete' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-delete' ][ 'ru-ru' ] = "Удалить" ;
2016-04-25 20:30:23 -05:00
$text [ 'label-delete' ][ 'sv-se' ] = "Ta Bort" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-delete' ][ 'uk-ua' ] = "Видалити" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-delete' ][ 'tr-tr' ] = "Sil" ;
2016-04-25 20:30:23 -05:00
2018-09-28 11:46:18 -06:00
$text [ 'label-actions' ][ 'en-us' ] = "Actions" ;
$text [ 'label-actions' ][ 'ar-eg' ] = "الأفعال" ;
$text [ 'label-actions' ][ 'de-at' ] = "Aktionen" ; //copied from de-de
$text [ 'label-actions' ][ 'de-ch' ] = "Aktionen" ; //copied from de-de
$text [ 'label-actions' ][ 'de-de' ] = "Aktionen" ;
$text [ 'label-actions' ][ 'es-cl' ] = "Accións" ;
$text [ 'label-actions' ][ 'es-mx' ] = "Accións" ; //copied from es-cl
$text [ 'label-actions' ][ 'fr-ca' ] = "Actions" ; //copied from fr-fr
$text [ 'label-actions' ][ 'fr-fr' ] = "Actions" ;
$text [ 'label-actions' ][ 'he-il' ] = "פעולות" ;
$text [ 'label-actions' ][ 'it-it' ] = "Azioni" ;
$text [ 'label-actions' ][ 'nl-nl' ] = "" ;
$text [ 'label-actions' ][ 'pl-pl' ] = "Operacje (gdzie przesłać rozmowę)." ;
$text [ 'label-actions' ][ 'pt-br' ] = "Ações" ; //copied from pt-pt
$text [ 'label-actions' ][ 'pt-pt' ] = "Ações" ;
$text [ 'label-actions' ][ 'ro-ro' ] = "" ;
$text [ 'label-actions' ][ 'ru-ru' ] = "Действия" ;
$text [ 'label-actions' ][ 'sv-se' ] = "Åtgärder" ;
$text [ 'label-actions' ][ 'uk-ua' ] = "Дії" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-music_on_hold' ][ 'en-us' ] = "Music on Hold" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-music_on_hold' ][ 'ar-eg' ] = "موسيقى المؤجلة" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-music_on_hold' ][ 'de-at' ] = "Wartemusik" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-music_on_hold' ][ 'de-ch' ] = "Wartemusik" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-music_on_hold' ][ 'de-de' ] = "Wartemusik" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-music_on_hold' ][ 'es-cl' ] = "Musica en Espera" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-music_on_hold' ][ 'es-mx' ] = "Musica en Espera" ; //copied from es-cl
$text [ 'label-music_on_hold' ][ 'fr-ca' ] = "Musique d'attente" ; //copied from fr-fr
2017-05-13 20:13:38 +01:00
$text [ 'label-music_on_hold' ][ 'fr-fr' ] = "Musique d'attente" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-music_on_hold' ][ 'he-il' ] = "מוסיקה בהמתנה" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-music_on_hold' ][ 'it-it' ] = "Musica d'attesa" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-music_on_hold' ][ 'nl-nl' ] = "Music op Hold" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-music_on_hold' ][ 'pl-pl' ] = "Muzyka na czekanie" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-music_on_hold' ][ 'pt-br' ] = "Música de espera " ;
$text [ 'label-music_on_hold' ][ 'pt-pt' ] = "Música em Espera" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-music_on_hold' ][ 'ro-ro' ] = "" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-music_on_hold' ][ 'ru-ru' ] = "Музыка на удержании" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-music_on_hold' ][ 'sv-se' ] = "Väntmusik" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-music_on_hold' ][ 'uk-ua' ] = "Музика на утриманні" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-music_on_hold' ][ 'tr-tr' ] = "Müzik Beklemede" ;
2016-06-08 14:21:45 +01:00
2018-02-12 17:50:47 +00:00
$text [ 'label-recordings' ][ 'en-us' ] = "Recordings" ;
$text [ 'label-recordings' ][ 'ar-eg' ] = "التسجيلات" ;
$text [ 'label-recordings' ][ 'de-at' ] = "Aufzeichnungen" ; //copied from de-de
$text [ 'label-recordings' ][ 'de-ch' ] = "Aufzeichnungen" ; //copied from de-de
$text [ 'label-recordings' ][ 'de-de' ] = "Aufzeichnungen" ;
$text [ 'label-recordings' ][ 'es-cl' ] = "Grabaciones" ;
$text [ 'label-recordings' ][ 'es-mx' ] = "Grabaciones" ; //copied from es-cl
$text [ 'label-recordings' ][ 'fr-ca' ] = "Recordings" ; //copied from fr-fr
$text [ 'label-recordings' ][ 'fr-fr' ] = "Recordings" ;
$text [ 'label-recordings' ][ 'he-il' ] = "הקלטות" ;
$text [ 'label-recordings' ][ 'it-it' ] = "Registrazioni" ;
$text [ 'label-recordings' ][ 'nl-nl' ] = "Recordings" ;
$text [ 'label-recordings' ][ 'pl-pl' ] = "Nagrania" ;
$text [ 'label-recordings' ][ 'pt-br' ] = "Gravações" ; //copied from pt-pt
$text [ 'label-recordings' ][ 'pt-pt' ] = "Gravações" ;
$text [ 'label-recordings' ][ 'ro-ro' ] = "" ;
$text [ 'label-recordings' ][ 'ru-ru' ] = "Записи" ;
$text [ 'label-recordings' ][ 'sv-se' ] = "Inspelningar" ;
$text [ 'label-recordings' ][ 'uk-ua' ] = "записи" ;
$text [ 'label-recordings' ][ 'tr-tr' ] = "Kayı tlar" ;
2018-04-10 20:46:12 -06:00
$text [ 'label-ringtones' ][ 'en-us' ] = "Ringtones" ;
$text [ 'label-ringtones' ][ 'ar-eg' ] = "" ;
$text [ 'label-ringtones' ][ 'de-at' ] = "Töne" ; //copied from de-de
$text [ 'label-ringtones' ][ 'de-ch' ] = "Töne" ; //copied from de-de
$text [ 'label-ringtones' ][ 'de-de' ] = "Töne" ;
$text [ 'label-ringtones' ][ 'es-cl' ] = "Tono" ;
$text [ 'label-ringtones' ][ 'es-mx' ] = "Tono" ; //copied from es-cl
$text [ 'label-ringtones' ][ 'fr-ca' ] = "Ton" ; //copied from fr-fr
$text [ 'label-ringtones' ][ 'fr-fr' ] = "Ton" ;
$text [ 'label-ringtones' ][ 'he-il' ] = "טוֹן" ;
$text [ 'label-ringtones' ][ 'it-it' ] = "Tono" ;
$text [ 'label-ringtones' ][ 'nl-nl' ] = "Toon" ;
$text [ 'label-ringtones' ][ 'pl-pl' ] = "Ton" ;
$text [ 'label-ringtones' ][ 'pt-br' ] = "Tom" ; //copied from pt-pt
$text [ 'label-ringtones' ][ 'pt-pt' ] = "Tom" ;
$text [ 'label-ringtones' ][ 'ro-ro' ] = "" ;
$text [ 'label-ringtones' ][ 'ru-ru' ] = "Тон" ;
$text [ 'label-ringtones' ][ 'sv-se' ] = "Toner" ;
$text [ 'label-ringtones' ][ 'uk-ua' ] = "Тон" ;
2018-02-19 21:42:19 -07:00
$text [ 'label-streams' ][ 'en-us' ] = 'Streams' ;
$text [ 'label-streams' ][ 'ar-eg' ] = '' ;
$text [ 'label-streams' ][ 'de-at' ] = '' ;
$text [ 'label-streams' ][ 'de-ch' ] = '' ;
$text [ 'label-streams' ][ 'de-de' ] = '' ;
$text [ 'label-streams' ][ 'es-cl' ] = '' ;
$text [ 'label-streams' ][ 'es-mx' ] = '' ;
$text [ 'label-streams' ][ 'fr-ca' ] = '' ;
$text [ 'label-streams' ][ 'fr-fr' ] = '' ;
$text [ 'label-streams' ][ 'he-il' ] = '' ;
$text [ 'label-streams' ][ 'it-it' ] = '' ;
$text [ 'label-streams' ][ 'nl-nl' ] = '' ;
$text [ 'label-streams' ][ 'pl-pl' ] = '' ;
$text [ 'label-streams' ][ 'pt-br' ] = '' ;
$text [ 'label-streams' ][ 'pt-pt' ] = '' ;
$text [ 'label-streams' ][ 'ro-ro' ] = '' ;
$text [ 'label-streams' ][ 'ru-ru' ] = '' ;
$text [ 'label-streams' ][ 'sv-se' ] = '' ;
$text [ 'label-streams' ][ 'uk-ua' ] = '' ;
2018-04-10 20:46:12 -06:00
$text [ 'label-tones' ][ 'en-us' ] = "Tones" ;
$text [ 'label-tones' ][ 'ar-eg' ] = "" ;
$text [ 'label-tones' ][ 'de-at' ] = "Töne" ; //copied from de-de
$text [ 'label-tones' ][ 'de-ch' ] = "Töne" ; //copied from de-de
$text [ 'label-tones' ][ 'de-de' ] = "Töne" ;
$text [ 'label-tones' ][ 'es-cl' ] = "Tono" ;
$text [ 'label-tones' ][ 'es-mx' ] = "Tono" ; //copied from es-cl
$text [ 'label-tones' ][ 'fr-ca' ] = "Ton" ; //copied from fr-fr
$text [ 'label-tones' ][ 'fr-fr' ] = "Ton" ;
$text [ 'label-tones' ][ 'he-il' ] = "טוֹן" ;
$text [ 'label-tones' ][ 'it-it' ] = "Tono" ;
$text [ 'label-tones' ][ 'nl-nl' ] = "Toon" ;
$text [ 'label-tones' ][ 'pl-pl' ] = "Ton" ;
$text [ 'label-tones' ][ 'pt-br' ] = "Tom" ; //copied from pt-pt
$text [ 'label-tones' ][ 'pt-pt' ] = "Tom" ;
$text [ 'label-tones' ][ 'ro-ro' ] = "" ;
$text [ 'label-tones' ][ 'ru-ru' ] = "Тон" ;
$text [ 'label-tones' ][ 'sv-se' ] = "Toner" ;
$text [ 'label-tones' ][ 'uk-ua' ] = "Тон" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-default' ][ 'en-us' ] = "Default" ;
2018-03-02 02:03:15 -07:00
$text [ 'label-default' ][ 'ar-eg' ] = "בְּרִירַת מֶחדָל" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-default' ][ 'de-at' ] = "Standard" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-default' ][ 'de-ch' ] = "Standard" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-default' ][ 'de-de' ] = "Standard" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-default' ][ 'es-cl' ] = "Defecto" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-default' ][ 'es-mx' ] = "Defecto" ; //copied from es-cl
$text [ 'label-default' ][ 'fr-ca' ] = "Défaut" ; //copied from fr-fr
2016-06-08 14:21:45 +01:00
$text [ 'label-default' ][ 'fr-fr' ] = "Défaut" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-default' ][ 'he-il' ] = "Default" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-default' ][ 'it-it' ] = "Default" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-default' ][ 'nl-nl' ] = " ôfwêzichheid" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-default' ][ 'pl-pl' ] = "Domyślne" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-default' ][ 'pt-br' ] = "Padrão" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-default' ][ 'pt-pt' ] = "Padrão" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-default' ][ 'ro-ro' ] = "" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-default' ][ 'ru-ru' ] = "По умолчанию" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-default' ][ 'sv-se' ] = "uteblivande" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-default' ][ 'uk-ua' ] = "дефолт" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-default' ][ 'tr-tr' ] = "Varsayı lan" ;
2016-06-08 14:21:45 +01:00
2016-11-25 23:41:52 -07:00
$text [ 'label-git_branch' ][ 'en-us' ] = "Branch:" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-git_branch' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-git_branch' ][ 'de-at' ] = "Zweig" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-git_branch' ][ 'de-ch' ] = "Zweig" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-git_branch' ][ 'de-de' ] = "Zweig" ;
2016-11-25 23:41:52 -07:00
$text [ 'label-git_branch' ][ 'es-cl' ] = "Rama" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-git_branch' ][ 'es-mx' ] = "Rama" ; //copied from es-cl
$text [ 'label-git_branch' ][ 'fr-ca' ] = "Une succursale" ; //copied from fr-fr
2016-11-25 23:41:52 -07:00
$text [ 'label-git_branch' ][ 'fr-fr' ] = "Une succursale" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-git_branch' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-git_branch' ][ 'it-it' ] = "Branch:" ;
$text [ 'label-git_branch' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-git_branch' ][ 'pl-pl' ] = "Gałąź" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-git_branch' ][ 'pt-br' ] = "Ramo" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-git_branch' ][ 'pt-pt' ] = "Ramo" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-git_branch' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-git_branch' ][ 'ru-ru' ] = "Филиал:" ;
2016-11-25 23:41:52 -07:00
$text [ 'label-git_branch' ][ 'sv-se' ] = "Gren" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-git_branch' ][ 'uk-ua' ] = "філія" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-git_branch' ][ 'tr-tr' ] = "Dal:" ;
2016-11-25 23:41:52 -07:00
$text [ 'label-git_commit' ][ 'en-us' ] = "Commit:" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-git_commit' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-git_commit' ][ 'de-at' ] = "Commit:" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-git_commit' ][ 'de-ch' ] = "Commit:" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-git_commit' ][ 'de-de' ] = "Commit:" ;
2016-11-25 23:41:52 -07:00
$text [ 'label-git_commit' ][ 'es-cl' ] = "Cometer" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-git_commit' ][ 'es-mx' ] = "Cometer" ; //copied from es-cl
$text [ 'label-git_commit' ][ 'fr-ca' ] = "Commettre" ; //copied from fr-fr
2016-11-25 23:41:52 -07:00
$text [ 'label-git_commit' ][ 'fr-fr' ] = "Commettre" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-git_commit' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-git_commit' ][ 'it-it' ] = "Commit:" ;
$text [ 'label-git_commit' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-git_commit' ][ 'pl-pl' ] = "Popełnić" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-git_commit' ][ 'pt-br' ] = "cometer" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-git_commit' ][ 'pt-pt' ] = "cometer" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-git_commit' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-git_commit' ][ 'ru-ru' ] = "Принять:" ;
2016-11-25 23:41:52 -07:00
$text [ 'label-git_commit' ][ 'sv-se' ] = "Begå" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-git_commit' ][ 'uk-ua' ] = "здійснити" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-git_commit' ][ 'tr-tr' ] = "Commit:" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-us-ring' ][ 'en-us' ] = "us-ring" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-us-ring' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-us-ring' ][ 'de-at' ] = "us-ring" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-us-ring' ][ 'de-ch' ] = "us-ring" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-us-ring' ][ 'de-de' ] = "us-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-us-ring' ][ 'es-cl' ] = "us-ring" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-us-ring' ][ 'es-mx' ] = "us-ring" ; //copied from es-cl
$text [ 'label-us-ring' ][ 'fr-ca' ] = "États-Unis-ring" ; //copied from fr-fr
2016-06-08 14:21:45 +01:00
$text [ 'label-us-ring' ][ 'fr-fr' ] = "États-Unis-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-us-ring' ][ 'he-il' ] = "צלצול אמריקאי" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-us-ring' ][ 'it-it' ] = "us-ring" ;
$text [ 'label-us-ring' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-us-ring' ][ 'pl-pl' ] = "us-ring" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-us-ring' ][ 'pt-br' ] = "us-ring" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-us-ring' ][ 'pt-pt' ] = "us-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-us-ring' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-us-ring' ][ 'ru-ru' ] = "us-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-us-ring' ][ 'sv-se' ] = "us-ring" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-us-ring' ][ 'uk-ua' ] = "us-ring" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-us-ring' ][ 'tr-tr' ] = "us-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-uk-ring' ][ 'en-us' ] = "uk-ring" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-uk-ring' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-uk-ring' ][ 'de-at' ] = "uk-ring" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-uk-ring' ][ 'de-ch' ] = "uk-ring" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-uk-ring' ][ 'de-de' ] = "uk-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-uk-ring' ][ 'es-cl' ] = "uk-ring" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-uk-ring' ][ 'es-mx' ] = "uk-ring" ; //copied from es-cl
$text [ 'label-uk-ring' ][ 'fr-ca' ] = "Grande Bretagne-ring" ; //copied from fr-fr
2016-06-08 14:21:45 +01:00
$text [ 'label-uk-ring' ][ 'fr-fr' ] = "Grande Bretagne-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-uk-ring' ][ 'he-il' ] = "צלצול אנגלי" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-uk-ring' ][ 'it-it' ] = "uk-ring" ;
$text [ 'label-uk-ring' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-uk-ring' ][ 'pl-pl' ] = "uk-ring " ;
2018-02-12 17:50:47 +00:00
$text [ 'label-uk-ring' ][ 'pt-br' ] = "uk-ring" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-uk-ring' ][ 'pt-pt' ] = "uk-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-uk-ring' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-uk-ring' ][ 'ru-ru' ] = "uk-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-uk-ring' ][ 'sv-se' ] = "uk-ring" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-uk-ring' ][ 'uk-ua' ] = "uk-ring" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-uk-ring' ][ 'tr-tr' ] = "uk-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-pt-ring' ][ 'en-us' ] = "pt-ring" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-pt-ring' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-pt-ring' ][ 'de-at' ] = "pt-ring" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-pt-ring' ][ 'de-ch' ] = "pt-ring" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-pt-ring' ][ 'de-de' ] = "pt-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-pt-ring' ][ 'es-cl' ] = "pt-ring" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-pt-ring' ][ 'es-mx' ] = "pt-ring" ; //copied from es-cl
$text [ 'label-pt-ring' ][ 'fr-ca' ] = "Portugal-ring" ; //copied from fr-fr
2016-06-08 14:21:45 +01:00
$text [ 'label-pt-ring' ][ 'fr-fr' ] = "Portugal-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-pt-ring' ][ 'he-il' ] = "צלצול פולני" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-pt-ring' ][ 'it-it' ] = "pt-ring" ;
$text [ 'label-pt-ring' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-pt-ring' ][ 'pl-pl' ] = "pt-ring " ;
2018-02-12 17:50:47 +00:00
$text [ 'label-pt-ring' ][ 'pt-br' ] = "pt-ring" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-pt-ring' ][ 'pt-pt' ] = "pt-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-pt-ring' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-pt-ring' ][ 'ru-ru' ] = "pt-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-pt-ring' ][ 'sv-se' ] = "pt-ring" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-pt-ring' ][ 'uk-ua' ] = "pt-ring" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-pt-ring' ][ 'tr-tr' ] = "pt-ring" ;
2016-06-08 14:21:45 +01:00
2017-04-25 03:37:00 +05:00
$text [ 'label-ru-ring' ][ 'en-us' ] = "ru-ring" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-ru-ring' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-ru-ring' ][ 'de-at' ] = "ru-ring" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-ru-ring' ][ 'de-ch' ] = "ru-ring" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-ru-ring' ][ 'de-de' ] = "ru-ring" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-ru-ring' ][ 'es-cl' ] = "ru-ring" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-ru-ring' ][ 'es-mx' ] = "ru-ring" ; //copied from es-cl
$text [ 'label-ru-ring' ][ 'fr-ca' ] = "ru-ring" ; //copied from fr-fr
2017-04-25 03:37:00 +05:00
$text [ 'label-ru-ring' ][ 'fr-fr' ] = "ru-ring" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-ru-ring' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-ru-ring' ][ 'it-it' ] = "ru-ring" ;
$text [ 'label-ru-ring' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-ru-ring' ][ 'pl-pl' ] = "ru-ring " ;
2018-02-12 17:50:47 +00:00
$text [ 'label-ru-ring' ][ 'pt-br' ] = "ru-ring" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-ru-ring' ][ 'pt-pt' ] = "ru-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-ru-ring' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-ru-ring' ][ 'ru-ru' ] = "ru-ring" ;
$text [ 'label-ru-ring' ][ 'sv-se' ] = "ru-ring" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-ru-ring' ][ 'uk-ua' ] = "ru-ring" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-ru-ring' ][ 'tr-tr' ] = "ru-ring" ;
2017-04-25 03:37:00 +05:00
2016-06-08 14:21:45 +01:00
$text [ 'label-it-ring' ][ 'en-us' ] = "it-ring" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-it-ring' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-it-ring' ][ 'de-at' ] = "it-ring" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-it-ring' ][ 'de-ch' ] = "it-ring" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-it-ring' ][ 'de-de' ] = "it-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-it-ring' ][ 'es-cl' ] = "it-ring" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-it-ring' ][ 'es-mx' ] = "it-ring" ; //copied from es-cl
$text [ 'label-it-ring' ][ 'fr-ca' ] = "Italie-ring" ; //copied from fr-fr
2016-06-08 14:21:45 +01:00
$text [ 'label-it-ring' ][ 'fr-fr' ] = "Italie-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-it-ring' ][ 'he-il' ] = "צלצול איטלקי" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-it-ring' ][ 'it-it' ] = "it-ring" ;
$text [ 'label-it-ring' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-it-ring' ][ 'pl-pl' ] = "it-ring " ;
2018-02-12 17:50:47 +00:00
$text [ 'label-it-ring' ][ 'pt-br' ] = "it-ring" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-it-ring' ][ 'pt-pt' ] = "it-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-it-ring' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-it-ring' ][ 'ru-ru' ] = "it-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-it-ring' ][ 'sv-se' ] = "it-ring" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-it-ring' ][ 'uk-ua' ] = "it-ring" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-it-ring' ][ 'tr-tr' ] = "it-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-fr-ring' ][ 'en-us' ] = "fr-ring" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-fr-ring' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-fr-ring' ][ 'de-at' ] = "fr-ring" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-fr-ring' ][ 'de-ch' ] = "fr-ring" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-fr-ring' ][ 'de-de' ] = "fr-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-fr-ring' ][ 'es-cl' ] = "fr-ring" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-fr-ring' ][ 'es-mx' ] = "fr-ring" ; //copied from es-cl
$text [ 'label-fr-ring' ][ 'fr-ca' ] = "France-ring" ; //copied from fr-fr
2016-06-08 14:21:45 +01:00
$text [ 'label-fr-ring' ][ 'fr-fr' ] = "France-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-fr-ring' ][ 'he-il' ] = "צלצול צרפתי" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-fr-ring' ][ 'it-it' ] = "fr-ring" ;
$text [ 'label-fr-ring' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-fr-ring' ][ 'pl-pl' ] = "fr-ring " ;
2018-02-12 17:50:47 +00:00
$text [ 'label-fr-ring' ][ 'pt-br' ] = "fr-ring" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-fr-ring' ][ 'pt-pt' ] = "fr-ring" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-fr-ring' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-fr-ring' ][ 'ru-ru' ] = "fr-ring" ;
2016-06-08 14:21:45 +01:00
$text [ 'label-fr-ring' ][ 'sv-se' ] = "fr-ring" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-fr-ring' ][ 'uk-ua' ] = "fr-ring" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-fr-ring' ][ 'tr-tr' ] = "fr-ring" ;
2016-04-25 20:30:23 -05:00
$text [ 'option-true' ][ 'en-us' ] = "True" ;
2017-05-10 20:40:46 +01:00
$text [ 'option-true' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-true' ][ 'de-at' ] = "Ein" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'option-true' ][ 'de-ch' ] = "Ein" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'option-true' ][ 'de-de' ] = "Ein" ;
2016-04-25 20:30:23 -05:00
$text [ 'option-true' ][ 'es-cl' ] = "verdadero" ;
2017-06-13 06:14:11 +01:00
$text [ 'option-true' ][ 'es-mx' ] = "verdadero" ; //copied from es-cl
$text [ 'option-true' ][ 'fr-ca' ] = "Oui" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'option-true' ][ 'fr-fr' ] = "Oui" ;
2017-05-13 20:13:38 +01:00
$text [ 'option-true' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'option-true' ][ 'it-it' ] = "Vero" ;
$text [ 'option-true' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'option-true' ][ 'pl-pl' ] = "Tak" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-true' ][ 'pt-br' ] = "Sim" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'option-true' ][ 'pt-pt' ] = "Sim" ;
2017-06-02 20:24:12 +01:00
$text [ 'option-true' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'option-true' ][ 'ru-ru' ] = "Да" ;
2016-04-25 20:30:23 -05:00
$text [ 'option-true' ][ 'sv-se' ] = "Sann" ;
2017-05-13 20:13:38 +01:00
$text [ 'option-true' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-true' ][ 'tr-tr' ] = "Doğru" ;
2016-04-25 20:30:23 -05:00
$text [ 'option-false' ][ 'en-us' ] = "False" ;
2017-05-10 20:40:46 +01:00
$text [ 'option-false' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-false' ][ 'de-at' ] = "Aus" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'option-false' ][ 'de-ch' ] = "Aus" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'option-false' ][ 'de-de' ] = "Aus" ;
2016-04-25 20:30:23 -05:00
$text [ 'option-false' ][ 'es-cl' ] = "Falso" ;
2017-06-13 06:14:11 +01:00
$text [ 'option-false' ][ 'es-mx' ] = "Falso" ; //copied from es-cl
$text [ 'option-false' ][ 'fr-ca' ] = "Non" ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'option-false' ][ 'fr-fr' ] = "Non" ;
2017-05-13 20:13:38 +01:00
$text [ 'option-false' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'option-false' ][ 'it-it' ] = "Falso" ;
$text [ 'option-false' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'option-false' ][ 'pl-pl' ] = "Nie" ;
2018-02-12 17:50:47 +00:00
$text [ 'option-false' ][ 'pt-br' ] = "Não" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'option-false' ][ 'pt-pt' ] = "Não" ;
2017-06-02 20:24:12 +01:00
$text [ 'option-false' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'option-false' ][ 'ru-ru' ] = "Нет" ;
2016-04-25 20:30:23 -05:00
$text [ 'option-false' ][ 'sv-se' ] = "Falsk" ;
2017-05-13 20:13:38 +01:00
$text [ 'option-false' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'option-false' ][ 'tr-tr' ] = "Yanlış" ;
2016-04-25 20:30:23 -05:00
2016-07-31 18:51:57 -06:00
$text [ 'label-label' ][ 'en-us' ] = "Label" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-label' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-label' ][ 'de-at' ] = "Kennzeichnung" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-label' ][ 'de-ch' ] = "Kennzeichnung" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-label' ][ 'de-de' ] = "Kennzeichnung" ;
2016-07-31 18:51:57 -06:00
$text [ 'label-label' ][ 'es-cl' ] = "Etiqueta" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-label' ][ 'es-mx' ] = "Etiqueta" ; //copied from es-cl
$text [ 'label-label' ][ 'fr-ca' ] = "Label" ; //copied from fr-fr
2016-07-31 18:51:57 -06:00
$text [ 'label-label' ][ 'fr-fr' ] = "Label" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-label' ][ 'he-il' ] = "תג" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-label' ][ 'it-it' ] = "Etichetta" ;
$text [ 'label-label' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-label' ][ 'pl-pl' ] = "Etykieta" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-label' ][ 'pt-br' ] = "Etiqueta" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-label' ][ 'pt-pt' ] = "Etiqueta" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-label' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-label' ][ 'ru-ru' ] = "Метка" ;
2016-07-31 18:51:57 -06:00
$text [ 'label-label' ][ 'sv-se' ] = "Etikett" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-label' ][ 'uk-ua' ] = "Назва" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-label' ][ 'tr-tr' ] = "Etiket" ;
2016-04-25 20:30:23 -05:00
2016-08-05 09:21:41 -06:00
$text [ 'label-groups' ][ 'en-us' ] = "Groups" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-groups' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-groups' ][ 'de-at' ] = "Gruppen" ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'label-groups' ][ 'de-ch' ] = "Gruppen" ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'label-groups' ][ 'de-de' ] = "Gruppen" ;
2016-08-05 09:21:41 -06:00
$text [ 'label-groups' ][ 'es-cl' ] = "Grupos" ;
2017-06-13 06:14:11 +01:00
$text [ 'label-groups' ][ 'es-mx' ] = "Grupos" ; //copied from es-cl
$text [ 'label-groups' ][ 'fr-ca' ] = "Groupes" ; //copied from fr-fr
2016-08-05 09:21:41 -06:00
$text [ 'label-groups' ][ 'fr-fr' ] = "Groupes" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-groups' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-groups' ][ 'it-it' ] = "Grouppi" ;
2017-05-10 20:40:46 +01:00
$text [ 'label-groups' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-groups' ][ 'pl-pl' ] = "Grupy" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-groups' ][ 'pt-br' ] = "Grupos" ; //copied from pt-pt
2017-05-10 20:40:46 +01:00
$text [ 'label-groups' ][ 'pt-pt' ] = "Grupos" ;
2017-06-02 20:24:12 +01:00
$text [ 'label-groups' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'label-groups' ][ 'ru-ru' ] = "Группы" ;
2016-08-05 09:21:41 -06:00
$text [ 'label-groups' ][ 'sv-se' ] = "Grupper" ;
2017-05-13 20:13:38 +01:00
$text [ 'label-groups' ][ 'uk-ua' ] = "Групи" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-groups' ][ 'tr-tr' ] = "Gruplar" ;
2016-04-25 20:30:23 -05:00
2017-09-14 12:16:45 -05:00
$text [ 'label-recording' ][ 'en-us' ] = "Recording" ;
$text [ 'label-recording' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-recording' ][ 'de-at' ] = "Aufnahme" ; //copied from de-de
2017-09-14 12:16:45 -05:00
$text [ 'label-recording' ][ 'de-ch' ] = "Aufnahme" ; //copied from de-de
$text [ 'label-recording' ][ 'de-de' ] = "Aufnahme" ;
$text [ 'label-recording' ][ 'es-cl' ] = "Grabación" ;
$text [ 'label-recording' ][ 'es-mx' ] = "Grabación" ; //copied from es-cl
$text [ 'label-recording' ][ 'fr-ca' ] = "Enregistrement" ; //copied from fr-fr
$text [ 'label-recording' ][ 'fr-fr' ] = "Enregistrement" ;
$text [ 'label-recording' ][ 'he-il' ] = "" ;
$text [ 'label-recording' ][ 'it-it' ] = "" ;
$text [ 'label-recording' ][ 'nl-nl' ] = "" ;
$text [ 'label-recording' ][ 'pl-pl' ] = "Nagranie" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-recording' ][ 'pt-br' ] = "Gravação" ; //copied from pt-pt
2017-09-14 12:16:45 -05:00
$text [ 'label-recording' ][ 'pt-pt' ] = "Gravação" ;
$text [ 'label-recording' ][ 'ro-ro' ] = "" ;
$text [ 'label-recording' ][ 'ru-ru' ] = "Запись" ;
$text [ 'label-recording' ][ 'sv-se' ] = "Inspelning" ;
$text [ 'label-recording' ][ 'uk-ua' ] = "Запис" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-recording' ][ 'tr-tr' ] = "Kaydediyor" ;
2017-09-14 12:16:45 -05:00
$text [ 'label-download' ][ 'en-us' ] = "Download" ;
$text [ 'label-download' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'label-download' ][ 'de-at' ] = "Download" ; //copied from de-de
2017-09-14 12:16:45 -05:00
$text [ 'label-download' ][ 'de-ch' ] = "Download" ; //copied from de-de
$text [ 'label-download' ][ 'de-de' ] = "Download" ;
$text [ 'label-download' ][ 'es-cl' ] = "Descargar" ;
$text [ 'label-download' ][ 'es-mx' ] = "Descargar" ; //copied from es-cl
$text [ 'label-download' ][ 'fr-ca' ] = "Télécharger" ; //copied from fr-fr
$text [ 'label-download' ][ 'fr-fr' ] = "Télécharger" ;
$text [ 'label-download' ][ 'he-il' ] = "" ;
$text [ 'label-download' ][ 'it-it' ] = "" ;
$text [ 'label-download' ][ 'nl-nl' ] = "" ;
$text [ 'label-download' ][ 'pl-pl' ] = "Pobierz" ;
$text [ 'label-download' ][ 'pt-br' ] = "Download" ;
$text [ 'label-download' ][ 'pt-pt' ] = "Descarregar" ;
$text [ 'label-download' ][ 'ro-ro' ] = "" ;
$text [ 'label-download' ][ 'ru-ru' ] = "Загрузить" ;
$text [ 'label-download' ][ 'sv-se' ] = "Ladda Ned" ;
$text [ 'label-download' ][ 'uk-ua' ] = "Завантажини" ;
2017-10-04 10:59:37 +03:00
$text [ 'label-download' ][ 'tr-tr' ] = "İndir" ;
2017-09-14 12:16:45 -05:00
2018-02-10 08:38:47 -07:00
$text [ 'label-miscellaneous' ][ 'en-us' ] = "Miscellaneous" ;
$text [ 'label-miscellaneous' ][ 'ar-eg' ] = "" ;
$text [ 'label-miscellaneous' ][ 'de-at' ] = "Sonstiges" ; //copied from de-de
$text [ 'label-miscellaneous' ][ 'de-ch' ] = "Sonstiges" ; //copied from de-de
$text [ 'label-miscellaneous' ][ 'de-de' ] = "Sonstiges" ;
$text [ 'label-miscellaneous' ][ 'es-cl' ] = "Diverso" ;
$text [ 'label-miscellaneous' ][ 'es-mx' ] = "Diverso" ; //copied from es-cl
$text [ 'label-miscellaneous' ][ 'fr-ca' ] = "Divers" ; //copied from fr-fr
$text [ 'label-miscellaneous' ][ 'fr-fr' ] = "Divers" ;
$text [ 'label-miscellaneous' ][ 'he-il' ] = "" ;
$text [ 'label-miscellaneous' ][ 'it-it' ] = "" ;
$text [ 'label-miscellaneous' ][ 'nl-nl' ] = "" ;
$text [ 'label-miscellaneous' ][ 'pl-pl' ] = "Różne" ;
$text [ 'label-miscellaneous' ][ 'pt-br' ] = "Diversos" ;
$text [ 'label-miscellaneous' ][ 'pt-pt' ] = "Variado" ;
$text [ 'label-miscellaneous' ][ 'ro-ro' ] = "" ;
$text [ 'label-miscellaneous' ][ 'ru-ru' ] = "Разное" ;
$text [ 'label-miscellaneous' ][ 'sv-se' ] = "Diverse" ;
$text [ 'label-miscellaneous' ][ 'uk-ua' ] = "Різне" ;
$text [ 'label-recordings' ][ 'en-us' ] = "Recordings" ;
$text [ 'label-recordings' ][ 'ar-eg' ] = "التسجيلات" ;
$text [ 'label-recordings' ][ 'de-at' ] = "Aufzeichnungen" ;
$text [ 'label-recordings' ][ 'de-ch' ] = "Aufzeichnungen" ; //copied from de-de
$text [ 'label-recordings' ][ 'de-de' ] = "Aufzeichnungen" ;
$text [ 'label-recordings' ][ 'es-cl' ] = "Grabaciones" ;
$text [ 'label-recordings' ][ 'es-mx' ] = "Grabaciones" ; //copied from es-cl
$text [ 'label-recordings' ][ 'fr-ca' ] = "Recordings" ; //copied from fr-fr
$text [ 'label-recordings' ][ 'fr-fr' ] = "Recordings" ;
$text [ 'label-recordings' ][ 'he-il' ] = "הקלטות" ;
$text [ 'label-recordings' ][ 'it-it' ] = "Registrazioni" ;
$text [ 'label-recordings' ][ 'nl-nl' ] = "Recordings" ;
$text [ 'label-recordings' ][ 'pl-pl' ] = "Nagrania" ;
$text [ 'label-recordings' ][ 'pt-br' ] = "Gravações" ;
$text [ 'label-recordings' ][ 'pt-pt' ] = "Gravações" ;
$text [ 'label-recordings' ][ 'ro-ro' ] = "" ;
$text [ 'label-recordings' ][ 'ru-ru' ] = "Записи" ;
$text [ 'label-recordings' ][ 'sv-se' ] = "Inspelningar" ;
$text [ 'label-recordings' ][ 'uk-ua' ] = "записи" ;
$text [ 'label-recordings' ][ 'tr-tr' ] = "Kayı tlar" ;
$text [ 'label-phrases' ][ 'en-us' ] = "Phrases" ;
$text [ 'label-phrases' ][ 'ar-eg' ] = "" ;
$text [ 'label-phrases' ][ 'de-at' ] = "Phrasen" ; //copied from de-de
$text [ 'label-phrases' ][ 'de-ch' ] = "Phrasen" ; //copied from de-de
$text [ 'label-phrases' ][ 'de-de' ] = "Phrasen" ;
$text [ 'label-phrases' ][ 'es-cl' ] = "Grabaciones" ;
$text [ 'label-phrases' ][ 'es-mx' ] = "Grabaciones" ; //copied from es-cl
$text [ 'label-phrases' ][ 'fr-ca' ] = "Guides Vocaux" ; //copied from fr-fr
$text [ 'label-phrases' ][ 'fr-fr' ] = "Guides Vocaux" ;
$text [ 'label-phrases' ][ 'he-il' ] = "" ;
$text [ 'label-phrases' ][ 'it-it' ] = "Frasi" ;
$text [ 'label-phrases' ][ 'nl-nl' ] = "" ;
$text [ 'label-phrases' ][ 'pl-pl' ] = "Zwroty" ;
$text [ 'label-phrases' ][ 'pt-br' ] = "Gravações" ; //copied from pt-pt
$text [ 'label-phrases' ][ 'pt-pt' ] = "Gravações" ;
$text [ 'label-phrases' ][ 'ro-ro' ] = "" ;
$text [ 'label-phrases' ][ 'ru-ru' ] = "Фразы" ;
$text [ 'label-phrases' ][ 'sv-se' ] = "Fraser" ;
$text [ 'label-phrases' ][ 'uk-ua' ] = "Фрази" ;
$text [ 'label-sounds' ][ 'en-us' ] = "Sounds" ;
$text [ 'label-sounds' ][ 'ar-eg' ] = "" ;
$text [ 'label-sounds' ][ 'de-at' ] = "Ruftöne" ; //copied from de-de
$text [ 'label-sounds' ][ 'de-ch' ] = "Ruftöne" ; //copied from de-de
$text [ 'label-sounds' ][ 'de-de' ] = "Ruftöne" ;
$text [ 'label-sounds' ][ 'es-cl' ] = "Sonidos" ;
$text [ 'label-sounds' ][ 'es-mx' ] = "Sonidos" ; //copied from es-cl
$text [ 'label-sounds' ][ 'fr-ca' ] = "des sons" ; //copied from fr-fr
$text [ 'label-sounds' ][ 'fr-fr' ] = "des sons" ;
$text [ 'label-sounds' ][ 'he-il' ] = "" ;
$text [ 'label-sounds' ][ 'it-it' ] = "" ;
$text [ 'label-sounds' ][ 'nl-nl' ] = "" ;
$text [ 'label-sounds' ][ 'pl-pl' ] = "Dźwięki" ;
$text [ 'label-sounds' ][ 'pt-br' ] = "Sons" ; //copied from pt-pt
$text [ 'label-sounds' ][ 'pt-pt' ] = "Sons" ;
$text [ 'label-sounds' ][ 'ro-ro' ] = "" ;
$text [ 'label-sounds' ][ 'ru-ru' ] = "Звуки" ;
$text [ 'label-sounds' ][ 'sv-se' ] = "Ljud" ;
$text [ 'label-sounds' ][ 'uk-ua' ] = "звуки" ;
2018-02-10 00:14:14 -07:00
2018-02-10 00:21:40 -07:00
$text [ 'label-greeting' ][ 'en-us' ] = "Greeting" ;
$text [ 'label-greeting' ][ 'ar-eg' ] = "" ;
$text [ 'label-greeting' ][ 'de-at' ] = "Begrüßung" ; //copied from de-de
$text [ 'label-greeting' ][ 'de-ch' ] = "Begrüßung" ; //copied from de-de
$text [ 'label-greeting' ][ 'de-de' ] = "Begrüßung" ;
$text [ 'label-greeting' ][ 'es-cl' ] = "ID de bienvenida" ;
$text [ 'label-greeting' ][ 'es-mx' ] = "ID de bienvenida" ; //copied from es-cl
$text [ 'label-greeting' ][ 'fr-ca' ] = "ID d'accueil" ; //copied from fr-fr
$text [ 'label-greeting' ][ 'fr-fr' ] = "ID d'accueil" ;
$text [ 'label-greeting' ][ 'he-il' ] = "" ;
$text [ 'label-greeting' ][ 'it-it' ] = "" ;
$text [ 'label-greeting' ][ 'nl-nl' ] = "" ;
$text [ 'label-greeting' ][ 'pl-pl' ] = "ID Powitania" ;
$text [ 'label-greeting' ][ 'pt-br' ] = "ID de saudação" ;
$text [ 'label-greeting' ][ 'pt-pt' ] = "ID de Saudação" ;
$text [ 'label-greeting' ][ 'ro-ro' ] = "" ;
$text [ 'label-greeting' ][ 'ru-ru' ] = "Приветствие" ;
$text [ 'label-greeting' ][ 'sv-se' ] = "Hälsning" ;
$text [ 'label-greeting' ][ 'uk-ua' ] = "ID привітання" ;
2018-03-02 00:57:09 -07:00
$text [ 'label-play' ][ 'en-us' ] = 'Play' ;
$text [ 'label-play' ][ 'ar-eg' ] = '' ;
$text [ 'label-play' ][ 'de-at' ] = '' ;
$text [ 'label-play' ][ 'de-ch' ] = '' ;
$text [ 'label-play' ][ 'de-de' ] = '' ;
$text [ 'label-play' ][ 'es-cl' ] = '' ;
$text [ 'label-play' ][ 'es-mx' ] = '' ;
$text [ 'label-play' ][ 'fr-ca' ] = '' ;
$text [ 'label-play' ][ 'fr-fr' ] = '' ;
$text [ 'label-play' ][ 'he-il' ] = '' ;
$text [ 'label-play' ][ 'it-it' ] = '' ;
$text [ 'label-play' ][ 'nl-nl' ] = '' ;
$text [ 'label-play' ][ 'pl-pl' ] = '' ;
$text [ 'label-play' ][ 'pt-br' ] = '' ;
$text [ 'label-play' ][ 'pt-pt' ] = '' ;
$text [ 'label-play' ][ 'ro-ro' ] = '' ;
$text [ 'label-play' ][ 'ru-ru' ] = '' ;
$text [ 'label-play' ][ 'sv-se' ] = '' ;
$text [ 'label-play' ][ 'uk-ua' ] = '' ;
2018-04-05 14:49:38 -06:00
$text [ 'label-caller_id_number' ][ 'en-us' ] = "Caller ID Number" ;
$text [ 'label-caller_id_number' ][ 'ar-eg' ] = "" ;
$text [ 'label-caller_id_number' ][ 'de-at' ] = "Anrufer Nummer" ; //copied from de-de
$text [ 'label-caller_id_number' ][ 'de-ch' ] = "Anrufer Nummer" ; //copied from de-de
$text [ 'label-caller_id_number' ][ 'de-de' ] = "Anrufer Nummer" ;
$text [ 'label-caller_id_number' ][ 'es-cl' ] = "Número de Caller ID" ;
$text [ 'label-caller_id_number' ][ 'es-mx' ] = "Número de Caller ID" ; //copied from es-cl
$text [ 'label-caller_id_number' ][ 'fr-ca' ] = "Numéro d'appelant" ; //copied from fr-fr
$text [ 'label-caller_id_number' ][ 'fr-fr' ] = "Numéro d'appelant" ;
$text [ 'label-caller_id_number' ][ 'he-il' ] = "" ;
$text [ 'label-caller_id_number' ][ 'it-it' ] = "ID Numero Chiamante" ;
$text [ 'label-caller_id_number' ][ 'nl-nl' ] = "" ;
$text [ 'label-caller_id_number' ][ 'pl-pl' ] = "Prezentacja numeru dzwoniącego" ;
$text [ 'label-caller_id_number' ][ 'pt-br' ] = "Número CID" ;
$text [ 'label-caller_id_number' ][ 'pt-pt' ] = "Número do Chamador" ;
$text [ 'label-caller_id_number' ][ 'ro-ro' ] = "" ;
$text [ 'label-caller_id_number' ][ 'ru-ru' ] = "Caller ID Номера" ;
$text [ 'label-caller_id_number' ][ 'sv-se' ] = "Nummerpresentation" ;
$text [ 'label-caller_id_number' ][ 'uk-ua' ] = "Caller ID Номер" ;
$text [ 'label-caller_id_name' ][ 'en-us' ] = "Caller ID Name" ;
$text [ 'label-caller_id_name' ][ 'ar-eg' ] = "" ;
$text [ 'label-caller_id_name' ][ 'de-at' ] = "Anrufer Name" ; //copied from de-de
$text [ 'label-caller_id_name' ][ 'de-ch' ] = "Anrufer Name" ; //copied from de-de
$text [ 'label-caller_id_name' ][ 'de-de' ] = "Anrufer Name" ;
$text [ 'label-caller_id_name' ][ 'es-cl' ] = "Nombre de Caller ID" ;
$text [ 'label-caller_id_name' ][ 'es-mx' ] = "Nombre de Caller ID" ; //copied from es-cl
$text [ 'label-caller_id_name' ][ 'fr-ca' ] = "Nom d'appelant" ; //copied from fr-fr
$text [ 'label-caller_id_name' ][ 'fr-fr' ] = "Nom d'appelant" ;
$text [ 'label-caller_id_name' ][ 'he-il' ] = "" ;
$text [ 'label-caller_id_name' ][ 'it-it' ] = "ID Nome Chiamante" ;
$text [ 'label-caller_id_name' ][ 'nl-nl' ] = "" ;
$text [ 'label-caller_id_name' ][ 'pl-pl' ] = "Prezentacja nazwy dzwoniącego" ;
$text [ 'label-caller_id_name' ][ 'pt-br' ] = "Nome CID" ;
$text [ 'label-caller_id_name' ][ 'pt-pt' ] = "Nome do Chamador" ;
$text [ 'label-caller_id_name' ][ 'ro-ro' ] = "" ;
$text [ 'label-caller_id_name' ][ 'ru-ru' ] = "Caller ID Имя" ;
$text [ 'label-caller_id_name' ][ 'sv-se' ] = "Namnpresentation" ;
$text [ 'label-caller_id_name' ][ 'uk-ua' ] = "Caller ID Ім’я" ;
2018-02-10 00:21:40 -07:00
$text [ 'description-greeting' ][ 'en-us' ] = "Select the desired Greeting." ;
$text [ 'description-greeting' ][ 'ar-eg' ] = "" ;
$text [ 'description-greeting' ][ 'de-at' ] = "Geben Sie die Begrüßungs-ID an." ; //copied from de-de
$text [ 'description-greeting' ][ 'de-ch' ] = "Geben Sie die Begrüßungs-ID an." ; //copied from de-de
$text [ 'description-greeting' ][ 'de-de' ] = "Geben Sie die Begrüßungs-ID an." ;
$text [ 'description-greeting' ][ 'es-cl' ] = "Ingrese el ID de bienvenida" ;
$text [ 'description-greeting' ][ 'es-mx' ] = "Ingrese el ID de bienvenida" ; //copied from es-cl
$text [ 'description-greeting' ][ 'fr-ca' ] = "Choisir le numéro de message vocal de salutation." ; //copied from fr-fr
$text [ 'description-greeting' ][ 'fr-fr' ] = "Choisir le numéro de message vocal de salutation." ;
$text [ 'description-greeting' ][ 'he-il' ] = "" ;
$text [ 'description-greeting' ][ 'it-it' ] = "" ;
$text [ 'description-greeting' ][ 'nl-nl' ] = "" ;
$text [ 'description-greeting' ][ 'pl-pl' ] = "Wprowadź ID powitania" ;
$text [ 'description-greeting' ][ 'pt-br' ] = "Insira o ID da saudação" ;
$text [ 'description-greeting' ][ 'pt-pt' ] = "Introduza o ID da Saudação" ;
$text [ 'description-greeting' ][ 'ro-ro' ] = "" ;
$text [ 'description-greeting' ][ 'ru-ru' ] = "Выберите желаемое приветствие." ;
$text [ 'description-greeting' ][ 'sv-se' ] = "Ange Hälsningens ID" ;
$text [ 'description-greeting' ][ 'uk-ua' ] = "Введіть ID привітання" ;
2016-07-31 17:48:50 -06:00
$text [ 'description-name' ][ 'en-us' ] = "Enter the name." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-name' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-name' ][ 'de-at' ] = "Geben Sie den Namen ein." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-name' ][ 'de-ch' ] = "Geben Sie den Namen ein." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-name' ][ 'de-de' ] = "Geben Sie den Namen ein." ;
2017-04-13 17:47:15 -04:00
$text [ 'description-name' ][ 'es-cl' ] = "Escriba el nombre" ;
2017-06-13 06:14:11 +01:00
$text [ 'description-name' ][ 'es-mx' ] = "Escriba el nombre" ; //copied from es-cl
$text [ 'description-name' ][ 'fr-ca' ] = "Écrivez votre nom" ; //copied from fr-fr
2017-04-13 17:47:15 -04:00
$text [ 'description-name' ][ 'fr-fr' ] = "Écrivez votre nom" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-name' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-name' ][ 'it-it' ] = "Inserire il nome." ;
2016-07-31 17:48:50 -06:00
$text [ 'description-name' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-name' ][ 'pl-pl' ] = "" ;
2016-07-31 17:48:50 -06:00
$text [ 'description-name' ][ 'pt-br' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-name' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-name' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-name' ][ 'ru-ru' ] = "Введите имя." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-name' ][ 'sv-se' ] = "Ange namnet." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-name' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'description-name' ][ 'tr-tr' ] = "İsim girin." ;
2016-07-31 17:48:50 -06:00
$text [ 'description-value' ][ 'en-us' ] = "Enter the value." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-value' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-value' ][ 'de-at' ] = "Geben Sie den Wert für diese Einstellung an." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-value' ][ 'de-ch' ] = "Geben Sie den Wert für diese Einstellung an." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-value' ][ 'de-de' ] = "Geben Sie den Wert für diese Einstellung an." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-value' ][ 'es-cl' ] = "Ingrese el valor de esta configuración" ;
2017-06-13 06:14:11 +01:00
$text [ 'description-value' ][ 'es-mx' ] = "Ingrese el valor de esta configuración" ; //copied from es-cl
$text [ 'description-value' ][ 'fr-ca' ] = "Entrer la valeur de ce paramètre." ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'description-value' ][ 'fr-fr' ] = "Entrer la valeur de ce paramètre." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-value' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-value' ][ 'it-it' ] = "Inserire il valore." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-value' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-value' ][ 'pl-pl' ] = "Wprowadź wartość tego ustawienia" ;
2016-04-25 20:30:23 -05:00
$text [ 'description-value' ][ 'pt-br' ] = "Insira o valor da variável" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-value' ][ 'pt-pt' ] = "Introduza o valor desta definição." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-value' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-value' ][ 'ru-ru' ] = "Введите значение." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-value' ][ 'sv-se' ] = "Ange värdet på inställningen." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-value' ][ 'uk-ua' ] = "Введіть значенння змінної" ;
2017-10-04 10:59:37 +03:00
$text [ 'description-value' ][ 'tr-tr' ] = "Değer girin." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-type' ][ 'en-us' ] = "Enter the setting type (ie. uuid, name, var, dir, etc)." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-type' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-type' ][ 'de-at' ] = "Geben Sie den Typ für diese Einstellung an (z.B. uuid, name, var, dir, etc)." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-type' ][ 'de-ch' ] = "Geben Sie den Typ für diese Einstellung an (z.B. uuid, name, var, dir, etc)." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-type' ][ 'de-de' ] = "Geben Sie den Typ für diese Einstellung an (z.B. uuid, name, var, dir, etc)." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-type' ][ 'es-cl' ] = "Ingrese el tipo de configuración (ej. uuid, name, var, dir, etc)." ;
2017-06-13 06:14:11 +01:00
$text [ 'description-type' ][ 'es-mx' ] = "Ingrese el tipo de configuración (ej. uuid, name, var, dir, etc)." ; //copied from es-cl
$text [ 'description-type' ][ 'fr-ca' ] = "Choisissez le type de paramètre (ie. uuid, nom, var, dir, etc)." ; //copied from fr-fr
2017-04-13 17:47:15 -04:00
$text [ 'description-type' ][ 'fr-fr' ] = "Choisissez le type de paramètre (ie. uuid, nom, var, dir, etc)." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-type' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-type' ][ 'it-it' ] = "Inserire il tipo di parametro (es. uuid, name, var, dir, etc)." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-type' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-type' ][ 'pl-pl' ] = "Wprowadź rodzaj ustawienia (np. uuid, name, var, dir)" ;
2016-04-25 20:30:23 -05:00
$text [ 'description-type' ][ 'pt-br' ] = "Introduza o tipo de definição (ex:uuid,name,var,dir,etc)" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-type' ][ 'pt-pt' ] = "Introduza o tipo de definição (ex: uuid, name, var, dir, etc)" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-type' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-type' ][ 'ru-ru' ] = "Введите тип настройки (например, uuid, name, var, dir и т.д.)." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-type' ][ 'sv-se' ] = "Fyll i inställnings typ (ie. uuid, name, var, dir, etc)." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-type' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'description-type' ][ 'tr-tr' ] = "Ayar türünü girin (ie. uuid, name, var, dir, etc)." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-category' ][ 'en-us' ] = "Enter the category." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-category' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-category' ][ 'de-at' ] = "Geben Sie die Kategorie an." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-category' ][ 'de-ch' ] = "Geben Sie die Kategorie an." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-category' ][ 'de-de' ] = "Geben Sie die Kategorie an." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-category' ][ 'es-cl' ] = "Ingrese la categoría." ;
2017-06-13 06:14:11 +01:00
$text [ 'description-category' ][ 'es-mx' ] = "Ingrese la categoría." ; //copied from es-cl
$text [ 'description-category' ][ 'fr-ca' ] = "Entrer la Catégorie." ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'description-category' ][ 'fr-fr' ] = "Entrer la Catégorie." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-category' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-category' ][ 'it-it' ] = "Inserire la categoria." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-category' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-category' ][ 'pl-pl' ] = "Wprowadź kategorię" ;
2016-04-25 20:30:23 -05:00
$text [ 'description-category' ][ 'pt-br' ] = "Descrição" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-category' ][ 'pt-pt' ] = "Introduza a categoria." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-category' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-category' ][ 'ru-ru' ] = "Введите категорию." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-category' ][ 'sv-se' ] = "Ange Kategori." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-category' ][ 'uk-ua' ] = "Опис" ;
2017-10-04 10:59:37 +03:00
$text [ 'description-category' ][ 'tr-tr' ] = "Kategori girin." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-subcategory' ][ 'en-us' ] = "Enter the subcategory." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-subcategory' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-subcategory' ][ 'de-at' ] = "Geben Sie die Unterkategorie an." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-subcategory' ][ 'de-ch' ] = "Geben Sie die Unterkategorie an." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-subcategory' ][ 'de-de' ] = "Geben Sie die Unterkategorie an." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-subcategory' ][ 'es-cl' ] = "Ingrese la subcategoría." ;
2017-06-13 06:14:11 +01:00
$text [ 'description-subcategory' ][ 'es-mx' ] = "Ingrese la subcategoría." ; //copied from es-cl
$text [ 'description-subcategory' ][ 'fr-ca' ] = "Entrer la Sous-Catégorie." ; //copied from fr-fr
2016-04-25 20:30:23 -05:00
$text [ 'description-subcategory' ][ 'fr-fr' ] = "Entrer la Sous-Catégorie." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-subcategory' ][ 'he-il' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-subcategory' ][ 'it-it' ] = "Inserire la sottocategoria." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-subcategory' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-subcategory' ][ 'pl-pl' ] = "Wprowadź podkategorię" ;
2016-04-25 20:30:23 -05:00
$text [ 'description-subcategory' ][ 'pt-br' ] = "Introduza a subcategoria" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-subcategory' ][ 'pt-pt' ] = "Introduza a subcategoria." ;
2017-06-02 20:24:12 +01:00
$text [ 'description-subcategory' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-subcategory' ][ 'ru-ru' ] = "Вход в подкатегорию." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-subcategory' ][ 'sv-se' ] = "Fyll i under-kategori" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-subcategory' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'description-subcategory' ][ 'tr-tr' ] = "Alt kategori girin." ;
2017-05-10 20:40:46 +01:00
$text [ 'description-description' ][ 'en-us' ] = "Enter the description." ;
$text [ 'description-description' ][ 'ar-eg' ] = "" ;
2018-02-12 17:50:47 +00:00
$text [ 'description-description' ][ 'de-at' ] = "Geben Sie die Beschreibung ein." ; //copied from de-de
2017-06-13 06:14:11 +01:00
$text [ 'description-description' ][ 'de-ch' ] = "Geben Sie die Beschreibung ein." ; //copied from de-de
2017-05-10 20:40:46 +01:00
$text [ 'description-description' ][ 'de-de' ] = "Geben Sie die Beschreibung ein." ;
$text [ 'description-description' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-description' ][ 'es-mx' ] = "" ;
$text [ 'description-description' ][ 'fr-ca' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-description' ][ 'fr-fr' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-description' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-description' ][ 'it-it' ] = "Inserire la descrizione." ;
2016-04-25 20:30:23 -05:00
$text [ 'description-description' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-description' ][ 'pl-pl' ] = "Wpisz opis (opcjonalne)." ;
2018-02-12 17:50:47 +00:00
$text [ 'description-description' ][ 'pt-br' ] = "Insira a descrição, caso desejar" ; //copied from pt-pt
$text [ 'description-description' ][ 'pt-pt' ] = "Insira a descrição, caso desejar" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-description' ][ 'ro-ro' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-description' ][ 'ru-ru' ] = "Введите описание." ;
2017-06-02 16:39:34 +02:00
$text [ 'description-description' ][ 'sv-se' ] = "Fyll i en beskrivning." ;
2017-05-13 20:13:38 +01:00
$text [ 'description-description' ][ 'uk-ua' ] = "Введіть опис, якщо це необхідно." ;
2017-10-04 10:59:37 +03:00
$text [ 'description-description' ][ 'tr-tr' ] = "Açıklama girin." ;
2016-04-25 20:30:23 -05:00
2016-07-31 17:48:50 -06:00
$text [ 'description-enabled' ][ 'en-us' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-enabled' ][ 'ar-eg' ] = "" ;
$text [ 'description-enabled' ][ 'de-at' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-enabled' ][ 'de-ch' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-enabled' ][ 'de-de' ] = "" ;
2016-07-31 17:48:50 -06:00
$text [ 'description-enabled' ][ 'es-cl' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-enabled' ][ 'es-mx' ] = "" ;
$text [ 'description-enabled' ][ 'fr-ca' ] = "" ;
2016-07-31 17:48:50 -06:00
$text [ 'description-enabled' ][ 'fr-fr' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-enabled' ][ 'he-il' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-enabled' ][ 'it-it' ] = "" ;
$text [ 'description-enabled' ][ 'nl-nl' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-enabled' ][ 'pl-pl' ] = "" ;
2016-07-31 17:48:50 -06:00
$text [ 'description-enabled' ][ 'pt-br' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-enabled' ][ 'pt-pt' ] = "" ;
2017-06-02 20:24:12 +01:00
$text [ 'description-enabled' ][ 'ro-ro' ] = "" ;
2017-04-25 03:37:00 +05:00
$text [ 'description-enabled' ][ 'ru-ru' ] = "" ;
2017-05-10 20:40:46 +01:00
$text [ 'description-enabled' ][ 'sv-se' ] = "" ;
2017-05-13 20:13:38 +01:00
$text [ 'description-enabled' ][ 'uk-ua' ] = "" ;
2017-10-04 10:59:37 +03:00
$text [ 'description-enabled' ][ 'tr-tr' ] = "" ;
2016-07-31 17:48:50 -06:00
2017-06-13 06:14:11 +01:00
?>