summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang/it/settings.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-06-26 11:07:20 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-06-26 11:07:20 +0200
commit5ddba4576a304c9e62b028c97ee466d79de12429 (patch)
tree03199c579f9302f0ed1e0b47f9c597a7f9bd2fc7 /lib/plugins/authmysql/lang/it/settings.php
parent5114259bf530b89afbb21bd693b1da3f96016b7f (diff)
parent71c46303d9cd8a321e58a7e7255d13f0d5a5c4eb (diff)
downloadrpg-5ddba4576a304c9e62b028c97ee466d79de12429.tar.gz
rpg-5ddba4576a304c9e62b028c97ee466d79de12429.tar.bz2
Merge branch 'master' into styler
* master: (26 commits) translation update translation update Replace old constructor call by __construct() in dokuwiki_xmlrpc_server translation update change two spaces to a space translation update translation update translation update translation update Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175 update confToHash() inline documentation for new parameter translation update Plugins can send usage data fixed isBundled() check when remote info is unavailable avoid accessing nonexistant array key. fixes #1165 translation update Define the negation character in a constant Ensure single value negation is not affected by white space differences Ensure filtering only removes empty string values (not other values which PHP evaluates to false) translation update ...
Diffstat (limited to 'lib/plugins/authmysql/lang/it/settings.php')
-rw-r--r--lib/plugins/authmysql/lang/it/settings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/it/settings.php b/lib/plugins/authmysql/lang/it/settings.php
index 10c0de96f..9dc1a0157 100644
--- a/lib/plugins/authmysql/lang/it/settings.php
+++ b/lib/plugins/authmysql/lang/it/settings.php
@@ -6,6 +6,7 @@
* @author Claudio Lanconelli <lancos@libero.it>
* @author Mirko <malisan.mirko@gmail.com>
* @author Francesco <francesco.cavalli@hotmail.com>
+ * @author Maurizio <mcannavo@katamail.com>
*/
$lang['server'] = 'Il tuo server MySQL';
$lang['user'] = 'User name di MySQL';
@@ -17,6 +18,7 @@ $lang['checkPass'] = 'Istruzione SQL per il controllo password';
$lang['getUserInfo'] = 'Istruzione SQL per recuperare le informazioni utente';
$lang['getUsers'] = 'Istruzione SQL per listare tutti gli utenti';
$lang['FilterLogin'] = 'Istruzione SQL per per filtrare gli utenti in funzione del "login name"';
+$lang['FilterGroup'] = 'Clausola SQL per filtrare gli utenti in base all\'appartenenza al gruppo';
$lang['SortOrder'] = 'Istruzione SQL per ordinare gli utenti';
$lang['addUser'] = 'Istruzione SQL per aggiungere un nuovo utente';
$lang['addGroup'] = 'Istruzione SQL per aggiungere un nuovo gruppo';