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. --- 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 +++++++++++++++++++++++ 4 files changed, 51 insertions(+) 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 (limited to 'data/help/ru_RU') 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-70-g09d2