summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-07 13:30:02 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-07 13:30:02 +0300
commite31165ab48316e06202b6f6b0c631a287cfeb957 (patch)
tree47369ab6e9dceb35cd815929ec90f2695c76d3af
parentdbe1294f640a7ab1328381a43f711043210842f5 (diff)
downloadplus-e31165ab48316e06202b6f6b0c631a287cfeb957.tar.gz
plus-e31165ab48316e06202b6f6b0c631a287cfeb957.tar.bz2
plus-e31165ab48316e06202b6f6b0c631a287cfeb957.tar.xz
plus-e31165ab48316e06202b6f6b0c631a287cfeb957.zip
First part of help translations.
-rwxr-xr-xconfigure.ac1
-rw-r--r--data/help/CMakeLists.txt2
-rw-r--r--data/help/Makefile.am1
-rw-r--r--data/help/index.txt2
-rw-r--r--data/help/ru_RU/CMakeLists.txt6
-rw-r--r--data/help/ru_RU/Makefile.am10
-rw-r--r--data/help/ru_RU/header.txt12
-rw-r--r--data/help/ru_RU/index.txt23
8 files changed, 56 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 74e66756a..9f8a58a5f 100755
--- a/configure.ac
+++ b/configure.ac
@@ -175,6 +175,7 @@ data/themes/pink/Makefile
data/themes/redandblack/Makefile
data/themes/wood/Makefile
data/help/Makefile
+data/help/ru_RU/Makefile
data/icons/Makefile
docs/Makefile
po/Makefile.in
diff --git a/data/help/CMakeLists.txt b/data/help/CMakeLists.txt
index df87017d0..2b823bcec 100644
--- a/data/help/CMakeLists.txt
+++ b/data/help/CMakeLists.txt
@@ -11,4 +11,6 @@ SET(FILES
windows.txt
)
+ADD_SUBDIRECTORY(ru_RU)
+
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help)
diff --git a/data/help/Makefile.am b/data/help/Makefile.am
index 6f523e528..e4c8fd8d0 100644
--- a/data/help/Makefile.am
+++ b/data/help/Makefile.am
@@ -1,3 +1,4 @@
+SUBDIRS = ru_RU
helpdir = $(pkgdatadir)/data/help
diff --git a/data/help/index.txt b/data/help/index.txt
index 73f2daf78..6f50292e5 100644
--- a/data/help/index.txt
+++ b/data/help/index.txt
@@ -1,6 +1,6 @@
##3 === INDEX ===
- ##1-> @@about|About The Mana World@@
+ ##1-> @@about|About@@
-> @@team|Manaplus developers@@
-> @@teamtmw|TMW Development Team@@
diff --git a/data/help/ru_RU/CMakeLists.txt b/data/help/ru_RU/CMakeLists.txt
new file mode 100644
index 000000000..4cdf09ffb
--- /dev/null
+++ b/data/help/ru_RU/CMakeLists.txt
@@ -0,0 +1,6 @@
+SET(FILES
+ header.txt
+ index.txt
+ )
+
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/ru_RU)
diff --git a/data/help/ru_RU/Makefile.am b/data/help/ru_RU/Makefile.am
new file mode 100644
index 000000000..531d1e4d7
--- /dev/null
+++ b/data/help/ru_RU/Makefile.am
@@ -0,0 +1,10 @@
+
+helpruRUdir = $(pkgdatadir)/data/help/ru_RU
+
+helpruRU_DATA = \
+ header.txt \
+ index.txt
+
+EXTRA_DIST = \
+ $(helpruRU_DATA) \
+ CMakeLists.txt
diff --git a/data/help/ru_RU/header.txt b/data/help/ru_RU/header.txt
new file mode 100644
index 000000000..adeb9c5d3
--- /dev/null
+++ b/data/help/ru_RU/header.txt
@@ -0,0 +1,12 @@
+
+##1 M A N A P L U S
+##1 ================================
+
+ ##2Версия:##6%VER%
+
+##2 Сайт: http://manaplus.evolonline.org/
+##2 http://tmw.cetki.com/
+##2 http://mana.cetki.com/
+##2 сайт mana: http://manasource.org/
+
+
diff --git a/data/help/ru_RU/index.txt b/data/help/ru_RU/index.txt
new file mode 100644
index 000000000..e65f5ea50
--- /dev/null
+++ b/data/help/ru_RU/index.txt
@@ -0,0 +1,23 @@
+##3 === СОДЕРЖАНИЕ ===
+
+ ##1-> @@about|О Программе@@
+ -> @@team|Разработчики Manaplus@@
+ -> @@teamtmw|Разработчики TMW@@
+
+ -> @@commands|Клавиши@@
+ -> @@chatcommands|Чат команды@@
+ -> @@windows|Окна@@
+ -> @@skills|Умения@@
+
+ -> @@support|Поддержка@@
+
+
+##3 === Построено на ===
+
+##2 SDL, SDL_image, SDL_mixer (Media framework)
+##2 SDL_net (Networking framework)
+##2 Guichan (GUI framework)
+##2 libxml2 (XML parsing and writing)
+##2 PhysFS (Data files)
+##2 libcurl (HTTP downloads)
+##2 zlib (Archives)