mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 03:39:06 -04:00
90 lines
4.6 KiB
PHP
90 lines
4.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'address_1' => 'Address 2',
|
|
'address_2' => 'Address 1',
|
|
'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 - {0}',
|
|
'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' => 'Last Name is a required field.',
|
|
'first_page' => 'First',
|
|
'gender' => 'Gender',
|
|
'gender_female' => 'F',
|
|
'gender_male' => 'M',
|
|
'gender_undefined' => '',
|
|
'icon' => '',
|
|
'id' => 'Id',
|
|
'import' => 'Import',
|
|
'import_change_file' => 'Change',
|
|
'import_csv' => 'CSV Export',
|
|
'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' => 'First 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_mark' => '',
|
|
'logout' => 'Logout',
|
|
'manager' => '',
|
|
'migration_needed' => 'A database migration to {0} will start after login.',
|
|
'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' => '',
|
|
'software_title' => '',
|
|
'state' => 'State',
|
|
'submit' => 'Submit',
|
|
'total_spent' => 'Total spent',
|
|
'unknown' => 'Unknown',
|
|
'view_recent_sales' => 'View Recent Sales',
|
|
'website' => 'Website',
|
|
'welcome' => 'Welcome',
|
|
'welcome_message' => 'Welcome to OSPOS, click a module below to get started.',
|
|
'yes' => '',
|
|
'you_are_using_ospos' => 'You are using Open Source Point Of Sale version',
|
|
'zip' => 'Postal Code',
|
|
];
|