mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
Interpolation requires that naming of the placeholder be consistent. We can use associative or non... IMO associative is better because you know what is supposed to go there.
89 lines
2.8 KiB
PHP
89 lines
2.8 KiB
PHP
<?php
|
|
return [
|
|
"address_1" => "Address 1",
|
|
"address_2" => "Address 2",
|
|
"admin" => "",
|
|
"city" => "City",
|
|
"clerk" => "",
|
|
"close" => "Close",
|
|
"color" => "",
|
|
"comments" => "Comments",
|
|
"common" => "common",
|
|
"confirm_search" => "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?",
|
|
"copyrights" => "© 2010 - {current_year}",
|
|
"correct_errors" => "Please correct identified errors before saving",
|
|
"country" => "Country",
|
|
"dashboard" => "",
|
|
"date" => "Date",
|
|
"delete" => "Delete",
|
|
"det" => "details",
|
|
"download_import_template" => "Download Import CSV Template (CSV)",
|
|
"edit" => "edit",
|
|
"email" => "Email",
|
|
"email_invalid_format" => "The email address is not in the correct format.",
|
|
"export_csv" => "CSV Export",
|
|
"export_csv_no" => "No",
|
|
"export_csv_yes" => "Yes",
|
|
"fields_required_message" => "Fields in red are required",
|
|
"fields_required_message_unique" => "",
|
|
"first_name" => "First Name",
|
|
"first_name_required" => "First Name is a required field.",
|
|
"first_page" => "First",
|
|
"gender" => "Gender",
|
|
"gender_female" => "F",
|
|
"gender_male" => "M",
|
|
"gender_undefined" => "",
|
|
"icon" => "Icon",
|
|
"id" => "ID",
|
|
"import" => "Import",
|
|
"import_change_file" => "Change",
|
|
"import_csv" => "CSV Import",
|
|
"import_full_path" => "Full path to CSV file required",
|
|
"import_remove_file" => "Remove",
|
|
"import_select_file" => "Select file",
|
|
"inv" => "inv",
|
|
"last_name" => "Last Name",
|
|
"last_name_required" => "Last Name is a required field.",
|
|
"last_page" => "Last",
|
|
"learn_about_project" => "to learn the latest information about the project.",
|
|
"list_of" => "List of",
|
|
"logo" => "Logo",
|
|
"logo_mark" => "Mark",
|
|
"logout" => "",
|
|
"manager" => "",
|
|
"migration_needed" => "",
|
|
"new" => "New",
|
|
"no" => "",
|
|
"no_persons_to_display" => "There are no people to display.",
|
|
"none_selected_text" => "[Select]",
|
|
"or" => "OR",
|
|
"people" => "",
|
|
"phone_number" => "Phone Number",
|
|
"phone_number_required" => "",
|
|
"please_visit_my" => "Please visit the",
|
|
"position" => "",
|
|
"powered_by" => "Powered by",
|
|
"price" => "Price",
|
|
"print" => "Print",
|
|
"remove" => "Remove",
|
|
"required" => "Required",
|
|
"restore" => "Restore",
|
|
"return_policy" => "Return Policy",
|
|
"search" => "Search",
|
|
"search_options" => "Search options",
|
|
"searched_for" => "Searched for",
|
|
"software_short" => "OSPOS",
|
|
"software_title" => "Open Source Point of Sale",
|
|
"state" => "State",
|
|
"submit" => "Submit",
|
|
"total_spent" => "Total Spent",
|
|
"unknown" => "Unknown",
|
|
"view_recent_sales" => "View Recent Sales",
|
|
"website" => "opensourcepos.org",
|
|
"welcome" => "Welcome",
|
|
"welcome_message" => "Welcome to OSPOS, click a module below to get started.",
|
|
"yes" => "",
|
|
"you_are_using_ospos" => "",
|
|
"zip" => "Postal Code",
|
|
];
|