Commit ee9eab72 by Zen-PC\Zen

Merge branch 'integration' into kraikrit

parents 7b88ee47 48292fe2
...@@ -169,9 +169,6 @@ msgid "submit" ...@@ -169,9 +169,6 @@ msgid "submit"
msgstr "Submit" msgstr "Submit"
#: Controller/UsersController.php/change_forgotpassword.ctp:49 #: Controller/UsersController.php/change_forgotpassword.ctp:49
msgid "Please enter only English letters and numbers."
msgstr "Please enter only English letters and numbers."
#: Controller/UsersController.php/change_forgotpassword.ctp:58 #: Controller/UsersController.php/change_forgotpassword.ctp:58
msgid "Please enter only English letters and numbers." msgid "Please enter only English letters and numbers."
msgstr "Please enter only English letters and numbers." msgstr "Please enter only English letters and numbers."
...@@ -199,3 +196,125 @@ msgstr "Please provide the same password." ...@@ -199,3 +196,125 @@ msgstr "Please provide the same password."
#: Controller/UsersController.php/change_forgotpassword.ctp:3 #: Controller/UsersController.php/change_forgotpassword.ctp:3
msgid "change password" msgid "change password"
msgstr "change password" msgstr "change password"
#: Controller/UsersController.php:444
msgid "You are now logged out."
msgstr "You are now logged out."
#: Controller/UsersController.php:391
msgid "Pin Completed."
msgstr "Pin Completed."
#: Controller/UsersController.php:394
msgid "Pin Invalid."
msgstr "Pin Invalid."
#: Controller/UsersController.php:369
msgid "send password to email success."
msgstr "Send password to email success."
#: Controller/UsersController.php:374
msgid "Invalid Email."
msgstr "Invalid Email."
#: Controller/UserCardsController.php/view_card.ctp:21
msgid "id"
msgstr "Id"
#: Controller/UserCardsController.php/view_card.ctp:27
msgid "Name"
msgstr "Name"
#: Controller/UserCardsController.php/view_card.ctp:37
#: Controller/UserCardsController.php/view_card.ctp:105
msgid "Position"
msgstr "Position"
#: Controller/UserCardsController.php/view_card.ctp:60
#: Controller/UserCardsController.php/view_card.ctp:111
msgid "Card issue"
msgstr "Card issue"
#: Controller/UserCardsController.php/view_card.ctp:63
#: Controller/UserCardsController.php/view_card.ctp:121
msgid "Old age"
msgstr "Old age"
#: Controller/UserCardsController.php/view_card.ctp:76
msgid "Company Information"
msgstr "Company Information"
#: Controller/UserCardsController.php/view_card.ctp:81
msgid "Firstname"
msgstr "Firstname"
#: Controller/UserCardsController.php/view_card.ctp:87
msgid "Lastname"
msgstr "Lastname"
#: Controller/UserCardsController.php/view_card.ctp:93
msgid "Company Name"
msgstr "Company Name"
#: Controller/UserCardsController.php/view_card.ctp:99
msgid "Department"
msgstr "Department"
#: Controller/UserCardsController.php/view_card.ctp:177
msgid "Ref 2"
msgstr "Ref 2"
#: Controller/UserCardsController.php/view_card.ctp:185
msgid "Check"
msgstr "Check"
#: Controller/UserCardsController.php/view_card.ctp:515
msgid "Register with"
msgstr "Register with"
#: Controller/UserCardsController.php/view_card.ctp:516
msgid "already"
msgstr "Already"
#: Controller/UserCardsController.php/view_card.ctp:530
#: Controller/UserCardsController:313
msgid "Data not found"
msgstr "Data not found"
#: Controller/UserCardsController.php/view_card.ctp:550
msgid "Registered"
msgstr "Registered"
#: Controller/UserCardsController.php/view_card.ctp:564
msgid "Did not find the information you need", Please enter the correct information and press the check."
msgstr "Did not find the information you need", Please enter the correct information and press the check."
#: Controller/UserCardsController.php/view_card.ctp:576
msgid "Please enter Company Code."
msgstr "Please enter Company Code."
#: Controller/UserCardsController.php/view_card.ctp:581
msgid "Please enter Ref1."
msgstr "Please enter Ref1."
#: Controller/UserCardsController.php/view_card.ctp:586
msgid "Please enter Ref2."
msgstr "Please enter Ref2."
#: Controller/UserCardsController.php/view_card.ctp:161
msgid "ID Active"
msgstr "ID Active"
#: Controller/UserCardsController.php/view_card.ctp:162
msgid "Company Code"
msgstr "Company Code"
#: Controller/UserCardsController:305
msgid "Save Complete"
msgstr "Save Complete"
#: Controller/UserCardsController:309
msgid "Already registered"
msgstr "Already registered"
\ No newline at end of file
...@@ -573,17 +573,17 @@ use Cake\I18n\Time; ...@@ -573,17 +573,17 @@ use Cake\I18n\Time;
function check() { function check() {
if ($("#organize_code").val() == '') { if ($("#organize_code").val() == '') {
alert(<?php echo __('Please enter Company Code') ?>); alert(<?php echo __('Please enter Company Code.') ?>);
organize_id.focus(); organize_id.focus();
return false; return false;
} }
if (employee.val() == '') { if (employee.val() == '') {
alert(<?php echo __('Please enter Ref1') ?>); alert(<?php echo __('Please enter Ref1.') ?>);
employee.focus(); employee.focus();
return false; return false;
} }
if (date.val() == '') { if (date.val() == '') {
alert(<?php echo __('Please enter Ref2') ?>); alert(<?php echo __('Please enter Ref2.') ?>);
date.focus(); date.focus();
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment