diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-04-16 14:54:56 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-04-16 14:54:56 +0200 |
commit | 4f6c1b595c2ba361d1fb101ec4e8775e890de84b (patch) | |
tree | fb5e7ad43a9f7b8bfe63f18a1a0ca4a2794fff9a /lib/plugins/authpgsql | |
parent | a58ded8508c1e9701486cae87daca610b430114c (diff) | |
parent | fc4ff0c349240d12ff91559183e1103ad2c5fa91 (diff) | |
download | rpg-4f6c1b595c2ba361d1fb101ec4e8775e890de84b.tar.gz rpg-4f6c1b595c2ba361d1fb101ec4e8775e890de84b.tar.bz2 |
Merge pull request #658 from dokuwiki-translate/lang_update_235
Translation update (es)
Diffstat (limited to 'lib/plugins/authpgsql')
-rw-r--r-- | lib/plugins/authpgsql/lang/es/settings.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/authpgsql/lang/es/settings.php b/lib/plugins/authpgsql/lang/es/settings.php new file mode 100644 index 000000000..bee2211f3 --- /dev/null +++ b/lib/plugins/authpgsql/lang/es/settings.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Antonio Bueno <atnbueno@gmail.com> + */ +$lang['password'] = 'Contraseña del usuario indicado'; +$lang['database'] = 'Base de datos a usar'; |