Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12239719
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 00:05 (20 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064282
Default Alt Text
(1 KB)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment