# HG changeset patch
# User unc0rr
# Date 1163442841 0
# Node ID 7ca605677704bbc95b4b025fd8a8950c82aa9907
# Parent 28903e620258579214128ecd912583a80259b70f
Russian translations
diff -r 28903e620258 -r 7ca605677704 QTfrontend/about.cpp
--- a/QTfrontend/about.cpp Mon Nov 13 17:43:56 2006 +0000
+++ b/QTfrontend/about.cpp Mon Nov 13 18:34:01 2006 +0000
@@ -33,10 +33,10 @@
lbl1->setOpenExternalLinks(true);
lbl1->setText(
- "
Hedgewars
"
- "
Version 0.8
"
- "
http://www.hedgewars.org/
"
- "This program is distributed under the GNU General Public License"
+ "
Hedgewars
" +
+ QLabel::tr("
Version 0.8
") +
+ "
http://www.hedgewars.org/
" +
+ QLabel::tr("This program is distributed under the GNU General Public License") +
"
"
);
lbl1->setWordWrap(true);
@@ -46,11 +46,12 @@
lbl2->setOpenExternalLinks(true);
lbl2->setText(
- "
Developers:
"
+ QLabel::tr("
Developers:
") +
+ "
"
"Andrey Korotaev <unC0Rr@gmail.com>
"
"Igor Ulyanov <iulyanov@gmail.com>"
- "
"
- "
Translations:
"
+ "" +
+ QLabel::tr("
Translations:
") +
"english: Andrey Korotaev <
unC0Rr@gmail.com>
"
"russian: Andrey Korotaev <
unC0Rr@gmail.com>"
);
diff -r 28903e620258 -r 7ca605677704 QTfrontend/pages.cpp
--- a/QTfrontend/pages.cpp Mon Nov 13 17:43:56 2006 +0000
+++ b/QTfrontend/pages.cpp Mon Nov 13 18:34:01 2006 +0000
@@ -126,14 +126,14 @@
GBTLayout->addWidget(TeamNameEdit, 0, 0, 1, 0);
QLabel* difficultyLabel=new QLabel(GBoxTeam);
- difficultyLabel->setText("difficulty:");
+ difficultyLabel->setText(QLabel::tr("difficulty:"));
difficultyBox=new QSpinBox(GBoxTeam);
difficultyBox->setRange(0, 5);
difficultyBox->setSingleStep(1);
difficultyBox->setValue(0);
GBTLayout->addWidget(difficultyLabel, 1, 0);
GBTLayout->addWidget(difficultyBox, 1, 1);
-
+
pageLayout->addWidget(GBoxTeam, 0, 0);
GBoxHedgehogs = new QGroupBox(this);
diff -r 28903e620258 -r 7ca605677704 QTfrontend/translations/hedgewars_ru.qm
Binary file QTfrontend/translations/hedgewars_ru.qm has changed
diff -r 28903e620258 -r 7ca605677704 QTfrontend/translations/hedgewars_ru.ts
--- a/QTfrontend/translations/hedgewars_ru.ts Mon Nov 13 17:43:56 2006 +0000
+++ b/QTfrontend/translations/hedgewars_ru.ts Mon Nov 13 18:34:01 2006 +0000
@@ -1,19 +1,24 @@
-
+
+
GameUIConfig
+
Error
Ошибка
+
Cannot create directory %1
Не могу создать папку %1
+
Quit
Выйти
+
Cannot save options to file %1
Ошибка при сохранении настроек в файл %1
@@ -21,14 +26,17 @@
HWForm
+
Error
Ошибка
+
Please, select demo from the list above
Выберите демо из списка
+
OK
ОК
@@ -36,60 +44,81 @@
HWGame
+
Error
Ошибка
+
Unable to start the server: %1.
- Ошибка запуска сервера: %1.
+ Ошибка запуска сервера: %1.
+
en.txt
ru.txt
+
Cannot save demo to file %1
Ошибка сохранения демо в файл %1
+
Quit
Выход
+
Cannot open demofile %1
Не могу открыть демо %1
+
Unable to run engine: %1 (
- Ошибка запуска движка: %1 (
+ Ошибка запуска движка: %1 (
HWNet
+
Error
Ошибка
+
The host was not found. Please check the host name and port settings.
Ошибка подключения. Проверьте имя сервера и номер порта.
+
Connection refused
Отказано в соединении
+ KB
+
+
+ SDL_ttf returned error while rendering text, most propably it is related to the bug in freetype2. It's recommended to update your freetype lib.
+ SDL_ttf возвратил ошибку при выводе текста, наиболее вероятно это вызвано багом в библиотеке freetype2. Рекомендуется обновить библиотеку.
+
+
+
QCheckBox
+
Enable sound
Включить звук
+
Fullscreen
Полный экран
+
Forts mode
Режим фортов
@@ -97,56 +126,113 @@
QGroupBox
+
Team Members
Состав команды
+
Team
Команда
+
Fort
Форт
+
Grave
Надгробие
+
Key binds
Привязки клавиш
+
Teams
Команды
+
Audio/Graphic options
Настройки звука и графики
+
Net nick
Имя игрока
+
Net options
Настройки сети
+
+
+ Landscape
+ Ландшафт
+
+
+
+ Game scheme
+ Настройки игры
+
QLabel
+
Net nick
Имя игрока
+
Server address
Адрес сервера
+
+
+ <div align="center"><h1>Hedgewars</h1><h3>Version 0.8</h3><p><a href="http://www.hedgewars.org/">http://www.hedgewars.org/</a></p><br>This program is distributed under the GNU General Public License</div>
+ <div align="center"><h1>Hedgewars</h1><h3>Версия 0.8</h3><p><a href="http://www.hedgewars.org/">http://www.hedgewars.org/</a></p><br>Эта программа распространяется под лицензией GNU (the GNU General Public License)</div>
+
+
+
+ <h2>Developers:</h2><p>Andrey Korotaev <<a href="mailto:unC0Rr@gmail.com">unC0Rr@gmail.com</a>><br>Igor Ulyanov <<a href="mailto:iulyanov@gmail.com">iulyanov@gmail.com</a>></p><h2>Translations:</h2>english: Andrey Korotaev <<a href="mailto:unC0Rr@gmail.com">unC0Rr@gmail.com</a>><br>russian: Andrey Korotaev <<a href="mailto:unC0Rr@gmail.com">unC0Rr@gmail.com</a>>
+ <h2>Разработчики:</h2><p>Андрей Коротаев <<a href="mailto:unC0Rr@gmail.com">unC0Rr@gmail.com</a>><br>Игорь Ульянов <<a href="mailto:iulyanov@gmail.com">iulyanov@gmail.com</a>></p><h2>Перевод:</h2>английский: Андрей Коротаев <<a href="mailto:unC0Rr@gmail.com">unC0Rr@gmail.com</a>><br>русский: Андрей Коротаев <<a href="mailto:unC0Rr@gmail.com">unC0Rr@gmail.com</a>>
+
+
+
+ difficulty:
+ Уровень игры:
+
+
+
+ <h3>Version 0.8</h3>
+ <h3>Версия 0.8</h3>
+
+
+
+ This program is distributed under the GNU General Public License
+ Эта программа распространяется на условиях лицензии GNU (the GNU General Public License)
+
+
+
+ <h2>Translations:</h2>
+ <h2>Переводы:</h2>
+
+
+
+ <h2>Developers:</h2>
+ <h2>Разработчики:</h2>
+
QLineEdit
+
unnamed
безымянный
@@ -154,329 +240,465 @@
QMainWindow
+
-= by unC0Rr =-
- -= by unC0Rr =-
+ -= by unC0Rr =-
+
+
+
+ Hedgewars
+ Hedgewars
QObject
+
Error
Ошибка
+
Cannot create directory %1
Не могу создать папку %1
+
Quit
- Выйти
+ Выйти
+
+
+
+ OK
+ ОК
QPushButton
+
Single Player
Одиночная игра
+
Multiplayer
Схватка
+
Net game
Сетевая игра
+
Demos
Демки
+
Setup
Настройка
+
Exit
Выход
+
Back
Назад
+
Simple Game
Быстрый старт
+
Discard
Отменить
+
Save
Сохранить
+
Play demo
Играть демку
+
New team
Новая команда
+
Edit team
Изменить
+
Connect
Соединить
+
Disconnect
Разъединить
+
Join
Присоединиться
+
Create
Создать
+
Add Team
Добавить команду
+
Go!
Вперёд!
+
Start
Старт
+
+
+ About
+ О программе
+
QToolBox
+
Actions
Действия
+
Weapons
Оружие
+
Weapon properties
Настройки оружия
+
Other
Разное
+ TCPBase
+
+
+ Error
+ Ошибка
+
+
+
+ Unable to start the server: %1.
+ Ошибка запуска сервера: %1.
+
+
+
+ Unable to run engine: %1 (
+ Ошибка запуска движка: %1 (
+
+
+
binds
+
up
вверх
+
left
влево
+
right
вправо
+
down
вниз
+
jump
прыжок
+
attack
атака
+
put
указать
+
switch
переключить
+
slot 1
слот 1
+
slot 2
слот 2
+
slot 3
слот 3
+
slot 4
слот 4
+
slot 5
слот 5
+
slot 6
слот 6
+
slot 7
слот 7
+
slot 8
слот 8
+
timer 1 sec
таймер на 1 сек
+
timer 2 sec
таймер на 2 сек
+
timer 3 sec
таймер на 3 сек
+
timer 4 sec
таймер на 4 сек
+
timer 5 sec
таймер на 5 сек
+
capture
снимок
+
quit
выход
+
+
+ find hedgehog
+ найти ёжика
+
+
+
+ ammo menu
+ меню оружия
+
+
+
+ volume down
+ тише
+
+
+
+ volume up
+ громче
+
+
+
+ change mode
+ сменить режим
+
teams
+
Hedgehogs
Ёжики
+
hedgehog 1
ёжик 1
+
hedgehog 2
ёжик 2
+
hedgehog 3
ёжик 3
+
hedgehog 4
ёжик 4
+
hedgehog 5
ёжик 5
+
hedgehog 6
ёжик 6
+
hedgehog 7
ёжик 7
+
hedgehog 8
ёжик 8
+
Goddess
Богини
+
Isis
Изида
+
Astarte
Астарта
+
Diana
Диана
+
Aphrodite
Афродита
+
Hecate
Геката
+
Demeter
Деметра
+
Kali
Кали
+
Inanna
Инанна
+
Fruits
Фрукты
+
Banana
Банан
+
Apple
Яблоко
+
Orange
Апельсин
+
Lemon
Лимон
+
Pineapple
Ананас
+
Mango
Манго
+
Peach
Персик
+
Plum
Слива