fusionpbx/core/authentication/app_languages.php

73 lines
5.3 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"; //copied from de-de
$text['label-authentication_code']['de-ch'] = "Authentication Code"; //copied from de-de
$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"; //copied from es-cl
$text['label-authentication_code']['fr-ca'] = "code d'identification"; //copied from fr-fr
$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"; //copied from pt-pt
$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-verify']['en-us'] = "Verify";
$text['label-verify']['en-gb'] = "Verify";
$text['label-verify']['ar-eg'] = "يؤكد";
$text['label-verify']['de-at'] = "Verifizieren"; //copied from de-de
$text['label-verify']['de-ch'] = "Verifizieren"; //copied from de-de
$text['label-verify']['de-de'] = "Verifizieren";
$text['label-verify']['el-gr'] = "Επαληθεύω";
$text['label-verify']['es-cl'] = "Verificar";
$text['label-verify']['es-mx'] = "Verificar"; //copied from es-cl
$text['label-verify']['fr-ca'] = "Vérifier"; //copied from fr-fr
$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"; //copied from pt-pt
$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-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."; //copied from de-de
$text['label-email_description']['de-ch'] = "Überprüfen Sie Ihre E-Mail auf den Bestätigungscode."; //copied from de-de
$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."; //copied from es-cl
$text['label-email_description']['fr-ca'] = "Vérifiez votre e-mail pour le code de vérification."; //copied from fr-fr
$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."; //copied from pt-pt
$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'] = "Перевірте свою електронну пошту на наявність коду підтвердження.";
?>