2017-06-08 16:35:36 +01:00
<? php
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'title-number_translations' ][ 'en-us' ] = "Number Translations" ;
$text [ 'title-number_translations' ][ 'en-gb' ] = "Number Translations" ;
$text [ 'title-number_translations' ][ 'ar-eg' ] = "عدد الترجمة التحريرية" ;
$text [ 'title-number_translations' ][ 'de-at' ] = "Anzahl Übersetzungen" ;
$text [ 'title-number_translations' ][ 'de-ch' ] = "Anzahl Übersetzungen" ;
$text [ 'title-number_translations' ][ 'de-de' ] = "Anzahl Übersetzungen" ;
$text [ 'title-number_translations' ][ 'es-cl' ] = "Número de traducciones" ;
$text [ 'title-number_translations' ][ 'es-mx' ] = "Número de traducciones" ;
$text [ 'title-number_translations' ][ 'fr-ca' ] = "Traductions de nombre" ;
$text [ 'title-number_translations' ][ 'fr-fr' ] = "Traductions de nombre" ;
$text [ 'title-number_translations' ][ 'he-il' ] = "מספר תרגום" ;
$text [ 'title-number_translations' ][ 'it-it' ] = "Numero Traduzioni" ;
$text [ 'title-number_translations' ][ 'nl-nl' ] = "Nummer vertalingen" ;
$text [ 'title-number_translations' ][ 'pl-pl' ] = "Translacje numerów" ;
$text [ 'title-number_translations' ][ 'pt-br' ] = "Tradução de número" ;
$text [ 'title-number_translations' ][ 'pt-pt' ] = "Tradução de número" ;
$text [ 'title-number_translations' ][ 'ro-ro' ] = "" ;
$text [ 'title-number_translations' ][ 'ru-ru' ] = "Преобразование номеров" ;
$text [ 'title-number_translations' ][ 'sv-se' ] = "Nummeröversättningar" ;
$text [ 'title-number_translations' ][ 'uk-ua' ] = "Переклади" ;
2023-05-03 10:36:25 -06:00
$text [ 'title-number_translations' ][ 'zh-cn' ] = "翻译" ;
$text [ 'title-number_translations' ][ 'ja-jp' ] = "数値翻訳" ;
$text [ 'title-number_translations' ][ 'ko-kr' ] = "번호 번역" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'title-number_translation' ][ 'en-us' ] = "Number Translation" ;
$text [ 'title-number_translation' ][ 'en-gb' ] = "Number Translation" ;
$text [ 'title-number_translation' ][ 'ar-eg' ] = "الترجمة التحريرية" ;
$text [ 'title-number_translation' ][ 'de-at' ] = "Nummer Übersetzung" ;
$text [ 'title-number_translation' ][ 'de-ch' ] = "Nummer Übersetzung" ;
$text [ 'title-number_translation' ][ 'de-de' ] = "Nummer Übersetzung" ;
$text [ 'title-number_translation' ][ 'es-cl' ] = "Traducción" ;
$text [ 'title-number_translation' ][ 'es-mx' ] = "Traducción" ;
$text [ 'title-number_translation' ][ 'fr-ca' ] = "Traduction de nombre" ;
$text [ 'title-number_translation' ][ 'fr-fr' ] = "Traduction de nombre" ;
$text [ 'title-number_translation' ][ 'he-il' ] = "מספר תרגום" ;
$text [ 'title-number_translation' ][ 'it-it' ] = "Numero di traduzione" ;
$text [ 'title-number_translation' ][ 'nl-nl' ] = "Nummer vertaling" ;
$text [ 'title-number_translation' ][ 'pl-pl' ] = "Translacja numeru" ;
$text [ 'title-number_translation' ][ 'pt-br' ] = "Tradução do Número" ;
$text [ 'title-number_translation' ][ 'pt-pt' ] = "Tradução do Número" ;
$text [ 'title-number_translation' ][ 'ro-ro' ] = "" ;
$text [ 'title-number_translation' ][ 'ru-ru' ] = "Преобразование номера" ;
$text [ 'title-number_translation' ][ 'sv-se' ] = "Nummeröversättning" ;
$text [ 'title-number_translation' ][ 'uk-ua' ] = "Переклад документів" ;
2023-05-03 10:36:25 -06:00
$text [ 'title-number_translation' ][ 'zh-cn' ] = "翻译" ;
$text [ 'title-number_translation' ][ 'ja-jp' ] = "数値翻訳" ;
$text [ 'title-number_translation' ][ 'ko-kr' ] = "번호 번역" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'title_description-number_translations' ][ 'en-us' ] = "Use this to translate numbers from the original number to a new number using regular expressions." ;
$text [ 'title_description-number_translations' ][ 'en-gb' ] = "Use this to translate numbers from the original number to a new number using regular expressions." ;
$text [ 'title_description-number_translations' ][ 'ar-eg' ] = "استخدام هذا لترجمة الأرقام من الرقم الأصلي إلى رقم جديد باستخدام عبارات منتظمة." ;
$text [ 'title_description-number_translations' ][ 'de-at' ] = "Verwenden Sie dies, um Zahlen von der ursprünglichen Nummer auf eine neue Zahl mit regelmäßigen Ausdrücken zu übersetzen." ;
$text [ 'title_description-number_translations' ][ 'de-ch' ] = "Verwenden Sie dies, um Zahlen von der ursprünglichen Nummer auf eine neue Zahl mit regelmäßigen Ausdrücken zu übersetzen." ;
$text [ 'title_description-number_translations' ][ 'de-de' ] = "Verwenden Sie dies, um Zahlen von der ursprünglichen Nummer auf eine neue Zahl mit regelmäßigen Ausdrücken zu übersetzen." ;
$text [ 'title_description-number_translations' ][ 'es-cl' ] = "Utilice esto para traducir números del número original a un nuevo número utilizando expresiones regulares." ;
$text [ 'title_description-number_translations' ][ 'es-mx' ] = "Utilice esto para traducir números del número original a un nuevo número utilizando expresiones regulares." ;
2020-07-25 13:20:06 -06:00
$text [ 'title_description-number_translations' ][ 'fr-ca' ] = "Utilisez ceci pour traduire les nombres du numéro d'origine en un nouveau nombre à l'aide d'expressions régulières" ;
$text [ 'title_description-number_translations' ][ 'fr-fr' ] = "Utilisez ceci pour traduire les nombres du numéro d'origine en un nouveau nombre à l'aide d'expressions régulières" ;
2023-05-02 20:22:44 -06:00
$text [ 'title_description-number_translations' ][ 'he-il' ] = "השתמש בכך כדי לתרגם מספרים מהמספר המקורי למספר חדש באמצעות ביטויים קבועים." ;
$text [ 'title_description-number_translations' ][ 'it-it' ] = "Utilizzare questo per tradurre i numeri dal numero originale a un nuovo numero utilizzando espressioni regolari." ;
$text [ 'title_description-number_translations' ][ 'nl-nl' ] = "Gebruik dit om nummers van het orginele nummer naar een nieuw nummer om te zetten m.b.v. reguliere uitdrukkingen." ;
$text [ 'title_description-number_translations' ][ 'pl-pl' ] = "Służy do konwersji liczb z jednego rodzaju na inny za pomocą wyrażeń regularnych" ;
$text [ 'title_description-number_translations' ][ 'pt-br' ] = "Use isso para traduzir números do número original para um novo número usando expressões regulares." ;
$text [ 'title_description-number_translations' ][ 'pt-pt' ] = "Use isso para traduzir números do número original para um novo número usando expressões regulares." ;
$text [ 'title_description-number_translations' ][ 'ro-ro' ] = "" ;
$text [ 'title_description-number_translations' ][ 'ru-ru' ] = "Используйте для преобразования номера из одного вида в другой используя регулярные выражения" ;
$text [ 'title_description-number_translations' ][ 'sv-se' ] = "Använd detta för att översätta siffror från det ursprungliga numret till ett nytt nummer med vanliga uttryck." ;
$text [ 'title_description-number_translations' ][ 'uk-ua' ] = "Використовуйте це для перекладу чисел з початкового числа до нового числа, використовуючи регулярні вирази." ;
2023-05-03 10:36:25 -06:00
$text [ 'title_description-number_translations' ][ 'zh-cn' ] = "采用定期表述方式将数字从原来的数字变为新数字。" ;
$text [ 'title_description-number_translations' ][ 'ja-jp' ] = "正規表現を使用して、元の番号から新しい番号に数字を変換するためにこれを使用します。" ;
$text [ 'title_description-number_translations' ][ 'ko-kr' ] = "원본 번호에서 정규 표현식을 사용하여 새로운 숫자로 변환하는 것을 사용합니다." ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_detail_regex' ][ 'en-us' ] = "Regular Expression" ;
$text [ 'label-number_translation_detail_regex' ][ 'en-gb' ] = "Regular Expression" ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_detail_regex' ][ 'ar-eg' ] = "تعبير عادي" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_detail_regex' ][ 'de-at' ] = "Regulärer Ausdruck" ;
$text [ 'label-number_translation_detail_regex' ][ 'de-ch' ] = "Regulärer Ausdruck" ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_detail_regex' ][ 'de-de' ] = "Regulärer Ausdruck" ;
$text [ 'label-number_translation_detail_regex' ][ 'es-cl' ] = "Expresión regular" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_detail_regex' ][ 'es-mx' ] = "Expresión regular" ;
$text [ 'label-number_translation_detail_regex' ][ 'fr-ca' ] = "Expression régulière" ;
2017-12-23 23:56:07 -07:00
$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" ;
2019-11-23 01:37:36 +01:00
$text [ 'label-number_translation_detail_regex' ][ 'nl-nl' ] = "Reguliere Uitdrukking (regular expression)" ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_detail_regex' ][ 'pl-pl' ] = "Wyrażenie regularne" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_detail_regex' ][ 'pt-br' ] = "Expressão regular" ;
2017-12-23 23:56:07 -07:00
$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' ] = "Регулярний вираз" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-number_translation_detail_regex' ][ 'zh-cn' ] = "定期发言" ;
$text [ 'label-number_translation_detail_regex' ][ 'ja-jp' ] = "正規表現" ;
$text [ 'label-number_translation_detail_regex' ][ 'ko-kr' ] = "일반 표현" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_detail_regex' ][ 'en-us' ] = "Enter the regular expression that identifies the number to replace." ;
$text [ 'description-number_translation_detail_regex' ][ 'en-gb' ] = "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' ] = "Geben Sie den regulären Ausdruck ein, der die zu ersetzende Nummer identifiziert." ;
$text [ 'description-number_translation_detail_regex' ][ 'de-ch' ] = "Geben Sie den regulären Ausdruck ein, der die zu ersetzende Nummer identifiziert." ;
$text [ 'description-number_translation_detail_regex' ][ 'de-de' ] = "Geben Sie den regulären Ausdruck ein, der die zu ersetzende Nummer identifiziert." ;
$text [ 'description-number_translation_detail_regex' ][ 'es-cl' ] = "Introduzca la expresión regular que identifica el número para reemplazar." ;
$text [ 'description-number_translation_detail_regex' ][ 'es-mx' ] = "Introduzca la expresión regular que identifica el número para reemplazar." ;
2019-09-16 11:11:51 -04:00
$text [ 'description-number_translation_detail_regex' ][ 'fr-ca' ] = "Entrez l'expression régulière qui identifie le nombre à remplacer." ;
$text [ 'description-number_translation_detail_regex' ][ 'fr-fr' ] = "Entrez l'expression régulière qui identifie le nombre à remplacer." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_detail_regex' ][ 'he-il' ] = "הזן את הביטוי הרגיל המזהה את המספר להחליף." ;
$text [ 'description-number_translation_detail_regex' ][ 'it-it' ] = "Inserisci l'espressione regolare che identifica il numero da sostituire." ;
$text [ 'description-number_translation_detail_regex' ][ 'nl-nl' ] = "Voer de reguliere uitdrukking die het nummer dat vervangen moet worden selecteerd" ;
$text [ 'description-number_translation_detail_regex' ][ 'pl-pl' ] = "Podaj wyrażenie regularne do konwersji liczby" ;
$text [ 'description-number_translation_detail_regex' ][ 'pt-br' ] = "Digite a expressão regular que identifica o número a substituir." ;
$text [ 'description-number_translation_detail_regex' ][ 'pt-pt' ] = "Digite a expressão regular que identifica o número a substituir." ;
$text [ 'description-number_translation_detail_regex' ][ 'ro-ro' ] = "" ;
$text [ 'description-number_translation_detail_regex' ][ 'ru-ru' ] = "Задайте регулярное выражение для преобразования номера" ;
$text [ 'description-number_translation_detail_regex' ][ 'sv-se' ] = "Ange det vanliga uttrycket som identifierar numret för att ersätta." ;
$text [ 'description-number_translation_detail_regex' ][ 'uk-ua' ] = "Введіть формальний вираз, який визначає номер для заміни." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-number_translation_detail_regex' ][ 'zh-cn' ] = "加入确定替换人数的定期表述。" ;
$text [ 'description-number_translation_detail_regex' ][ 'ja-jp' ] = "置換する番号を識別する正規表現を入力します。" ;
$text [ 'description-number_translation_detail_regex' ][ 'ko-kr' ] = "대체할 수 있는 숫자를 식별하는 정규 표현식을 입력합니다." ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_detail_replace' ][ 'en-us' ] = "Replace" ;
2020-03-20 20:47:13 +00:00
$text [ 'label-number_translation_detail_replace' ][ 'en-gb' ] = "Replace" ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_detail_replace' ][ 'ar-eg' ] = "يحل محل" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_detail_replace' ][ 'de-at' ] = "Ersetzen" ;
$text [ 'label-number_translation_detail_replace' ][ 'de-ch' ] = "Ersetzen" ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_detail_replace' ][ 'de-de' ] = "Ersetzen" ;
$text [ 'label-number_translation_detail_replace' ][ 'es-cl' ] = "Reemplazar" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_detail_replace' ][ 'es-mx' ] = "Reemplazar" ;
$text [ 'label-number_translation_detail_replace' ][ 'fr-ca' ] = "Remplacer" ;
2017-12-23 23:56:07 -07:00
$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" ;
2022-03-26 21:30:02 +01:00
$text [ 'label-number_translation_detail_replace' ][ 'pl-pl' ] = "Zastąp" ;
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_detail_replace' ][ 'pt-br' ] = "Substituir" ;
2017-12-23 23:56:07 -07:00
$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' ] = "заміщати" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-number_translation_detail_replace' ][ 'zh-cn' ] = "替换" ;
$text [ 'label-number_translation_detail_replace' ][ 'ja-jp' ] = "リプレース" ;
$text [ 'label-number_translation_detail_replace' ][ 'ko-kr' ] = "기타 제품" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_detail_replace' ][ 'en-us' ] = "Enter the number translation detail replace." ;
$text [ 'description-number_translation_detail_replace' ][ 'en-gb' ] = "Enter the number translation detail replace." ;
$text [ 'description-number_translation_detail_replace' ][ 'ar-eg' ] = "أدخل رقم تفاصيل الترجمة." ;
$text [ 'description-number_translation_detail_replace' ][ 'de-at' ] = "Geben Sie die Nummer Übersetzungsdetail ersetzen." ;
$text [ 'description-number_translation_detail_replace' ][ 'de-ch' ] = "Geben Sie die Nummer Übersetzungsdetail ersetzen." ;
$text [ 'description-number_translation_detail_replace' ][ 'de-de' ] = "Geben Sie die Nummer Übersetzungsdetail ersetzen." ;
$text [ 'description-number_translation_detail_replace' ][ 'es-cl' ] = "Introduzca el detalle de traducción número reemplazar." ;
$text [ 'description-number_translation_detail_replace' ][ 'es-mx' ] = "Introduzca el detalle de traducción número reemplazar." ;
2019-09-16 11:11:51 -04:00
$text [ 'description-number_translation_detail_replace' ][ 'fr-ca' ] = "Entrez le détail de la traduction de numéro à remplacer." ;
$text [ 'description-number_translation_detail_replace' ][ 'fr-fr' ] = "Entrez le détail de la traduction de numéro à remplacer." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_detail_replace' ][ 'he-il' ] = "הזן את מספר פרטי התרגום להחליף." ;
$text [ 'description-number_translation_detail_replace' ][ 'it-it' ] = "Inserisci il dettaglio di traduzione del numero sostituire." ;
$text [ 'description-number_translation_detail_replace' ][ 'nl-nl' ] = "Voer de nummer vertaling varvanging in." ;
$text [ 'description-number_translation_detail_replace' ][ 'pl-pl' ] = "Podaj nazwę translacji numeru" ;
$text [ 'description-number_translation_detail_replace' ][ 'pt-br' ] = "Insira o detalhe da tradução do número substituir." ;
$text [ 'description-number_translation_detail_replace' ][ 'pt-pt' ] = "Insira o detalhe da tradução do número substituir." ;
$text [ 'description-number_translation_detail_replace' ][ 'ro-ro' ] = "" ;
$text [ 'description-number_translation_detail_replace' ][ 'ru-ru' ] = "Введите детализация перевода номера." ;
$text [ 'description-number_translation_detail_replace' ][ 'sv-se' ] = "Ange nummeröversättningsdetaljen ersätta." ;
$text [ 'description-number_translation_detail_replace' ][ 'uk-ua' ] = "Введіть номер мобільного, який Ви вказали при укладаннi договору з банком - для ідентифікації." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-number_translation_detail_replace' ][ 'zh-cn' ] = "填写翻译序号替换。" ;
$text [ 'description-number_translation_detail_replace' ][ 'ja-jp' ] = "数値の翻訳詳細を置き換えます。" ;
$text [ 'description-number_translation_detail_replace' ][ 'ko-kr' ] = "번호 번역 세부 사항 교체를 입력합니다." ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_detail_order' ][ 'en-us' ] = "Order" ;
$text [ 'label-number_translation_detail_order' ][ 'en-gb' ] = "Order" ;
$text [ 'label-number_translation_detail_order' ][ 'ar-eg' ] = "الأمر" ;
$text [ 'label-number_translation_detail_order' ][ 'de-at' ] = "Ordnung" ;
$text [ 'label-number_translation_detail_order' ][ 'de-ch' ] = "Ordnung" ;
$text [ 'label-number_translation_detail_order' ][ 'de-de' ] = "Ordnung" ;
$text [ 'label-number_translation_detail_order' ][ 'es-cl' ] = "Orden" ;
$text [ 'label-number_translation_detail_order' ][ 'es-mx' ] = "Orden" ;
$text [ 'label-number_translation_detail_order' ][ 'fr-ca' ] = "Ordre" ;
$text [ 'label-number_translation_detail_order' ][ 'fr-fr' ] = "Ordre" ;
$text [ 'label-number_translation_detail_order' ][ 'he-il' ] = "הזמנה" ;
$text [ 'label-number_translation_detail_order' ][ 'it-it' ] = "Ordine" ;
$text [ 'label-number_translation_detail_order' ][ 'nl-nl' ] = "Volgorde" ;
$text [ 'label-number_translation_detail_order' ][ 'pl-pl' ] = "Kolejność" ;
$text [ 'label-number_translation_detail_order' ][ 'pt-br' ] = "Ordem" ;
$text [ 'label-number_translation_detail_order' ][ 'pt-pt' ] = "Ordem" ;
$text [ 'label-number_translation_detail_order' ][ 'ro-ro' ] = "" ;
$text [ 'label-number_translation_detail_order' ][ 'ru-ru' ] = "Приоритет" ;
$text [ 'label-number_translation_detail_order' ][ 'sv-se' ] = "order" ;
$text [ 'label-number_translation_detail_order' ][ 'uk-ua' ] = "Замовити" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-number_translation_detail_order' ][ 'zh-cn' ] = "命令" ;
$text [ 'label-number_translation_detail_order' ][ 'ja-jp' ] = "オーダー" ;
$text [ 'label-number_translation_detail_order' ][ 'ko-kr' ] = "이름 *" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_detail_order' ][ 'en-us' ] = "Select the rule order." ;
$text [ 'description-number_translation_detail_order' ][ 'en-gb' ] = "Select the rule order." ;
$text [ 'description-number_translation_detail_order' ][ 'ar-eg' ] = "اختاري النظام" ;
$text [ 'description-number_translation_detail_order' ][ 'de-at' ] = "Wählen Sie den Regelauftrag aus." ;
$text [ 'description-number_translation_detail_order' ][ 'de-ch' ] = "Wählen Sie den Regelauftrag aus." ;
$text [ 'description-number_translation_detail_order' ][ 'de-de' ] = "Wählen Sie den Regelauftrag aus." ;
$text [ 'description-number_translation_detail_order' ][ 'es-cl' ] = "Seleccione el orden de reglas." ;
$text [ 'description-number_translation_detail_order' ][ 'es-mx' ] = "Seleccione el orden de reglas." ;
2019-09-16 11:11:51 -04:00
$text [ 'description-number_translation_detail_order' ][ 'fr-ca' ] = "Sélectionnez l'ordre des règles." ;
$text [ 'description-number_translation_detail_order' ][ 'fr-fr' ] = "Sélectionnez l'ordre des règles." ;
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_detail_order' ][ 'he-il' ] = "בחר את פקודת הכלל." ;
$text [ 'description-number_translation_detail_order' ][ 'it-it' ] = "Selezionare l'ordine di regola." ;
$text [ 'description-number_translation_detail_order' ][ 'nl-nl' ] = "Kies de regel volgorde weer." ;
$text [ 'description-number_translation_detail_order' ][ 'pl-pl' ] = "Wybierz kolejność reguły" ;
$text [ 'description-number_translation_detail_order' ][ 'pt-br' ] = "Selecione a ordem de regra." ;
$text [ 'description-number_translation_detail_order' ][ 'pt-pt' ] = "Selecione a ordem de regra." ;
$text [ 'description-number_translation_detail_order' ][ 'ro-ro' ] = "" ;
$text [ 'description-number_translation_detail_order' ][ 'ru-ru' ] = "Задайте порядок обработки регулярных выражений в поле приоритета" ;
$text [ 'description-number_translation_detail_order' ][ 'sv-se' ] = "Välj regelordningen." ;
$text [ 'description-number_translation_detail_order' ][ 'uk-ua' ] = "Оберіть порядок правила." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-number_translation_detail_order' ][ 'zh-cn' ] = "选择规则令。" ;
$text [ 'description-number_translation_detail_order' ][ 'ja-jp' ] = "ルール順を選択します。" ;
$text [ 'description-number_translation_detail_order' ][ 'ko-kr' ] = "규칙 순서를 선택하십시오." ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_name' ][ 'en-us' ] = "Name" ;
$text [ 'label-number_translation_name' ][ 'en-gb' ] = "Name" ;
$text [ 'label-number_translation_name' ][ 'ar-eg' ] = "الاسم" ;
$text [ 'label-number_translation_name' ][ 'de-at' ] = "Name" ;
$text [ 'label-number_translation_name' ][ 'de-ch' ] = "Name" ;
$text [ 'label-number_translation_name' ][ 'de-de' ] = "Name" ;
$text [ 'label-number_translation_name' ][ 'es-cl' ] = "Nombre" ;
$text [ 'label-number_translation_name' ][ 'es-mx' ] = "Nombre" ;
$text [ 'label-number_translation_name' ][ 'fr-ca' ] = "Nom" ;
$text [ 'label-number_translation_name' ][ 'fr-fr' ] = "Nom" ;
$text [ 'label-number_translation_name' ][ 'he-il' ] = "שם השם" ;
$text [ 'label-number_translation_name' ][ 'it-it' ] = "Nome" ;
$text [ 'label-number_translation_name' ][ 'nl-nl' ] = "Naam" ;
$text [ 'label-number_translation_name' ][ 'pl-pl' ] = "Nazwa" ;
$text [ 'label-number_translation_name' ][ 'pt-br' ] = "Nome" ;
$text [ 'label-number_translation_name' ][ 'pt-pt' ] = "Nome" ;
$text [ 'label-number_translation_name' ][ 'ro-ro' ] = "" ;
$text [ 'label-number_translation_name' ][ 'ru-ru' ] = "Имя" ;
$text [ 'label-number_translation_name' ][ 'sv-se' ] = "Namnnamn" ;
$text [ 'label-number_translation_name' ][ 'uk-ua' ] = "Ім'я" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-number_translation_name' ][ 'zh-cn' ] = "姓名" ;
$text [ 'label-number_translation_name' ][ 'ja-jp' ] = "お名前 (必須)" ;
$text [ 'label-number_translation_name' ][ 'ko-kr' ] = "이름 *" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_name' ][ 'en-us' ] = "Enter the number translation name." ;
$text [ 'description-number_translation_name' ][ 'en-gb' ] = "Enter the number translation name." ;
$text [ 'description-number_translation_name' ][ 'ar-eg' ] = "أدخل اسم الترجمة" ;
$text [ 'description-number_translation_name' ][ 'de-at' ] = "Geben Sie den Nummernübersetzungsnamen ein." ;
$text [ 'description-number_translation_name' ][ 'de-ch' ] = "Geben Sie den Nummernübersetzungsnamen ein." ;
$text [ 'description-number_translation_name' ][ 'de-de' ] = "Geben Sie den Nummernübersetzungsnamen ein." ;
$text [ 'description-number_translation_name' ][ 'es-cl' ] = "Introduzca el nombre de traducción número." ;
$text [ 'description-number_translation_name' ][ 'es-mx' ] = "Introduzca el nombre de traducción número." ;
$text [ 'description-number_translation_name' ][ 'fr-ca' ] = "Entrez le nom de traduction du numéro" ;
$text [ 'description-number_translation_name' ][ 'fr-fr' ] = "Entrez le nom de traduction du numéro" ;
$text [ 'description-number_translation_name' ][ 'he-il' ] = "הכנס את שם התרגום מספר" ;
$text [ 'description-number_translation_name' ][ 'it-it' ] = "Inserisci il nome di traduzione del numero." ;
$text [ 'description-number_translation_name' ][ 'nl-nl' ] = "Voer de nummervertalingnaam in." ;
$text [ 'description-number_translation_name' ][ 'pl-pl' ] = "Podaj nazwę translacji numeru" ;
$text [ 'description-number_translation_name' ][ 'pt-br' ] = "Digite o nome de tradução número." ;
$text [ 'description-number_translation_name' ][ 'pt-pt' ] = "Digite o nome de tradução número." ;
$text [ 'description-number_translation_name' ][ 'ro-ro' ] = "" ;
$text [ 'description-number_translation_name' ][ 'ru-ru' ] = "Задайте имя для правила преобразования номера" ;
$text [ 'description-number_translation_name' ][ 'sv-se' ] = "Ange nummeröversättningsnamnet." ;
$text [ 'description-number_translation_name' ][ 'uk-ua' ] = "Введіть ім'я перекладу номеру." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-number_translation_name' ][ 'zh-cn' ] = "填写翻译号。" ;
$text [ 'description-number_translation_name' ][ 'ja-jp' ] = "番号の翻訳名を入力してください。" ;
$text [ 'description-number_translation_name' ][ 'ko-kr' ] = "번호 번역 이름을 입력하십시오." ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_details' ][ 'en-us' ] = "Details" ;
$text [ 'label-number_translation_details' ][ 'en-gb' ] = "Details" ;
$text [ 'label-number_translation_details' ][ 'ar-eg' ] = "التفاصيل" ;
$text [ 'label-number_translation_details' ][ 'de-at' ] = "Details" ;
$text [ 'label-number_translation_details' ][ 'de-ch' ] = "Details" ;
$text [ 'label-number_translation_details' ][ 'de-de' ] = "Details" ;
$text [ 'label-number_translation_details' ][ 'es-cl' ] = "Detalles" ;
$text [ 'label-number_translation_details' ][ 'es-mx' ] = "Detalles" ;
$text [ 'label-number_translation_details' ][ 'fr-ca' ] = "Détails" ;
$text [ 'label-number_translation_details' ][ 'fr-fr' ] = "Détails" ;
$text [ 'label-number_translation_details' ][ 'he-il' ] = "פרטים" ;
$text [ 'label-number_translation_details' ][ 'it-it' ] = "Dettagli" ;
$text [ 'label-number_translation_details' ][ 'nl-nl' ] = "Details" ;
$text [ 'label-number_translation_details' ][ 'pl-pl' ] = "Szczegóły" ;
$text [ 'label-number_translation_details' ][ 'pt-br' ] = "Detalhes" ;
$text [ 'label-number_translation_details' ][ 'pt-pt' ] = "Detalhes" ;
$text [ 'label-number_translation_details' ][ 'ro-ro' ] = "" ;
$text [ 'label-number_translation_details' ][ 'ru-ru' ] = "Действия по преобразованию номера" ;
$text [ 'label-number_translation_details' ][ 'sv-se' ] = "Detaljer" ;
$text [ 'label-number_translation_details' ][ 'uk-ua' ] = "Детальніше" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-number_translation_details' ][ 'zh-cn' ] = "详细情况" ;
$text [ 'label-number_translation_details' ][ 'ja-jp' ] = "インフォメーション" ;
$text [ 'label-number_translation_details' ][ 'ko-kr' ] = "제품 정보" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_details' ][ 'en-us' ] = "" ;
$text [ 'description-number_translation_details' ][ 'en-gb' ] = "" ;
$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' ] = "" ;
2023-05-03 10:36:25 -06:00
$text [ 'description-number_translation_details' ][ 'zh-cn' ] = "" ;
$text [ 'description-number_translation_details' ][ 'ja-jp' ] = "" ;
$text [ 'description-number_translation_details' ][ 'ko-kr' ] = "" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_enabled' ][ 'en-us' ] = "Enabled" ;
$text [ 'label-number_translation_enabled' ][ 'en-gb' ] = "Enabled" ;
$text [ 'label-number_translation_enabled' ][ 'ar-eg' ] = "مُتاح" ;
$text [ 'label-number_translation_enabled' ][ 'de-at' ] = "Ermöglicht" ;
$text [ 'label-number_translation_enabled' ][ 'de-ch' ] = "Ermöglicht" ;
$text [ 'label-number_translation_enabled' ][ 'de-de' ] = "Ermöglicht" ;
$text [ 'label-number_translation_enabled' ][ 'es-cl' ] = "habilitado" ;
$text [ 'label-number_translation_enabled' ][ 'es-mx' ] = "habilitado" ;
$text [ 'label-number_translation_enabled' ][ 'fr-ca' ] = "Activé" ;
$text [ 'label-number_translation_enabled' ][ 'fr-fr' ] = "Activé" ;
$text [ 'label-number_translation_enabled' ][ 'he-il' ] = "המונחים" ;
$text [ 'label-number_translation_enabled' ][ 'it-it' ] = "Abilitato" ;
$text [ 'label-number_translation_enabled' ][ 'nl-nl' ] = "Aktief" ;
$text [ 'label-number_translation_enabled' ][ 'pl-pl' ] = "Aktywne" ;
$text [ 'label-number_translation_enabled' ][ 'pt-br' ] = "Activado" ;
$text [ 'label-number_translation_enabled' ][ 'pt-pt' ] = "Activado" ;
$text [ 'label-number_translation_enabled' ][ 'ro-ro' ] = "" ;
$text [ 'label-number_translation_enabled' ][ 'ru-ru' ] = "Включено" ;
$text [ 'label-number_translation_enabled' ][ 'sv-se' ] = "aktiverad" ;
$text [ 'label-number_translation_enabled' ][ 'uk-ua' ] = "Увімкнути" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-number_translation_enabled' ][ 'zh-cn' ] = "授权" ;
$text [ 'label-number_translation_enabled' ][ 'ja-jp' ] = "有効化" ;
$text [ 'label-number_translation_enabled' ][ 'ko-kr' ] = "이름 *" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_enabled' ][ 'en-us' ] = "Enter the number translation enabled." ;
$text [ 'description-number_translation_enabled' ][ 'en-gb' ] = "Enter the number translation enabled." ;
$text [ 'description-number_translation_enabled' ][ 'ar-eg' ] = "أدخل عدد الترجمة" ;
$text [ 'description-number_translation_enabled' ][ 'de-at' ] = "Geben Sie die aktivierte Nummernübersetzung ein." ;
$text [ 'description-number_translation_enabled' ][ 'de-ch' ] = "Geben Sie die aktivierte Nummernübersetzung ein." ;
$text [ 'description-number_translation_enabled' ][ 'de-de' ] = "Geben Sie die aktivierte Nummernübersetzung ein." ;
$text [ 'description-number_translation_enabled' ][ 'es-cl' ] = "Introduzca el número de traducción habilitado." ;
$text [ 'description-number_translation_enabled' ][ 'es-mx' ] = "Introduzca el número de traducción habilitado." ;
$text [ 'description-number_translation_enabled' ][ 'fr-ca' ] = "Entrez le numéro de traduction activé" ;
$text [ 'description-number_translation_enabled' ][ 'fr-fr' ] = "Entrez le numéro de traduction activé" ;
$text [ 'description-number_translation_enabled' ][ 'he-il' ] = "היכנסו לתרגום מספר שאפשר." ;
$text [ 'description-number_translation_enabled' ][ 'it-it' ] = "Inserisci la traduzione del numero abilitata." ;
$text [ 'description-number_translation_enabled' ][ 'nl-nl' ] = "Voer de nummervertaling aan/uit in." ;
$text [ 'description-number_translation_enabled' ][ 'pl-pl' ] = "Włącz/wyłącz translacje" ;
$text [ 'description-number_translation_enabled' ][ 'pt-br' ] = "Digite a tradução de número ativada." ;
$text [ 'description-number_translation_enabled' ][ 'pt-pt' ] = "Digite a tradução de número ativada." ;
$text [ 'description-number_translation_enabled' ][ 'ro-ro' ] = "" ;
$text [ 'description-number_translation_enabled' ][ 'ru-ru' ] = "Включить/выключить обработку" ;
$text [ 'description-number_translation_enabled' ][ 'sv-se' ] = "Ange nummeröversättningen aktiverad." ;
$text [ 'description-number_translation_enabled' ][ 'uk-ua' ] = "Введіть номер мобільного, який Ви вказали при укладаннi договору з банком - для ідентифікації." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-number_translation_enabled' ][ 'zh-cn' ] = "能够输入翻译号。" ;
$text [ 'description-number_translation_enabled' ][ 'ja-jp' ] = "数値変換を有効にします。" ;
$text [ 'description-number_translation_enabled' ][ 'ko-kr' ] = "번역을 입력하세요." ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'label-number_translation_description' ][ 'en-us' ] = "Description" ;
$text [ 'label-number_translation_description' ][ 'en-gb' ] = "Description" ;
$text [ 'label-number_translation_description' ][ 'ar-eg' ] = "الوصف" ;
$text [ 'label-number_translation_description' ][ 'de-at' ] = "Warenbezeichnung" ;
$text [ 'label-number_translation_description' ][ 'de-ch' ] = "Warenbezeichnung" ;
$text [ 'label-number_translation_description' ][ 'de-de' ] = "Warenbezeichnung" ;
$text [ 'label-number_translation_description' ][ 'es-cl' ] = "Descripción" ;
$text [ 'label-number_translation_description' ][ 'es-mx' ] = "Descripción" ;
$text [ 'label-number_translation_description' ][ 'fr-ca' ] = "Description" ;
$text [ 'label-number_translation_description' ][ 'fr-fr' ] = "Description" ;
$text [ 'label-number_translation_description' ][ 'he-il' ] = "תיאור תיאור" ;
$text [ 'label-number_translation_description' ][ 'it-it' ] = "Designazione delle merci" ;
$text [ 'label-number_translation_description' ][ 'nl-nl' ] = "Omschrijving" ;
$text [ 'label-number_translation_description' ][ 'pl-pl' ] = "Opis" ;
$text [ 'label-number_translation_description' ][ 'pt-br' ] = "Descrição" ;
$text [ 'label-number_translation_description' ][ 'pt-pt' ] = "Descrição" ;
$text [ 'label-number_translation_description' ][ 'ro-ro' ] = "" ;
$text [ 'label-number_translation_description' ][ 'ru-ru' ] = "Описание" ;
$text [ 'label-number_translation_description' ][ 'sv-se' ] = "Beskrivning" ;
$text [ 'label-number_translation_description' ][ 'uk-ua' ] = "Опис" ;
2023-05-03 10:36:25 -06:00
$text [ 'label-number_translation_description' ][ 'zh-cn' ] = "说明" ;
$text [ 'label-number_translation_description' ][ 'ja-jp' ] = "コンテンツ" ;
$text [ 'label-number_translation_description' ][ 'ko-kr' ] = "제품 설명" ;
2017-12-23 23:54:53 -07:00
2023-05-02 20:22:44 -06:00
$text [ 'description-number_translation_description' ][ 'en-us' ] = "Enter the number translation description." ;
$text [ 'description-number_translation_description' ][ 'en-gb' ] = "Enter the number translation description." ;
$text [ 'description-number_translation_description' ][ 'ar-eg' ] = "أدخل وصف الترجمة" ;
$text [ 'description-number_translation_description' ][ 'de-at' ] = "Geben Sie die Nummer Übersetzungsbeschreibung ein." ;
$text [ 'description-number_translation_description' ][ 'de-ch' ] = "Geben Sie die Nummer Übersetzungsbeschreibung ein." ;
$text [ 'description-number_translation_description' ][ 'de-de' ] = "Geben Sie die Nummer Übersetzungsbeschreibung ein." ;
$text [ 'description-number_translation_description' ][ 'es-cl' ] = "Introduzca la descripción de la traducción del número." ;
$text [ 'description-number_translation_description' ][ 'es-mx' ] = "Introduzca la descripción de la traducción del número." ;
$text [ 'description-number_translation_description' ][ 'fr-ca' ] = "Entrez la description de la traduction du numéro" ;
$text [ 'description-number_translation_description' ][ 'fr-fr' ] = "Entrez la description de la traduction du numéro" ;
$text [ 'description-number_translation_description' ][ 'he-il' ] = "הזן את תיאור התרגום מספר." ;
$text [ 'description-number_translation_description' ][ 'it-it' ] = "Inserisci la descrizione della traduzione del numero." ;
$text [ 'description-number_translation_description' ][ 'nl-nl' ] = "Voer de nummervertaling omschrijving in." ;
$text [ 'description-number_translation_description' ][ 'pl-pl' ] = "Podaj opis translacji numeru" ;
$text [ 'description-number_translation_description' ][ 'pt-br' ] = "Digite a descrição de tradução número." ;
$text [ 'description-number_translation_description' ][ 'pt-pt' ] = "Digite a descrição de tradução número." ;
$text [ 'description-number_translation_description' ][ 'ro-ro' ] = "" ;
$text [ 'description-number_translation_description' ][ 'ru-ru' ] = "Введите описание для создаваемого правила" ;
$text [ 'description-number_translation_description' ][ 'sv-se' ] = "Ange nummeröversättningsbeskrivningen." ;
$text [ 'description-number_translation_description' ][ 'uk-ua' ] = "Введіть опис перекладу номеру." ;
2023-05-03 10:36:25 -06:00
$text [ 'description-number_translation_description' ][ 'zh-cn' ] = "填写翻译号说明。" ;
$text [ 'description-number_translation_description' ][ 'ja-jp' ] = "数値の翻訳説明を入力します。" ;
$text [ 'description-number_translation_description' ][ 'ko-kr' ] = "번호 번역 설명을 입력합니다." ;
2017-06-08 16:35:36 +01:00
2017-09-19 16:48:40 +01:00
?>