diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index 19880b3f8..0fe716aab 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -21,7 +21,7 @@ return array( 'publication_date' => 'Data de publicacion', 'related_tags' => 'Etiquetas ligadas', 'sharing' => 'Partatge', - 'display_authors' => 'Authors', //TODO - Translation + 'display_authors' => 'Autors', 'top_line' => 'Linha amont', ), 'language' => 'Lenga', diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php index f61e0dbea..8bbe04aec 100644 --- a/app/i18n/oc/gen.php +++ b/app/i18n/oc/gen.php @@ -3,7 +3,7 @@ return array( 'action' => array( 'actualize' => 'Actualizar', - 'back' => '← Go back', //TODO - Translation + 'back' => '← Tornar', 'back_to_rss_feeds' => '← Tornar a vòstres fluxes RSS', 'cancel' => 'Anullar', 'create' => 'Crear', @@ -50,7 +50,7 @@ return array( 'Aug' => '\\a\\g\\o\\s\\t', 'aug' => 'agost', 'august' => 'agost', - 'before_yesterday' => 'Abans ièr', + 'before_yesterday' => 'Anterior a ièr', 'Dec' => '\\d\\e\\c\\e\\m\\b\\r\\e', 'dec' => 'dec.', 'december' => 'decembre', diff --git a/app/i18n/oc/user.php b/app/i18n/oc/user.php index 4f2cfcda2..4bcfebaf9 100644 --- a/app/i18n/oc/user.php +++ b/app/i18n/oc/user.php @@ -3,30 +3,30 @@ return array( 'email' => array( 'feedback' => array( - 'invalid' => 'The email address is invalid.', //TODO - Translation - 'required' => 'The email address is required.', //TODO - Translation + 'invalid' => 'L’adreça electronica es invalida.', + 'required' => 'L’adreça electronica es requesida.', ), '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 + 'change_email' => 'Podètz cambiar l’adreça electronica sus la pagina de perfil.', + 'email_sent_to' => 'Vos avèm enviat un corrièl a %s, mercés de seguir las consignas per validar l’adreça electronica.', 'feedback' => array( - 'email_failed' => 'We couldn’t send you an email because of a misconfiguration of the server.', //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 + 'email_failed' => 'Avèm pas pogut vos enviar un corrièl a causa d’una marrida configuracion del servidor.', + 'email_sent' => 'Avèm enviat un corrièl a vòstra adreça.', + 'error' => 'Fracàs de la validacion de l’adreça electronica.', + 'ok' => 'L’adreça electronica es estada validada.', + 'unneccessary' => 'L’adreça es ja estada validada.', + 'wrong_token' => 'Fracàs de la validacion de l’adreça a causa d’un marrit geton.', ), - 'need_to' => 'You need to validate your email address before being able to use %s.', //TODO - Translation - 'resend_email' => 'Resend the email', //TODO - Translation - 'title' => 'Email address validation', //TODO - Translation + 'need_to' => 'Devèètz validar vòstra adreça electronica abans de poder utilizar %s.', + 'resend_email' => 'Tornar enviar lo corrièl', + 'title' => 'Validacion de l’adreça electronica', ), ), 'mailer' => array( 'email_need_validation' => array( - 'title' => 'You need to validate your account', //TODO - Translation - 'welcome' => 'Welcome %s,', //TODO - Translation - 'body' => 'You’ve just registered on %s but you still need to validate your email. For that, just follow the link:', //TODO - Translation + 'title' => 'Vos cal validar vòstra adreça electronica', + 'welcome' => 'La benvenguda %s,', + 'body' => 'Venètz de vos marcar sus %s mas vos cal encara validar l’adreça electronica. Per aquò far, seguissètz lo ligam :', ), ), );