mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Corrected translations & added missing translations in core/app_languages.php (#6701)
* Update app_languages.php
This commit is contained in:
@@ -20,9 +20,9 @@ $text['title-domains']['ro-ro'] = "Domenii";
|
||||
$text['title-domains']['ru-ru'] = "Домены";
|
||||
$text['title-domains']['sv-se'] = "Domäner";
|
||||
$text['title-domains']['uk-ua'] = "Домени";
|
||||
$text['title-domains']['zh-cn'] = "领域";
|
||||
$text['title-domains']['zh-cn'] = "域";
|
||||
$text['title-domains']['ja-jp'] = "ドメイン";
|
||||
$text['title-domains']['ko-kr'] = "이름 *";
|
||||
$text['title-domains']['ko-kr'] = "도메인";
|
||||
|
||||
$text['title-domain_settings']['en-us'] = "Domain Setting";
|
||||
$text['title-domain_settings']['en-gb'] = "Domain Setting";
|
||||
@@ -44,7 +44,7 @@ $text['title-domain_settings']['ro-ro'] = "Setarea domeniului";
|
||||
$text['title-domain_settings']['ru-ru'] = "Настройки домена";
|
||||
$text['title-domain_settings']['sv-se'] = "Domän Inställning";
|
||||
$text['title-domain_settings']['uk-ua'] = "Налаштування доменів";
|
||||
$text['title-domain_settings']['zh-cn'] = "A. 设定";
|
||||
$text['title-domain_settings']['zh-cn'] = "域设置";
|
||||
$text['title-domain_settings']['ja-jp'] = "ドメイン設定";
|
||||
$text['title-domain_settings']['ko-kr'] = "도메인 설정";
|
||||
|
||||
@@ -68,7 +68,7 @@ $text['title-domain_setting-edit']['ro-ro'] = "Setarea domeniului";
|
||||
$text['title-domain_setting-edit']['ru-ru'] = "Настройки домена";
|
||||
$text['title-domain_setting-edit']['sv-se'] = "Domän Inställning";
|
||||
$text['title-domain_setting-edit']['uk-ua'] = "Налаштування доменів";
|
||||
$text['title-domain_setting-edit']['zh-cn'] = "A. 设定";
|
||||
$text['title-domain_setting-edit']['zh-cn'] = "域设置";
|
||||
$text['title-domain_setting-edit']['ja-jp'] = "ドメイン設定";
|
||||
$text['title-domain_setting-edit']['ko-kr'] = "도메인 설정";
|
||||
|
||||
@@ -92,9 +92,9 @@ $text['title-domain_setting-add']['ro-ro'] = "Adăugați setări de domeniu";
|
||||
$text['title-domain_setting-add']['ru-ru'] = "Добавить настройку домена";
|
||||
$text['title-domain_setting-add']['sv-se'] = "Lägg Till Domän Inställning";
|
||||
$text['title-domain_setting-add']['uk-ua'] = "Додавання домену";
|
||||
$text['title-domain_setting-add']['zh-cn'] = "A. 组建机构";
|
||||
$text['title-domain_setting-add']['zh-cn'] = "域设置添加";
|
||||
$text['title-domain_setting-add']['ja-jp'] = "ドメイン設定の追加";
|
||||
$text['title-domain_setting-add']['ko-kr'] = "도메인 설정 Add";
|
||||
$text['title-domain_setting-add']['ko-kr'] = "도메인 설정 추가";
|
||||
|
||||
$text['title-domain-edit']['en-us'] = "Domain";
|
||||
$text['title-domain-edit']['en-gb'] = "Domain";
|
||||
@@ -118,7 +118,7 @@ $text['title-domain-edit']['sv-se'] = "Domän";
|
||||
$text['title-domain-edit']['uk-ua'] = "Домен";
|
||||
$text['title-domain-edit']['zh-cn'] = "领域";
|
||||
$text['title-domain-edit']['ja-jp'] = "ドメイン";
|
||||
$text['title-domain-edit']['ko-kr'] = "이름 *";
|
||||
$text['title-domain-edit']['ko-kr'] = "도메인";
|
||||
|
||||
$text['title-domain-add']['en-us'] = "Domain Add";
|
||||
$text['title-domain-add']['en-gb'] = "Domain Add";
|
||||
@@ -140,8 +140,8 @@ $text['title-domain-add']['ro-ro'] = "Adăugarea domeniului";
|
||||
$text['title-domain-add']['ru-ru'] = "Добавить домен";
|
||||
$text['title-domain-add']['sv-se'] = "Lägg Till Domän";
|
||||
$text['title-domain-add']['uk-ua'] = "Новий домен";
|
||||
$text['title-domain-add']['zh-cn'] = "增 编";
|
||||
$text['title-domain-add']['ja-jp'] = "ドメイン追加";
|
||||
$text['title-domain-add']['zh-cn'] = "域添加";
|
||||
$text['title-domain-add']['ja-jp'] = "ドメインの追加";
|
||||
$text['title-domain-add']['ko-kr'] = "도메인 추가";
|
||||
|
||||
$text['header_description-domain_settings']['en-us'] = "Settings for this domain override those defined in Default Settings.";
|
||||
@@ -164,9 +164,9 @@ $text['header_description-domain_settings']['ro-ro'] = "Setările pentru acest d
|
||||
$text['header_description-domain_settings']['ru-ru'] = "Настройки для этого домена переопределяют настройки, заданные в настройках по умолчанию.";
|
||||
$text['header_description-domain_settings']['sv-se'] = "Inställningarna för den här domänen åsidosätter de som definierats i Standardinställningar..";
|
||||
$text['header_description-domain_settings']['uk-ua'] = "Налаштування для цього домену перекривають параметри, визначені в налаштуваннях за замовчуванням.";
|
||||
$text['header_description-domain_settings']['zh-cn'] = "该领域的设置超越了在违约情况下的定义。";
|
||||
$text['header_description-domain_settings']['ja-jp'] = "このドメインの設定は、デフォルト設定で定義されているものを上書きします。";
|
||||
$text['header_description-domain_settings']['ko-kr'] = "이 도메인에 대한 설정은 기본 설정에서 정의 된 것을 무시합니다.";
|
||||
$text['header_description-domain_settings']['zh-cn'] = "此域的设置会覆盖默认设置中定义的设置。";
|
||||
$text['header_description-domain_settings']['ja-jp'] = "このドメインの設定は、デフォルト設定で定義された設定をオーバーライドします。";
|
||||
$text['header_description-domain_settings']['ko-kr'] = "이 도메인에 대한 설정은 기본 설정에 정의된 설정보다 우선합니다.";
|
||||
|
||||
$text['message-delete_failed']['en-us'] = "No Settings Checked";
|
||||
$text['message-delete_failed']['en-gb'] = "No Settings Checked";
|
||||
@@ -188,9 +188,9 @@ $text['message-delete_failed']['ro-ro'] = "Nicio setări verificate";
|
||||
$text['message-delete_failed']['ru-ru'] = "Не выбрана настройка";
|
||||
$text['message-delete_failed']['sv-se'] = "Ingen Inställning Markerad";
|
||||
$text['message-delete_failed']['uk-ua'] = "Налаштування не вказано";
|
||||
$text['message-delete_failed']['zh-cn'] = "没有检查的环境";
|
||||
$text['message-delete_failed']['ja-jp'] = "いいえ 設定 チェック";
|
||||
$text['message-delete_failed']['ko-kr'] = "설정 확인 없음";
|
||||
$text['message-delete_failed']['zh-cn'] = "未检查设置";
|
||||
$text['message-delete_failed']['ja-jp'] = "設定はチェックされていません";
|
||||
$text['message-delete_failed']['ko-kr'] = "선택한 설정 없음";
|
||||
|
||||
$text['option-select']['en-us'] = "Select";
|
||||
$text['option-select']['en-gb'] = "Select";
|
||||
@@ -214,9 +214,9 @@ $text['option-select']['ru-ru'] = "Выбрать";
|
||||
$text['option-select']['sv-se'] = "Välj";
|
||||
$text['option-select']['uk-ua'] = "Виберіть";
|
||||
$text['option-select']['tr-tr'] = "Seç";
|
||||
$text['option-select']['zh-cn'] = "选 举";
|
||||
$text['option-select']['ja-jp'] = "詳しくはこちら";
|
||||
$text['option-select']['ko-kr'] = "제품정보";
|
||||
$text['option-select']['zh-cn'] = "选择";
|
||||
$text['option-select']['ja-jp'] = "選択する";
|
||||
$text['option-select']['ko-kr'] = "선택하다";
|
||||
|
||||
$text['option-switch_round']['en-us'] = "Round Switch";
|
||||
$text['option-switch_round']['en-gb'] = "Round Switch";
|
||||
@@ -240,9 +240,9 @@ $text['option-switch_round']['ru-ru'] = "Круглый переключател
|
||||
$text['option-switch_round']['sv-se'] = "Rund Switch";
|
||||
$text['option-switch_round']['uk-ua'] = "Круглий перемикач";
|
||||
$text['option-switch_round']['tr-tr'] = "Yuvarlak Anahtar";
|
||||
$text['option-switch_round']['zh-cn'] = "圆桌会议";
|
||||
$text['option-switch_round']['ja-jp'] = "ラウンドスイッチ";
|
||||
$text['option-switch_round']['ko-kr'] = "둥근 스위치";
|
||||
$text['option-switch_round']['zh-cn'] = "圆形开关";
|
||||
$text['option-switch_round']['ja-jp'] = "丸型スイッチ";
|
||||
$text['option-switch_round']['ko-kr'] = "라운드 스위치";
|
||||
|
||||
$text['option-switch_square']['en-us'] = "Square Switch";
|
||||
$text['option-switch_square']['en-gb'] = "Square Switch";
|
||||
@@ -266,13 +266,13 @@ $text['option-switch_square']['ru-ru'] = "Квадратный переключ
|
||||
$text['option-switch_square']['sv-se'] = "Fyrkantig strömbrytare";
|
||||
$text['option-switch_square']['uk-ua'] = "Квадратний перемикач";
|
||||
$text['option-switch_square']['tr-tr'] = "Kare Anahtar";
|
||||
$text['option-switch_square']['zh-cn'] = "广场接线";
|
||||
$text['option-switch_square']['ja-jp'] = "正方形スイッチ";
|
||||
$text['option-switch_square']['ko-kr'] = "스퀘어 스위치";
|
||||
$text['option-switch_square']['zh-cn'] = "方形开关";
|
||||
$text['option-switch_square']['ja-jp'] = "角型スイッチ";
|
||||
$text['option-switch_square']['ko-kr'] = "사각 스위치";
|
||||
|
||||
$text['label-web_fonts']['en-us'] = "Web Fonts";
|
||||
$text['label-web_fonts']['en-gb'] = "Web Fonts";
|
||||
$text['label-web_fonts']['ar-eg'] = "الخطوط على شبكة الإنترنت";
|
||||
$text['label-web_fonts']['ar-eg'] = "خطوط الويب";
|
||||
$text['label-web_fonts']['de-at'] = "Web Fonts";
|
||||
$text['label-web_fonts']['de-ch'] = "Web Fonts";
|
||||
$text['label-web_fonts']['de-de'] = "Web Fonts";
|
||||
@@ -290,13 +290,13 @@ $text['label-web_fonts']['ro-ro'] = "Fonturi web";
|
||||
$text['label-web_fonts']['ru-ru'] = "Шрифты Web";
|
||||
$text['label-web_fonts']['sv-se'] = "web teckensnitt";
|
||||
$text['label-web_fonts']['uk-ua'] = "веб-шрифти";
|
||||
$text['label-web_fonts']['zh-cn'] = "网址";
|
||||
$text['label-web_fonts']['ja-jp'] = "Webフォント";
|
||||
$text['label-web_fonts']['ko-kr'] = "웹 글꼴";
|
||||
$text['label-web_fonts']['zh-cn'] = "网络字体";
|
||||
$text['label-web_fonts']['ja-jp'] = "ウェブフォント";
|
||||
$text['label-web_fonts']['ko-kr'] = "웹폰트";
|
||||
|
||||
$text['label-top']['en-us'] = "Top";
|
||||
$text['label-top']['en-gb'] = "Top";
|
||||
$text['label-top']['ar-eg'] = "أعلى";
|
||||
$text['label-top']['ar-eg'] = "قمة";
|
||||
$text['label-top']['de-at'] = "Oben";
|
||||
$text['label-top']['de-ch'] = "Oben";
|
||||
$text['label-top']['de-de'] = "Oben";
|
||||
@@ -304,7 +304,7 @@ $text['label-top']['es-cl'] = "encima";
|
||||
$text['label-top']['es-mx'] = "encima";
|
||||
$text['label-top']['fr-ca'] = "Haut";
|
||||
$text['label-top']['fr-fr'] = "Haut";
|
||||
$text['label-top']['he-il'] = "עליון";
|
||||
$text['label-top']['he-il'] = "חלק עליון";
|
||||
$text['label-top']['it-it'] = "Alto";
|
||||
$text['label-top']['nl-nl'] = "Bovenkant";
|
||||
$text['label-top']['pl-pl'] = "Top";
|
||||
@@ -314,9 +314,9 @@ $text['label-top']['ro-ro'] = "Top";
|
||||
$text['label-top']['ru-ru'] = "Верхний";
|
||||
$text['label-top']['sv-se'] = "Topp";
|
||||
$text['label-top']['uk-ua'] = "топ";
|
||||
$text['label-top']['zh-cn'] = "专题";
|
||||
$text['label-top']['ja-jp'] = "トップページ";
|
||||
$text['label-top']['ko-kr'] = "이름 *";
|
||||
$text['label-top']['zh-cn'] = "顶部";
|
||||
$text['label-top']['ja-jp'] = "上";
|
||||
$text['label-top']['ko-kr'] = "맨 위";
|
||||
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['en-gb'] = "Tools";
|
||||
@@ -340,7 +340,7 @@ $text['label-tools']['sv-se'] = "Verktyg";
|
||||
$text['label-tools']['uk-ua'] = "Параметри";
|
||||
$text['label-tools']['zh-cn'] = "工具";
|
||||
$text['label-tools']['ja-jp'] = "ツール";
|
||||
$text['label-tools']['ko-kr'] = "제품정보";
|
||||
$text['label-tools']['ko-kr'] = "도구";
|
||||
|
||||
$text['label-text']['en-us'] = "Text";
|
||||
$text['label-text']['en-gb'] = "Text";
|
||||
@@ -362,13 +362,13 @@ $text['label-text']['ro-ro'] = "Text";
|
||||
$text['label-text']['ru-ru'] = "Текст";
|
||||
$text['label-text']['sv-se'] = "Text";
|
||||
$text['label-text']['uk-ua'] = "текст";
|
||||
$text['label-text']['zh-cn'] = "案文";
|
||||
$text['label-text']['zh-cn'] = "文本";
|
||||
$text['label-text']['ja-jp'] = "テキスト";
|
||||
$text['label-text']['ko-kr'] = "이름 *";
|
||||
$text['label-text']['ko-kr'] = "텍스트";
|
||||
|
||||
$text['label-static']['en-us'] = "Static";
|
||||
$text['label-static']['en-gb'] = "Static";
|
||||
$text['label-static']['ar-eg'] = "ساكن";
|
||||
$text['label-static']['ar-eg'] = "ثابتة";
|
||||
$text['label-static']['de-at'] = "Statisch";
|
||||
$text['label-static']['de-ch'] = "Statisch";
|
||||
$text['label-static']['de-de'] = "Statisch";
|
||||
@@ -386,13 +386,13 @@ $text['label-static']['ro-ro'] = "Static";
|
||||
$text['label-static']['ru-ru'] = "Статичный";
|
||||
$text['label-static']['sv-se'] = "Statisk";
|
||||
$text['label-static']['uk-ua'] = "статичний";
|
||||
$text['label-static']['zh-cn'] = "统计";
|
||||
$text['label-static']['zh-cn'] = "静止的";
|
||||
$text['label-static']['ja-jp'] = "スタティック";
|
||||
$text['label-static']['ko-kr'] = "제품정보";
|
||||
$text['label-static']['ko-kr'] = "공전";
|
||||
|
||||
$text['label-right']['en-us'] = "Right";
|
||||
$text['label-right']['en-gb'] = "Right";
|
||||
$text['label-right']['ar-eg'] = "حق";
|
||||
$text['label-right']['ar-eg'] = "يمين";
|
||||
$text['label-right']['de-at'] = "Rechts";
|
||||
$text['label-right']['de-ch'] = "Rechts";
|
||||
$text['label-right']['de-de'] = "Rechts";
|
||||
@@ -400,7 +400,7 @@ $text['label-right']['es-cl'] = "Derecha";
|
||||
$text['label-right']['es-mx'] = "Derecha";
|
||||
$text['label-right']['fr-ca'] = "Droite";
|
||||
$text['label-right']['fr-fr'] = "Droite";
|
||||
$text['label-right']['he-il'] = "יָמִינָה";
|
||||
$text['label-right']['he-il'] = "ימין";
|
||||
$text['label-right']['it-it'] = "Destra";
|
||||
$text['label-right']['nl-nl'] = "Rechts";
|
||||
$text['label-right']['pl-pl'] = "Dobrze";
|
||||
@@ -410,13 +410,13 @@ $text['label-right']['ro-ro'] = "Dreapta";
|
||||
$text['label-right']['ru-ru'] = "Правый";
|
||||
$text['label-right']['sv-se'] = "Höger";
|
||||
$text['label-right']['uk-ua'] = "правий";
|
||||
$text['label-right']['zh-cn'] = "权利";
|
||||
$text['label-right']['ja-jp'] = "アクセス";
|
||||
$text['label-right']['ko-kr'] = "지원하다";
|
||||
$text['label-right']['zh-cn'] = "正确的";
|
||||
$text['label-right']['ja-jp'] = "右";
|
||||
$text['label-right']['ko-kr'] = "오른쪽";
|
||||
|
||||
$text['label-reference']['en-us'] = "See";
|
||||
$text['label-reference']['en-gb'] = "See";
|
||||
$text['label-reference']['ar-eg'] = "مرجع";
|
||||
$text['label-reference']['ar-eg'] = "يرى";
|
||||
$text['label-reference']['de-at'] = "Referenz";
|
||||
$text['label-reference']['de-ch'] = "Referenz";
|
||||
$text['label-reference']['de-de'] = "Referenz";
|
||||
@@ -424,7 +424,7 @@ $text['label-reference']['es-cl'] = "Referencia";
|
||||
$text['label-reference']['es-mx'] = "Referencia";
|
||||
$text['label-reference']['fr-ca'] = "Voir";
|
||||
$text['label-reference']['fr-fr'] = "Voir";
|
||||
$text['label-reference']['he-il'] = "התייחסות";
|
||||
$text['label-reference']['he-il'] = "לִרְאוֹת";
|
||||
$text['label-reference']['it-it'] = "Mostra";
|
||||
$text['label-reference']['nl-nl'] = "Zien";
|
||||
$text['label-reference']['pl-pl'] = "Odniesienie";
|
||||
@@ -434,9 +434,9 @@ $text['label-reference']['ro-ro'] = "Referinţă";
|
||||
$text['label-reference']['ru-ru'] = "Вид";
|
||||
$text['label-reference']['sv-se'] = "Referens";
|
||||
$text['label-reference']['uk-ua'] = "посилання";
|
||||
$text['label-reference']['zh-cn'] = "See See See";
|
||||
$text['label-reference']['ja-jp'] = "お問い合わせ";
|
||||
$text['label-reference']['ko-kr'] = "이름 *";
|
||||
$text['label-reference']['zh-cn'] = "看";
|
||||
$text['label-reference']['ja-jp'] = "見る";
|
||||
$text['label-reference']['ko-kr'] = "보다";
|
||||
|
||||
$text['label-parent_domain']['en-us'] = "Parent Domain";
|
||||
$text['label-parent_domain']['en-gb'] = "Parent Domain";
|
||||
@@ -458,9 +458,9 @@ $text['label-parent_domain']['ro-ro'] = "Domeniul părinte";
|
||||
$text['label-parent_domain']['ru-ru'] = "Родительский домен";
|
||||
$text['label-parent_domain']['sv-se'] = "Överordnad Domän";
|
||||
$text['label-parent_domain']['uk-ua'] = "Батьківський домен";
|
||||
$text['label-parent_domain']['zh-cn'] = "父母财产";
|
||||
$text['label-parent_domain']['zh-cn'] = "父域";
|
||||
$text['label-parent_domain']['ja-jp'] = "親ドメイン";
|
||||
$text['label-parent_domain']['ko-kr'] = "학부모 도메인";
|
||||
$text['label-parent_domain']['ko-kr'] = "상위 도메인";
|
||||
|
||||
$text['label-other']['en-us'] = "Other";
|
||||
$text['label-other']['en-gb'] = "Other";
|
||||
@@ -472,7 +472,7 @@ $text['label-other']['es-cl'] = "Otro";
|
||||
$text['label-other']['es-mx'] = "Otro";
|
||||
$text['label-other']['fr-ca'] = "Autre";
|
||||
$text['label-other']['fr-fr'] = "Autre";
|
||||
$text['label-other']['he-il'] = "אחר";
|
||||
$text['label-other']['he-il'] = "אַחֵר";
|
||||
$text['label-other']['it-it'] = "Altro";
|
||||
$text['label-other']['nl-nl'] = "Ander";
|
||||
$text['label-other']['pl-pl'] = "Inne";
|
||||
@@ -483,12 +483,12 @@ $text['label-other']['ru-ru'] = "Другие";
|
||||
$text['label-other']['sv-se'] = "Annat";
|
||||
$text['label-other']['uk-ua'] = "Інший";
|
||||
$text['label-other']['zh-cn'] = "其他";
|
||||
$text['label-other']['ja-jp'] = "その他";
|
||||
$text['label-other']['ko-kr'] = "기타";
|
||||
$text['label-other']['ja-jp'] = "他の";
|
||||
$text['label-other']['ko-kr'] = "다른";
|
||||
|
||||
$text['label-none']['en-us'] = "None";
|
||||
$text['label-none']['en-gb'] = "None";
|
||||
$text['label-none']['ar-eg'] = "لا شيء";
|
||||
$text['label-none']['ar-eg'] = "لا أحد";
|
||||
$text['label-none']['de-at'] = "Keiner";
|
||||
$text['label-none']['de-ch'] = "Keiner";
|
||||
$text['label-none']['de-de'] = "Keiner";
|
||||
@@ -496,7 +496,7 @@ $text['label-none']['es-cl'] = "Ninguna";
|
||||
$text['label-none']['es-mx'] = "Ninguna";
|
||||
$text['label-none']['fr-ca'] = "Aucun";
|
||||
$text['label-none']['fr-fr'] = "Aucun";
|
||||
$text['label-none']['he-il'] = "אף לא אחד";
|
||||
$text['label-none']['he-il'] = "אף אחד";
|
||||
$text['label-none']['it-it'] = "Nessuno";
|
||||
$text['label-none']['nl-nl'] = "Geen";
|
||||
$text['label-none']['pl-pl'] = "Żaden";
|
||||
@@ -508,7 +508,7 @@ $text['label-none']['sv-se'] = "Ingen";
|
||||
$text['label-none']['uk-ua'] = "жоден";
|
||||
$text['label-none']['zh-cn'] = "无";
|
||||
$text['label-none']['ja-jp'] = "なし";
|
||||
$text['label-none']['ko-kr'] = "이름 *";
|
||||
$text['label-none']['ko-kr'] = "없음";
|
||||
|
||||
$text['label-manage']['en-us'] = "Manage";
|
||||
$text['label-manage']['en-gb'] = "Manage";
|
||||
@@ -531,12 +531,12 @@ $text['label-manage']['ru-ru'] = "Управлять";
|
||||
$text['label-manage']['sv-se'] = "Hantera";
|
||||
$text['label-manage']['uk-ua'] = "Керувати";
|
||||
$text['label-manage']['zh-cn'] = "管理";
|
||||
$text['label-manage']['ja-jp'] = "マネージング";
|
||||
$text['label-manage']['ko-kr'] = "계정 관리";
|
||||
$text['label-manage']['ja-jp'] = "管理";
|
||||
$text['label-manage']['ko-kr'] = "관리하다";
|
||||
|
||||
$text['label-left']['en-us'] = "Left";
|
||||
$text['label-left']['en-gb'] = "Left";
|
||||
$text['label-left']['ar-eg'] = "اليسار";
|
||||
$text['label-left']['ar-eg'] = "غادر";
|
||||
$text['label-left']['de-at'] = "Links";
|
||||
$text['label-left']['de-ch'] = "Links";
|
||||
$text['label-left']['de-de'] = "Links";
|
||||
@@ -544,7 +544,7 @@ $text['label-left']['es-cl'] = "Izquierda";
|
||||
$text['label-left']['es-mx'] = "Izquierda";
|
||||
$text['label-left']['fr-ca'] = "À gauche";
|
||||
$text['label-left']['fr-fr'] = "À gauche";
|
||||
$text['label-left']['he-il'] = "שְׁמֹאל";
|
||||
$text['label-left']['he-il'] = "שמאלה";
|
||||
$text['label-left']['it-it'] = "Sinistra";
|
||||
$text['label-left']['nl-nl'] = "Links";
|
||||
$text['label-left']['pl-pl'] = "Lewo";
|
||||
@@ -554,8 +554,8 @@ $text['label-left']['ro-ro'] = "Stânga";
|
||||
$text['label-left']['ru-ru'] = "Слева";
|
||||
$text['label-left']['sv-se'] = "Vänster";
|
||||
$text['label-left']['uk-ua'] = "лівий";
|
||||
$text['label-left']['zh-cn'] = "任 务";
|
||||
$text['label-left']['ja-jp'] = "ふりがな";
|
||||
$text['label-left']['zh-cn'] = "左边";
|
||||
$text['label-left']['ja-jp'] = "左";
|
||||
$text['label-left']['ko-kr'] = "왼쪽";
|
||||
|
||||
$text['label-inline']['en-us'] = "Inline";
|
||||
@@ -575,12 +575,12 @@ $text['label-inline']['pl-pl'] = "inline";
|
||||
$text['label-inline']['pt-br'] = "Na linha";
|
||||
$text['label-inline']['pt-pt'] = "Na linha";
|
||||
$text['label-inline']['ro-ro'] = "In linie";
|
||||
$text['label-inline']['ru-ru'] = "inline";
|
||||
$text['label-inline']['ru-ru'] = "В соответствии";
|
||||
$text['label-inline']['sv-se'] = "I kö";
|
||||
$text['label-inline']['uk-ua'] = "В лінію";
|
||||
$text['label-inline']['zh-cn'] = "在线";
|
||||
$text['label-inline']['ja-jp'] = "インライン";
|
||||
$text['label-inline']['ko-kr'] = "제품정보";
|
||||
$text['label-inline']['zh-cn'] = "排队";
|
||||
$text['label-inline']['ja-jp'] = "列をなして";
|
||||
$text['label-inline']['ko-kr'] = "인라인";
|
||||
|
||||
$text['label-image']['en-us'] = "Image";
|
||||
$text['label-image']['en-gb'] = "Image";
|
||||
@@ -603,12 +603,12 @@ $text['label-image']['ru-ru'] = "Изображение";
|
||||
$text['label-image']['sv-se'] = "Bild";
|
||||
$text['label-image']['uk-ua'] = "зображення";
|
||||
$text['label-image']['zh-cn'] = "图像";
|
||||
$text['label-image']['ja-jp'] = "サイトマップ";
|
||||
$text['label-image']['ko-kr'] = "* 이름";
|
||||
$text['label-image']['ja-jp'] = "画像";
|
||||
$text['label-image']['ko-kr'] = "영상";
|
||||
|
||||
$text['label-fixed']['en-us'] = "Fixed";
|
||||
$text['label-fixed']['en-gb'] = "Fixed";
|
||||
$text['label-fixed']['ar-eg'] = "ثابت";
|
||||
$text['label-fixed']['ar-eg'] = "مُثَبَّت";
|
||||
$text['label-fixed']['de-at'] = "Fest";
|
||||
$text['label-fixed']['de-ch'] = "Fest";
|
||||
$text['label-fixed']['de-de'] = "Fest";
|
||||
@@ -616,7 +616,7 @@ $text['label-fixed']['es-cl'] = "Fijo";
|
||||
$text['label-fixed']['es-mx'] = "Fijo";
|
||||
$text['label-fixed']['fr-ca'] = "Fixe";
|
||||
$text['label-fixed']['fr-fr'] = "Fixé";
|
||||
$text['label-fixed']['he-il'] = "קָבוּעַ";
|
||||
$text['label-fixed']['he-il'] = "תוקן";
|
||||
$text['label-fixed']['it-it'] = "Sistemato";
|
||||
$text['label-fixed']['nl-nl'] = "Vast";
|
||||
$text['label-fixed']['pl-pl'] = "Naprawiony";
|
||||
@@ -626,9 +626,9 @@ $text['label-fixed']['ro-ro'] = "Fix";
|
||||
$text['label-fixed']['ru-ru'] = "Фиксированный";
|
||||
$text['label-fixed']['sv-se'] = "Fast";
|
||||
$text['label-fixed']['uk-ua'] = "фіксований";
|
||||
$text['label-fixed']['zh-cn'] = "固定";
|
||||
$text['label-fixed']['ja-jp'] = "固定式";
|
||||
$text['label-fixed']['ko-kr'] = "기타 제품";
|
||||
$text['label-fixed']['zh-cn'] = "固定的";
|
||||
$text['label-fixed']['ja-jp'] = "修理済み";
|
||||
$text['label-fixed']['ko-kr'] = "결정된";
|
||||
|
||||
$text['label-side']['en-us'] = "Side";
|
||||
$text['label-side']['en-gb'] = "Side";
|
||||
@@ -650,9 +650,9 @@ $text['label-side']['ro-ro'] = "Latură";
|
||||
$text['label-side']['ru-ru'] = "Сторона";
|
||||
$text['label-side']['sv-se'] = "Sida";
|
||||
$text['label-side']['uk-ua'] = "сторона";
|
||||
$text['label-side']['zh-cn'] = "段 次 页 次";
|
||||
$text['label-side']['ja-jp'] = "サイド";
|
||||
$text['label-side']['ko-kr'] = "이름 *";
|
||||
$text['label-side']['zh-cn'] = "边";
|
||||
$text['label-side']['ja-jp'] = "側";
|
||||
$text['label-side']['ko-kr'] = "옆";
|
||||
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['en-gb'] = "Domain";
|
||||
@@ -676,7 +676,7 @@ $text['label-domain']['sv-se'] = "Domän";
|
||||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
$text['label-domain']['zh-cn'] = "领域";
|
||||
$text['label-domain']['ja-jp'] = "ドメイン";
|
||||
$text['label-domain']['ko-kr'] = "이름 *";
|
||||
$text['label-domain']['ko-kr'] = "도메인";
|
||||
|
||||
$text['label-center']['en-us'] = "Center";
|
||||
$text['label-center']['en-gb'] = "Center";
|
||||
@@ -698,9 +698,9 @@ $text['label-center']['ro-ro'] = "Centru";
|
||||
$text['label-center']['ru-ru'] = "Центр";
|
||||
$text['label-center']['sv-se'] = "Centrum";
|
||||
$text['label-center']['uk-ua'] = "центр";
|
||||
$text['label-center']['zh-cn'] = "Centre";
|
||||
$text['label-center']['zh-cn'] = "中心";
|
||||
$text['label-center']['ja-jp'] = "センター";
|
||||
$text['label-center']['ko-kr'] = "- 연혁";
|
||||
$text['label-center']['ko-kr'] = "센터";
|
||||
|
||||
$text['label-bottom']['en-us'] = "Bottom";
|
||||
$text['label-bottom']['en-gb'] = "Bottom";
|
||||
@@ -791,9 +791,12 @@ $text['label-dynamic']['pl-pl'] = "Dynamiczny";
|
||||
$text['label-dynamic']['pt-br'] = "Dinâmica";
|
||||
$text['label-dynamic']['pt-pt'] = "Dinâmica";
|
||||
$text['label-dynamic']['ro-ro'] = "Dinamic";
|
||||
$text['label-dynamic']['zh-cn'] = "动态";
|
||||
$text['label-dynamic']['ru-ru'] = "Динамический";
|
||||
$text['label-dynamic']['sv-se'] = "Dynamisk";
|
||||
$text['label-dynamic']['uk-ua'] = "Динамічний";
|
||||
$text['label-dynamic']['zh-cn'] = "动态的";
|
||||
$text['label-dynamic']['ja-jp'] = "ダイナミック";
|
||||
$text['label-dynamic']['ko-kr'] = "·";
|
||||
$text['label-dynamic']['ko-kr'] = "동적";
|
||||
|
||||
$text['label-single']['en-us'] = "Single";
|
||||
$text['label-single']['en-gb'] = "Single";
|
||||
@@ -812,9 +815,12 @@ $text['label-single']['pl-pl'] = "Pojedynczy";
|
||||
$text['label-single']['pt-br'] = "Solteira";
|
||||
$text['label-single']['pt-pt'] = "Solteira";
|
||||
$text['label-single']['ro-ro'] = "Singur";
|
||||
$text['label-single']['zh-cn'] = "单一";
|
||||
$text['label-single']['ja-jp'] = "シングル";
|
||||
$text['label-single']['ko-kr'] = "제품정보";
|
||||
$text['label-single']['ru-ru'] = "Одинокий";
|
||||
$text['label-single']['sv-se'] = "Enda";
|
||||
$text['label-single']['uk-ua'] = "неодружений";
|
||||
$text['label-single']['zh-cn'] = "单身的";
|
||||
$text['label-single']['ja-jp'] = "独身";
|
||||
$text['label-single']['ko-kr'] = "하나의";
|
||||
|
||||
$text['label-multiple']['en-us'] = "Multiple";
|
||||
$text['label-multiple']['en-gb'] = "Multiple";
|
||||
@@ -833,9 +839,12 @@ $text['label-multiple']['pl-pl'] = "Wiele";
|
||||
$text['label-multiple']['pt-br'] = "Múltipla";
|
||||
$text['label-multiple']['pt-pt'] = "Múltipla";
|
||||
$text['label-multiple']['ro-ro'] = "Multiplu";
|
||||
$text['label-multiple']['zh-cn'] = "多重";
|
||||
$text['label-multiple']['ja-jp'] = "複数の";
|
||||
$text['label-multiple']['ko-kr'] = "기타";
|
||||
$text['label-multiple']['ru-ru'] = "Несколько";
|
||||
$text['label-multiple']['sv-se'] = "Flera olika";
|
||||
$text['label-multiple']['uk-ua'] = "множинний";
|
||||
$text['label-multiple']['zh-cn'] = "多种的";
|
||||
$text['label-multiple']['ja-jp'] = "多数";
|
||||
$text['label-multiple']['ko-kr'] = "다수의";
|
||||
|
||||
$text['select-global']['en-us'] = "Global";
|
||||
$text['select-global']['en-gb'] = "Global";
|
||||
@@ -845,9 +854,9 @@ $text['select-global']['de-ch'] = "Global";
|
||||
$text['select-global']['de-de'] = "Global";
|
||||
$text['select-global']['es-cl'] = "Global";
|
||||
$text['select-global']['es-mx'] = "Global";
|
||||
$text['select-global']['fr-ca'] = "Global";
|
||||
$text['select-global']['fr-fr'] = "Global";
|
||||
$text['select-global']['he-il'] = "כללי";
|
||||
$text['select-global']['fr-ca'] = "Mondial";
|
||||
$text['select-global']['fr-fr'] = "Mondial";
|
||||
$text['select-global']['he-il'] = "גלוֹבָּלִי";
|
||||
$text['select-global']['it-it'] = "Globale";
|
||||
$text['select-global']['nl-nl'] = "Globaal";
|
||||
$text['select-global']['pl-pl'] = "Globalny";
|
||||
@@ -856,10 +865,10 @@ $text['select-global']['pt-pt'] = "Global";
|
||||
$text['select-global']['ro-ro'] = "Global";
|
||||
$text['select-global']['ru-ru'] = "Глобальный";
|
||||
$text['select-global']['sv-se'] = "Global";
|
||||
$text['select-global']['uk-ua'] = "Global";
|
||||
$text['select-global']['zh-cn'] = "全球";
|
||||
$text['select-global']['uk-ua'] = "Глобальний";
|
||||
$text['select-global']['zh-cn'] = "全球的";
|
||||
$text['select-global']['ja-jp'] = "グローバル";
|
||||
$text['select-global']['ko-kr'] = "주요사업";
|
||||
$text['select-global']['ko-kr'] = "글로벌";
|
||||
|
||||
$text['header-settings']['en-us'] = "Settings";
|
||||
$text['header-settings']['en-gb'] = "Settings";
|
||||
@@ -881,16 +890,16 @@ $text['header-settings']['ro-ro'] = "Setări";
|
||||
$text['header-settings']['ru-ru'] = "Настройки";
|
||||
$text['header-settings']['sv-se'] = "Inställning";
|
||||
$text['header-settings']['uk-ua'] = "Налаштування";
|
||||
$text['header-settings']['zh-cn'] = "背景";
|
||||
$text['header-settings']['ja-jp'] = "コンテンツ";
|
||||
$text['header-settings']['ko-kr'] = "계정 설정";
|
||||
$text['header-settings']['zh-cn'] = "设置";
|
||||
$text['header-settings']['ja-jp'] = "設定";
|
||||
$text['header-settings']['ko-kr'] = "설정";
|
||||
|
||||
$text['header-domains']['en-us'] = "Domains";
|
||||
$text['header-domains']['en-gb'] = "Domains";
|
||||
$text['header-domains']['ar-eg'] = "المجالات";
|
||||
$text['header-domains']['de-at'] = "Domains";
|
||||
$text['header-domains']['de-ch'] = "Domains";
|
||||
$text['header-domains']['de-de'] = "Domains";
|
||||
$text['header-domains']['de-at'] = "Domänen";
|
||||
$text['header-domains']['de-ch'] = "Domänen";
|
||||
$text['header-domains']['de-de'] = "Domänen";
|
||||
$text['header-domains']['es-cl'] = "Dominios";
|
||||
$text['header-domains']['es-mx'] = "Dominios";
|
||||
$text['header-domains']['fr-ca'] = "Domaines";
|
||||
@@ -905,9 +914,9 @@ $text['header-domains']['ro-ro'] = "Domenii";
|
||||
$text['header-domains']['ru-ru'] = "Домены";
|
||||
$text['header-domains']['sv-se'] = "Domäner";
|
||||
$text['header-domains']['uk-ua'] = "Домени";
|
||||
$text['header-domains']['zh-cn'] = "领域";
|
||||
$text['header-domains']['zh-cn'] = "域";
|
||||
$text['header-domains']['ja-jp'] = "ドメイン";
|
||||
$text['header-domains']['ko-kr'] = "이름 *";
|
||||
$text['header-domains']['ko-kr'] = "도메인";
|
||||
|
||||
$text['header-domain_setting-edit']['en-us'] = "Domain Setting";
|
||||
$text['header-domain_setting-edit']['en-gb'] = "Domain Setting";
|
||||
@@ -929,7 +938,7 @@ $text['header-domain_setting-edit']['ro-ro'] = "Setarea domeniului";
|
||||
$text['header-domain_setting-edit']['ru-ru'] = "Настройки домена";
|
||||
$text['header-domain_setting-edit']['sv-se'] = "Domän Inställning";
|
||||
$text['header-domain_setting-edit']['uk-ua'] = "Налаштування домену";
|
||||
$text['header-domain_setting-edit']['zh-cn'] = "A. 设定";
|
||||
$text['header-domain_setting-edit']['zh-cn'] = "域设置";
|
||||
$text['header-domain_setting-edit']['ja-jp'] = "ドメイン設定";
|
||||
$text['header-domain_setting-edit']['ko-kr'] = "도메인 설정";
|
||||
|
||||
@@ -953,9 +962,9 @@ $text['header-domain_setting-add']['ro-ro'] = "Adăugați setări de domeniu";
|
||||
$text['header-domain_setting-add']['ru-ru'] = "Добавить настройки домена";
|
||||
$text['header-domain_setting-add']['sv-se'] = "Lägg Till Domän Inställning";
|
||||
$text['header-domain_setting-add']['uk-ua'] = "Параметри домену";
|
||||
$text['header-domain_setting-add']['zh-cn'] = "A. 组建机构";
|
||||
$text['header-domain_setting-add']['zh-cn'] = "域设置添加";
|
||||
$text['header-domain_setting-add']['ja-jp'] = "ドメイン設定の追加";
|
||||
$text['header-domain_setting-add']['ko-kr'] = "도메인 설정 Add";
|
||||
$text['header-domain_setting-add']['ko-kr'] = "도메인 설정 추가";
|
||||
|
||||
$text['description-setting_enabled']['en-us'] = "Set the status of this default setting.";
|
||||
$text['description-setting_enabled']['en-gb'] = "Set the status of this default setting.";
|
||||
@@ -977,7 +986,7 @@ $text['description-setting_enabled']['ro-ro'] = "Setați starea acestei setări
|
||||
$text['description-setting_enabled']['ru-ru'] = "Установить этот параметр в значение по умолчанию.";
|
||||
$text['description-setting_enabled']['sv-se'] = "Ange status på denna standard inställning.";
|
||||
$text['description-setting_enabled']['uk-ua'] = "Встановіть стан цього параметра за замовчуванням.";
|
||||
$text['description-setting_enabled']['zh-cn'] = "确定这一缺省情况。";
|
||||
$text['description-setting_enabled']['zh-cn'] = "设置此默认设置的状态。";
|
||||
$text['description-setting_enabled']['ja-jp'] = "このデフォルト設定のステータスを設定します。";
|
||||
$text['description-setting_enabled']['ko-kr'] = "이 기본 설정의 상태를 설정합니다.";
|
||||
|
||||
@@ -1001,9 +1010,9 @@ $text['description-parent_domain']['ro-ro'] = "Setați domeniul părinte.";
|
||||
$text['description-parent_domain']['ru-ru'] = "Установить родительский домен.";
|
||||
$text['description-parent_domain']['sv-se'] = "Ange Överordan Domän.";
|
||||
$text['description-parent_domain']['uk-ua'] = "Вкажіть батьківський домен";
|
||||
$text['description-parent_domain']['zh-cn'] = "确立母系。";
|
||||
$text['description-parent_domain']['zh-cn'] = "设置父域。";
|
||||
$text['description-parent_domain']['ja-jp'] = "親ドメインを設定します。";
|
||||
$text['description-parent_domain']['ko-kr'] = "부모 도메인 설정.";
|
||||
$text['description-parent_domain']['ko-kr'] = "상위 도메인을 설정합니다.";
|
||||
|
||||
$text['description-order']['en-us'] = "Set the order for this array element.";
|
||||
$text['description-order']['en-gb'] = "Set the order for this array element.";
|
||||
@@ -1025,8 +1034,8 @@ $text['description-order']['ro-ro'] = "Setați ordinea pentru acest element de m
|
||||
$text['description-order']['ru-ru'] = "Установите порядок для этого элемента массива.";
|
||||
$text['description-order']['sv-se'] = "Ställ in ordningen för detta element.";
|
||||
$text['description-order']['uk-ua'] = "Вкажіть порядок для масиву елементів";
|
||||
$text['description-order']['zh-cn'] = "确定这一阵列要素的顺序。";
|
||||
$text['description-order']['ja-jp'] = "この配列要素の順番を設定します。";
|
||||
$text['description-order']['zh-cn'] = "设置此数组元素的顺序。";
|
||||
$text['description-order']['ja-jp'] = "この配列要素の順序を設定します。";
|
||||
$text['description-order']['ko-kr'] = "이 배열 요소의 순서를 설정합니다.";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the name of the domain.";
|
||||
@@ -1049,9 +1058,9 @@ $text['description-name']['ro-ro'] = "Introduceți numele domeniului.";
|
||||
$text['description-name']['ru-ru'] = "Введите имя домена.";
|
||||
$text['description-name']['sv-se'] = "Ange namn på Domänen.";
|
||||
$text['description-name']['uk-ua'] = "Вкажіть назву домену";
|
||||
$text['description-name']['zh-cn'] = "填写域名。";
|
||||
$text['description-name']['zh-cn'] = "输入域名。";
|
||||
$text['description-name']['ja-jp'] = "ドメインの名前を入力します。";
|
||||
$text['description-name']['ko-kr'] = "도메인 이름을 입력하십시오.";
|
||||
$text['description-name']['ko-kr'] = "도메인 이름을 입력합니다.";
|
||||
|
||||
$text['description-domains']['en-us'] = "Control the list of domains to manage.";
|
||||
$text['description-domains']['en-gb'] = "Control the list of domains to manage.";
|
||||
@@ -1073,9 +1082,9 @@ $text['description-domains']['ro-ro'] = "Controlați lista de domenii de gestion
|
||||
$text['description-domains']['ru-ru'] = "Списк доменов для управления.";
|
||||
$text['description-domains']['sv-se'] = "Kontrollera lista med Domäner att hantera.";
|
||||
$text['description-domains']['uk-ua'] = "Список доменів для керування";
|
||||
$text['description-domains']['zh-cn'] = "控制管理领域清单。";
|
||||
$text['description-domains']['zh-cn'] = "控制要管理的域列表。";
|
||||
$text['description-domains']['ja-jp'] = "管理するドメインのリストを制御します。";
|
||||
$text['description-domains']['ko-kr'] = "도메인의 목록을 관리합니다.";
|
||||
$text['description-domains']['ko-kr'] = "관리할 도메인 목록을 제어합니다.";
|
||||
|
||||
$text['description-domain_setting-edit']['en-us'] = "Edit a setting for this domain.";
|
||||
$text['description-domain_setting-edit']['en-gb'] = "Edit a setting for this domain.";
|
||||
@@ -1097,9 +1106,9 @@ $text['description-domain_setting-edit']['ro-ro'] = "Editați o setare pentru ac
|
||||
$text['description-domain_setting-edit']['ru-ru'] = "Изменить настройки для домена.";
|
||||
$text['description-domain_setting-edit']['sv-se'] = "Ändra en inställning för denna Domän.";
|
||||
$text['description-domain_setting-edit']['uk-ua'] = "Редагування параметрів для домену";
|
||||
$text['description-domain_setting-edit']['zh-cn'] = "成为这方面的一个环境。";
|
||||
$text['description-domain_setting-edit']['zh-cn'] = "编辑此域的设置。";
|
||||
$text['description-domain_setting-edit']['ja-jp'] = "このドメインの設定を編集します。";
|
||||
$text['description-domain_setting-edit']['ko-kr'] = "이 도메인의 설정을 편집합니다.";
|
||||
$text['description-domain_setting-edit']['ko-kr'] = "이 도메인에 대한 설정을 편집합니다.";
|
||||
|
||||
$text['description-domain_setting-add']['en-us'] = "Add a setting for this domain.";
|
||||
$text['description-domain_setting-add']['en-gb'] = "Add a setting for this domain.";
|
||||
@@ -1121,9 +1130,9 @@ $text['description-domain_setting-add']['ro-ro'] = "Adăugați o setare pentru a
|
||||
$text['description-domain_setting-add']['ru-ru'] = "Добавить настройку для домена.";
|
||||
$text['description-domain_setting-add']['sv-se'] = "Lägg Till en inställning för denna Domän.";
|
||||
$text['description-domain_setting-add']['uk-ua'] = "Додавання параметра для домену";
|
||||
$text['description-domain_setting-add']['zh-cn'] = "添加这方面的环境。";
|
||||
$text['description-domain_setting-add']['zh-cn'] = "为此域添加设置。";
|
||||
$text['description-domain_setting-add']['ja-jp'] = "このドメインの設定を追加します。";
|
||||
$text['description-domain_setting-add']['ko-kr'] = "이 도메인에 대한 설정 추가.";
|
||||
$text['description-domain_setting-add']['ko-kr'] = "이 도메인에 대한 설정을 추가합니다.";
|
||||
|
||||
$text['description-domain_enabled']['en-us'] = "Set the status of the domain.";
|
||||
$text['description-domain_enabled']['en-gb'] = "Set the status of the domain.";
|
||||
@@ -1145,9 +1154,9 @@ $text['description-domain_enabled']['ro-ro'] = "Setați starea domeniului.";
|
||||
$text['description-domain_enabled']['ru-ru'] = "Установить статус домена.";
|
||||
$text['description-domain_enabled']['sv-se'] = "Ange status för Domänen.";
|
||||
$text['description-domain_enabled']['uk-ua'] = "Вкажіть стан домену";
|
||||
$text['description-domain_enabled']['zh-cn'] = "确立该领域的地位。";
|
||||
$text['description-domain_enabled']['zh-cn'] = "设置域的状态。";
|
||||
$text['description-domain_enabled']['ja-jp'] = "ドメインのステータスを設定します。";
|
||||
$text['description-domain_enabled']['ko-kr'] = "도메인의 상태를 설정합니다.";
|
||||
$text['description-domain_enabled']['ko-kr'] = "도메인 상태를 설정합니다.";
|
||||
|
||||
$text['description-domain-edit']['en-us'] = "Edit the details of this domain.";
|
||||
$text['description-domain-edit']['en-gb'] = "Edit the details of this domain.";
|
||||
@@ -1169,9 +1178,9 @@ $text['description-domain-edit']['ro-ro'] = "Editați detaliile acestui domeniu.
|
||||
$text['description-domain-edit']['ru-ru'] = "Редактирование сведений о домене.";
|
||||
$text['description-domain-edit']['sv-se'] = "Ändra detaljer för denna Domän.";
|
||||
$text['description-domain-edit']['uk-ua'] = "Редагування деталей домену";
|
||||
$text['description-domain-edit']['zh-cn'] = "了解该领域的细节。";
|
||||
$text['description-domain-edit']['zh-cn'] = "编辑此域的详细信息。";
|
||||
$text['description-domain-edit']['ja-jp'] = "このドメインの詳細を編集します。";
|
||||
$text['description-domain-edit']['ko-kr'] = "이 도메인의 세부 사항을 편집합니다.";
|
||||
$text['description-domain-edit']['ko-kr'] = "이 도메인의 세부 정보를 편집합니다.";
|
||||
|
||||
$text['description-domain-add']['en-us'] = "Enter the domain details below.";
|
||||
$text['description-domain-add']['en-gb'] = "Enter the domain details below.";
|
||||
@@ -1193,8 +1202,8 @@ $text['description-domain-add']['ro-ro'] = "Introduceți detaliile domeniului ma
|
||||
$text['description-domain-add']['ru-ru'] = "Введите данные домена ниже.";
|
||||
$text['description-domain-add']['sv-se'] = "Ange domändetaljer nedan.";
|
||||
$text['description-domain-add']['uk-ua'] = "Введіть дані домену нижче.";
|
||||
$text['description-domain-add']['zh-cn'] = "查阅以下领域细节。";
|
||||
$text['description-domain-add']['ja-jp'] = "ドメインの詳細を入力してください。";
|
||||
$text['description-domain-add']['ko-kr'] = "아래 도메인 세부 사항을 입력하십시오.";
|
||||
$text['description-domain-add']['zh-cn'] = "在下面输入域详细信息。";
|
||||
$text['description-domain-add']['ja-jp'] = "以下にドメインの詳細を入力します。";
|
||||
$text['description-domain-add']['ko-kr'] = "아래에 도메인 세부 정보를 입력하십시오.";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user