Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
5cadb52d
Commit
5cadb52d
authored
9 years ago
by
Anika Henke
Browse files
Options
Downloads
Plain Diff
Merge pull request #1324 from dokuwiki-translate/lang_update_879
Translation update (it)
parents
a0df818f
22cadb78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/plugins/authmysql/lang/it/settings.php
+2
-0
2 additions, 0 deletions
lib/plugins/authmysql/lang/it/settings.php
lib/plugins/authpgsql/lang/it/settings.php
+15
-1
15 additions, 1 deletion
lib/plugins/authpgsql/lang/it/settings.php
with
17 additions
and
1 deletion
lib/plugins/authmysql/lang/it/settings.php
+
2
−
0
View file @
5cadb52d
...
...
@@ -15,9 +15,11 @@ $lang['password'] = 'Password per l\'utente di cui sopra';
$lang
[
'database'
]
=
'Database da usare'
;
$lang
[
'charset'
]
=
'Set di caratteri usato nel database'
;
$lang
[
'debug'
]
=
'Mostra ulteriori informazioni di debug'
;
$lang
[
'forwardClearPass'
]
=
'Fornisci le password utente come testo visibile alle istruzioni SQL qui sotto, invece che usare l\'opzione passcrypt'
;
$lang
[
'TablesToLock'
]
=
'Lista, separata da virgola, delle tabelle che devono essere bloccate in scrittura'
;
$lang
[
'checkPass'
]
=
'Istruzione SQL per il controllo password'
;
$lang
[
'getUserInfo'
]
=
'Istruzione SQL per recuperare le informazioni utente'
;
$lang
[
'getGroups'
]
=
'Istruzione SQL per recuperare il gruppo di appartenenza di un 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
[
'FilterName'
]
=
'Condizione SQL per filtrare gli utenti in base al nome completo'
;
...
...
This diff is collapsed.
Click to expand it.
lib/plugins/authpgsql/lang/it/settings.php
+
15
−
1
View file @
5cadb52d
...
...
@@ -13,9 +13,23 @@ $lang['user'] = 'Lo username PostgreSQL';
$lang
[
'password'
]
=
'Password dell\'utente summenzionato'
;
$lang
[
'database'
]
=
'Database da usare'
;
$lang
[
'debug'
]
=
'Visualizza informazioni addizionali di debug'
;
$lang
[
'getUsers'
]
=
'Dichiarazione SQL per elencare tutti gli utenti'
;
$lang
[
'forwardClearPass'
]
=
'Fornisci le password utente come testo visibile alle istruzioni SQL qui sotto, invece che usare l\'opzione passcrypt'
;
$lang
[
'checkPass'
]
=
'Istruzione SQL per il controllo password'
;
$lang
[
'getUserInfo'
]
=
'Istruzione SQL per recuperare le informazioni utente'
;
$lang
[
'getGroups'
]
=
'Istruzione SQL per recuperare il gruppo di appartenenza di un utente'
;
$lang
[
'getUsers'
]
=
'Istruzione SQL per elencare tutti gli utenti'
;
$lang
[
'FilterLogin'
]
=
'Condizione SQL per filtrare gli utenti in base al nome di autenticazione'
;
$lang
[
'FilterName'
]
=
'Condizione SQL per filtrare gli utenti in base al nome completo'
;
$lang
[
'FilterEmail'
]
=
'Condizione SQL per filtrare gli utenti in base all\'indirizzo e-mail'
;
$lang
[
'FilterGroup'
]
=
'Condizione SQL per filtrare gli utenti in base al gruppo di appartenenza'
;
$lang
[
'SortOrder'
]
=
'Condizione SQL per ordinare gli utenti'
;
$lang
[
'addUser'
]
=
'Istruzione SQL per aggiungere un nuovo utente'
;
$lang
[
'addGroup'
]
=
'Istruzione SQL per aggiungere un nuovo gruppo'
;
$lang
[
'addUserGroup'
]
=
'Istruzione SQL per aggiungere un utente ad un gruppo esistente'
;
$lang
[
'delGroup'
]
=
'Istruzione SQL per imuovere un gruppo'
;
$lang
[
'getUserID'
]
=
'Istruzione SQL per recuperare la primary key di un utente'
;
$lang
[
'delUser'
]
=
'Istruzione SQL per cancellare un utente'
;
$lang
[
'delUserRefs'
]
=
'Istruzione SQL per rimuovere un utente da tutti i gruppi'
;
$lang
[
'updateUser'
]
=
'Istruzione SQL per aggiornare il profilo utente'
;
$lang
[
'delUserGroup'
]
=
'Istruzione SQL per rimuovere un utente da un dato gruppo'
;
$lang
[
'getGroupID'
]
=
'Istruzione SQL per avere la primary key di un dato gruppo'
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment