diff options
author | Marvin Borner | 2018-04-18 15:05:30 +0200 |
---|---|---|
committer | Marvin Borner | 2018-04-18 15:05:30 +0200 |
commit | 279a1586815de16c1f879933d805823d33f14d7f (patch) | |
tree | b699c62f5736346c788a7ed12c7efce8a5b6df19 /main/app/sprinkles/account/locale/th_TH/validate.php | |
parent | 6c9fc1146f466230840d9177f5b0daf1f55a8313 (diff) |
Deployed to server - fixed settings page
Diffstat (limited to 'main/app/sprinkles/account/locale/th_TH/validate.php')
-rw-r--r--[-rwxr-xr-x] | main/app/sprinkles/account/locale/th_TH/validate.php | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/main/app/sprinkles/account/locale/th_TH/validate.php b/main/app/sprinkles/account/locale/th_TH/validate.php index 1a2e90a..6540aa2 100755..100644 --- a/main/app/sprinkles/account/locale/th_TH/validate.php +++ b/main/app/sprinkles/account/locale/th_TH/validate.php @@ -1,18 +1,18 @@ -<?php
-/**
- * UserFrosting (http://www.userfrosting.com)
- *
- * @link https://github.com/userfrosting/UserFrosting
- * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
- *
- * Thai message token translations for the 'account' sprinkle.
- *
- * @package userfrosting\i18n\th
- * @author Karuhut Komol
- */
-
-return [
- "VALIDATE" => [
- "PASSWORD_MISMATCH" => "รหัสผ่านและรหัสผ่านยืนยันของคุณจะต้องตรงกัน"
- ]
-];
+<?php +/** + * UserFrosting (http://www.userfrosting.com) + * + * @link https://github.com/userfrosting/UserFrosting + * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License) + * + * Thai message token translations for the 'account' sprinkle. + * + * @package userfrosting\i18n\th + * @author Karuhut Komol + */ + +return [ + "VALIDATE" => [ + "PASSWORD_MISMATCH" => "รหัสผ่านและรหัสผ่านยืนยันของคุณจะต้องตรงกัน" + ] +]; |