Page MenuHomeDevCentral

Fork of P73 traduction de l'écran de login: patch to try to add in Differential.
ActivePublic

Authored by dereckson on May 22 2015, 01:05.
diff --git a/resources/lang/fr/login.php b/resources/lang/fr/login.php
new file mode 100644
index 0000000..c531a32
--- /dev/null
+++ b/resources/lang/fr/login.php
@@ -0,0 +1,30 @@
+<?php
+
+/**
+ * French translation by:
+ * - Michaël Colignon (philectro)
+ */
+
+return [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Login
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines contain the fields names, error messages and
+ | other strings related to the authentication itself.
+ |
+ */
+
+ // Login form
+ "username" => "Nom d'utilisateur",
+ "password" => "Mot de passe",
+ "loginButton" => "Se connecter",
+ "remember" => "Rester connecté",
+ "passwordRecovery" => "Récupération de mot de passe",
+ "blankAvatarAlt" => "Une porte, comme avatar par défaut.",
+
+ // Error messages
+ "failedLogin" => "Le login ou mot de passe est incorrect.",
+];

Event Timeline

dereckson changed the title of this paste from untitled to Fork of P73 traduction de l'écran de login: patch to try to add in Differential..
dereckson updated the paste's language from autodetect to php.
dereckson added a project: Auth Grove.

@ledesillusionniste Could you try to add this paste to the code review system?

You can copy/paste from View Raw File (so we can preserve whitespaces) to
http://devcentral.nasqueron.org/differential/diff/create/.

Pick rGROVE as repository.