mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Ajax/Debug
* be a lot more verbose when errors are occuring (to staff anyway) * made hardcoded error messages for comments localizable * add error messages from posting comments to session to be displayed on next page update
This commit is contained in:
@@ -129,6 +129,10 @@ $lang = array(
|
||||
'genericError' => "Ein Fehler trat auf; aktualisiert die Seite und versucht es nochmal. Wenn der Fehler bestehen bleibt, bitte meldet es bei <a href='#contact'>feedback</a>", # LANG.genericerror
|
||||
'bannedRating' => "Ihr wurdet davon gesperrt, Kommentare zu bewerten.", # LANG.tooltip_banned_rating
|
||||
'tooManyVotes' => "Ihr habt die tägliche Grenze für erlaubte Bewertungen erreicht. Kommt morgen mal wieder!", # LANG.tooltip_too_many_votes
|
||||
'alreadyReport' => "Ihr habt dies bereits gemeldet.", # LANG.ct_resp_error7
|
||||
'textTooShort' => "Eure Nachricht ist zu kurz.",
|
||||
'cannotComment' => "Ihr wurdet davon gesperrt, Kommentare zu verfassen.",
|
||||
'textLength' => "Euer Kommentar ist %d Zeichen lang und muss mindestens %d Zeichen und höchstens %d Zeichen lang sein.",
|
||||
|
||||
'moreTitles' => array(
|
||||
'reputation' => "Benutzerruf",
|
||||
|
||||
@@ -129,6 +129,10 @@ $lang = array(
|
||||
'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
|
||||
'alreadyReport' => "You've already reported this.", # LANG.ct_resp_error7
|
||||
'textTooShort' => "Your message is too short.",
|
||||
'cannotComment' => "You have been banned from writing comments.",
|
||||
'textLength' => "Your comment has %d characters and must have at least %d and at most %d characters.",
|
||||
|
||||
'moreTitles' => array(
|
||||
'reputation' => "Website Reputation",
|
||||
|
||||
@@ -129,6 +129,10 @@ $lang = array(
|
||||
'genericError' => "Ha ocurrido un error; refresca la página e inténtalo de nuevo. Si el error persiste manda un correo a <a href='#contact'>feedback</a>", # LANG.genericerror
|
||||
'bannedRating' => "Has sido baneado y no podrás valorar comentarios.", # LANG.tooltip_banned_rating
|
||||
'tooManyVotes' => "Has alcanzado el límite diario de votos. Vuelve mañana.", # LANG.tooltip_too_many_votes
|
||||
'alreadyReport' => "Ya has reportado esto.", # LANG.ct_resp_error7
|
||||
'textTooShort' => "[Your message is too short.]",
|
||||
'cannotComment' => "[You have been banned from writing comments.]",
|
||||
'textLength' => "[Your comment has %d characters and must have at least %d and at most %d characters.]",
|
||||
|
||||
'moreTitles' => array(
|
||||
'reputation' => "Reputación de la web",
|
||||
|
||||
@@ -129,6 +129,10 @@ $lang = array(
|
||||
'genericError' => "Une erreur est survenue; Actualisez la page et essayez à nouveau. Si l'erreur persiste, envoyez un email à <a href='#contact'>feedback</a>", # LANG.genericerror
|
||||
'bannedRating' => "Vous avez été banni du score des commentaires.", # LANG.tooltip_banned_rating
|
||||
'tooManyVotes' => "Vous avez voté trop souvent aujourd'hui! Revenez demain.", # LANG.tooltip_too_many_votes
|
||||
'alreadyReport' => "Vous avez déjà rapporté ceci.", # LANG.ct_resp_error7
|
||||
'textTooShort' => "[Your message is too short.]",
|
||||
'cannotComment' => "[You have been banned from writing comments.]",
|
||||
'textLength' => "[Your comment has %d characters and must have at least %d and at most %d characters.]",
|
||||
|
||||
'moreTitles' => array(
|
||||
'reputation' => "Réputation du site",
|
||||
|
||||
@@ -129,6 +129,10 @@ $lang = array(
|
||||
'genericError' => "Произошла ошибка; обновите страницу и попробуйте снова. Если ситуация повторяется, отправьте сообщение на <a href='#contact'>feedback</a>", # LANG.genericerror
|
||||
'bannedRating' => "Вам была заблокирована возможность оценивать комментарии.", # LANG.tooltip_banned_rating
|
||||
'tooManyVotes' => "Вы сегодня проголосовали слишком много раз! Вы сможете продолжить завтра.", # LANG.tooltip_too_many_votes
|
||||
'alreadyReport' => "Вы уже подали на это жалобу.", # LANG.ct_resp_error7
|
||||
'textTooShort' => "[Your message is too short.]",
|
||||
'cannotComment' => "[You have been banned from writing comments.]",
|
||||
'textLength' => "[Your comment has %d characters and must have at least %d and at most %d characters.]",
|
||||
|
||||
'moreTitles' => array(
|
||||
'reputation' => "Репутация на сайте",
|
||||
|
||||
@@ -130,6 +130,10 @@ $lang = array(
|
||||
'genericError' => "发生错误,请刷新页面再试一次。如果错误持续存在,请联系<a href=\"#contact\">反馈</a>。", # LANG.genericerror
|
||||
'bannedRating' => "你评级评论的权力已被冻结。", # LANG.tooltip_banned_rating
|
||||
'tooManyVotes' => "你已经达到每日投票上限。请明天再来!", # LANG.tooltip_too_many_votes
|
||||
'alreadyReport' => "您已报告。", # LANG.ct_resp_error7
|
||||
'textTooShort' => "[Your message is too short.]",
|
||||
'cannotComment' => "[You have been banned from writing comments.]",
|
||||
'textLength' => "[Your comment has %d characters and must have at least %d and at most %d characters.]",
|
||||
|
||||
'moreTitles' => array(
|
||||
'reputation' => "网站声望",
|
||||
|
||||
Reference in New Issue
Block a user