Update language strings

This commit is contained in:
Giuseppe Criscione 2018-10-09 23:44:39 +02:00
parent de0cb89850
commit ab6e12567a
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ users.user: User
users.user.cannot-change-password: Cannot change the password of another user. 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.logged: Cannot delete user, the user is logged
users.user.cannot-delete: Cannot delete user. You must be an administrator and the user must not be logged in.
users.user.created: User created
users.user.deleted: User deleted
users.user.edited: User data updated

View File

@ -192,7 +192,7 @@ users.user: Utente
users.user.cannot-change-password: Impossibile cambiare la password di un altro utente. 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.logged: Impossibile eliminare lutente, lutente è connesso
users.user.cannot-delete: Impossibile eliminare lutente. Devi essere un amministratore e lutente non deve essere connesso.
users.user.created: Utente creato
users.user.deleted: Utente eliminato
users.user.edited: Dati utente aggiornati