|
|
@ -6,12 +6,16 @@
|
|
|
|
"invalid-cid": "Invalid Category ID",
|
|
|
|
"invalid-cid": "Invalid Category ID",
|
|
|
|
"invalid-tid": "Invalid Topic ID",
|
|
|
|
"invalid-tid": "Invalid Topic ID",
|
|
|
|
"invalid-pid": "Invalid Post ID",
|
|
|
|
"invalid-pid": "Invalid Post ID",
|
|
|
|
|
|
|
|
"invalid-uid": "Invalid User ID",
|
|
|
|
|
|
|
|
|
|
|
|
"no-category": "Category doesn't exist",
|
|
|
|
"no-category": "Category doesn't exist",
|
|
|
|
"no-topic": "Topic doesn't exist",
|
|
|
|
"no-topic": "Topic doesn't exist",
|
|
|
|
"no-post": "Post doesn't exist",
|
|
|
|
"no-post": "Post doesn't exist",
|
|
|
|
|
|
|
|
"no-group": "Group doesn't exist",
|
|
|
|
"no-privileges": "You don't have enough privileges for this action.",
|
|
|
|
"no-privileges": "You don't have enough privileges for this action.",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"category-disabled": "Category disabled",
|
|
|
|
|
|
|
|
|
|
|
|
"topic-locked": "Topic Locked",
|
|
|
|
"topic-locked": "Topic Locked",
|
|
|
|
|
|
|
|
|
|
|
|
"still-uploading" : "Please wait for uploads to complete.",
|
|
|
|
"still-uploading" : "Please wait for uploads to complete.",
|
|
|
@ -27,5 +31,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
"cant-ban-other-admins": "You can't ban other admins!",
|
|
|
|
"cant-ban-other-admins": "You can't ban other admins!",
|
|
|
|
|
|
|
|
|
|
|
|
"invalid-image-type": "Invalid image type"
|
|
|
|
"invalid-image-type": "Invalid image type",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"group-name-too-short": "Group name too short",
|
|
|
|
|
|
|
|
"group-already-exists": "Group already exists",
|
|
|
|
|
|
|
|
"group-name-change-not-allowed": "Group name change not allowed"
|
|
|
|
}
|
|
|
|
}
|