diff --git a/application/language/en-US/common_lang.php b/application/language/en-US/common_lang.php index 0031c51c7..42a05e5ec 100644 --- a/application/language/en-US/common_lang.php +++ b/application/language/en-US/common_lang.php @@ -14,13 +14,13 @@ $lang["common_det"] = "details"; $lang["common_download_import_template"] = "Download Import Excel Template (CSV)"; $lang["common_edit"] = "edit"; $lang["common_email"] = "Email"; -$lang["common_email_invalid_format"] = "The email address is not in the proper format"; +$lang["common_email_invalid_format"] = "The email address is not in the correct format."; $lang["common_export_excel"] = "Excel Export"; $lang["common_export_excel_no"] = "No"; $lang["common_export_excel_yes"] = "Yes"; $lang["common_fields_required_message"] = "Fields in red are required"; $lang["common_first_name"] = "First Name"; -$lang["common_first_name_required"] = "The first name is a required field."; +$lang["common_first_name_required"] = "First Name is a required field."; $lang["common_first_page"] = "First"; $lang["common_gender"] = "Gender"; $lang["common_gender_female"] = "F"; @@ -34,18 +34,18 @@ $lang["common_import_remove_file"] = "Remove"; $lang["common_import_select_file"] = "Select file"; $lang["common_inv"] = "inv"; $lang["common_last_name"] = "Last Name"; -$lang["common_last_name_required"] = "The last name is a required field"; +$lang["common_last_name_required"] = "Last Name is a required field."; $lang["common_last_page"] = "Last"; -$lang["common_learn_about_project"] = "to learn the latest information about the project"; +$lang["common_learn_about_project"] = "to learn the latest information about the project."; $lang["common_list_of"] = "List of"; $lang["common_logout"] = "Logout"; $lang["common_new"] = "New"; -$lang["common_no_persons_to_display"] = "There are no people to display"; -$lang["common_none_selected_text"] = "Nothing selected"; +$lang["common_no_persons_to_display"] = "There are no people to display."; +$lang["common_none_selected_text"] = "Nothing selected."; $lang["common_or"] = "OR"; $lang["common_phone_number"] = "Phone Number"; $lang["common_phone_number_required"] = ""; -$lang["common_please_visit_my"] = "Please visit my"; +$lang["common_please_visit_my"] = "Please visit the"; $lang["common_powered_by"] = "Powered by"; $lang["common_price"] = "Price"; $lang["common_print"] = "Print"; @@ -62,6 +62,6 @@ $lang["common_unknown"] = "Unknown"; $lang["common_view_recent_sales"] = "View Recent Sales"; $lang["common_website"] = "website"; $lang["common_welcome"] = "Welcome"; -$lang["common_welcome_message"] = "Welcome to OSPOS, click a module below to get started!"; -$lang["common_you_are_using_ospos"] = "You are using Open Source Point Of Sale Version"; -$lang["common_zip"] = "Zip"; +$lang["common_welcome_message"] = "Welcome to OSPOS, click a module below to get started."; +$lang["common_you_are_using_ospos"] = "You are using Open Source Point Of Sale version"; +$lang["common_zip"] = "Postal Code"; diff --git a/application/language/en-US/config_lang.php b/application/language/en-US/config_lang.php index a31c0a332..f106569f9 100644 --- a/application/language/en-US/config_lang.php +++ b/application/language/en-US/config_lang.php @@ -1,7 +1,7 @@