|
@@ -1,17 +1,25 @@
|
|
{
|
|
{
|
|
"alreadyexists": "This entry already exists!",
|
|
"alreadyexists": "This entry already exists!",
|
|
"debugmsg": "Detailed debug trail",
|
|
"debugmsg": "Detailed debug trail",
|
|
|
|
+ "fileexists": "File {{path}} already exists.",
|
|
"forbidden": "Forbidden",
|
|
"forbidden": "Forbidden",
|
|
"forbiddendetail": "Sorry, you don't have the necessary permissions to access this page.",
|
|
"forbiddendetail": "Sorry, you don't have the necessary permissions to access this page.",
|
|
"generic": "Oops, something went wrong",
|
|
"generic": "Oops, something went wrong",
|
|
"invalidaction": "Invalid Action.",
|
|
"invalidaction": "Invalid Action.",
|
|
|
|
+ "invaliddestfolder": "Invalid Destination Folder!",
|
|
"invalidfiletype": "Invalid File Type.",
|
|
"invalidfiletype": "Invalid File Type.",
|
|
"invalidfolder": "Invalid Folder.",
|
|
"invalidfolder": "Invalid Folder.",
|
|
|
|
+ "invalidoperation": "Invalid Operation!",
|
|
"invalidpath": "Invalid page path.",
|
|
"invalidpath": "Invalid page path.",
|
|
"invaliduserid": "Invalid User Id",
|
|
"invaliduserid": "Invalid User Id",
|
|
"newpasswordtooshort": "New password is too short!",
|
|
"newpasswordtooshort": "New password is too short!",
|
|
|
|
+ "notexist": "Entry {{path}} does not exist!",
|
|
"notexistdetail": "Would you like to create this entry?",
|
|
"notexistdetail": "Would you like to create this entry?",
|
|
|
|
+ "parentinvalid": "Parent entry is not a valid file.",
|
|
|
|
+ "parentisroot": "Parent entry is root.",
|
|
|
|
+ "remotetoolarge": "Remote file is too large!",
|
|
"reservedname": "You cannot create a document with this name as it is reserved by the system.",
|
|
"reservedname": "You cannot create a document with this name as it is reserved by the system.",
|
|
|
|
+ "savefailed": "Failed to save document",
|
|
"starterfailed": "Could not load starter content!",
|
|
"starterfailed": "Could not load starter content!",
|
|
"unauthorized": "Unauthorized",
|
|
"unauthorized": "Unauthorized",
|
|
"actions": {
|
|
"actions": {
|