From 315d0839c231c1ffacc09f47e99058adc505f3e3 Mon Sep 17 00:00:00 2001 From: IDBLOCK Date: Sun, 5 Apr 2020 05:31:50 +0000 Subject: [PATCH 1/2] Translated using Weblate (English) Currently translated at 100.0% (154 of 154 strings) Translation: XBackBone/XBackBone Translate-URL: https://hosted.weblate.org/projects/xbackbone/xbackbone/en/ --- resources/lang/en.lang.php | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/resources/lang/en.lang.php b/resources/lang/en.lang.php index 470fbee..0a1d388 100644 --- a/resources/lang/en.lang.php +++ b/resources/lang/en.lang.php @@ -19,7 +19,7 @@ return [ 'pager.previous' => 'Previous', 'copy_link' => 'Copy link', 'public.telegram' => 'Share on Telegram', - 'public.delete_text' => 'Are you sure you want to delete this item? It will be gone forever!', + 'public.delete_text' => 'Are you sure you want to delete this item? You will not be able to recover it', 'preview' => 'Preview', 'filename' => 'Filename', 'size' => 'Size', @@ -122,9 +122,17 @@ return [ 'default_user_quota' => 'Default User Quota', 'max_user_quota' => 'Max User Quota', 'invalid_quota' => 'Invalid values as default user quota.', - 'mail.activate_text' => "Hi %s!\nthank you for creating your account on %s (%s), click on the following link to activate it:\n\n%s", + 'mail.activate_text' => 'Hi %s! +thank you for creating your account on %s (%s), click on the following link to activate it: + +%s', 'mail.activate_account' => '%s - Account Activation', - 'mail.recover_text' => "Hi %s,\na password reset has been requested for your account. To complete the procedure click on the following link:\n\n%s\n\nIf it wasn\'t you who requested the password reset, simply ignore this email.", + 'mail.recover_text' => 'Hi %s, +a password reset has been requested for your account. To complete the procedure click on the following link: + +%s + +If it wasn\'t you who requested the password reset, simply ignore this email.', 'mail.recover_password' => '%s - Password Recovery', 'recover_email_sent' => 'If present, a recovery email was sent to the specified account.', 'account_activated' => 'Account activated, now you can login!', @@ -148,10 +156,20 @@ return [ 'recaptcha_secret_key' => 'reCAPTCHA Secret Key', 'send_notification' => 'Send Mail Notification', 'mail.new_account' => '%s - New Account Creation', - 'mail.new_account_text_with_reset' => "Hi %s!\na new account was created for you on %s (%s), click on the following link to set a password and activate it:\n\n%s", - 'mail.new_account_text_with_pw' => "Hi %s!\na new account was created for you on %s (%s), with the following credentials:\n\nUsername: %s\nPassword: %s\n\nClick on the following link to go to the login page:\n%s", + 'mail.new_account_text_with_reset' => 'Hi %s! +a new account was created for you on %s (%s), click on the following link to set a password and activate it: + +%s', + 'mail.new_account_text_with_pw' => 'Hi %s! +a new account was created for you on %s (%s), with the following credentials: + +Username: %s +Password: %s + +Click on the following link to go to the login page: +%s', 'user_create_password' => 'If leaved empty, you might want to send a notification to the user email.', 'ldap_cant_connect' => 'Can\'t connect to the LDAP auth server.', 'upload_max_file_size' => 'The max file size is currently %s.', - 'no_tags' => 'No tags added' + 'no_tags' => 'No tags added', ]; From 5d036c3c18059259806606ffc746aa9373943a1f Mon Sep 17 00:00:00 2001 From: IDBLOCK Date: Sun, 5 Apr 2020 05:27:30 +0000 Subject: [PATCH 2/2] Translated using Weblate (French) Currently translated at 100.0% (154 of 154 strings) Translation: XBackBone/XBackBone Translate-URL: https://hosted.weblate.org/projects/xbackbone/xbackbone/fr/ --- resources/lang/fr.lang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/fr.lang.php b/resources/lang/fr.lang.php index bb13486..4841947 100644 --- a/resources/lang/fr.lang.php +++ b/resources/lang/fr.lang.php @@ -4,21 +4,21 @@ return [ 'yes' => 'Oui', 'no' => 'Non', 'send' => 'Envoyer', - 'no_media' => 'Pas de média trouvé.', + 'no_media' => 'Aucun média trouvé.', 'login.username' => 'Nom d\'utilisateur ou E-mail', 'password' => 'Mot de passe', - 'login' => 'Identification', + 'login' => 'S\'identifier', 'username' => 'Nom d\'utilisateur', - 'home' => 'Menu', + 'home' => 'Accueil', 'users' => 'Utilisateurs', 'system' => 'Système', 'profile' => 'Profil', - 'logout' => 'Déconnexion', + 'logout' => 'Se déconnecter', 'pager.next' => 'Suivant', 'pager.previous' => 'Précédent', 'copy_link' => 'Copier le lien', 'public.telegram' => 'Partager via Telegram', - 'public.delete_text' => 'Etes-vous sûr de vouloir supprimer ce fichier ? Il disparaitra pour toujours !', + 'public.delete_text' => 'Êtes-vous sûr de bien vouloir supprimer cet fichier? Vous ne pourrez pas le récupérer!', 'preview' => 'Aperçu', 'filename' => 'Nom de fichier', 'size' => 'Taille',