- implemented screenshot handling, inclding

* editing after upload
  * reputation gain for approved uploads
  * moderator interface (albeit a bit wonky)

I still do not speak French, Spanish or Russian, so translations are
appreciated
This commit is contained in:
Sarjuuk
2014-11-12 19:35:03 +01:00
parent f413089328
commit 0b46d15a2a
22 changed files with 1591 additions and 34 deletions

View File

@@ -45,6 +45,7 @@ $lang = array(
'aboutUs' => "About us & contact",
'and' => " and ",
'or' => " or ",
'back' => "Back",
// filter
'extSearch' => "Extended search",
@@ -131,9 +132,36 @@ $lang = array(
'dateFmtLong' => "Y/m/d \a\\t H:i",
// error
'intError' => "An internal error has occurred.",
'intError2' => "An internal error has occurred. (%s)",
'genericError' => "An error has occurred; refresh the page and try again. If the error persists email <a href=\"#contact\">feedback</a>", # LANG.genericerror
'bannedRating' => "You have been banned from rating comments.", # LANG.tooltip_banned_rating
'tooManyVotes' => "You have reached the daily voting cap. Come back tomorrow!" # LANG.tooltip_too_many_votes
'tooManyVotes' => "You have reached the daily voting cap. Come back tomorrow!", # LANG.tooltip_too_many_votes
// screenshots
'prepError' => "An error occured preparing your screenshot",
'cropHint' => "Crop the image by dragging the selection.<br>Please refer to <a href=\"?help=screenshots-tips-tricks\">Screenshots: Tips & Tricks</a> for an optimal layout.",
'caption' => "Caption",
'originalSize' => "Original size",
'targetSize' => "Target size",
'minSize' => "Minimum size",
'displayOn' => "Displayed on: %s[br][%s=%d]",
'ssEdit' => "Edit uploaded screenshot",
'ssUpload' => "Screenshot Upload",
'ssSubmit' => "Submit Screenshot",
'ssErrors' => array(
'noUpload' => "The file was not uploaded!",
'maxSize' => "The file exceeds the maximum size of %s!",
'interrupted' => "The upload process was interrupted!",
'noFile' => "The file was not received!",
'noDest' => "The page this screenshot should be displayed on, does not exist!",
'notAllowed' => "You are not allowed to upload screenshots!",
'noImage' => "The uploaded file is not an image file!",
'wrongFormat' => "The image file must be a png or jpg!",
'load' => "The image file could not be loaded!",
'tooSmall' => "The image size is too small! (lower than %d x %d)",
'tooLarge' => "The image size is too large! (greater than %d x %d)"
)
),
'game' => array(
'achievement' => "achievement",
@@ -328,8 +356,6 @@ $lang = array(
'passMismatch' => "The passwords you entered do not match.",
'nameInUse' => "That username is already taken.",
'mailInUse' => "That email is already registered to an account.",
'intError' => "An internal error occured.",
'intError2' => "An internal error occured. (%s)",
'isRecovering' => "This account is already recovering. Follow the instructions in your email or wait %s for the token to expire.",
'passCheckFail' => "Passwords do not match.", // message_passwordsdonotmatch
'newPassDiff' => "Your new password must be different than your previous one." // message_newpassdifferent