diff options
author | Patrick Brown <ptbrown@whoopdedo.org> | 2015-04-04 00:30:10 -0400 |
---|---|---|
committer | Patrick Brown <ptbrown@whoopdedo.org> | 2015-04-04 00:30:10 -0400 |
commit | d4f7c139603e3121feb401e90805b00555538e41 (patch) | |
tree | 7c1563bd9339bfd0de63bc839c2c7b838e414e1f /lib/plugins/authad/lang/ca/lang.php | |
parent | 45bd9f1311427a53e57b1f46d2c6fc7de1caa6e2 (diff) | |
parent | 5b795a651d514c6889ad05abc4e58de67c7af92e (diff) | |
download | rpg-d4f7c139603e3121feb401e90805b00555538e41.tar.gz rpg-d4f7c139603e3121feb401e90805b00555538e41.tar.bz2 |
Merge branch 'authpwdexpire' into languagecleanup
Diffstat (limited to 'lib/plugins/authad/lang/ca/lang.php')
-rw-r--r-- | lib/plugins/authad/lang/ca/lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/ca/lang.php b/lib/plugins/authad/lang/ca/lang.php new file mode 100644 index 000000000..abe25a5f2 --- /dev/null +++ b/lib/plugins/authad/lang/ca/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Daniel López Prat <daniel@6temes.cat> + */ +$lang['authpwdexpire'] = 'La vostra contrasenya caducarà en %d dies, l\'hauríeu de canviar aviat.'; |