fusionpbx/core/authentication/app_languages.php

82 lines
5.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$text['label-authentication_code']['en-us'] = "Authentication Code";
$text['label-authentication_code']['en-gb'] = "Authentication Code";
$text['label-authentication_code']['ar-eg'] = "رمز الدخول";
$text['label-authentication_code']['de-at'] = "Authentication Code";
$text['label-authentication_code']['de-ch'] = "Authentication Code";
$text['label-authentication_code']['de-de'] = "Authentication Code";
$text['label-authentication_code']['el-gr'] = "Κωδικός ελέγχου ταυτότητας";
$text['label-authentication_code']['es-cl'] = "Código de autenticación";
$text['label-authentication_code']['es-mx'] = "Código de autenticación";
$text['label-authentication_code']['fr-ca'] = "code d'identification";
$text['label-authentication_code']['fr-fr'] = "code d'identification";
$text['label-authentication_code']['he-il'] = "קוד אימות";
$text['label-authentication_code']['it-it'] = "Codice di Autenticazione";
$text['label-authentication_code']['nl-nl'] = "Verificatiecode";
$text['label-authentication_code']['pl-pl'] = "Kod weryfikacyjny";
$text['label-authentication_code']['pt-br'] = "Código de Autenticação";
$text['label-authentication_code']['pt-pt'] = "Código de Autenticação";
$text['label-authentication_code']['ro-ro'] = "cod de autentificare";
$text['label-authentication_code']['ru-ru'] = "Код аутентификации";
$text['label-authentication_code']['sv-se'] = "cod de autentificare";
$text['label-authentication_code']['uk-ua'] = "Autentiseringskod";
$text['label-authentication_code']['tr-tr'] = "Код автентифікації";
$text['label-authentication_code']['zh-cn'] = "认证法";
$text['label-authentication_code']['ja-jp'] = "認証コード";
$text['label-authentication_code']['ko-kr'] = "인증 코드";
$text['label-verify']['en-us'] = "Verify";
$text['label-verify']['en-gb'] = "Verify";
$text['label-verify']['ar-eg'] = "يؤكد";
$text['label-verify']['de-at'] = "Verifizieren";
$text['label-verify']['de-ch'] = "Verifizieren";
$text['label-verify']['de-de'] = "Verifizieren";
$text['label-verify']['el-gr'] = "Επαληθεύω";
$text['label-verify']['es-cl'] = "Verificar";
$text['label-verify']['es-mx'] = "Verificar";
$text['label-verify']['fr-ca'] = "Vérifier";
$text['label-verify']['fr-fr'] = "Vérifier";
$text['label-verify']['he-il'] = "תאשר";
$text['label-verify']['it-it'] = "Verificare";
$text['label-verify']['nl-nl'] = "Verifiëren";
$text['label-verify']['pl-pl'] = "Zweryfikować";
$text['label-verify']['pt-br'] = "Verificar";
$text['label-verify']['pt-pt'] = "Verificar";
$text['label-verify']['ro-ro'] = "Verifica";
$text['label-verify']['ru-ru'] = "Проверять";
$text['label-verify']['sv-se'] = "Verifica";
$text['label-verify']['uk-ua'] = "Kontrollera";
$text['label-verify']['tr-tr'] = "Підтвердити";
$text['label-verify']['zh-cn'] = "全权证书";
$text['label-verify']['ja-jp'] = "検証";
$text['label-verify']['ko-kr'] = "계정 만들기";
$text['label-email_description']['en-us'] = "Check your email for the verification code.";
$text['label-email_description']['en-gb'] = "Check your email for the verification code.";
$text['label-email_description']['ar-eg'] = "تحقق من بريدك الإلكتروني للحصول على رمز التحقق.";
$text['label-email_description']['de-at'] = "Überprüfen Sie Ihre E-Mail auf den Bestätigungscode.";
$text['label-email_description']['de-ch'] = "Überprüfen Sie Ihre E-Mail auf den Bestätigungscode.";
$text['label-email_description']['de-de'] = "Überprüfen Sie Ihre E-Mail auf den Bestätigungscode.";
$text['label-email_description']['el-gr'] = "Ελέγξτε το email σας για τον κωδικό επαλήθευσης.";
$text['label-email_description']['es-cl'] = "Revisa tu correo electrónico para ver el código de verificación.";
$text['label-email_description']['es-mx'] = "Revisa tu correo electrónico para ver el código de verificación.";
$text['label-email_description']['fr-ca'] = "Vérifiez votre e-mail pour le code de vérification.";
$text['label-email_description']['fr-fr'] = "Vérifiez votre e-mail pour le code de vérification.";
$text['label-email_description']['he-il'] = 'בדוק את קוד האימות בדוא"ל שלך';
$text['label-email_description']['it-it'] = "Controlla la tua email per il codice di verifica";
$text['label-email_description']['nl-nl'] = "Controleer je e-mail voor de verificatiecode";
$text['label-email_description']['pl-pl'] = "Sprawdź swoją skrzynkę e-mail, aby otrzymać kod weryfikacyjny";
$text['label-email_description']['pt-br'] = "Verifique seu e-mail para obter o código de verificação.";
$text['label-email_description']['pt-pt'] = "Verifique seu e-mail para obter o código de verificação.";
$text['label-email_description']['ro-ro'] = "Verificați e-mailul pentru codul de verificare.";
$text['label-email_description']['ru-ru'] = "Проверьте свою электронную почту на наличие кода подтверждения.";
$text['label-email_description']['sv-se'] = "Verificați e-mailul pentru codul de verificare.";
$text['label-email_description']['uk-ua'] = "Kontrollera din e-post för verifieringskoden.";
$text['label-email_description']['tr-tr'] = "Перевірте свою електронну пошту на наявність коду підтвердження.";
$text['label-email_description']['zh-cn'] = "查阅您的核查文件。";
$text['label-email_description']['ja-jp'] = "認証コードのメールをご確認ください。";
$text['label-email_description']['ko-kr'] = "인증 코드의 이메일 확인.";
?>