Created
July 22, 2015 15:50
-
-
Save DurbanVisuals/cabb1c4bee3b4201d500 to your computer and use it in GitHub Desktop.
conquery translation english file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Core Language File | |
| */ | |
| // Titles | |
| $lang['core title welcome'] = "Welcome to %s"; | |
| // Buttons | |
| $lang['core button admin'] = "Admin"; | |
| $lang['core button cancel'] = "Cancel"; | |
| $lang['core button close'] = "Close"; | |
| $lang['core button contact'] = "Contact"; | |
| $lang['core button filter'] = "Filter"; | |
| $lang['core button home'] = "Home"; | |
| $lang['core button login'] = "Login"; | |
| $lang['core button logout'] = "Logout"; | |
| $lang['core button profile'] = "Profile"; | |
| $lang['core button reset'] = "Reset"; | |
| $lang['core button save'] = "Save"; | |
| $lang['core button search'] = "Search"; | |
| $lang['core button toggle_nav'] = "Toggle navigation"; | |
| // Text | |
| $lang['core text no'] = "No"; | |
| $lang['core text yes'] = "Yes"; | |
| $lang['core text donation'] = "Donor Items"; | |
| // Errors | |
| $lang['core error no_results'] = "No results found!"; | |
| /** | |
| * Settings Language File | |
| */ | |
| // Titles | |
| $lang['admin settings title'] = "Settings"; | |
| // Messages | |
| $lang['admin settings msg save_success'] = "Settings have been successfully saved."; | |
| // Errors | |
| $lang['admin settings error save_failed'] = "There was a problem saving settings. Please try again."; | |
| /** | |
| * Admin Language File | |
| */ | |
| // Titles | |
| $lang['admin title admin'] = "Administration"; | |
| // Buttons | |
| $lang['admin button csv_export'] = "CSV Export"; | |
| $lang['admin button dashboard'] = "Dashboard"; | |
| $lang['admin button delete'] = "Delete"; | |
| $lang['admin button edit'] = "Edit"; | |
| $lang['admin button messages'] = "Messages"; | |
| $lang['admin button settings'] = "Settings"; | |
| $lang['admin button users'] = "Users"; | |
| $lang['admin button users_add'] = "Add New User"; | |
| $lang['admin button users_list'] = "List Users"; | |
| $lang['admin button donations'] = "Donations"; | |
| $lang['admin button connection'] = "Connection"; | |
| $lang['admin button news'] = "News"; | |
| $lang['admin button pages'] = "Pages"; | |
| $lang['admin button modules'] = "Modules"; | |
| // Tooltips | |
| $lang['admin tooltip csv_export'] = "Export a CSV file of all results with filters applied."; | |
| $lang['admin tooltip filter'] = "Update results based on your filters."; | |
| $lang['admin tooltip filter_reset'] = "Clear all your filters and sorting."; | |
| // Form Inputs | |
| $lang['admin input active'] = "Active"; | |
| $lang['admin input inactive'] = "Inactive"; | |
| $lang['admin input items_per_page'] = "items/page"; | |
| $lang['admin input select'] = "select..."; | |
| $lang['admin input username'] = "Username"; | |
| // Table Columns | |
| $lang['admin col actions'] = "Actions"; | |
| $lang['admin col status'] = "Status"; | |
| // Form Labels | |
| $lang['admin label rows'] = "%s row(s)"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment