diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-12-28 17:48:42 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-12-28 17:48:42 +0100 |
commit | fbb86218d01eba296991f5da22bdc0c785a01a5e (patch) | |
tree | 4a3fd33ef5deb5242aa2a675c8fb93a152867535 /plugins/password | |
parent | e2f3710476a0245e5841fd5a52f136e6e26da88f (diff) |
Synchronized localizations from Transifex
Diffstat (limited to 'plugins/password')
-rw-r--r-- | plugins/password/localization/fa_IR.inc | 1 | ||||
-rw-r--r-- | plugins/password/localization/sq_AL.inc | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/plugins/password/localization/fa_IR.inc b/plugins/password/localization/fa_IR.inc index 006d8e0a6..900f9f5ac 100644 --- a/plugins/password/localization/fa_IR.inc +++ b/plugins/password/localization/fa_IR.inc @@ -29,4 +29,5 @@ $messages['internalerror'] = 'گذرواژه جدید نتوانست ذخیره $messages['passwordshort'] = 'گذرواژه باید حداقل $length کاراکتر طول داشته باشد.'; $messages['passwordweak'] = 'گذرواژه باید شامل حداقل یک عدد و یک کاراکتر نشانهای باشد.'; $messages['passwordforbidden'] = 'گذرواژه شامل کاراکترهای غیرمجاز است.'; +$messages['firstloginchange'] = 'این اولین ورود شما است، لطفا گذرواژه خود را تغییر دهید.'; ?> diff --git a/plugins/password/localization/sq_AL.inc b/plugins/password/localization/sq_AL.inc new file mode 100644 index 000000000..3b615b619 --- /dev/null +++ b/plugins/password/localization/sq_AL.inc @@ -0,0 +1,24 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/password/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Password plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ +*/ +$labels['changepasswd'] = 'Ndrysho fjalëkalimin'; +$labels['newpasswd'] = 'Fjalëkalimi i ri:'; +$labels['confpasswd'] = 'Konfirmo fjalëkalimin e ri:'; +$messages['nopassword'] = 'Ju lutem shkruani fjalëkalimin e ri.'; +$messages['nocurpassword'] = 'Ju lutem shkruani fjalëkalimin e tanishëm.'; +$messages['passwordincorrect'] = 'Fjalëkalimi i tanishëm nuk është i saktë.'; +?> |