diff options
author | Menashe Tomer <menashesite@gmail.com> | 2015-05-14 14:56:16 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-05-14 14:56:16 +0200 |
commit | d596b86466164e7110a8a9a318048c8feb16ec7f (patch) | |
tree | cfea1403de573264d408e284a9a022a259dcc5f2 /lib/plugins/authad/lang | |
parent | 5cbc64787ecd0f444538a65c4e62b0ed1b6df4a1 (diff) | |
download | rpg-d596b86466164e7110a8a9a318048c8feb16ec7f.tar.gz rpg-d596b86466164e7110a8a9a318048c8feb16ec7f.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authad/lang')
-rw-r--r-- | lib/plugins/authad/lang/he/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/authad/lang/he/settings.php | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/he/lang.php b/lib/plugins/authad/lang/he/lang.php index 21fd98aef..616d1ab4b 100644 --- a/lib/plugins/authad/lang/he/lang.php +++ b/lib/plugins/authad/lang/he/lang.php @@ -4,5 +4,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author tomer <tomercarolldergicz@gmail.com> + * @author Menashe Tomer <menashesite@gmail.com> */ $lang['authpwdexpire'] = 'הסיסמה שלך תפוג ב% d ימים, אתה צריך לשנות את זה בקרוב.'; +$lang['passchangefail'] = 'שגיאה בשינוי סיסמה. האם הסיסמה תואמת למדיניות המערכת?'; diff --git a/lib/plugins/authad/lang/he/settings.php b/lib/plugins/authad/lang/he/settings.php new file mode 100644 index 000000000..b14368130 --- /dev/null +++ b/lib/plugins/authad/lang/he/settings.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Menashe Tomer <menashesite@gmail.com> + */ +$lang['admin_password'] = 'סיסמת המשתמש המוזכן'; |