PHP Classes

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

Recommend this page to a friend!
  Classes of Francisco Núñez   Catalyst   app/Assets/Locale/en/common.json   Download  
File: app/Assets/Locale/en/common.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: 1,511 bytes
 

Contents

Class file image Download
{ "messages": { "welcome": "Welcome to Catalyst Framework", "success": "Operation completed successfully", "error": "An error occurred", "not_found": "The requested resource was not found", "loading": "Loading...", "search": "Search for something...", "notification_count": "You have :count messages" }, "navigation": { "home": "Home", "about": "About", "contact": "Contact", "login": "Login", "register": "Register", "logout": "Logout", "dashboard": "Dashboard", "profile": "Profile", "settings": "Settings", "messages": "Mailbox" }, "buttons": { "submit": "Submit", "cancel": "Cancel", "save": "Save", "edit": "Edit", "delete": "Delete", "back": "Back", "next": "Next", "previous": "Previous", "see_all": "See All Alerts" }, "dates": { "today": "Today", "yesterday": "Yesterday", "tomorrow": "Tomorrow", "days_ago": { "one": ":count day ago", "many": ":count days ago" }, "minutes_ago": { "one": ":count minute ago", "many": ":count minutes ago" } }, "app": { "name": "Catalyst Framework", "version": "1.0.0", "tagline": "A modern PHP framework for rapid application development", "company": "Your Company" }, "footer": { "copyright": "Copyright © :year for Icaros Net", "rights": "All rights reserved", "privacy": "Privacy Policy", "terms": "Terms of Service", "powered_by": "Powered by" } }