Skip to content

Commit 0bb39be

Browse files
committed
adjust account locked message
1 parent cf8b109 commit 0bb39be

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lib/lang/de.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'delete' => 'LÖSCHEN',
3535
'unknown_method' => 'Unbekannte Methode',
3636
'authentication_failed' => 'Authentifizierung fehlgeschlagen',
37-
'account_locked' => 'Account ist noch gesperrt.',
37+
'account_locked' => 'Ihr Account ist noch gesperrt. Bitte klicken Sie auf den Aktivierungslink in der E-Mail, die wir an Ihre Adresse gesendet haben, oder wenden Sie sich an den Support.',
3838
'payment_authentication_failed' => 'Cloud-Zugriffslizenz ungültig. Bitte kaufen Sie die Zugriffslizenz via In-App-Einkauf.',
3939
'account_not_found_check_email' => 'Account nicht gefunden. Bitte E-Mail-Adresse prüfen.',
4040
'unknown_error_contact_support' => 'Unbekannter Fehler. Bitte kontaktieren Sie den Support.',

lib/lang/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'delete' => 'DELETE',
3535
'unknown_method' => 'Unknown Method',
3636
'authentication_failed' => 'Authentication Failed',
37-
'account_locked' => 'Account is still locked.',
37+
'account_locked' => 'Your account is still locked. Please click on the activation link in the email we sent to your address or contact support.',
3838
'payment_authentication_failed' => 'Cloud access license invalid. Please buy the license via in-app purchase.',
3939
'account_not_found_check_email' => 'Account not found. Please check email address.',
4040
'unknown_error_contact_support' => 'Failed with unknown error. Please contact support.',

lib/lang/es.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'delete' => 'ELIMINAR',
3535
'unknown_method' => 'Método desconocido',
3636
'authentication_failed' => 'Autenticación fallida',
37-
'account_locked' => 'La cuenta aún está bloqueada.',
37+
'account_locked' => 'Tu cuenta aún está bloqueada. Haga clic en el enlace de activación en el correo electrónico que enviamos a su dirección o póngase en contacto con el servicio de asistencia.',
3838
'payment_authentication_failed' => 'Licencia de acceso a la nube no válida. Compre la licencia mediante la compra en la aplicación.',
3939
'account_not_found_check_email' => 'Cuenta no encontrada. Por favor verifique la dirección de correo electrónico.',
4040
'unknown_error_contact_support' => 'Falló con error desconocido. Por favor, póngase en contacto con el soporte.',

lib/lang/fr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'delete' => 'SUPPRIMER',
3535
'unknown_method' => 'Méthode inconnue',
3636
'authentication_failed' => 'Authentification échouée',
37-
'account_locked' => 'Le compte est toujours verrouillé.',
37+
'account_locked' => 'Votre compte est toujours verrouillé. Veuillez cliquer sur le lien d'activation dans l'e-mail que nous avons envoyé à votre adresse ou contacter le support.',
3838
'payment_authentication_failed' => "Licence d'accès au cloud non valide. Veuillez acheter la licence via un achat via l'application.",
3939
'account_not_found_check_email' => "Compte non trouvé. Veuillez vérifier l'adresse e-mail.",
4040
'unknown_error_contact_support' => 'Échec avec une erreur inconnue. Veuillez contacter le support.',

lib/lang/it.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'delete' => 'ELIMINA',
3535
'unknown_method' => 'Metodo sconosciuto',
3636
'authentication_failed' => 'Autenticazione fallita',
37-
'account_locked' => "L'account è ancora bloccato.",
37+
'account_locked' => "Il tuo account è ancora bloccato. Fare clic sul collegamento di attivazione nell'e-mail inviata al proprio indirizzo o contattare l'assistenza.",
3838
'payment_authentication_failed' => 'Licenza di accesso al cloud non valida. Acquista la licenza tramite acquisto in-app.',
3939
'account_not_found_check_email' => "Account non trovato. Si prega di controllare l'indirizzo e-mail.",
4040
'unknown_error_contact_support' => "Non riuscito con errore sconosciuto. Si prega di contattare l'assistenza.",

lib/lang/ru.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'delete' => 'УДАЛЯТЬ',
3535
'unknown_method' => 'Неизвестный метод',
3636
'authentication_failed' => 'Ошибка аутентификации',
37-
'account_locked' => 'Аккаунт все еще заблокирован.',
37+
'account_locked' => 'Аккаунт все еще заблокирован. Пожалуйста, нажмите на ссылку активации в электронном письме, которое мы отправили на ваш адрес или обратитесь в службу поддержки.',
3838
'payment_authentication_failed' => 'Лицензия на облачный доступ недействительна. Пожалуйста, купите лицензию через покупку в приложении.',
3939
'account_not_found_check_email' => 'Аккаунт не найден. Пожалуйста, проверьте адрес электронной почты.',
4040
'unknown_error_contact_support' => 'Сбой с неизвестной ошибкой. Пожалуйста, свяжитесь со службой поддержки.',

0 commit comments

Comments
 (0)