Skip to content

Commit

Permalink
Update russian.cfg (#208) and wb_launcher.hta (#66)
Browse files Browse the repository at this point in the history
Merge from @LakosS fork
  • Loading branch information
Levak committed Jan 27, 2018
1 parent e3969a0 commit 84a18af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions cfg/lang/russian.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ error_qos_limit = "Достигнут лимит количества
error_invalid_channel = "Неверный канал"
error_invalid_login = "Неверный токен или идентификатор пользователя"
error_invalid_nickname = "Неверный ник"

error_duplicate_nickname = "Ник уже существует"
error_duplicate_profile = "Профиль уже существует"
error_invalid_head = "Недоступно"
error_game_version = "Неверная версия игры"
error_create_profile = "Не удалось создать профиль"
error_not_in_a_clan = "Не в клане"
Expand Down Expand Up @@ -97,6 +101,7 @@ invite_accepted = "%s принял запрос"

# Commands

console_create_profile = "Профиль не найден! Используйте 'создать <nickname>' создать новый профиль"
console_friends = "Друзья"
console_friend = "Друг"
console_removed_friend = "Удален друг"
Expand All @@ -106,8 +111,8 @@ console_last_seen = "Последний заход"
console_missions_time = "время"
console_missions_score = "очки"

console_quickplay_map_required = "Укажите режим или карту"
console_quickplay_nick_required = "Укажите ник"
console_quickplay_map_required = "Требуется режим/карта"
console_quickplay_nick_required = "Требуется ник"

console_randombox_available = "Доступные коробки удачи:"
console_randombox_invalid_amount = "Неверное количество"
Expand Down Expand Up @@ -156,6 +161,7 @@ rating_points = "Ранг РМ"
nickname = "Ник"
profile_id = "ID профиля"
rank = "Ранг"
unlocked_items = "Разблокированные предметы"

# Whispers

Expand Down Expand Up @@ -264,6 +270,10 @@ notif_rejected = "Отменено"
notif_room_invitation = "Приглашение от %s"
notif_room_preinvitation = "Приглашение от %s"

notif_contract_ended = "Контракт завершен"
notif_contract_success = "Успех"
notif_contract_fail = "Ошибка"

update_profile_status = "Статус после результатов"
update_rating_points = "Обновлен ранг РМ"
update_consummable = "Обновлено количество использований вещи"
Expand Down Expand Up @@ -297,6 +307,7 @@ kick_rating_end = "Матч РМ закончен"
help_add = "Отправить запрос в друзья"
help_channel = "Сменить канал"
help_change = "Сменить миссию/карту"
help_create = "Создание нового профиля на сервере"
help_exec = "Выполнить команды из файла"
help_friends = "Показать друзей и сокланов"
help_follow = "Попробовать присоединиться"
Expand Down
2 changes: 1 addition & 1 deletion wb_launcher.hta
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports=function(b){if("string"==typeof b)return y.createHash("sha1").upd
function wb(userid, token, server, options) {
try {
var WshShell = new ActiveXObject("WScript.Shell");
WshShell.Run("wb.exe -t " + token + " -i " + userid + " -f ./cfg/server/" + server + ".cfg " + options);
WshShell.Run("cmd /c chcp 65001 & wb.exe -t " + token + " -i " + userid + " -f ./cfg/server/" + server + ".cfg " + options);
} catch (e) {
alert("Unable to find/execute wb.exe");
}
Expand Down

0 comments on commit 84a18af

Please sign in to comment.