diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-12-02 00:09:31 -0800 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-12-02 00:09:31 -0800 |
commit | bb0e110aa7003c0929ba0a7e92996342bf227c9c (patch) | |
tree | a76b7ecad4b3f5810bd38a04c378115d917572b8 /lib/plugins/authmysql | |
parent | 261a6203410626cbbf54ebf1c97571dd6a9df43f (diff) | |
parent | 6b1ab5ac63d5b5cb49c944d4ef20650977759a66 (diff) | |
download | rpg-bb0e110aa7003c0929ba0a7e92996342bf227c9c.tar.gz rpg-bb0e110aa7003c0929ba0a7e92996342bf227c9c.tar.bz2 |
Merge pull request #465 from dokuwiki-translate/lang_update_532
Translation update (es)
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r-- | lib/plugins/authmysql/lang/es/settings.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/es/settings.php b/lib/plugins/authmysql/lang/es/settings.php new file mode 100644 index 000000000..64d422102 --- /dev/null +++ b/lib/plugins/authmysql/lang/es/settings.php @@ -0,0 +1,12 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Antonio Bueno <atnbueno@gmail.com> + */ +$lang['server'] = 'Tu servidor MySQL'; +$lang['user'] = 'Nombre de usuario MySQL'; +$lang['database'] = 'Base de datos a usar'; +$lang['charset'] = 'Codificación usada en la base de datos'; +$lang['debug'] = 'Mostrar información adicional para depuración de errores'; |