Collections: allow to drag and drop to change book position
This commit is contained in:
@@ -10,3 +10,4 @@ RegistrationDisabled = "Registration has been disabled on this instance."
|
||||
UserAlreadyExists = "An user with this name already exists."
|
||||
ErrorWhenCreatingUserFromStr = "Error when creating user from string %s"
|
||||
Unauthorized = "You are not allowed to access this document."
|
||||
ItemDoesNotBelongToCollection = "Item does not belong to the collection."
|
||||
|
||||
@@ -10,3 +10,4 @@ RegistrationDisabled = "La création de nouveaux comptes a été désactivée su
|
||||
UserAlreadyExists = "Un utilisateur avec le même nom existe déjà."
|
||||
ErrorWhenCreatingUserFromStr = "Erreur lors de la création de l'utilisateur %s"
|
||||
Unauthorized = "Vous n'êtes pas autorisé à accéder à cette page."
|
||||
ItemDoesNotBelongToCollection = "Cet élément n'appartient pas à la liste."
|
||||
|
||||
Reference in New Issue
Block a user