diff options
author | Francesco <francesco.cavalli@hotmail.com> | 2014-05-14 21:20:56 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-05-14 21:20:56 +0200 |
commit | 33cfab00505903e3bee37020f5e099e5c0fd70a9 (patch) | |
tree | c625f329782410967be363c8d73da17141c83b83 /lib/plugins/authpgsql | |
parent | 470bf4b293def91b822e2da17cb793912adc74b6 (diff) | |
download | rpg-33cfab00505903e3bee37020f5e099e5c0fd70a9.tar.gz rpg-33cfab00505903e3bee37020f5e099e5c0fd70a9.tar.bz2 |
translation update
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'; |