diff options
author | Omid Hezaveh <hezpublic@gmail.com> | 2014-12-08 17:21:12 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-12-08 17:21:12 +0100 |
commit | 29eba4294ec095d7a6fe677fb8b8e64e98655bcc (patch) | |
tree | 88a2c34ad1c5b73fb49311febcb1fa47cda326cb | |
parent | f76dd4f5e20fba6666b01fa85e451bc7404cb86a (diff) | |
download | rpg-29eba4294ec095d7a6fe677fb8b8e64e98655bcc.tar.gz rpg-29eba4294ec095d7a6fe677fb8b8e64e98655bcc.tar.bz2 |
translation update
-rw-r--r-- | inc/lang/fa/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/authad/lang/fa/settings.php | 10 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/fa/settings.php | 2 |
3 files changed, 13 insertions, 0 deletions
diff --git a/inc/lang/fa/lang.php b/inc/lang/fa/lang.php index b62acfc62..25de5c92e 100644 --- a/inc/lang/fa/lang.php +++ b/inc/lang/fa/lang.php @@ -14,6 +14,7 @@ * @author Hamid <zarrabi@sharif.edu> * @author Mohamad Mehdi Habibi <habibi.esf@gmail.com> * @author Mohammad Sadegh <msdn2013@gmail.com> + * @author Omid Hezaveh <hezpublic@gmail.com> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'rtl'; diff --git a/lib/plugins/authad/lang/fa/settings.php b/lib/plugins/authad/lang/fa/settings.php new file mode 100644 index 000000000..161479afb --- /dev/null +++ b/lib/plugins/authad/lang/fa/settings.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Omid Hezaveh <hezpublic@gmail.com> + */ +$lang['admin_password'] = 'رمز کاربر بالایی '; +$lang['use_ssl'] = 'از اساسال استفاده میکنید؟ در این صورت تیالاس را در پایین فعال نکنید. '; +$lang['use_tls'] = 'از تیالاس استفاده میکنید؟ در این صورت اساسال را در بالا فعال نکنید. '; diff --git a/lib/plugins/authldap/lang/fa/settings.php b/lib/plugins/authldap/lang/fa/settings.php index 1b48da7f5..49d485afd 100644 --- a/lib/plugins/authldap/lang/fa/settings.php +++ b/lib/plugins/authldap/lang/fa/settings.php @@ -4,5 +4,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author Mohammad Sadegh <msdn2013@gmail.com> + * @author Omid Hezaveh <hezpublic@gmail.com> */ +$lang['starttls'] = 'از تیالاس (TLS) استفاده میکنید؟'; $lang['bindpw'] = 'رمزعبور کاربر بالا'; |