mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
89 lines
3.4 KiB
PHP
89 lines
3.4 KiB
PHP
<?php
|
|
return [
|
|
'common_address_1' => 'Address 2',
|
|
'common_address_2' => 'Address 1',
|
|
'common_admin' => '',
|
|
'common_city' => 'City',
|
|
'common_clerk' => '',
|
|
'common_close' => 'Close',
|
|
'common_color' => '',
|
|
'common_comments' => 'Comments',
|
|
'common_common' => '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?',
|
|
'common_copyrights' => '© 2010 - %1',
|
|
'common_correct_errors' => 'Please correct identified errors before saving',
|
|
'common_country' => 'Country',
|
|
'common_dashboard' => '',
|
|
'common_date' => 'Date',
|
|
'common_delete' => 'Delete',
|
|
'common_det' => 'details',
|
|
'common_download_import_template' => 'Download Import CSV Template (CSV)',
|
|
'common_edit' => 'edit',
|
|
'common_email' => 'Email',
|
|
'common_email_invalid_format' => 'The email address is not in the correct format.',
|
|
'common_export_csv' => 'CSV Export',
|
|
'common_export_csv_no' => 'No',
|
|
'common_export_csv_yes' => 'Yes',
|
|
'common_fields_required_message' => 'Fields in red are required',
|
|
'common_fields_required_message_unique' => '',
|
|
'common_first_name' => 'First name',
|
|
'common_first_name_required' => 'Last Name is a required field.',
|
|
'common_first_page' => 'First',
|
|
'common_gender' => 'Gender',
|
|
'common_gender_female' => 'F',
|
|
'common_gender_male' => 'M',
|
|
'common_gender_undefined' => '',
|
|
'common_icon' => '',
|
|
'common_id' => 'Id',
|
|
'common_import' => 'Import',
|
|
'common_import_change_file' => 'Change',
|
|
'common_import_csv' => 'CSV Export',
|
|
'common_import_full_path' => 'Full path to csv file required',
|
|
'common_import_remove_file' => 'Remove',
|
|
'common_import_select_file' => 'Select file',
|
|
'common_inv' => 'inv',
|
|
'common_last_name' => 'Last name',
|
|
'common_last_name_required' => 'First Name is a required field.',
|
|
'common_last_page' => 'Last',
|
|
'common_learn_about_project' => 'to learn the latest information about the project.',
|
|
'common_list_of' => 'List of',
|
|
'common_logo' => '',
|
|
'common_logo_mark' => '',
|
|
'common_logout' => 'Logout',
|
|
'common_manager' => '',
|
|
'common_migration_needed' => 'A database migration to %1 will start after login.',
|
|
'common_new' => 'New',
|
|
'common_no' => '',
|
|
'common_no_persons_to_display' => 'There are no people to display.',
|
|
'common_none_selected_text' => '[Select]',
|
|
'common_or' => 'OR',
|
|
'common_people' => '',
|
|
'common_phone_number' => 'Phone number',
|
|
'common_phone_number_required' => '',
|
|
'common_please_visit_my' => 'Please visit the',
|
|
'common_position' => '',
|
|
'common_powered_by' => 'Powered by',
|
|
'common_price' => 'Price',
|
|
'common_print' => 'Print',
|
|
'common_remove' => 'Remove',
|
|
'common_required' => 'Required',
|
|
'common_restore' => 'Restore',
|
|
'common_return_policy' => 'Return Policy',
|
|
'common_search' => 'Search',
|
|
'common_search_options' => 'Search options',
|
|
'common_searched_for' => 'Searched for',
|
|
'common_software_short' => '',
|
|
'common_software_title' => '',
|
|
'common_state' => 'State',
|
|
'common_submit' => 'Submit',
|
|
'common_total_spent' => 'Total spent',
|
|
'common_unknown' => 'Unknown',
|
|
'common_view_recent_sales' => 'View Recent Sales',
|
|
'common_website' => 'Website',
|
|
'common_welcome' => 'Welcome',
|
|
'common_welcome_message' => 'Welcome to OSPOS, click a module below to get started.',
|
|
'common_yes' => '',
|
|
'common_you_are_using_ospos' => 'You are using Open Source Point Of Sale version',
|
|
'common_zip' => 'Postal Code',
|
|
];
|