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' => "Произошла ошибка; обновите страницу и попробуйте снова. Если ситуация повторяется, отправьте сообщение на <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' => "Репутация на сайте",
|
||||
|
||||
Reference in New Issue
Block a user