From e31165ab48316e06202b6f6b0c631a287cfeb957 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Apr 2011 13:30:02 +0300 Subject: First part of help translations. --- configure.ac | 1 + data/help/CMakeLists.txt | 2 ++ data/help/Makefile.am | 1 + data/help/index.txt | 2 +- data/help/ru_RU/CMakeLists.txt | 6 ++++++ data/help/ru_RU/Makefile.am | 10 ++++++++++ data/help/ru_RU/header.txt | 12 ++++++++++++ data/help/ru_RU/index.txt | 23 +++++++++++++++++++++++ 8 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 data/help/ru_RU/CMakeLists.txt create mode 100644 data/help/ru_RU/Makefile.am create mode 100644 data/help/ru_RU/header.txt create mode 100644 data/help/ru_RU/index.txt 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) -- cgit v1.2.3-60-g2f50