diff options
author | marvin-borner@live.com | 2018-04-22 16:54:30 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-22 16:54:30 +0200 |
commit | 2fdb14bb97e4f2dbf36b632ec891772bebe41b7d (patch) | |
tree | 381a7875540bb210cb86954870c14e8b6465c3ff /main/app/sprinkles/account/locale/ar/validate.php | |
parent | aad9b3116ce1158bc43c41b1eb6c78fc42d6c038 (diff) | |
parent | 9786120e568278ae8e3af33fc5d86dcc0798f258 (diff) |
Merge branch 'master' of github.com:marvinborner/SocialNetwork
Diffstat (limited to 'main/app/sprinkles/account/locale/ar/validate.php')
-rw-r--r--[-rwxr-xr-x] | main/app/sprinkles/account/locale/ar/validate.php | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/main/app/sprinkles/account/locale/ar/validate.php b/main/app/sprinkles/account/locale/ar/validate.php index 37693fb..0283680 100755..100644 --- a/main/app/sprinkles/account/locale/ar/validate.php +++ b/main/app/sprinkles/account/locale/ar/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)
- *
- * Modern Standard Arabic message token translations for the 'account' sprinkle.
- *
- * @package userfrosting\i18n\ar
- * @author Alexander Weissman and Abdullah Seba
- */
-
-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) + * + * Modern Standard Arabic message token translations for the 'account' sprinkle. + * + * @package userfrosting\i18n\ar + * @author Alexander Weissman and Abdullah Seba + */ + +return [ + "VALIDATE" => [ + "PASSWORD_MISMATCH" => "يجب أن تكون كلمة المرور وكلمة المرور التأكيدية نفس" + ] +]; |