diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-05-15 09:33:22 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-05-15 09:33:22 +0200 |
commit | b477f2c704dd24a4ead1e2d2f39b155646f37e75 (patch) | |
tree | d67f86c062e409523d314f6fd8832e7794d9761b /lib/plugins/authpgsql | |
parent | e346796d54460874d563b52b96d7e78d11521ac2 (diff) | |
parent | 33cfab00505903e3bee37020f5e099e5c0fd70a9 (diff) | |
download | rpg-b477f2c704dd24a4ead1e2d2f39b155646f37e75.tar.gz rpg-b477f2c704dd24a4ead1e2d2f39b155646f37e75.tar.bz2 |
Merge pull request #716 from dokuwiki-translate/lang_update_31
Translation update (it)
Diffstat (limited to 'lib/plugins/authpgsql')
-rw-r--r-- | lib/plugins/authpgsql/lang/it/settings.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authpgsql/lang/it/settings.php b/lib/plugins/authpgsql/lang/it/settings.php new file mode 100644 index 000000000..baf40a468 --- /dev/null +++ b/lib/plugins/authpgsql/lang/it/settings.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Francesco <francesco.cavalli@hotmail.com> + */ +$lang['server'] = 'Il tuo server PostgreSQL '; +$lang['port'] = 'La porta del tuo server PostgreSQL '; +$lang['user'] = 'Lo username PostgreSQL'; +$lang['database'] = 'Database da usare'; |