Page MenuHomeDevCentral

No OneTemporary

diff --git a/resources/lang/en/app.php b/resources/lang/en/app.php
new file mode 100644
index 0000000..3d91fb3
--- /dev/null
+++ b/resources/lang/en/app.php
@@ -0,0 +1,5 @@
+<?php
+
+return [
+ "title" => "Authentication grove",
+];
\ No newline at end of file
diff --git a/resources/lang/en/login.php b/resources/lang/en/login.php
new file mode 100644
index 0000000..dd816a1
--- /dev/null
+++ b/resources/lang/en/login.php
@@ -0,0 +1,25 @@
+<?php
+
+return [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Login
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines contain the fields names, error messages and
+ | other strings related to the authentication itself.
+ |
+ */
+
+ //Login form
+ "username" => "Username",
+ "password" => "Password",
+ "loginButton" => "Sign in",
+ "remember" => "Remember me",
+ "passwordRecovery" => "Password recovery options",
+ "blankAvatarAlt" => "A door, as a blank avatar",
+
+ //Error messages
+ "failedLogin" => "These credentials do not match our records.",
+];

File Metadata

Mime Type
text/x-diff
Expires
Sun, Oct 12, 00:05 (15 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064282
Default Alt Text
(1 KB)

Event Timeline