PHP Classes

File: app/Assets/Locale/en/auth.json

Recommend this page to a friend!
  Classes of Francisco Núñez   Catalyst   app/Assets/Locale/en/auth.json   Download  
File: app/Assets/Locale/en/auth.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Catalyst
Framework to develop MVC-based PHP applications
Author: By
Last change:
Date: 2 days ago
Size: 2,349 bytes
 

Contents

Class file image Download
{ "login": { "title": "Login", "subtitle": "Sign in to your account", "email": "Email Address", "password": "Password", "remember": "Remember Me", "forgot": "Forgot Password?", "submit": "Sign In", "no_account": "Don't have an account?", "create_account": "Create an Account" }, "register": { "title": "Register", "subtitle": "Create a new account", "name": "Full Name", "email": "Email Address", "password": "Password", "password_confirm": "Confirm Password", "terms": "I agree to the Terms of Service and Privacy Policy", "submit": "Create Account", "has_account": "Already have an account?", "login": "Sign In" }, "forgot_password": { "title": "Forgot Password", "subtitle": "Reset your password", "email": "Email Address", "submit": "Send Reset Link", "remember": "Remembered your password?", "back_to_login": "Back to Login" }, "reset_password": { "title": "Reset Password", "subtitle": "Create a new password", "email": "Email Address", "password": "New Password", "password_confirm": "Confirm New Password", "submit": "Reset Password" }, "logout": { "success": "You have been successfully logged out", "confirm": "Are you sure you want to log out?" }, "verification": { "title": "Verify Your Email", "sent": "A verification link has been sent to your email address", "check": "Before proceeding, please check your email for a verification link", "not_received": "If you did not receive the email", "request_another": "click here to request another" }, "validation": { "required": "The :field field is required", "email": "Please enter a valid email address", "min": "The :field must be at least :min characters", "confirmed": "The :field confirmation does not match", "terms": "You must accept the Terms of Service and Privacy Policy" }, "messages": { "login_success": "You have been successfully logged in", "login_failed": "Invalid credentials", "register_success": "Your account has been created successfully", "email_exists": "This email is already registered", "password_reset_sent": "Password reset link has been sent to your email", "password_reset_success": "Your password has been reset successfully" } }