MediaWiki talk:Gadget-EnhancedPOTY.js/AppPreload

Translation edit

/********************************
 **
 ** Translation
 **
 ** jshint valid
 **
 ********************************/
/*global mw:false*/
 
mw.messages.set({
	'poty-poty-year':          "POTY $1",
	'poty-poty-full-year':     "Picture of the Year $1",
	'poty-poty-full-commons':  "POTY - Commons Picture of the Year",
	'poty-welcome-banner':     "Welcome $1! Loading POTY $2.",
	'poty-slideshow':          "Slideshow",
	'poty-fullscreen':         "Full screen",
	'poty-fullscreen-close':   "Close full screen",
 
	'poty-report-error-h1':     "$1 experienced an error",
	'poty-report-error':        "The data that will be saved and publicly visible if you send the report: Your username, a timestamp, what the App did immediately before and \"$1\"",
	'poty-report-error-send':   "Send report",
	'poty-report-error-reset':  "Reset and Reload",
	'poty-report-error-cancel': "Cancel",
 
	'poty-ineligible-blocked':       "Your account is ineligible because it is blocked on Commons. You were blocked by $1 because $2 with an expiry of $3.",
	'poty-ineligible-nosul':         "Your account is ineligible because it is not attached to SUL.",
	'poty-ineligible-suleditcount':  "Your account is ineligible because you do not have $1 or more edits on any attached SUL account or on Commons.",
	'poty-ineligible-dateeditcount': "Your account is ineligible because you do not have $1 or more edits on any attached SUL account or on Commons before $2.",
	'poty-eligible': "You are eligible to vote because you have $1 edits on $2 before $3.",
 
	'poty-anonymous-no-vote-msg':   "You are currently not logged in. Only registered users can vote in POTY.",
 
	'poty-vote-add':               "Vote",
	'poty-vote-remove':            "Remove vote",
	'poty-vote-stats':             "Statistics",
	'poty-vote-info':              "Info",
	'poty-vote-next-in-set':       "Next set image",
	'poty-voting-vote':            "Saving your vote",
	'poty-voting-remove-vote':     "Removing your vote",
	'poty-voting-app-error':       "Application ERROR",
	'poty-voting-edit-error':      "Edit ERROR",
	'poty-vote-nothing-to-remove': "Can\'t find your vote",
	'poty-vote-already-there':     "Already voted this image",
	'poty-vote-multiple-possible': "You may vote for more than one picture",
	'poty-vote-limited':           "You can vote for $1 pictures in total",
 
 
	'poty-stats-chart-desc':     "Vote count compared to the average vote count per picture: ",
	'poty-stats-votelist':       "Votelist",
	'poty-stats-comments':       "Comments",
	'poty-stats-close-click':    "Click to close",
 
	'poty-my-poty-link':         "My POTY",
	'poty-my-poty-link-tooltip': "All about your participation in POTY $1",
	'poty-my-poty-h1':           "POTY $1 and You",
	'poty-my-poty-app-version':  "$1-Version $2",
 
	'poty-my-poty-language':     "Language",
	'poty-my-poty-eligibility':  "Eligibility",
	'poty-my-poty-votes':        "Votes",
	'poty-my-poty-state':        "Contest Status",
	'poty-my-poty-data':         "Data saved in your browser",
 
	'poty-my-poty-state-RX':     "Round $1 is running.",
	'poty-my-poty-state-novote': "There is no voting at the moment.",
	'poty-my-poty-state-g-RX':   "You are on a gallery made for round $1.",
 
	'poty-my-poty-action-language-saveoncommons': "Save language",
	'poty-my-poty-action-eligibility-recheck':    "Check again",
	'poty-my-poty-action-votes-recheck':          "Check again",
	'poty-my-poty-action-data-remove':            "Remove",
	'poty-my-poty-action-data-remove-warn':       "After removing this data $1 won\'t know what you have voted for."
 
});
Return to "Gadget-EnhancedPOTY.js/AppPreload" page.