Stand 2018-07.26

This commit is contained in:
2018-07-26 16:18:40 +02:00
committed by Stefan Rohde-Enslin
parent c476f99195
commit dec58aaf30
76 changed files with 2027 additions and 20 deletions

21
nodac/id/languser.json Normal file
View File

@ -0,0 +1,21 @@
{
"languser": {
"active": "The language of your choice is actually",
"choice": "If you like to change the interface language, please take your choice",
"user_add": "Add new user",
"userlist": "List of all users",
"order_by": "Order by",
"last_login": "Last login",
"username": "Username",
"realname": "Real name",
"mail": "Email",
"password": "Password",
"new_password": "New password (Empty = Keep old one)",
"password_confirmation": "Password confirmation",
"userrole": "Role",
"preferred_language": "Preferred language",
"admin": "Admin",
"groupadmin": "Group admin",
"editor": "Editor"
}
}