mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update app_languages.php
This commit is contained in:
@@ -1,164 +1,345 @@
|
||||
<?php
|
||||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['button-reload']['en-us'] = "Reload";
|
||||
$text['button-reload']['ar-eg'] = "إعادة تحميل";
|
||||
$text['button-reload']['de-at'] = "Neu laden"; //copied from de-de
|
||||
$text['button-reload']['de-ch'] = "Neu laden"; //copied from de-de
|
||||
$text['button-reload']['de-de'] = "Neu laden";
|
||||
$text['button-reload']['es-cl'] = "Recargar";
|
||||
$text['button-reload']['es-mx'] = "Recargar"; //copied from es-cl
|
||||
$text['button-reload']['fr-ca'] = "Recharger"; //copied from fr-fr
|
||||
$text['button-reload']['fr-fr'] = "Recharger";
|
||||
$text['button-reload']['he-il'] = "לִטעוֹן מִחָדָשׁ";
|
||||
$text['button-reload']['it-it'] = "Ricaricare";
|
||||
$text['button-reload']['nl-nl'] = "vernieuwen";
|
||||
$text['button-reload']['pl-pl'] = "Przeładować";
|
||||
$text['button-reload']['pt-br'] = "Recarregar"; //copied from pt-pt
|
||||
$text['button-reload']['pt-pt'] = "Recarregar";
|
||||
$text['button-reload']['ro-ro'] = "Reîncarcă";
|
||||
$text['button-reload']['ru-ru'] = "Перезагрузить";
|
||||
$text['button-reload']['sv-se'] = "Ladda om";
|
||||
$text['button-reload']['uk-ua'] = "перезавантажувати";
|
||||
|
||||
$text['button-reload_xml']['en-us'] = "Reload XML";
|
||||
$text['button-reload_xml']['ar-eg'] = "إعادة تحميل شمل";
|
||||
$text['button-reload_xml']['de-at'] = "XML neu laden"; //copied from de-de
|
||||
$text['button-reload_xml']['de-ch'] = "XML neu laden"; //copied from de-de
|
||||
$text['button-reload_xml']['de-de'] = "XML neu laden";
|
||||
$text['button-reload_xml']['es-cl'] = "Actualizar XML";
|
||||
$text['button-reload_xml']['es-mx'] = "Actualizar XML"; //copied from es-cl
|
||||
$text['button-reload_xml']['fr-ca'] = "Recharger XML"; //copied from fr-fr
|
||||
$text['button-reload_xml']['fr-fr'] = "Recharger XML";
|
||||
$text['button-reload_xml']['he-il'] = "טען מחדש XML";
|
||||
$text['button-reload_xml']['it-it'] = "Ricarica XML";
|
||||
$text['button-reload_xml']['nl-nl'] = "XML opnieuw laden";
|
||||
$text['button-reload_xml']['pl-pl'] = "Przeładuj XML";
|
||||
$text['button-reload_xml']['pt-br'] = "Carregar novamente XML";
|
||||
$text['button-reload_xml']['pt-pt'] = "Recarregar XML";
|
||||
$text['button-reload_xml']['ro-ro'] = "Reîncărcați XML";
|
||||
$text['button-reload_xml']['ru-ru'] = "Перезагрузить XML";
|
||||
$text['button-reload_xml']['sv-se'] = "Ladda Om XML";
|
||||
$text['button-reload_xml']['uk-ua'] = "Перезагрузити XML";
|
||||
//Number Translations
|
||||
$text['title-number_translations']['en-us'] = 'Number Translations';
|
||||
$text['title-number_translations']['ar-eg'] = '';
|
||||
$text['title-number_translations']['de-at'] = '';
|
||||
$text['title-number_translations']['de-ch'] = '';
|
||||
$text['title-number_translations']['de-de'] = '';
|
||||
$text['title-number_translations']['es-cl'] = '';
|
||||
$text['title-number_translations']['es-mx'] = '';
|
||||
$text['title-number_translations']['fr-ca'] = '';
|
||||
$text['title-number_translations']['fr-fr'] = '';
|
||||
$text['title-number_translations']['he-il'] = '';
|
||||
$text['title-number_translations']['it-it'] = '';
|
||||
$text['title-number_translations']['nl-nl'] = '';
|
||||
$text['title-number_translations']['pl-pl'] = '';
|
||||
$text['title-number_translations']['pt-br'] = '';
|
||||
$text['title-number_translations']['pt-pt'] = '';
|
||||
$text['title-number_translations']['ro-ro'] = '';
|
||||
$text['title-number_translations']['ru-ru'] = '';
|
||||
$text['title-number_translations']['sv-se'] = '';
|
||||
$text['title-number_translations']['uk-ua'] = '';
|
||||
|
||||
$text['description-number_translation']['en-us'] = "Manage mod_translate profiles";
|
||||
$text['description-number_translation']['ar-eg'] = "إدارة ملفات تعريف mod_translate";
|
||||
$text['description-number_translation']['de-at'] = "Verwaltung der Mod_translate-Profile"; //copied from de-de
|
||||
$text['description-number_translation']['de-ch'] = "Verwaltung der Mod_translate-Profile"; //copied from de-de
|
||||
$text['description-number_translation']['de-de'] = "Verwaltung der Mod_translate-Profile";
|
||||
$text['description-number_translation']['es-cl'] = "Administrar perfiles de mod_translate";
|
||||
$text['description-number_translation']['es-mx'] = "Administrar perfiles de mod_translate"; //copied from es-cl
|
||||
$text['description-number_translation']['fr-ca'] = "Gérer les profils mod_translate"; //copied from fr-fr
|
||||
$text['description-number_translation']['fr-fr'] = "Gérer les profils mod_translate";
|
||||
$text['description-number_translation']['he-il'] = "ניהול פרופילים mod_translate";
|
||||
$text['description-number_translation']['it-it'] = "Gestire i profili mod_translate";
|
||||
$text['description-number_translation']['nl-nl'] = "Beheer mod_translate profielen";
|
||||
$text['description-number_translation']['pl-pl'] = "Zarządzaj profilami mod_translate";
|
||||
$text['description-number_translation']['pt-br'] = "Gerenciar perfis mod_translate"; //copied from pt-pt
|
||||
$text['description-number_translation']['pt-pt'] = "Gerenciar perfis mod_translate";
|
||||
$text['description-number_translation']['ro-ro'] = "Gestionați profilele mod_translate";
|
||||
$text['description-number_translation']['ru-ru'] = "Управление профилями mod_translate";
|
||||
$text['description-number_translation']['sv-se'] = "Hantera mod_translate profiler";
|
||||
$text['description-number_translation']['uk-ua'] = "Управління mod_translate профілів";
|
||||
$text['title-number_translation']['en-us'] = 'Number Translation';
|
||||
$text['title-number_translation']['ar-eg'] = '';
|
||||
$text['title-number_translation']['de-at'] = '';
|
||||
$text['title-number_translation']['de-ch'] = '';
|
||||
$text['title-number_translation']['de-de'] = '';
|
||||
$text['title-number_translation']['es-cl'] = '';
|
||||
$text['title-number_translation']['es-mx'] = '';
|
||||
$text['title-number_translation']['fr-ca'] = '';
|
||||
$text['title-number_translation']['fr-fr'] = '';
|
||||
$text['title-number_translation']['he-il'] = '';
|
||||
$text['title-number_translation']['it-it'] = '';
|
||||
$text['title-number_translation']['nl-nl'] = '';
|
||||
$text['title-number_translation']['pl-pl'] = '';
|
||||
$text['title-number_translation']['pt-br'] = '';
|
||||
$text['title-number_translation']['pt-pt'] = '';
|
||||
$text['title-number_translation']['ro-ro'] = '';
|
||||
$text['title-number_translation']['ru-ru'] = '';
|
||||
$text['title-number_translation']['sv-se'] = '';
|
||||
$text['title-number_translation']['uk-ua'] = '';
|
||||
|
||||
$text['header-number_translation']['en-us'] = "Profiles";
|
||||
$text['header-number_translation']['ar-eg'] = "مظهر";
|
||||
$text['header-number_translation']['de-at'] = "Profile"; //copied from de-de
|
||||
$text['header-number_translation']['de-ch'] = "Profile"; //copied from de-de
|
||||
$text['header-number_translation']['de-de'] = "Profile";
|
||||
$text['header-number_translation']['es-cl'] = "Perfiles";
|
||||
$text['header-number_translation']['es-mx'] = "Perfiles"; //copied from es-cl
|
||||
$text['header-number_translation']['fr-ca'] = "Profils"; //copied from fr-fr
|
||||
$text['header-number_translation']['fr-fr'] = "Profils";
|
||||
$text['header-number_translation']['he-il'] = "פרופילים";
|
||||
$text['header-number_translation']['it-it'] = "profili";
|
||||
$text['header-number_translation']['nl-nl'] = "profielen";
|
||||
$text['header-number_translation']['pl-pl'] = "Profile";
|
||||
$text['header-number_translation']['pt-br'] = "Perfis"; //copied from pt-pt
|
||||
$text['header-number_translation']['pt-pt'] = "Perfis";
|
||||
$text['header-number_translation']['ro-ro'] = "Profil";
|
||||
$text['header-number_translation']['ru-ru'] = "Профили";
|
||||
$text['header-number_translation']['sv-se'] = "profiler";
|
||||
$text['header-number_translation']['uk-ua'] = "профілі";
|
||||
$text['title_description-number_translation']['en-us'] = 'Use this to translate numbers from the original number to a new number using regular expressions.';
|
||||
$text['title_description-number_translation']['ar-eg'] = '';
|
||||
$text['title_description-number_translation']['de-at'] = '';
|
||||
$text['title_description-number_translation']['de-ch'] = '';
|
||||
$text['title_description-number_translation']['de-de'] = '';
|
||||
$text['title_description-number_translation']['es-cl'] = '';
|
||||
$text['title_description-number_translation']['es-mx'] = '';
|
||||
$text['title_description-number_translation']['fr-ca'] = '';
|
||||
$text['title_description-number_translation']['fr-fr'] = '';
|
||||
$text['title_description-number_translation']['he-il'] = '';
|
||||
$text['title_description-number_translation']['it-it'] = '';
|
||||
$text['title_description-number_translation']['nl-nl'] = '';
|
||||
$text['title_description-number_translation']['pl-pl'] = '';
|
||||
$text['title_description-number_translation']['pt-br'] = '';
|
||||
$text['title_description-number_translation']['pt-pt'] = '';
|
||||
$text['title_description-number_translation']['ro-ro'] = '';
|
||||
$text['title_description-number_translation']['ru-ru'] = '';
|
||||
$text['title_description-number_translation']['sv-se'] = '';
|
||||
$text['title_description-number_translation']['uk-ua'] = '';
|
||||
|
||||
$text['label-hostname']['en-us'] = "Hostname";
|
||||
$text['label-hostname']['ar-eg'] = "اسم المضيف";
|
||||
$text['label-hostname']['de-at'] = "Hostname"; //copied from de-de
|
||||
$text['label-hostname']['de-ch'] = "Hostname"; //copied from de-de
|
||||
$text['label-hostname']['de-de'] = "Hostname";
|
||||
$text['label-hostname']['es-cl'] = "Nombre de host";
|
||||
$text['label-hostname']['es-mx'] = "Nombre de host"; //copied from es-cl
|
||||
$text['label-hostname']['fr-ca'] = "Nom d'hôte"; //copied from fr-fr
|
||||
$text['label-hostname']['fr-fr'] = "Nom d'hôte";
|
||||
$text['label-hostname']['he-il'] = "שם מארח";
|
||||
$text['label-hostname']['it-it'] = "Hostname";
|
||||
$text['label-hostname']['nl-nl'] = "Hostname";
|
||||
$text['label-hostname']['pl-pl'] = "Nazwa hosta";
|
||||
$text['label-hostname']['pt-br'] = "Mome de anfitrião"; //copied from pt-pt
|
||||
$text['label-hostname']['pt-pt'] = "Mome de anfitrião";
|
||||
$text['label-hostname']['ro-ro'] = "Numele gazdei";
|
||||
$text['label-hostname']['ru-ru'] = "Имя Хоста";
|
||||
$text['label-hostname']['sv-se'] = "Värdnamn";
|
||||
$text['label-hostname']['uk-ua'] = "Назва хоста";
|
||||
$text['label-number_translation_detail_regex']['en-us'] = 'Regular Expression';
|
||||
$text['label-number_translation_detail_regex']['ar-eg'] = "تعبير عادي";
|
||||
$text['label-number_translation_detail_regex']['de-at'] = "Regulärer Ausdruck"; //copied from de-de
|
||||
$text['label-number_translation_detail_regex']['de-ch'] = "Regulärer Ausdruck"; //copied from de-de
|
||||
$text['label-number_translation_detail_regex']['de-de'] = "Regulärer Ausdruck";
|
||||
$text['label-number_translation_detail_regex']['es-cl'] = "Expresión regular";
|
||||
$text['label-number_translation_detail_regex']['es-mx'] = "Expresión regular"; //copied from es-cl
|
||||
$text['label-number_translation_detail_regex']['fr-ca'] = "Expression régulière"; //copied from fr-fr
|
||||
$text['label-number_translation_detail_regex']['fr-fr'] = "Expression régulière";
|
||||
$text['label-number_translation_detail_regex']['he-il'] = "הבעה רגילה";
|
||||
$text['label-number_translation_detail_regex']['it-it'] = "Espressione regolare";
|
||||
$text['label-number_translation_detail_regex']['nl-nl'] = "Regular Expression";
|
||||
$text['label-number_translation_detail_regex']['pl-pl'] = "Wyrażenie regularne";
|
||||
$text['label-number_translation_detail_regex']['pt-br'] = "Expressão regular"; //copied from pt-pt
|
||||
$text['label-number_translation_detail_regex']['pt-pt'] = "Expressão regular";
|
||||
$text['label-number_translation_detail_regex']['ro-ro'] = "Expresie uzuala";
|
||||
$text['label-number_translation_detail_regex']['ru-ru'] = "Регулярное выражение";
|
||||
$text['label-number_translation_detail_regex']['sv-se'] = "Vanligt uttryck";
|
||||
$text['label-number_translation_detail_regex']['uk-ua'] = "Регулярний вираз";
|
||||
|
||||
$text['label-regex']['en-us'] = "Regular Expression";
|
||||
$text['label-regex']['ar-eg'] = "تعبير عادي";
|
||||
$text['label-regex']['de-at'] = "Regulärer Ausdruck"; //copied from de-de
|
||||
$text['label-regex']['de-ch'] = "Regulärer Ausdruck"; //copied from de-de
|
||||
$text['label-regex']['de-de'] = "Regulärer Ausdruck";
|
||||
$text['label-regex']['es-cl'] = "Expresión regular";
|
||||
$text['label-regex']['es-mx'] = "Expresión regular"; //copied from es-cl
|
||||
$text['label-regex']['fr-ca'] = "Expression régulière"; //copied from fr-fr
|
||||
$text['label-regex']['fr-fr'] = "Expression régulière";
|
||||
$text['label-regex']['he-il'] = "הבעה רגילה";
|
||||
$text['label-regex']['it-it'] = "Espressione regolare";
|
||||
$text['label-regex']['nl-nl'] = "Regular Expression";
|
||||
$text['label-regex']['pl-pl'] = "Wyrażenie regularne";
|
||||
$text['label-regex']['pt-br'] = "Expressão regular"; //copied from pt-pt
|
||||
$text['label-regex']['pt-pt'] = "Expressão regular";
|
||||
$text['label-regex']['ro-ro'] = "Expresie uzuala";
|
||||
$text['label-regex']['ru-ru'] = "Регулярное выражение";
|
||||
$text['label-regex']['sv-se'] = "Vanligt uttryck";
|
||||
$text['label-regex']['uk-ua'] = "Регулярний вираз";
|
||||
$text['description-number_translation_detail_regex']['en-us'] = 'Enter the regular expression that identifies the number to replace.';
|
||||
$text['description-number_translation_detail_regex']['ar-eg'] = '';
|
||||
$text['description-number_translation_detail_regex']['de-at'] = '';
|
||||
$text['description-number_translation_detail_regex']['de-ch'] = '';
|
||||
$text['description-number_translation_detail_regex']['de-de'] = '';
|
||||
$text['description-number_translation_detail_regex']['es-cl'] = '';
|
||||
$text['description-number_translation_detail_regex']['es-mx'] = '';
|
||||
$text['description-number_translation_detail_regex']['fr-ca'] = '';
|
||||
$text['description-number_translation_detail_regex']['fr-fr'] = '';
|
||||
$text['description-number_translation_detail_regex']['he-il'] = '';
|
||||
$text['description-number_translation_detail_regex']['it-it'] = '';
|
||||
$text['description-number_translation_detail_regex']['nl-nl'] = '';
|
||||
$text['description-number_translation_detail_regex']['pl-pl'] = '';
|
||||
$text['description-number_translation_detail_regex']['pt-br'] = '';
|
||||
$text['description-number_translation_detail_regex']['pt-pt'] = '';
|
||||
$text['description-number_translation_detail_regex']['ro-ro'] = '';
|
||||
$text['description-number_translation_detail_regex']['ru-ru'] = '';
|
||||
$text['description-number_translation_detail_regex']['sv-se'] = '';
|
||||
$text['description-number_translation_detail_regex']['uk-ua'] = '';
|
||||
|
||||
$text['label-replace']['en-us'] = "Replace";
|
||||
$text['label-replace']['ar-eg'] = "يحل محل";
|
||||
$text['label-replace']['de-at'] = "Ersetzen"; //copied from de-de
|
||||
$text['label-replace']['de-ch'] = "Ersetzen"; //copied from de-de
|
||||
$text['label-replace']['de-de'] = "Ersetzen";
|
||||
$text['label-replace']['es-cl'] = "Reemplazar";
|
||||
$text['label-replace']['es-mx'] = "Reemplazar"; //copied from es-cl
|
||||
$text['label-replace']['fr-ca'] = "Remplacer"; //copied from fr-fr
|
||||
$text['label-replace']['fr-fr'] = "Remplacer";
|
||||
$text['label-replace']['he-il'] = "החלף";
|
||||
$text['label-replace']['it-it'] = "Sostituire";
|
||||
$text['label-replace']['nl-nl'] = "Vervangen";
|
||||
$text['label-replace']['pl-pl'] = "Zastąpić";
|
||||
$text['label-replace']['pt-br'] = "Substituir"; //copied from pt-pt
|
||||
$text['label-replace']['pt-pt'] = "Substituir";
|
||||
$text['label-replace']['ro-ro'] = "A inlocui";
|
||||
$text['label-replace']['ru-ru'] = "Замена";
|
||||
$text['label-replace']['sv-se'] = "Byta ut";
|
||||
$text['label-replace']['uk-ua'] = "заміщати";
|
||||
$text['label-number_translation_detail_replace']['en-us'] = "Replace";
|
||||
$text['label-number_translation_detail_replace']['ar-eg'] = "يحل محل";
|
||||
$text['label-number_translation_detail_replace']['de-at'] = "Ersetzen"; //copied from de-de
|
||||
$text['label-number_translation_detail_replace']['de-ch'] = "Ersetzen"; //copied from de-de
|
||||
$text['label-number_translation_detail_replace']['de-de'] = "Ersetzen";
|
||||
$text['label-number_translation_detail_replace']['es-cl'] = "Reemplazar";
|
||||
$text['label-number_translation_detail_replace']['es-mx'] = "Reemplazar"; //copied from es-cl
|
||||
$text['label-number_translation_detail_replace']['fr-ca'] = "Remplacer"; //copied from fr-fr
|
||||
$text['label-number_translation_detail_replace']['fr-fr'] = "Remplacer";
|
||||
$text['label-number_translation_detail_replace']['he-il'] = "החלף";
|
||||
$text['label-number_translation_detail_replace']['it-it'] = "Sostituire";
|
||||
$text['label-number_translation_detail_replace']['nl-nl'] = "Vervangen";
|
||||
$text['label-number_translation_detail_replace']['pl-pl'] = "Zastąpić";
|
||||
$text['label-number_translation_detail_replace']['pt-br'] = "Substituir"; //copied from pt-pt
|
||||
$text['label-number_translation_detail_replace']['pt-pt'] = "Substituir";
|
||||
$text['label-number_translation_detail_replace']['ro-ro'] = "A inlocui";
|
||||
$text['label-number_translation_detail_replace']['ru-ru'] = "Замена";
|
||||
$text['label-number_translation_detail_replace']['sv-se'] = "Byta ut";
|
||||
$text['label-number_translation_detail_replace']['uk-ua'] = "заміщати";
|
||||
|
||||
$text['title-number_translation']['en-us'] = "Manage mod_translate";
|
||||
$text['title-number_translation']['ar-eg'] = "إدارة mod_translate";
|
||||
$text['title-number_translation']['de-at'] = "Verwalte mod_translate"; //copied from de-de
|
||||
$text['title-number_translation']['de-ch'] = "Verwalte mod_translate"; //copied from de-de
|
||||
$text['title-number_translation']['de-de'] = "Verwalte mod_translate";
|
||||
$text['title-number_translation']['es-cl'] = "Administrar mod_translate";
|
||||
$text['title-number_translation']['es-mx'] = "Administrar mod_translate"; //copied from es-cl
|
||||
$text['title-number_translation']['fr-ca'] = "Gérer mod_translate"; //copied from fr-fr
|
||||
$text['title-number_translation']['fr-fr'] = "Gérer mod_translate";
|
||||
$text['title-number_translation']['he-il'] = "נהל את mod_translate";
|
||||
$text['title-number_translation']['it-it'] = "Gestisci mod_translate";
|
||||
$text['title-number_translation']['nl-nl'] = "Beheer mod_translate";
|
||||
$text['title-number_translation']['pl-pl'] = "Zarządzaj mod_translate";
|
||||
$text['title-number_translation']['pt-br'] = "Gerenciar mod_translate"; //copied from pt-pt
|
||||
$text['title-number_translation']['pt-pt'] = "Gerenciar mod_translate";
|
||||
$text['title-number_translation']['ro-ro'] = "Gestionați mod_translate";
|
||||
$text['title-number_translation']['ru-ru'] = "Управление mod_translate";
|
||||
$text['title-number_translation']['sv-se'] = "Hantera mod_translate";
|
||||
$text['title-number_translation']['uk-ua'] = "управління mod_translate";
|
||||
$text['description-number_translation_detail_replace']['en-us'] = 'Enter the number translation detail replace.';
|
||||
$text['description-number_translation_detail_replace']['ar-eg'] = '';
|
||||
$text['description-number_translation_detail_replace']['de-at'] = '';
|
||||
$text['description-number_translation_detail_replace']['de-ch'] = '';
|
||||
$text['description-number_translation_detail_replace']['de-de'] = '';
|
||||
$text['description-number_translation_detail_replace']['es-cl'] = '';
|
||||
$text['description-number_translation_detail_replace']['es-mx'] = '';
|
||||
$text['description-number_translation_detail_replace']['fr-ca'] = '';
|
||||
$text['description-number_translation_detail_replace']['fr-fr'] = '';
|
||||
$text['description-number_translation_detail_replace']['he-il'] = '';
|
||||
$text['description-number_translation_detail_replace']['it-it'] = '';
|
||||
$text['description-number_translation_detail_replace']['nl-nl'] = '';
|
||||
$text['description-number_translation_detail_replace']['pl-pl'] = '';
|
||||
$text['description-number_translation_detail_replace']['pt-br'] = '';
|
||||
$text['description-number_translation_detail_replace']['pt-pt'] = '';
|
||||
$text['description-number_translation_detail_replace']['ro-ro'] = '';
|
||||
$text['description-number_translation_detail_replace']['ru-ru'] = '';
|
||||
$text['description-number_translation_detail_replace']['sv-se'] = '';
|
||||
$text['description-number_translation_detail_replace']['uk-ua'] = '';
|
||||
|
||||
$text['label-number_translation_detail_order']['en-us'] = 'Order';
|
||||
$text['label-number_translation_detail_order']['ar-eg'] = '';
|
||||
$text['label-number_translation_detail_order']['de-at'] = '';
|
||||
$text['label-number_translation_detail_order']['de-ch'] = '';
|
||||
$text['label-number_translation_detail_order']['de-de'] = '';
|
||||
$text['label-number_translation_detail_order']['es-cl'] = '';
|
||||
$text['label-number_translation_detail_order']['es-mx'] = '';
|
||||
$text['label-number_translation_detail_order']['fr-ca'] = '';
|
||||
$text['label-number_translation_detail_order']['fr-fr'] = '';
|
||||
$text['label-number_translation_detail_order']['he-il'] = '';
|
||||
$text['label-number_translation_detail_order']['it-it'] = '';
|
||||
$text['label-number_translation_detail_order']['nl-nl'] = '';
|
||||
$text['label-number_translation_detail_order']['pl-pl'] = '';
|
||||
$text['label-number_translation_detail_order']['pt-br'] = '';
|
||||
$text['label-number_translation_detail_order']['pt-pt'] = '';
|
||||
$text['label-number_translation_detail_order']['ro-ro'] = '';
|
||||
$text['label-number_translation_detail_order']['ru-ru'] = '';
|
||||
$text['label-number_translation_detail_order']['sv-se'] = '';
|
||||
$text['label-number_translation_detail_order']['uk-ua'] = '';
|
||||
|
||||
$text['description-number_translation_detail_order']['en-us'] = 'Select the rule order.';
|
||||
$text['description-number_translation_detail_order']['ar-eg'] = '';
|
||||
$text['description-number_translation_detail_order']['de-at'] = '';
|
||||
$text['description-number_translation_detail_order']['de-ch'] = '';
|
||||
$text['description-number_translation_detail_order']['de-de'] = '';
|
||||
$text['description-number_translation_detail_order']['es-cl'] = '';
|
||||
$text['description-number_translation_detail_order']['es-mx'] = '';
|
||||
$text['description-number_translation_detail_order']['fr-ca'] = '';
|
||||
$text['description-number_translation_detail_order']['fr-fr'] = '';
|
||||
$text['description-number_translation_detail_order']['he-il'] = '';
|
||||
$text['description-number_translation_detail_order']['it-it'] = '';
|
||||
$text['description-number_translation_detail_order']['nl-nl'] = '';
|
||||
$text['description-number_translation_detail_order']['pl-pl'] = '';
|
||||
$text['description-number_translation_detail_order']['pt-br'] = '';
|
||||
$text['description-number_translation_detail_order']['pt-pt'] = '';
|
||||
$text['description-number_translation_detail_order']['ro-ro'] = '';
|
||||
$text['description-number_translation_detail_order']['ru-ru'] = '';
|
||||
$text['description-number_translation_detail_order']['sv-se'] = '';
|
||||
$text['description-number_translation_detail_order']['uk-ua'] = '';
|
||||
|
||||
$text['label-number_translation_name']['en-us'] = 'Name';
|
||||
$text['label-number_translation_name']['ar-eg'] = '';
|
||||
$text['label-number_translation_name']['de-at'] = '';
|
||||
$text['label-number_translation_name']['de-ch'] = '';
|
||||
$text['label-number_translation_name']['de-de'] = '';
|
||||
$text['label-number_translation_name']['es-cl'] = '';
|
||||
$text['label-number_translation_name']['es-mx'] = '';
|
||||
$text['label-number_translation_name']['fr-ca'] = '';
|
||||
$text['label-number_translation_name']['fr-fr'] = '';
|
||||
$text['label-number_translation_name']['he-il'] = '';
|
||||
$text['label-number_translation_name']['it-it'] = '';
|
||||
$text['label-number_translation_name']['nl-nl'] = '';
|
||||
$text['label-number_translation_name']['pl-pl'] = '';
|
||||
$text['label-number_translation_name']['pt-br'] = '';
|
||||
$text['label-number_translation_name']['pt-pt'] = '';
|
||||
$text['label-number_translation_name']['ro-ro'] = '';
|
||||
$text['label-number_translation_name']['ru-ru'] = '';
|
||||
$text['label-number_translation_name']['sv-se'] = '';
|
||||
$text['label-number_translation_name']['uk-ua'] = '';
|
||||
|
||||
$text['description-number_translation_name']['en-us'] = 'Enter the number translation name.';
|
||||
$text['description-number_translation_name']['ar-eg'] = '';
|
||||
$text['description-number_translation_name']['de-at'] = '';
|
||||
$text['description-number_translation_name']['de-ch'] = '';
|
||||
$text['description-number_translation_name']['de-de'] = '';
|
||||
$text['description-number_translation_name']['es-cl'] = '';
|
||||
$text['description-number_translation_name']['es-mx'] = '';
|
||||
$text['description-number_translation_name']['fr-ca'] = '';
|
||||
$text['description-number_translation_name']['fr-fr'] = '';
|
||||
$text['description-number_translation_name']['he-il'] = '';
|
||||
$text['description-number_translation_name']['it-it'] = '';
|
||||
$text['description-number_translation_name']['nl-nl'] = '';
|
||||
$text['description-number_translation_name']['pl-pl'] = '';
|
||||
$text['description-number_translation_name']['pt-br'] = '';
|
||||
$text['description-number_translation_name']['pt-pt'] = '';
|
||||
$text['description-number_translation_name']['ro-ro'] = '';
|
||||
$text['description-number_translation_name']['ru-ru'] = '';
|
||||
$text['description-number_translation_name']['sv-se'] = '';
|
||||
$text['description-number_translation_name']['uk-ua'] = '';
|
||||
|
||||
$text['label-number_translation_details']['en-us'] = 'Details';
|
||||
$text['label-number_translation_details']['ar-eg'] = '';
|
||||
$text['label-number_translation_details']['de-at'] = '';
|
||||
$text['label-number_translation_details']['de-ch'] = '';
|
||||
$text['label-number_translation_details']['de-de'] = '';
|
||||
$text['label-number_translation_details']['es-cl'] = '';
|
||||
$text['label-number_translation_details']['es-mx'] = '';
|
||||
$text['label-number_translation_details']['fr-ca'] = '';
|
||||
$text['label-number_translation_details']['fr-fr'] = '';
|
||||
$text['label-number_translation_details']['he-il'] = '';
|
||||
$text['label-number_translation_details']['it-it'] = '';
|
||||
$text['label-number_translation_details']['nl-nl'] = '';
|
||||
$text['label-number_translation_details']['pl-pl'] = '';
|
||||
$text['label-number_translation_details']['pt-br'] = '';
|
||||
$text['label-number_translation_details']['pt-pt'] = '';
|
||||
$text['label-number_translation_details']['ro-ro'] = '';
|
||||
$text['label-number_translation_details']['ru-ru'] = '';
|
||||
$text['label-number_translation_details']['sv-se'] = '';
|
||||
$text['label-number_translation_details']['uk-ua'] = '';
|
||||
|
||||
$text['description-number_translation_details']['en-us'] = '';
|
||||
$text['description-number_translation_details']['ar-eg'] = '';
|
||||
$text['description-number_translation_details']['de-at'] = '';
|
||||
$text['description-number_translation_details']['de-ch'] = '';
|
||||
$text['description-number_translation_details']['de-de'] = '';
|
||||
$text['description-number_translation_details']['es-cl'] = '';
|
||||
$text['description-number_translation_details']['es-mx'] = '';
|
||||
$text['description-number_translation_details']['fr-ca'] = '';
|
||||
$text['description-number_translation_details']['fr-fr'] = '';
|
||||
$text['description-number_translation_details']['he-il'] = '';
|
||||
$text['description-number_translation_details']['it-it'] = '';
|
||||
$text['description-number_translation_details']['nl-nl'] = '';
|
||||
$text['description-number_translation_details']['pl-pl'] = '';
|
||||
$text['description-number_translation_details']['pt-br'] = '';
|
||||
$text['description-number_translation_details']['pt-pt'] = '';
|
||||
$text['description-number_translation_details']['ro-ro'] = '';
|
||||
$text['description-number_translation_details']['ru-ru'] = '';
|
||||
$text['description-number_translation_details']['sv-se'] = '';
|
||||
$text['description-number_translation_details']['uk-ua'] = '';
|
||||
|
||||
$text['label-number_translation_enabled']['en-us'] = 'Enabled';
|
||||
$text['label-number_translation_enabled']['ar-eg'] = '';
|
||||
$text['label-number_translation_enabled']['de-at'] = '';
|
||||
$text['label-number_translation_enabled']['de-ch'] = '';
|
||||
$text['label-number_translation_enabled']['de-de'] = '';
|
||||
$text['label-number_translation_enabled']['es-cl'] = '';
|
||||
$text['label-number_translation_enabled']['es-mx'] = '';
|
||||
$text['label-number_translation_enabled']['fr-ca'] = '';
|
||||
$text['label-number_translation_enabled']['fr-fr'] = '';
|
||||
$text['label-number_translation_enabled']['he-il'] = '';
|
||||
$text['label-number_translation_enabled']['it-it'] = '';
|
||||
$text['label-number_translation_enabled']['nl-nl'] = '';
|
||||
$text['label-number_translation_enabled']['pl-pl'] = '';
|
||||
$text['label-number_translation_enabled']['pt-br'] = '';
|
||||
$text['label-number_translation_enabled']['pt-pt'] = '';
|
||||
$text['label-number_translation_enabled']['ro-ro'] = '';
|
||||
$text['label-number_translation_enabled']['ru-ru'] = '';
|
||||
$text['label-number_translation_enabled']['sv-se'] = '';
|
||||
$text['label-number_translation_enabled']['uk-ua'] = '';
|
||||
|
||||
$text['description-number_translation_enabled']['en-us'] = 'Enter the number translation enabled.';
|
||||
$text['description-number_translation_enabled']['ar-eg'] = '';
|
||||
$text['description-number_translation_enabled']['de-at'] = '';
|
||||
$text['description-number_translation_enabled']['de-ch'] = '';
|
||||
$text['description-number_translation_enabled']['de-de'] = '';
|
||||
$text['description-number_translation_enabled']['es-cl'] = '';
|
||||
$text['description-number_translation_enabled']['es-mx'] = '';
|
||||
$text['description-number_translation_enabled']['fr-ca'] = '';
|
||||
$text['description-number_translation_enabled']['fr-fr'] = '';
|
||||
$text['description-number_translation_enabled']['he-il'] = '';
|
||||
$text['description-number_translation_enabled']['it-it'] = '';
|
||||
$text['description-number_translation_enabled']['nl-nl'] = '';
|
||||
$text['description-number_translation_enabled']['pl-pl'] = '';
|
||||
$text['description-number_translation_enabled']['pt-br'] = '';
|
||||
$text['description-number_translation_enabled']['pt-pt'] = '';
|
||||
$text['description-number_translation_enabled']['ro-ro'] = '';
|
||||
$text['description-number_translation_enabled']['ru-ru'] = '';
|
||||
$text['description-number_translation_enabled']['sv-se'] = '';
|
||||
$text['description-number_translation_enabled']['uk-ua'] = '';
|
||||
|
||||
$text['label-number_translation_description']['en-us'] = 'Description';
|
||||
$text['label-number_translation_description']['ar-eg'] = '';
|
||||
$text['label-number_translation_description']['de-at'] = '';
|
||||
$text['label-number_translation_description']['de-ch'] = '';
|
||||
$text['label-number_translation_description']['de-de'] = '';
|
||||
$text['label-number_translation_description']['es-cl'] = '';
|
||||
$text['label-number_translation_description']['es-mx'] = '';
|
||||
$text['label-number_translation_description']['fr-ca'] = '';
|
||||
$text['label-number_translation_description']['fr-fr'] = '';
|
||||
$text['label-number_translation_description']['he-il'] = '';
|
||||
$text['label-number_translation_description']['it-it'] = '';
|
||||
$text['label-number_translation_description']['nl-nl'] = '';
|
||||
$text['label-number_translation_description']['pl-pl'] = '';
|
||||
$text['label-number_translation_description']['pt-br'] = '';
|
||||
$text['label-number_translation_description']['pt-pt'] = '';
|
||||
$text['label-number_translation_description']['ro-ro'] = '';
|
||||
$text['label-number_translation_description']['ru-ru'] = '';
|
||||
$text['label-number_translation_description']['sv-se'] = '';
|
||||
$text['label-number_translation_description']['uk-ua'] = '';
|
||||
|
||||
$text['description-number_translation_description']['en-us'] = 'Enter the number translation description.';
|
||||
$text['description-number_translation_description']['ar-eg'] = '';
|
||||
$text['description-number_translation_description']['de-at'] = '';
|
||||
$text['description-number_translation_description']['de-ch'] = '';
|
||||
$text['description-number_translation_description']['de-de'] = '';
|
||||
$text['description-number_translation_description']['es-cl'] = '';
|
||||
$text['description-number_translation_description']['es-mx'] = '';
|
||||
$text['description-number_translation_description']['fr-ca'] = '';
|
||||
$text['description-number_translation_description']['fr-fr'] = '';
|
||||
$text['description-number_translation_description']['he-il'] = '';
|
||||
$text['description-number_translation_description']['it-it'] = '';
|
||||
$text['description-number_translation_description']['nl-nl'] = '';
|
||||
$text['description-number_translation_description']['pl-pl'] = '';
|
||||
$text['description-number_translation_description']['pt-br'] = '';
|
||||
$text['description-number_translation_description']['pt-pt'] = '';
|
||||
$text['description-number_translation_description']['ro-ro'] = '';
|
||||
$text['description-number_translation_description']['ru-ru'] = '';
|
||||
$text['description-number_translation_description']['sv-se'] = '';
|
||||
$text['description-number_translation_description']['uk-ua'] = '';
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user