# 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 @@
AdvancedRozšíř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 @@
AdvancedErweitert
+
+ 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 @@
AdvancedAdvanced
+
+ 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 @@
AdvancedAvanzado
+
+ 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 @@
AdvancedLisä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 @@
AdvancedAvancé
+
+ 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 @@
AdvancedHaladó
+
+ 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 @@
AdvancedAvanzato
+
+ 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 @@
AdvancedZaawansowane
+
+ 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 @@
AdvancedAvanç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 @@
AdvancedAvanç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 @@
AbstractPageGo back
-
+ Назад
@@ -77,14 +77,14 @@
Game Options
- Настройки игры
+ Настройки игрыHWAskQuitDialogDo 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
-
+ Импортирован стиль из %1Enter %1 if you want to use the current StyleSheet in future, enter %2 to reset!
-
+ Введите %1 для использования текущего стиля и в будущем, введите %2 для сброса!Couldn't read %1
-
+ Не могу прочитать %1StyleSheet discarded
-
+ Стиль снятStyleSheet saved to %1
-
+ Стиль сохранён в %1Failed 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.
-
+ Слишком старый сервер. Отсоединяюсь.HWPasswordDialogPassword
- Пароль
+ ПарольHWUploadVideoDialogUpload 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 @@
PageInGameIn game...
-
+ В игре...PageInfoOpen 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
-
+ Прочитать, кто стоит за проектом HedgewarsLeave 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
-
+ Загрузить сохранённую игруPageTrainingNo description available
-
+ Описание отсутствуетSelect a mission!
-
+ Выберите миссию!Pick the mission or training to play
-
+ Выберите миссию или тренировкуStart fighting
-
+ Начать битвуPageVideosName
- Название
+ Название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
-
+ ёжик %1anonymous
-
+ аноним
@@ -2382,23 +2396,23 @@
Set default options
-
+ Установить настройки по умолчаниюOpen videos directory
-
+ Открыть папку с видеозаписямиPlay
-
+ ПроигратьUpload to YouTube
-
+ Отправить на YouTubeCancel uploading
-
+ Отменить отправку
@@ -2436,47 +2450,47 @@
RoomsListModelIn 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 @@
AdvancedPokroč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 @@
AdvancedAvancerat
+
+ 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 @@
AdvancedGeliş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 limitFPS 上限
@@ -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