2017-06-08 16:35:36 +01:00
<? php
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
//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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'title-number_translations' ][ 'ru-ru' ] = 'Преобразование номеров' ;
2017-12-23 23:56:07 -07:00
$text [ 'title-number_translations' ][ 'sv-se' ] = '' ;
$text [ 'title-number_translations' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'title-number_translation' ][ 'ru-ru' ] = 'Преобразование номера' ;
2017-12-23 23:56:07 -07:00
$text [ 'title-number_translation' ][ 'sv-se' ] = '' ;
$text [ 'title-number_translation' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'title_description-number_translation' ][ 'ru-ru' ] = 'Используйте для преобразования номера из одного вида в другой используя регулярные выражения' ;
2017-12-23 23:56:07 -07:00
$text [ 'title_description-number_translation' ][ 'sv-se' ] = '' ;
$text [ 'title_description-number_translation' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = "Регулярний вираз" ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07: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' ][ '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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'description-number_translation_detail_regex' ][ 'ru-ru' ] = 'Задайте регулярное выражение для преобразования номера' ;
2017-12-23 23:56:07 -07:00
$text [ 'description-number_translation_detail_regex' ][ 'sv-se' ] = '' ;
$text [ 'description-number_translation_detail_regex' ][ 'uk-ua' ] = '' ;
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" ;
$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' ] = "заміщати" ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'label-number_translation_detail_order' ][ 'ru-ru' ] = 'Приоритет' ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_detail_order' ][ 'sv-se' ] = '' ;
$text [ 'label-number_translation_detail_order' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'description-number_translation_detail_order' ][ 'ru-ru' ] = 'Задайте порядок обработки регулярных выражений в поле приоритета' ;
2017-12-23 23:56:07 -07:00
$text [ 'description-number_translation_detail_order' ][ 'sv-se' ] = '' ;
$text [ 'description-number_translation_detail_order' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'label-number_translation_name' ][ 'ru-ru' ] = 'Имя' ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_name' ][ 'sv-se' ] = '' ;
$text [ 'label-number_translation_name' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'description-number_translation_name' ][ 'ru-ru' ] = 'Задайте имя для правила преобразования номера' ;
2017-12-23 23:56:07 -07:00
$text [ 'description-number_translation_name' ][ 'sv-se' ] = '' ;
$text [ 'description-number_translation_name' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'label-number_translation_details' ][ 'ru-ru' ] = 'Действия по преобразованию номера' ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_details' ][ 'sv-se' ] = '' ;
$text [ 'label-number_translation_details' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'label-number_translation_enabled' ][ 'ru-ru' ] = 'Включено' ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_enabled' ][ 'sv-se' ] = '' ;
$text [ 'label-number_translation_enabled' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'description-number_translation_enabled' ][ 'ru-ru' ] = 'Включить/выключить обработку' ;
2017-12-23 23:56:07 -07:00
$text [ 'description-number_translation_enabled' ][ 'sv-se' ] = '' ;
$text [ 'description-number_translation_enabled' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'label-number_translation_description' ][ 'ru-ru' ] = 'Описание' ;
2017-12-23 23:56:07 -07:00
$text [ 'label-number_translation_description' ][ 'sv-se' ] = '' ;
$text [ 'label-number_translation_description' ][ 'uk-ua' ] = '' ;
2017-12-23 23:54:53 -07:00
2017-12-23 23:56:07 -07:00
$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' ] = '' ;
2017-12-25 14:02:01 +09:00
$text [ 'description-number_translation_description' ][ 'ru-ru' ] = 'Введите описание для создаваемого правила' ;
2017-12-23 23:56:07 -07:00
$text [ 'description-number_translation_description' ][ 'sv-se' ] = '' ;
$text [ 'description-number_translation_description' ][ 'uk-ua' ] = '' ;
2017-06-08 16:35:36 +01:00
2017-09-19 16:48:40 +01:00
?>