diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-02 11:10:37 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-02 11:10:37 +0200 |
commit | da624c8c15b984399797b0e5d25b03ffdf35388d (patch) | |
tree | 27fc05d3ca750a2db778525d21a1f1250275df41 /lib/plugins/authad/lang/es | |
parent | 421c22ae13e8de7f63d1fe6ed683ee4b8a48a8ee (diff) | |
parent | d49d4260ee0fed5eabc3773440fc1073a87c56dd (diff) | |
download | rpg-da624c8c15b984399797b0e5d25b03ffdf35388d.tar.gz rpg-da624c8c15b984399797b0e5d25b03ffdf35388d.tar.bz2 |
Merge branch 'languagecleanup' of git://github.com/ptbrown/dokuwiki into pull-request-1105
* 'languagecleanup' of git://github.com/ptbrown/dokuwiki:
Remove no longer needed language string
Delete unused div (Fixes #1098)
Remove unused language strings
Move language string to authad plugin
Diffstat (limited to 'lib/plugins/authad/lang/es')
-rw-r--r-- | lib/plugins/authad/lang/es/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/es/lang.php b/lib/plugins/authad/lang/es/lang.php index c5b242cba..ffbff49a1 100644 --- a/lib/plugins/authad/lang/es/lang.php +++ b/lib/plugins/authad/lang/es/lang.php @@ -4,5 +4,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author Juan De La Cruz <juann.dlc@gmail.com> + * @author Gerardo Zamudio <gerardo@gerardozamudio.net> */ $lang['domain'] = 'Dominio de inicio'; +$lang['authpwdexpire'] = 'Su contraseña caducara en %d días, debería cambiarla lo antes posible'; |