summaryrefslogtreecommitdiff
path: root/lib/plugins/authpgsql
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-05-15 09:33:22 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-05-15 09:33:22 +0200
commitb477f2c704dd24a4ead1e2d2f39b155646f37e75 (patch)
treed67f86c062e409523d314f6fd8832e7794d9761b /lib/plugins/authpgsql
parente346796d54460874d563b52b96d7e78d11521ac2 (diff)
parent33cfab00505903e3bee37020f5e099e5c0fd70a9 (diff)
downloadrpg-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.php11
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';