# HG changeset patch # User unc0rr # Date 1347187521 -14400 # Node ID 46a91cbed8dbb8157736b325ddffb691a493af7d # Parent bfa26daad684a01aeb716fd50112e2f87110b845 - Some improvements to tr() calls - Translate some entries in russian and english translations diff -r bfa26daad684 -r 46a91cbed8db QTfrontend/ui/page/pagenettype.cpp --- a/QTfrontend/ui/page/pagenettype.cpp Sun Sep 09 13:40:02 2012 +0400 +++ b/QTfrontend/ui/page/pagenettype.cpp Sun Sep 09 14:45:21 2012 +0400 @@ -33,7 +33,7 @@ pageLayout->setColumnStretch(3, 10); BtnLAN = addButton(tr("LAN game"), pageLayout, 1, 2); - BtnLAN->setWhatsThis(tr("Hoin or host your own game server in a Local Area Network.")); + BtnLAN->setWhatsThis(tr("Join or host your own game server in a Local Area Network.")); BtnOfficialServer = addButton(tr("Official server"), pageLayout, 2, 2); BtnOfficialServer->setWhatsThis(tr("Join hundreds of players online!")); diff -r bfa26daad684 -r 46a91cbed8db QTfrontend/ui/page/pageoptions.cpp --- a/QTfrontend/ui/page/pageoptions.cpp Sun Sep 09 13:40:02 2012 +0400 +++ b/QTfrontend/ui/page/pageoptions.cpp Sun Sep 09 14:45:21 2012 +0400 @@ -399,6 +399,10 @@ } connect(mapper, SIGNAL(mapped(int)), this, SLOT(colorButtonClicked(int))); + + QPushButton * btn = new QPushButton(this); + gbCLayout->addWidget(btn, (model->rowCount() - 1) / 3 + 1, 0, 1, 3); + btn->setText(tr("Reset to default colors")); } { diff -r bfa26daad684 -r 46a91cbed8db QTfrontend/ui/page/pagevideos.cpp --- a/QTfrontend/ui/page/pagevideos.cpp Sun Sep 09 13:40:02 2012 +0400 +++ b/QTfrontend/ui/page/pagevideos.cpp Sun Sep 09 14:45:21 2012 +0400 @@ -489,7 +489,7 @@ return QString("%1 MiB").arg(QString::number(float(size)/MiB, 'f', 2)); if (size >= KiB) return QString("%1 KiB").arg(QString::number(float(size)/KiB, 'f', 2)); - return PageVideos::tr("%1 bytes").arg(QString::number(size)); + return PageVideos::tr("%1 bytes", "", size).arg(QString::number(size)); } // set file size in file list in specified row @@ -862,7 +862,7 @@ // ask user if (s)he is serious if (QMessageBox::question(this, tr("Are you sure?"), - tr("Do you really want do remove %1 file(s)?").arg(num), + tr("Do you really want do remove %1 file(s)?", "", num).arg(num), QMessageBox::Yes | QMessageBox::No) != QMessageBox::Yes) return; diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_ar.ts --- a/share/hedgewars/Data/Locale/hedgewars_ar.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_ar.ts Sun Sep 09 14:45:21 2012 +0400 @@ -989,13 +989,13 @@ الخادم الرسمي - Hoin or host your own game server in a Local Area Network. - - - Join hundreds of players online! + + Join or host your own game server in a Local Area Network. + + PageOptions @@ -1059,6 +1059,10 @@ Advanced متقدم + + Reset to default colors + + PagePlayDemo @@ -1461,9 +1465,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1485,9 +1492,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_bg.ts --- a/share/hedgewars/Data/Locale/hedgewars_bg.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_bg.ts Sun Sep 09 14:45:21 2012 +0400 @@ -977,11 +977,11 @@ Официален сървър - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1035,6 +1035,10 @@ Advanced За напреднали + + Reset to default colors + + PagePlayDemo @@ -1421,9 +1425,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1445,9 +1452,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_cs.ts --- a/share/hedgewars/Data/Locale/hedgewars_cs.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_cs.ts Sun Sep 09 14:45:21 2012 +0400 @@ -989,11 +989,11 @@ Oficiální server - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1047,6 +1047,10 @@ Advanced Rozšířené + + Reset to default colors + + PagePlayDemo @@ -1454,9 +1458,13 @@ Size - + %1 bytes - + + + + + (in progress...) @@ -1478,9 +1486,13 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_de.ts --- a/share/hedgewars/Data/Locale/hedgewars_de.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_de.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1059,11 +1059,11 @@ Offizieller Server - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1129,6 +1129,10 @@ Advanced Erweitert + + Reset to default colors + + PagePlayDemo @@ -1537,9 +1541,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1561,9 +1568,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_en.ts --- a/share/hedgewars/Data/Locale/hedgewars_en.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_en.ts Sun Sep 09 14:45:21 2012 +0400 @@ -617,14 +617,12 @@ <b>%1</b> thought it's good to shoot his own hedgehogs with <b>%2</b> pts. - <b>%1</b> killed <b>%2</b> of his own hedgehogs. - @@ -1005,13 +1003,13 @@ Official server - Hoin or host your own game server in a Local Area Network. - - - Join hundreds of players online! + + Join or host your own game server in a Local Area Network. + + PageOptions @@ -1075,6 +1073,10 @@ Advanced Advanced + + Reset to default colors + + PagePlayDemo @@ -1221,7 +1223,6 @@ %1 players online - @@ -1471,9 +1472,12 @@ Size - + %1 bytes - + + %1 byte + %1 bytes + (in progress...) @@ -1495,9 +1499,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + Do you really want do remove %1 file? + Do you really want do remove %1 files? + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_es.ts --- a/share/hedgewars/Data/Locale/hedgewars_es.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_es.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1059,11 +1059,11 @@ Servidor oficial - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1129,6 +1129,10 @@ Advanced Avanzado + + Reset to default colors + + PagePlayDemo @@ -1537,9 +1541,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1561,9 +1568,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_fi.ts --- a/share/hedgewars/Data/Locale/hedgewars_fi.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_fi.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1034,11 +1034,11 @@ Virallinen palvelin - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1104,6 +1104,10 @@ Advanced Lisäasetukset + + Reset to default colors + + PagePlayDemo @@ -1512,9 +1516,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1536,9 +1543,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_fr.ts --- a/share/hedgewars/Data/Locale/hedgewars_fr.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_fr.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1029,11 +1029,11 @@ Serveur officiel - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1087,6 +1087,10 @@ Advanced Avancé + + Reset to default colors + + PagePlayDemo @@ -1494,9 +1498,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1518,9 +1525,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_hu.ts --- a/share/hedgewars/Data/Locale/hedgewars_hu.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_hu.ts Sun Sep 09 14:45:21 2012 +0400 @@ -983,11 +983,11 @@ Hivatalos szerver - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1053,6 +1053,10 @@ Advanced Haladó + + Reset to default colors + + PagePlayDemo @@ -1449,9 +1453,11 @@ Size - + %1 bytes - + + + (in progress...) @@ -1473,9 +1479,11 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_it.ts --- a/share/hedgewars/Data/Locale/hedgewars_it.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_it.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1035,11 +1035,11 @@ Server ufficiale - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1105,6 +1105,10 @@ Advanced Avanzato + + Reset to default colors + + PagePlayDemo @@ -1521,9 +1525,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1545,9 +1552,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_ja.ts --- a/share/hedgewars/Data/Locale/hedgewars_ja.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_ja.ts Sun Sep 09 14:45:21 2012 +0400 @@ -964,13 +964,13 @@ - Hoin or host your own game server in a Local Area Network. - - - Join hundreds of players online! + + Join or host your own game server in a Local Area Network. + + PageOptions @@ -1022,6 +1022,10 @@ Advanced 高級 + + Reset to default colors + + PagePlayDemo @@ -1367,9 +1371,11 @@ Size - + %1 bytes - + + + (in progress...) @@ -1391,9 +1397,11 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_ko.ts --- a/share/hedgewars/Data/Locale/hedgewars_ko.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_ko.ts Sun Sep 09 14:45:21 2012 +0400 @@ -905,13 +905,13 @@ - Hoin or host your own game server in a Local Area Network. - - - Join hundreds of players online! + + Join or host your own game server in a Local Area Network. + + PageOptions @@ -963,6 +963,10 @@ Advanced + + Reset to default colors + + PagePlayDemo @@ -1283,9 +1287,11 @@ Size - + %1 bytes - + + + (in progress...) @@ -1307,9 +1313,11 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_lt.ts --- a/share/hedgewars/Data/Locale/hedgewars_lt.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_lt.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1112,7 +1112,7 @@ - Hoin or host your own game server in a Local Area Network. + Join or host your own game server in a Local Area Network. @@ -1188,6 +1188,11 @@ Delete weapon set + + + Reset to default colors + + PagePlayDemo @@ -1592,10 +1597,14 @@ Size - + %1 bytes - + + + + + @@ -1624,10 +1633,14 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + + @@ -1713,7 +1726,7 @@ QCheckBox - + Show ammo menu tooltips @@ -1723,7 +1736,7 @@ - + Append date and time to record file name @@ -1768,7 +1781,7 @@ - + Show FPS @@ -1992,7 +2005,7 @@ - + Miscellaneous @@ -2172,7 +2185,7 @@ - + FPS limit @@ -2594,7 +2607,7 @@ - + Associate file extensions diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_nl.ts --- a/share/hedgewars/Data/Locale/hedgewars_nl.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_nl.ts Sun Sep 09 14:45:21 2012 +0400 @@ -922,13 +922,13 @@ - Hoin or host your own game server in a Local Area Network. - - - Join hundreds of players online! + + Join or host your own game server in a Local Area Network. + + PageOptions @@ -980,6 +980,10 @@ Advanced + + Reset to default colors + + PagePlayDemo @@ -1301,9 +1305,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1325,9 +1332,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_pl.ts --- a/share/hedgewars/Data/Locale/hedgewars_pl.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_pl.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1087,11 +1087,11 @@ Oficjalny serwer - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1157,6 +1157,10 @@ Advanced Zaawansowane + + Reset to default colors + + PagePlayDemo @@ -1576,9 +1580,13 @@ Size - + %1 bytes - + + + + + (in progress...) @@ -1600,9 +1608,13 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_pt_BR.ts --- a/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1097,11 +1097,11 @@ Servidor Oficial - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1167,6 +1167,10 @@ Advanced Avançado + + Reset to default colors + + PagePlayDemo @@ -1575,9 +1579,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1599,9 +1606,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_pt_PT.ts --- a/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1024,11 +1024,11 @@ Servidor oficial - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1094,6 +1094,10 @@ Advanced Avançado + + Reset to default colors + + PagePlayDemo @@ -1506,9 +1510,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1530,9 +1537,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_ru.ts --- a/share/hedgewars/Data/Locale/hedgewars_ru.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_ru.ts Sun Sep 09 14:45:21 2012 +0400 @@ -5,7 +5,7 @@ AbstractPage Go back - + Назад @@ -77,14 +77,14 @@ Game Options - Настройки игры + Настройки игры HWAskQuitDialog Do yot really want to quit? - + Хотите выйти? @@ -107,47 +107,47 @@ %1 has been removed from your ignore list - + %1 был удалён из вашего списка игнорирования %1 has been added to your ignore list - + %1 был добавлен в ваш список игнорирования %1 has been removed from your friends list - + %1 был удалён из вашего списка друзей %1 has been added to your friends list - + %1 был добавлен в ваш список друзей Stylesheet imported from %1 - + Импортирован стиль из %1 Enter %1 if you want to use the current StyleSheet in future, enter %2 to reset! - + Введите %1 для использования текущего стиля и в будущем, введите %2 для сброса! Couldn't read %1 - + Не могу прочитать %1 StyleSheet discarded - + Стиль снят StyleSheet saved to %1 - + Стиль сохранён в %1 Failed to save StyleSheet to %1 - + Ошибка при сохранении стиля в %1 %1 is not a valid command! - + %1 не является корректной командой @@ -192,15 +192,15 @@ Demo name - + Название демки Demo name: - + Название демки: Game aborted - + Игра прекращена Password @@ -211,32 +211,32 @@ registered on Hedgewars.org Please provide your password below or pick another nickname in game config: - Ваше имя пользователя %1 + Ваше имя пользователя %1 зарегистрировано на сайте hedgewars.org Пожалуйста, укажите ваш пароль в поле ввода внизу или выберите иное имя пользователя в настройках игры: No password supplied. - + Пароль не указан. Nickname - Псевдоним + Псевдоним Some one already uses your nickname %1 on the server. Please pick another nickname: - Кто-то на этом сервере + Кто-то на этом сервере уже использует ваш псевдоним %1. Выберите другой псевдоним: No nickname supplied. - + Псевдоним не указан. @@ -418,33 +418,33 @@ User quit - + Пользователь вышел Remote host has closed connection - + Удалённый хост закрыл соединение The server is too old. Disconnecting now. - + Слишком старый сервер. Отсоединяюсь. HWPasswordDialog Password - Пароль + Пароль HWUploadVideoDialog Upload video - + Залить видео Upload - + Залить @@ -459,19 +459,19 @@ Duration: %1m %2s - + Длительность: %1мин %2сек Video: %1x%2, - + Видео: %1x%2, %1 fps, - + %1 кадров/сек, Audio: - + Аудио: @@ -556,15 +556,15 @@ Drawn Maps - + Рисованные карты All files - + Все файлы Eraser - + Стирательная резинка @@ -669,14 +669,14 @@ PageInGame In game... - + В игре... PageInfo Open the snapshot folder - + Открыть папку скриншотов @@ -940,23 +940,23 @@ Local Game - + Локальная игра Play a game on a single computer - + Играть на одном компьютере Network Game - + Сетевая игра Play a game across a network - + Играть по сети Read about who is behind the Hedgewars Project - + Прочитать, кто стоит за проектом Hedgewars Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars @@ -968,15 +968,15 @@ Exit game - + Выйти из игры Manage videos recorded from game - + Управление видеозаписями игры Edit game preferences - + Редактировать настройки игры @@ -1035,12 +1035,12 @@ Официальный сервер - Hoin or host your own game server in a Local Area Network. - - - Join hundreds of players online! - + Присоединиться к сотням игроков! + + + Join or host your own game server in a Local Area Network. + Присоединиться или создать собственный сервер в локальной сети. @@ -1099,11 +1099,15 @@ General - Основные настройки + Основные настройки Advanced - Дополнительно + Дополнительно + + + Reset to default colors + Сбросить на цвета по умолчанию @@ -1394,7 +1398,7 @@ Add an indestructible border along the bottom - + Добавить неразрушимую границу внизу карты @@ -1444,117 +1448,125 @@ Simple Game - + Простая игра Play a quick game against the computer with random settings - + Играть против компьютера Multiplayer - + Схватка Play a hotseat game against your friends, or AI teams - + Играть с друзьями за одним компьютером или против ботов Campaign Mode - + Кампания Training Mode - + Тренировка Practice your skills in a range of training missions - + Тренировка мастерства в тренировочных миссиях Demos - + Демки Watch recorded demos - + Смотреть записанные демки Load - Загрузить + Загрузить Load a previously saved game - + Загрузить сохранённую игру PageTraining No description available - + Описание отсутствует Select a mission! - + Выберите миссию! Pick the mission or training to play - + Выберите миссию или тренировку Start fighting - + Начать битву PageVideos Name - Название + Название Size - - - + Размер + + %1 bytes - + + %1 байт + %1 байта + %1 байтов + (in progress...) - + (в игре...) Date: - + Дата: Size: - + Размер: Are you sure? - + Вы уверены? Do you really want do remove %1? - - - + Удалить %1? + + Do you really want do remove %1 file(s)? - + + Удалить %1 файл? + Удалить %1 файла? + Удалить %1 файлов? + encoding - + кодирование uploading - + отправка Do you really want do cancel uploading %1? - + Отменить отправку %1? @@ -1664,23 +1676,23 @@ Save password - + Сохранить пароль Save account name and password - + Сохранить псевдоним и пароль Video is private - + Частное видео Record audio - + Запись звука Use game resolution - + Использовать разрешение игры @@ -1854,23 +1866,23 @@ Custom colors - + Свои цвета Miscellaneous - + Разное Video recording options - + Настройки видео Videos - + Видео Description - + Описание @@ -2085,7 +2097,9 @@ There are videos that are currently being processed. Exiting now will abort them. Do yot really want to quit? - + Сейчас происходит обработка видео. +Выход отменить обработку. +Всё равно выйти? Please provide either the YouTube account name or the email address associated with the Google Account. @@ -2097,7 +2111,7 @@ Password: - + Пароль: Video title: @@ -2117,11 +2131,11 @@ Description - + Описание Nickname - Псевдоним + Псевдоним Format @@ -2129,11 +2143,11 @@ Audio codec - + Видеокодек Video codec - + Аудиокодек Framerate @@ -2152,11 +2166,11 @@ hedgehog %1 - + ёжик %1 anonymous - + аноним @@ -2382,23 +2396,23 @@ Set default options - + Установить настройки по умолчанию Open videos directory - + Открыть папку с видеозаписями Play - + Проиграть Upload to YouTube - + Отправить на YouTube Cancel uploading - + Отменить отправку @@ -2436,47 +2450,47 @@ RoomsListModel In progress - В игре + В игре Room Name - Название + Название C - И + И T - К + К Owner - Главный + Главный Map - Карта + Карта Rules - Правила + Правила Weapons - Оружие + Оружие Random Map - Случайная карта + Случайная карта Random Maze - Случайный лабиринт + Случайный лабиринт Hand-drawn - + Рисованная карта @@ -2625,7 +2639,7 @@ Add Bottom Border - + Добавить нижнюю границу @@ -2794,11 +2808,11 @@ mute audio - + отключить звук record - + записать @@ -2888,7 +2902,7 @@ Record video: - + Запись видео: diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_sk.ts --- a/share/hedgewars/Data/Locale/hedgewars_sk.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_sk.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1082,11 +1082,11 @@ Oficiálny server - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1152,6 +1152,10 @@ Advanced Pokročilé + + Reset to default colors + + PagePlayDemo @@ -1571,9 +1575,13 @@ Size - + %1 bytes - + + + + + (in progress...) @@ -1595,9 +1603,13 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_sv.ts --- a/share/hedgewars/Data/Locale/hedgewars_sv.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_sv.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1051,11 +1051,11 @@ Officiell server - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1121,6 +1121,10 @@ Advanced Avancerat + + Reset to default colors + + PagePlayDemo @@ -1529,9 +1533,12 @@ Size - + %1 bytes - + + + + (in progress...) @@ -1553,9 +1560,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_tr_TR.ts --- a/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sun Sep 09 14:45:21 2012 +0400 @@ -941,13 +941,13 @@ Resmi sunucu - Hoin or host your own game server in a Local Area Network. - - - Join hundreds of players online! + + Join or host your own game server in a Local Area Network. + + PageOptions @@ -999,6 +999,10 @@ Advanced Gelişmiş + + Reset to default colors + + PagePlayDemo @@ -1347,9 +1351,11 @@ Size - + %1 bytes - + + + (in progress...) @@ -1371,9 +1377,11 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_uk.ts --- a/share/hedgewars/Data/Locale/hedgewars_uk.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_uk.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1031,11 +1031,11 @@ Офіційний сервер - Hoin or host your own game server in a Local Area Network. + Join hundreds of players online! - Join hundreds of players online! + Join or host your own game server in a Local Area Network. @@ -1101,6 +1101,10 @@ Advanced Розширені + + Reset to default colors + + PagePlayDemo @@ -1512,9 +1516,13 @@ Size - + %1 bytes - + + + + + (in progress...) @@ -1536,9 +1544,13 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + + + encoding diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_zh_CN.ts --- a/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sun Sep 09 14:45:21 2012 +0400 @@ -1295,7 +1295,7 @@ - Hoin or host your own game server in a Local Area Network. + Join or host your own game server in a Local Area Network. @@ -1372,6 +1372,11 @@ + + Reset to default colors + + + Save 保存 @@ -1848,10 +1853,12 @@ Size - + %1 bytes - + + + @@ -1880,10 +1887,12 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + @@ -1983,7 +1992,7 @@ 城堡模式 - + Show FPS 显示帧率 (FPS) @@ -2018,7 +2027,7 @@ 开启音乐 - + Show ammo menu tooltips @@ -2032,7 +2041,7 @@ 分组 - + Append date and time to record file name 记录名称中包含具体时间日期 @@ -2283,7 +2292,7 @@ - + Miscellaneous @@ -2456,7 +2465,7 @@ - + FPS limit FPS 上限 @@ -3131,7 +3140,7 @@ - + Associate file extensions diff -r bfa26daad684 -r 46a91cbed8db share/hedgewars/Data/Locale/hedgewars_zh_TW.ts --- a/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sun Sep 09 13:40:02 2012 +0400 +++ b/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sun Sep 09 14:45:21 2012 +0400 @@ -967,13 +967,13 @@ 官方伺服器 - Hoin or host your own game server in a Local Area Network. - - - Join hundreds of players online! + + Join or host your own game server in a Local Area Network. + + PageOptions @@ -1025,6 +1025,10 @@ Advanced 進階 + + Reset to default colors + + PagePlayDemo @@ -1417,9 +1421,11 @@ Size - + %1 bytes - + + + (in progress...) @@ -1441,9 +1447,11 @@ Do you really want do remove %1? - + Do you really want do remove %1 file(s)? - + + + encoding