From 493cc14facb80c6c86c57ef379131e56a0161215 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 22 Jun 2011 21:30:20 +0300 Subject: Add tips russian translation. --- configure.ac | 1 + data/help/pt/tips/Makefile.am | 2 +- data/help/pt_BR/tips/Makefile.am | 2 +- data/help/ru/CMakeLists.txt | 2 ++ data/help/ru/Makefile.am | 1 + data/help/ru/tips/1.txt | 3 +++ data/help/ru/tips/10.txt | 2 ++ data/help/ru/tips/11.txt | 2 ++ data/help/ru/tips/12.txt | 3 +++ data/help/ru/tips/13.txt | 2 ++ data/help/ru/tips/14.txt | 1 + data/help/ru/tips/2.txt | 2 ++ data/help/ru/tips/3.txt | 2 ++ data/help/ru/tips/4.txt | 2 ++ data/help/ru/tips/5.txt | 2 ++ data/help/ru/tips/6.txt | 2 ++ data/help/ru/tips/7.txt | 2 ++ data/help/ru/tips/8.txt | 1 + data/help/ru/tips/9.txt | 3 +++ data/help/ru/tips/CMakeLists.txt | 18 ++++++++++++++++++ data/help/ru/tips/Makefile.am | 22 ++++++++++++++++++++++ data/help/tips/12.txt | 2 +- packaging/windows/setup.nsi | 3 +++ 23 files changed, 79 insertions(+), 3 deletions(-) create mode 100644 data/help/ru/tips/1.txt create mode 100644 data/help/ru/tips/10.txt create mode 100644 data/help/ru/tips/11.txt create mode 100644 data/help/ru/tips/12.txt create mode 100644 data/help/ru/tips/13.txt create mode 100644 data/help/ru/tips/14.txt create mode 100644 data/help/ru/tips/2.txt create mode 100644 data/help/ru/tips/3.txt create mode 100644 data/help/ru/tips/4.txt create mode 100644 data/help/ru/tips/5.txt create mode 100644 data/help/ru/tips/6.txt create mode 100644 data/help/ru/tips/7.txt create mode 100644 data/help/ru/tips/8.txt create mode 100644 data/help/ru/tips/9.txt create mode 100644 data/help/ru/tips/CMakeLists.txt create mode 100644 data/help/ru/tips/Makefile.am diff --git a/configure.ac b/configure.ac index cb82f570c..3bc6ae6c6 100755 --- a/configure.ac +++ b/configure.ac @@ -243,6 +243,7 @@ data/help/pt/tips/Makefile data/help/pt_BR/Makefile data/help/pt_BR/tips/Makefile data/help/ru/Makefile +data/help/ru/tips/Makefile data/help/tips/Makefile data/icons/Makefile docs/Makefile diff --git a/data/help/pt/tips/Makefile.am b/data/help/pt/tips/Makefile.am index 50cc9810a..4562a00d3 100644 --- a/data/help/pt/tips/Makefile.am +++ b/data/help/pt/tips/Makefile.am @@ -18,5 +18,5 @@ helppttips_DATA = \ 14.txt EXTRA_DIST = \ - $(helptips_DATA) \ + $(helppttips_DATA) \ CMakeLists.txt diff --git a/data/help/pt_BR/tips/Makefile.am b/data/help/pt_BR/tips/Makefile.am index 480f0f23c..dd2b5f22a 100644 --- a/data/help/pt_BR/tips/Makefile.am +++ b/data/help/pt_BR/tips/Makefile.am @@ -18,5 +18,5 @@ helpptbrtips_DATA = \ 14.txt EXTRA_DIST = \ - $(helptips_DATA) \ + $(helpptbrtips_DATA) \ CMakeLists.txt diff --git a/data/help/ru/CMakeLists.txt b/data/help/ru/CMakeLists.txt index 43a36a32d..1e1d10a76 100644 --- a/data/help/ru/CMakeLists.txt +++ b/data/help/ru/CMakeLists.txt @@ -5,4 +5,6 @@ SET(FILES team.txt ) +ADD_SUBDIRECTORY(tips) + INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/ru) diff --git a/data/help/ru/Makefile.am b/data/help/ru/Makefile.am index d620cb806..25ce52321 100644 --- a/data/help/ru/Makefile.am +++ b/data/help/ru/Makefile.am @@ -1,3 +1,4 @@ +SUBDIRS = tips helprudir = $(pkgdatadir)/data/help/ru diff --git a/data/help/ru/tips/1.txt b/data/help/ru/tips/1.txt new file mode 100644 index 000000000..b60730b5e --- /dev/null +++ b/data/help/ru/tips/1.txt @@ -0,0 +1,3 @@ +Вы можете скрывать или показывать информационные панели или экранные кнопки, нажатием правой кнопки и выбором нужного элемента меню. +~~~help/tips/1-1.jpg~ +~~~help/tips/1-2.jpg~ diff --git a/data/help/ru/tips/10.txt b/data/help/ru/tips/10.txt new file mode 100644 index 000000000..0b54439e7 --- /dev/null +++ b/data/help/ru/tips/10.txt @@ -0,0 +1,2 @@ +Если игра работает очень медленно, вы можете её ускорить +прочитав это: http://manaplus.evolonline.org/slowpc diff --git a/data/help/ru/tips/11.txt b/data/help/ru/tips/11.txt new file mode 100644 index 000000000..6beb5f30d --- /dev/null +++ b/data/help/ru/tips/11.txt @@ -0,0 +1,2 @@ +Вы можете имитировать других игроков выбрах "имитация" в контекстном меню игрока + или выполнить команду в чате: /imitate имя diff --git a/data/help/ru/tips/12.txt b/data/help/ru/tips/12.txt new file mode 100644 index 000000000..0b3e16456 --- /dev/null +++ b/data/help/ru/tips/12.txt @@ -0,0 +1,3 @@ +Вы можете автоматически перемещаться к варпу. +Откройте окно общества (f11) и выберите старницу Нав, +потом нажмите на варпе, который вам нужен. diff --git a/data/help/ru/tips/13.txt b/data/help/ru/tips/13.txt new file mode 100644 index 000000000..896844ae8 --- /dev/null +++ b/data/help/ru/tips/13.txt @@ -0,0 +1,2 @@ +Вы можете использовать голсовой чат mumble для разговора с другими игроками. +Запустите mumble до запуска игрового клиента, потом игру и включите mumble в настройках. diff --git a/data/help/ru/tips/14.txt b/data/help/ru/tips/14.txt new file mode 100644 index 000000000..e2e36b486 --- /dev/null +++ b/data/help/ru/tips/14.txt @@ -0,0 +1 @@ +Вы можете переназначить любую клавишу в свойствах клавиатуры. diff --git a/data/help/ru/tips/2.txt b/data/help/ru/tips/2.txt new file mode 100644 index 000000000..420e33cc5 --- /dev/null +++ b/data/help/ru/tips/2.txt @@ -0,0 +1,2 @@ +Вы можете покупать или продавать предметы из магазинов других игроков. +Нажмите правой кнопкой на игроке и выберите "купить" или "продать" diff --git a/data/help/ru/tips/3.txt b/data/help/ru/tips/3.txt new file mode 100644 index 000000000..83aa4cf3c --- /dev/null +++ b/data/help/ru/tips/3.txt @@ -0,0 +1,2 @@ +Вы можете отключить желтую панель, +нажатием кнопки 8 на дополнительной клавиатуре. diff --git a/data/help/ru/tips/4.txt b/data/help/ru/tips/4.txt new file mode 100644 index 000000000..8233873ea --- /dev/null +++ b/data/help/ru/tips/4.txt @@ -0,0 +1,2 @@ +Вы можете восстановить настройки желтой панели, +нажатием правой кнопки на ней и выбором в меню "сбросить желтую панель" diff --git a/data/help/ru/tips/5.txt b/data/help/ru/tips/5.txt new file mode 100644 index 000000000..bed02a643 --- /dev/null +++ b/data/help/ru/tips/5.txt @@ -0,0 +1,2 @@ +Вы можете копировать значение с любой панели, +нажатием правой кнопки на панели и выбором в меню "Копировать в чат". diff --git a/data/help/ru/tips/6.txt b/data/help/ru/tips/6.txt new file mode 100644 index 000000000..14582df10 --- /dev/null +++ b/data/help/ru/tips/6.txt @@ -0,0 +1,2 @@ +Вы можете установить режим отошел, +введя в чате команду /away diff --git a/data/help/ru/tips/7.txt b/data/help/ru/tips/7.txt new file mode 100644 index 000000000..2bff421dc --- /dev/null +++ b/data/help/ru/tips/7.txt @@ -0,0 +1,2 @@ +Вы можете посмотреть одетые на других игроков предметы, +нажатием правой кнопки на игроке и выбором элемента "показать предметы". diff --git a/data/help/ru/tips/8.txt b/data/help/ru/tips/8.txt new file mode 100644 index 000000000..2be5800ef --- /dev/null +++ b/data/help/ru/tips/8.txt @@ -0,0 +1 @@ +О желтой панеле вы можете почитать здесь: http://manaplus.evolonline.org/yellowbar diff --git a/data/help/ru/tips/9.txt b/data/help/ru/tips/9.txt new file mode 100644 index 000000000..4a29d678e --- /dev/null +++ b/data/help/ru/tips/9.txt @@ -0,0 +1,3 @@ +Вы можете установить любое разрешение в клиенте. В настройках, + на странице видео, нажмите "custom" и введите к примеру 900x500 и + нажмите ok. diff --git a/data/help/ru/tips/CMakeLists.txt b/data/help/ru/tips/CMakeLists.txt new file mode 100644 index 000000000..0da413a58 --- /dev/null +++ b/data/help/ru/tips/CMakeLists.txt @@ -0,0 +1,18 @@ +SET(FILES + 1.txt + 2.txt + 3.txt + 4.txt + 5.txt + 6.txt + 7.txt + 8.txt + 9.txt + 10.txt + 11.txt + 12.txt + 13.txt + 14.txt + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/ru/tips) diff --git a/data/help/ru/tips/Makefile.am b/data/help/ru/tips/Makefile.am new file mode 100644 index 000000000..c3be4c247 --- /dev/null +++ b/data/help/ru/tips/Makefile.am @@ -0,0 +1,22 @@ + +helprutipsdir = $(pkgdatadir)/data/help/ru/tips + +helprutips_DATA = \ + 1.txt \ + 2.txt \ + 3.txt \ + 4.txt \ + 5.txt \ + 6.txt \ + 7.txt \ + 8.txt \ + 9.txt \ + 10.txt \ + 11.txt \ + 12.txt \ + 13.txt \ + 14.txt + +EXTRA_DIST = \ + $(helprutips_DATA) \ + CMakeLists.txt diff --git a/data/help/tips/12.txt b/data/help/tips/12.txt index 418d01306..5b256e1df 100644 --- a/data/help/tips/12.txt +++ b/data/help/tips/12.txt @@ -1,3 +1,3 @@ You can walk to warps automatically. Open Social Window (f11) and selecy Nav tab, -then click or warp what you want. +then click on warp what you want. diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 1f1230e45..17833ddfc 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -193,6 +193,7 @@ Section "Core files (required)" SecCore CreateDirectory "$INSTDIR\data\help\pt_BR" CreateDirectory "$INSTDIR\data\help\pt_BR\tips" CreateDirectory "$INSTDIR\data\help\ru" + CreateDirectory "$INSTDIR\data\help\ru\tips" CreateDirectory "$INSTDIR\data\help\tips" CreateDirectory "$INSTDIR\data\icons" CreateDirectory "$INSTDIR\data\graphics\gui" @@ -275,6 +276,8 @@ Section "Core files (required)" SecCore File "${SRCDIR}\data\help\pt_BR\tips\*.txt" SetOutPath "$INSTDIR\data\help\ru" File "${SRCDIR}\data\help\ru\*.txt" + SetOutPath "$INSTDIR\data\help\ru\tips" + File "${SRCDIR}\data\help\ru\tips\*.txt" SetOutPath "$INSTDIR\data\help\tips" File "${SRCDIR}\data\help\tips\*.txt" File "${SRCDIR}\data\help\tips\*.jpg" -- cgit v1.2.3-60-g2f50