diff options
Diffstat (limited to 'data/help/ru_RU')
-rw-r--r-- | data/help/ru_RU/CMakeLists.txt | 6 | ||||
-rw-r--r-- | data/help/ru_RU/Makefile.am | 10 | ||||
-rw-r--r-- | data/help/ru_RU/header.txt | 12 | ||||
-rw-r--r-- | data/help/ru_RU/index.txt | 23 |
4 files changed, 51 insertions, 0 deletions
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) |