aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/locale/ar/validate.php
blob: 0d6ff046763c0d587f7147ffdbdb05745d700e95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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" => "يجب أن تكون كلمة المرور وكلمة المرور التأكيدية نفس"
    ]
];