Page MenuHomeDevCentral

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

Authored By
dereckson
May 22 2015, 01:05
Size
971 B
Referenced Files
None
Subscribers
None

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

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 (ledesillusionniste)
+ */
+
+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.",
+];

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2898
Default Alt Text
Fork of P73 traduction de l'écran de login: patch to try to add in Differential. (971 B)

Event Timeline