mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-11 19:50:25 -04:00
- Add csv_import_invalid_location to Items.php for CSV import validation - Add error_deleting_admin and error_updating_admin to Employees.php for admin protection messages Strings added with empty values so they fallback to English and show as untranslated in Weblate.
48 lines
2.8 KiB
PHP
48 lines
2.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
"administrator" => "",
|
|
"basic_information" => "Information",
|
|
"cannot_be_deleted" => "Unable to delete selected employee(s), one or more of the has processed sales or you are trying to delete your account.",
|
|
"change_employee" => "",
|
|
"change_password" => "Change Password",
|
|
"clerk" => "",
|
|
"commission" => "",
|
|
"confirm_delete" => "Are you sure you want to delete the selected employee(s)?",
|
|
"confirm_restore" => "Are you sure you want to restore selected employee(s)?",
|
|
"current_password" => "Current Password",
|
|
"current_password_invalid" => "Current Password is invalid.",
|
|
"employee" => "Employee",
|
|
"error_adding_updating" => "Employee add or update failed.",
|
|
"error_deleting_admin" => "",
|
|
"error_updating_admin" => "",
|
|
"error_deleting_demo_admin" => "You can not delete the demo admin user.",
|
|
"error_updating_demo_admin" => "You can not change the demo admin user.",
|
|
"language" => "Language",
|
|
"login_info" => "Login",
|
|
"manager" => "",
|
|
"new" => "New Employee",
|
|
"none_selected" => "You have not selected any employee(s) to delete.",
|
|
"one_or_multiple" => "employee(s)",
|
|
"password" => "Password",
|
|
"password_minlength" => "Password must be at least 8 characters in length.",
|
|
"password_must_match" => "Passwords do not match.",
|
|
"password_not_must_match" => "Current password and new password must be unique.",
|
|
"password_required" => "Password is required.",
|
|
"permission_desc" => "Check the boxes below to grant access to modules.",
|
|
"permission_info" => "Permissions",
|
|
"repeat_password" => "Password Again",
|
|
"subpermission_required" => "Add at least one grant for each module.",
|
|
"successful_adding" => "Employee add successful.",
|
|
"successful_change_password" => "Password change successful.",
|
|
"successful_deleted" => "You have successfully deleted",
|
|
"successful_updating" => "You have successfully updated employee",
|
|
"system_language" => "System Language",
|
|
"unsuccessful_change_password" => "Password change failed.",
|
|
"update" => "Update Employee",
|
|
"username" => "Username",
|
|
"username_duplicate" => "",
|
|
"username_minlength" => "Username must be at least 5 characters in length.",
|
|
"username_required" => "Username is a required field.",
|
|
];
|