Update language strings

This commit is contained in:
Giuseppe Criscione 2018-10-10 00:03:13 +02:00
parent 6cb8e4a16c
commit cf73286ff6
2 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,7 @@ users.options: Options
users.user-profile: '%s User Profile'
users.user: User
users.user.cannot-change-password: Cannot change the password of another user. The action is not allowed.
users.user.cannot-change-role: Cannot change the role of %s. The action is not allowed.
users.user.cannot-create.already-exists: Cannot create user, a user with the same name already exists
users.user.cannot-create.var-missing: Cannot create user, missing %s variable
users.user.cannot-delete: Cannot delete user. You must be an administrator and the user must not be logged in.

View File

@ -190,6 +190,7 @@ users.options: Opzioni
users.user-profile: Profilo utente %s
users.user: Utente
users.user.cannot-change-password: Impossibile cambiare la password di un altro utente. Lazione non è consentita.
users.user.cannot-change-role: Impossible cambare il ruolo di %s. Lazione non è consentita.
users.user.cannot-create.already-exists: Impossibile creare lutente, un utente con lo stesso nome esiste già
users.user.cannot-create.var-missing: Impossibile creare lutente, manca la variabile %s
users.user.cannot-delete: Impossibile eliminare lutente. Devi essere un amministratore e lutente non deve essere connesso.