mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
713 B
20 lines
713 B
8 years ago
|
{
|
||
|
"generic": "Oops, something went wrong",
|
||
|
"notexistdetail": "Would you like to create this entry?",
|
||
|
"forbidden": "Forbidden",
|
||
|
"forbiddendetail": "Sorry, you don't have the necessary permissions to access this page.",
|
||
|
"unauthorized": "Unauthorized",
|
||
|
"debugmsg": "Detailed debug trail",
|
||
|
"invalidaction": "Invalid Action.",
|
||
|
"invalidpath": "Invalid page path.",
|
||
|
"invaliduserid": "Invalid User Id",
|
||
|
"reservedname": "You cannot create a document with this name as it is reserved by the system.",
|
||
|
"alreadyexists": "This entry already exists!",
|
||
|
"starterfailed": "Could not load starter content!",
|
||
|
"actions": {
|
||
|
"create": "Create",
|
||
|
"gohome": "Go Home",
|
||
|
"loginas": "Login as..."
|
||
|
}
|
||
|
}
|