From 5cee45922b834bb5b836cf6d153a8848a3d3d649 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 23 Jul 2020 20:36:49 +0200 Subject: [i18n] Update en-UK grammar and style (#3068) Taken from --- app/i18n/es/user.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/i18n/es/user.php') diff --git a/app/i18n/es/user.php b/app/i18n/es/user.php index 32614cc36..7816efcbc 100644 --- a/app/i18n/es/user.php +++ b/app/i18n/es/user.php @@ -3,19 +3,19 @@ return array( 'email' => array( 'feedback' => array( - 'invalid' => 'The email address is invalid.', // TODO - Translation - 'required' => 'The email address is required.', // TODO - Translation + 'invalid' => 'This email address is invalid.', // TODO - Translation + 'required' => 'An email address is required.', // TODO - Translation ), 'validation' => array( 'change_email' => 'You can change your email address on the profile page.', // TODO - Translation - 'email_sent_to' => 'We sent you an email at %s, please follow its indications to validate your address.', // TODO - Translation + 'email_sent_to' => 'We sent you an email at %s. Please follow its instructions to validate your address.', // TODO - Translation 'feedback' => array( - 'email_failed' => 'We couldn’t send you an email because of a misconfiguration of the server.', // TODO - Translation + 'email_failed' => 'We couldn’t send you an email because of a server configuration error.', // TODO - Translation 'email_sent' => 'An email has been sent to your address.', // TODO - Translation - 'error' => 'The email address failed to be validated.', // TODO - Translation - 'ok' => 'The email address has been validated.', // TODO - Translation - 'unneccessary' => 'The email address was already validated.', // TODO - Translation - 'wrong_token' => 'The email address failed to be validated due to a wrong token.', // TODO - Translation + 'error' => 'Email address validation failed.', // TODO - Translation + 'ok' => 'This email address has been validated.', // TODO - Translation + 'unneccessary' => 'This email address was already validated.', // TODO - Translation + 'wrong_token' => 'This email address failed to be validated due to a wrong token.', // TODO - Translation ), 'need_to' => 'You need to validate your email address before being able to use %s.', // TODO - Translation 'resend_email' => 'Resend the email', // TODO - Translation @@ -24,7 +24,7 @@ return array( ), 'mailer' => array( 'email_need_validation' => array( - 'body' => 'You’ve just registered on %s but you still need to validate your email. For that, just follow the link:', // TODO - Translation + 'body' => 'You’ve just registered on %s, but you still need to validate your email address. For that, just follow the link:', // TODO - Translation 'title' => 'You need to validate your account', // TODO - Translation 'welcome' => 'Welcome %s,', // TODO - Translation ), @@ -38,7 +38,7 @@ return array( ), ), 'username' => array( - 'invalid' => 'The username is invalid.', // TODO - Translation - 'taken' => 'The username %s is taken.', // TODO - Translation + 'invalid' => 'This username is invalid.', // TODO - Translation + 'taken' => 'This username, %s, is taken.', // TODO - Translation ), ); -- cgit v1.2.3