Event Guard - Add additional languages.
This commit is contained in:
parent
2ca03f5159
commit
5d75490eab
|
|
@ -432,6 +432,30 @@ $text['button-unblock']['zh-cn'] = "解锁";
|
|||
$text['button-unblock']['ja-jp'] = "ブロックを解除する";
|
||||
$text['button-unblock']['ko-kr'] = "차단 해제";
|
||||
|
||||
$text['label-blocked']['en-us'] = "Blocked";
|
||||
$text['label-blocked']['en-gb'] = "Blocked";
|
||||
$text['label-blocked']['ar-eg'] = "ممنوع";
|
||||
$text['label-blocked']['de-at'] = "Verstopft";
|
||||
$text['label-blocked']['de-ch'] = "Verstopft";
|
||||
$text['label-blocked']['de-de'] = "Verstopft";
|
||||
$text['label-blocked']['es-cl'] = "Obstruido";
|
||||
$text['label-blocked']['es-mx'] = "Obstruido";
|
||||
$text['label-blocked']['fr-ca'] = "Bloqué";
|
||||
$text['label-blocked']['fr-fr'] = "Bloqué";
|
||||
$text['label-blocked']['he-il'] = "חָסוּם";
|
||||
$text['label-blocked']['it-it'] = "Bloccato";
|
||||
$text['label-blocked']['nl-nl'] = "Geblokkeerd";
|
||||
$text['label-blocked']['pl-pl'] = "Zablokowany";
|
||||
$text['label-blocked']['pt-br'] = "Bloqueado";
|
||||
$text['label-blocked']['pt-pt'] = "Bloqueado";
|
||||
$text['label-blocked']['ro-ro'] = "Blocat";
|
||||
$text['label-blocked']['ru-ru'] = "Заблокировано";
|
||||
$text['label-blocked']['sv-se'] = "Blockerad";
|
||||
$text['label-blocked']['uk-ua'] = "заблоковано";
|
||||
$text['label-blocked']['zh-cn'] = "封锁";
|
||||
$text['label-blocked']['ja-jp'] = "ブロックされました";
|
||||
$text['label-blocked']['ko-kr'] = "막힌";
|
||||
|
||||
$text['label-unblocked']['en-us'] = "Unblocked";
|
||||
$text['label-unblocked']['en-gb'] = "Unblocked";
|
||||
$text['label-unblocked']['ar-eg'] = "غير مقفل";
|
||||
|
|
@ -480,4 +504,52 @@ $text['label-pending']['zh-cn'] = "待办的";
|
|||
$text['label-pending']['ja-jp'] = "保留中";
|
||||
$text['label-pending']['ko-kr'] = "보류 중";
|
||||
|
||||
?>
|
||||
$text['option-authentication']['en-us'] = "Auth";
|
||||
$text['option-authentication']['en-gb'] = "Auth";
|
||||
$text['option-authentication']['ar-eg'] = "المصادقة";
|
||||
$text['option-authentication']['de-at'] = "Authentifizierung";
|
||||
$text['option-authentication']['de-ch'] = "Authentifizierung";
|
||||
$text['option-authentication']['de-de'] = "Authentifizierung";
|
||||
$text['option-authentication']['es-cl'] = "Autenticación";
|
||||
$text['option-authentication']['es-mx'] = "Autenticación";
|
||||
$text['option-authentication']['fr-ca'] = "Authentification";
|
||||
$text['option-authentication']['fr-fr'] = "Authentification";
|
||||
$text['option-authentication']['he-il'] = "אימות";
|
||||
$text['option-authentication']['it-it'] = "Autenticazione";
|
||||
$text['option-authentication']['nl-nl'] = "Authenticatie";
|
||||
$text['option-authentication']['pl-pl'] = "Uwierzytelnianie";
|
||||
$text['option-authentication']['pt-br'] = "Autenticação";
|
||||
$text['option-authentication']['pt-pt'] = "Autenticação";
|
||||
$text['option-authentication']['ro-ro'] = "Autentificare";
|
||||
$text['option-authentication']['ru-ru'] = "Аутентификация";
|
||||
$text['option-authentication']['sv-se'] = "Autentisering";
|
||||
$text['option-authentication']['uk-ua'] = "Аутентифікація";
|
||||
$text['option-authentication']['zh-cn'] = "验证";
|
||||
$text['option-authentication']['ja-jp'] = "認証";
|
||||
$text['option-authentication']['ko-kr'] = "입증";
|
||||
|
||||
$text['option-ip']['en-us'] = "IP";
|
||||
$text['option-ip']['en-gb'] = "IP";
|
||||
$text['option-ip']['ar-eg'] = "عنوان IP";
|
||||
$text['option-ip']['de-at'] = "IP Adresse";
|
||||
$text['option-ip']['de-ch'] = "IP Adresse";
|
||||
$text['option-ip']['de-de'] = "IP Adresse";
|
||||
$text['option-ip']['es-cl'] = "Dirección IP";
|
||||
$text['option-ip']['es-mx'] = "Dirección IP";
|
||||
$text['option-ip']['fr-ca'] = "Adresse IP";
|
||||
$text['option-ip']['fr-fr'] = "Adresse IP";
|
||||
$text['option-ip']['he-il'] = "כתובת ה - IP";
|
||||
$text['option-ip']['it-it'] = "Indirizzo IP";
|
||||
$text['option-ip']['nl-nl'] = "IP adres";
|
||||
$text['option-ip']['pl-pl'] = "Adres IP";
|
||||
$text['option-ip']['pt-br'] = "Endereço de IP";
|
||||
$text['option-ip']['pt-pt'] = "Endereço de IP";
|
||||
$text['option-ip']['ro-ro'] = "Adresa IP";
|
||||
$text['option-ip']['ru-ru'] = "Айпи адрес";
|
||||
$text['option-ip']['sv-se'] = "IP-adress";
|
||||
$text['option-ip']['uk-ua'] = "IP-адреса";
|
||||
$text['option-ip']['zh-cn'] = "IP地址";
|
||||
$text['option-ip']['ja-jp'] = "IPアドレス";
|
||||
$text['option-ip']['ko-kr'] = "IP 주소";
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue