From cf7db888f4d6f65624d803efe2c14523b77effa6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 Mar 2012 00:03:49 +0300 Subject: Add translation tags to help pages. --- data/CMakeLists.txt | 2 +- data/Makefile.am | 2 +- data/help/CMakeLists.txt | 6 - data/help/Makefile.am | 3 +- data/help/about.txt | 18 +-- data/help/chatcommands.txt | 116 +++++++------- data/help/commands.txt | 296 ++++++++++++++++++------------------ data/help/es/CMakeLists.txt | 14 -- data/help/es/Makefile.am | 18 --- data/help/es/about.txt | 18 --- data/help/es/chatcommands.txt | 78 ---------- data/help/es/commands.txt | 180 ---------------------- data/help/es/header.txt | 12 -- data/help/es/index.txt | 23 --- data/help/es/skills.txt | 23 --- data/help/es/support.txt | 22 --- data/help/es/team.txt | 111 -------------- data/help/es/teamtmw.txt | 132 ---------------- data/help/es/windows.txt | 16 -- data/help/fr/CMakeLists.txt | 14 -- data/help/fr/Makefile.am | 18 --- data/help/fr/about.txt | 17 --- data/help/fr/chatcommands.txt | 73 --------- data/help/fr/commands.txt | 169 -------------------- data/help/fr/header.txt | 12 -- data/help/fr/index.txt | 23 --- data/help/fr/skills.txt | 23 --- data/help/fr/support.txt | 22 --- data/help/fr/team.txt | 111 -------------- data/help/fr/teamtmw.txt | 132 ---------------- data/help/fr/windows.txt | 17 --- data/help/header.txt | 7 +- data/help/index.txt | 23 ++- data/help/pt/CMakeLists.txt | 1 - data/help/pt/Makefile.am | 3 - data/help/pt/tips/1.txt | 3 - data/help/pt/tips/10.txt | 2 - data/help/pt/tips/11.txt | 2 - data/help/pt/tips/12.txt | 3 - data/help/pt/tips/13.txt | 2 - data/help/pt/tips/14.txt | 1 - data/help/pt/tips/2.txt | 2 - data/help/pt/tips/3.txt | 2 - data/help/pt/tips/4.txt | 2 - data/help/pt/tips/5.txt | 2 - data/help/pt/tips/6.txt | 2 - data/help/pt/tips/7.txt | 2 - data/help/pt/tips/8.txt | 1 - data/help/pt/tips/9.txt | 2 - data/help/pt/tips/CMakeLists.txt | 18 --- data/help/pt/tips/Makefile.am | 22 --- data/help/pt_BR/CMakeLists.txt | 1 - data/help/pt_BR/Makefile.am | 3 - data/help/pt_BR/tips/1.txt | 3 - data/help/pt_BR/tips/10.txt | 2 - data/help/pt_BR/tips/11.txt | 2 - data/help/pt_BR/tips/12.txt | 3 - data/help/pt_BR/tips/13.txt | 2 - data/help/pt_BR/tips/14.txt | 1 - data/help/pt_BR/tips/2.txt | 2 - data/help/pt_BR/tips/3.txt | 2 - data/help/pt_BR/tips/4.txt | 2 - data/help/pt_BR/tips/5.txt | 2 - data/help/pt_BR/tips/6.txt | 2 - data/help/pt_BR/tips/7.txt | 2 - data/help/pt_BR/tips/8.txt | 1 - data/help/pt_BR/tips/9.txt | 2 - data/help/pt_BR/tips/CMakeLists.txt | 18 --- data/help/pt_BR/tips/Makefile.am | 22 --- data/help/ru/CMakeLists.txt | 10 -- data/help/ru/Makefile.am | 13 -- data/help/ru/chatcommands.txt | 77 ---------- data/help/ru/header.txt | 12 -- data/help/ru/index.txt | 23 --- data/help/ru/team.txt | 111 -------------- 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/skills.txt | 28 ++-- data/help/support.txt | 24 +-- data/help/team.txt | 22 +-- data/help/teamtmw.txt | 132 ---------------- data/help/tips/1.txt | 2 +- data/help/tips/10.txt | 4 +- data/help/tips/11.txt | 4 +- data/help/tips/12.txt | 4 +- data/help/tips/13.txt | 4 +- data/help/tips/14.txt | 2 +- data/help/tips/2.txt | 4 +- data/help/tips/3.txt | 4 +- data/help/tips/4.txt | 4 +- data/help/tips/5.txt | 4 +- data/help/tips/6.txt | 4 +- data/help/tips/7.txt | 4 +- data/help/tips/8.txt | 3 +- data/help/tips/9.txt | 4 +- data/help/windows.txt | 14 +- 110 files changed, 303 insertions(+), 2178 deletions(-) delete mode 100644 data/help/es/CMakeLists.txt delete mode 100644 data/help/es/Makefile.am delete mode 100644 data/help/es/about.txt delete mode 100644 data/help/es/chatcommands.txt delete mode 100644 data/help/es/commands.txt delete mode 100644 data/help/es/header.txt delete mode 100644 data/help/es/index.txt delete mode 100644 data/help/es/skills.txt delete mode 100644 data/help/es/support.txt delete mode 100644 data/help/es/team.txt delete mode 100644 data/help/es/teamtmw.txt delete mode 100644 data/help/es/windows.txt delete mode 100644 data/help/fr/CMakeLists.txt delete mode 100644 data/help/fr/Makefile.am delete mode 100644 data/help/fr/about.txt delete mode 100644 data/help/fr/chatcommands.txt delete mode 100644 data/help/fr/commands.txt delete mode 100644 data/help/fr/header.txt delete mode 100644 data/help/fr/index.txt delete mode 100644 data/help/fr/skills.txt delete mode 100644 data/help/fr/support.txt delete mode 100644 data/help/fr/team.txt delete mode 100644 data/help/fr/teamtmw.txt delete mode 100644 data/help/fr/windows.txt delete mode 100644 data/help/pt/CMakeLists.txt delete mode 100644 data/help/pt/Makefile.am delete mode 100644 data/help/pt/tips/1.txt delete mode 100644 data/help/pt/tips/10.txt delete mode 100644 data/help/pt/tips/11.txt delete mode 100644 data/help/pt/tips/12.txt delete mode 100644 data/help/pt/tips/13.txt delete mode 100644 data/help/pt/tips/14.txt delete mode 100644 data/help/pt/tips/2.txt delete mode 100644 data/help/pt/tips/3.txt delete mode 100644 data/help/pt/tips/4.txt delete mode 100644 data/help/pt/tips/5.txt delete mode 100644 data/help/pt/tips/6.txt delete mode 100644 data/help/pt/tips/7.txt delete mode 100644 data/help/pt/tips/8.txt delete mode 100644 data/help/pt/tips/9.txt delete mode 100644 data/help/pt/tips/CMakeLists.txt delete mode 100644 data/help/pt/tips/Makefile.am delete mode 100644 data/help/pt_BR/CMakeLists.txt delete mode 100644 data/help/pt_BR/Makefile.am delete mode 100644 data/help/pt_BR/tips/1.txt delete mode 100644 data/help/pt_BR/tips/10.txt delete mode 100644 data/help/pt_BR/tips/11.txt delete mode 100644 data/help/pt_BR/tips/12.txt delete mode 100644 data/help/pt_BR/tips/13.txt delete mode 100644 data/help/pt_BR/tips/14.txt delete mode 100644 data/help/pt_BR/tips/2.txt delete mode 100644 data/help/pt_BR/tips/3.txt delete mode 100644 data/help/pt_BR/tips/4.txt delete mode 100644 data/help/pt_BR/tips/5.txt delete mode 100644 data/help/pt_BR/tips/6.txt delete mode 100644 data/help/pt_BR/tips/7.txt delete mode 100644 data/help/pt_BR/tips/8.txt delete mode 100644 data/help/pt_BR/tips/9.txt delete mode 100644 data/help/pt_BR/tips/CMakeLists.txt delete mode 100644 data/help/pt_BR/tips/Makefile.am delete mode 100644 data/help/ru/CMakeLists.txt delete mode 100644 data/help/ru/Makefile.am delete mode 100644 data/help/ru/chatcommands.txt delete mode 100644 data/help/ru/header.txt delete mode 100644 data/help/ru/index.txt delete mode 100644 data/help/ru/team.txt delete mode 100644 data/help/ru/tips/1.txt delete mode 100644 data/help/ru/tips/10.txt delete mode 100644 data/help/ru/tips/11.txt delete mode 100644 data/help/ru/tips/12.txt delete mode 100644 data/help/ru/tips/13.txt delete mode 100644 data/help/ru/tips/14.txt delete mode 100644 data/help/ru/tips/2.txt delete mode 100644 data/help/ru/tips/3.txt delete mode 100644 data/help/ru/tips/4.txt delete mode 100644 data/help/ru/tips/5.txt delete mode 100644 data/help/ru/tips/6.txt delete mode 100644 data/help/ru/tips/7.txt delete mode 100644 data/help/ru/tips/8.txt delete mode 100644 data/help/ru/tips/9.txt delete mode 100644 data/help/ru/tips/CMakeLists.txt delete mode 100644 data/help/ru/tips/Makefile.am delete mode 100644 data/help/teamtmw.txt (limited to 'data') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 0435f6e35..ea8369c1d 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -7,4 +7,4 @@ ADD_SUBDIRECTORY(icons) ADD_SUBDIRECTORY(perserver) ADD_SUBDIRECTORY(sfx) ADD_SUBDIRECTORY(themes) - +ADD_SUBDIRECTORY(translations) diff --git a/data/Makefile.am b/data/Makefile.am index 2d63a033e..f044661b4 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = evol fonts graphics help icons perserver sfx themes +SUBDIRS = evol fonts graphics help icons perserver sfx themes translations EXTRA_DIST = CMakeLists.txt items.xsd diff --git a/data/help/CMakeLists.txt b/data/help/CMakeLists.txt index 66118f461..5f4f21fd9 100644 --- a/data/help/CMakeLists.txt +++ b/data/help/CMakeLists.txt @@ -7,15 +7,9 @@ SET(FILES skills.txt support.txt team.txt - teamtmw.txt windows.txt ) -ADD_SUBDIRECTORY(es) -ADD_SUBDIRECTORY(fr) -ADD_SUBDIRECTORY(ru) -ADD_SUBDIRECTORY(pt) -ADD_SUBDIRECTORY(pt_BR) ADD_SUBDIRECTORY(tips) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help) diff --git a/data/help/Makefile.am b/data/help/Makefile.am index 59b1cf082..1fe19a39c 100644 --- a/data/help/Makefile.am +++ b/data/help/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = es fr ru tips pt pt_BR +SUBDIRS = tips helpdir = $(pkgdatadir)/data/help @@ -11,7 +11,6 @@ help_DATA = \ skills.txt \ support.txt \ team.txt \ - teamtmw.txt \ windows.txt EXTRA_DIST = \ diff --git a/data/help/about.txt b/data/help/about.txt index 9ae2110b7..882e94f32 100644 --- a/data/help/about.txt +++ b/data/help/about.txt @@ -1,17 +1,17 @@ - <- @@index|Back to Index@@ + <- @@index|<>@@ -##3 === ABOUT MANAPLUS === - ##2ManaPlus##P is extended client based on code from ##2Mana##P client. - Added many features, improved perfomance, stability, security and more. +##3 === <> === + <<##2ManaPlus##P is extended client based on code from ##2Mana##P client. + Added many features, improved perfomance, stability, security and more.>> - ##2Mana##P is a serious effort to create an innovative free and open + <<##2ManaPlus##P is a serious effort to create an innovative free and open source MMORPG Client. Mana uses 2D graphics and aims to create a large - and diverse interactive world. It is licensed under the GPL, making - sure this game can't ever run away from you. + and diverse interactive world. It is licensed under the GPL, making) + sure this game can't ever run away from you.>> - The project includes the development of both a client and a server. + <> diff --git a/data/help/chatcommands.txt b/data/help/chatcommands.txt index 8b55df827..127f541ca 100644 --- a/data/help/chatcommands.txt +++ b/data/help/chatcommands.txt @@ -1,77 +1,77 @@ - <- @@index|Back to Index@@ + <- @@index|<>@@ -##3 Chat commands +##3 <> -##PWhispers +##P<> ##2 - /closeall - close all whispers. - /ignoreall - add all whispers to ignore list. - /msg NICK text, /whisper NICK text, /w NICK text - send whisper message to nick. - /query NICK, /q NICK - open new whisper tab for nick. + <> + <> + <> + <> -##PActions +##P<> ##2 - /help - show small help about chat commands. - /target NICK - select nick as target. Can be monster or player nick. - /outfit N - wear outfit number N. - /outfit next - wear next outfit. - /outfit prev - wear previous outfit. - /emote N - use emotion number N. - /away, /away MSG - set away mode. - /pseudoaway, /pseudoaway MSG - set/unset pseudo away mode. - /follow NICK - start follow mode. - /imitation NICK - start imitation mode. - /heal NICK - heal nick. - /move X Y - move to X,Y position in short distance. - /navigate x y - move to position x,y in current map in any distance. - /mail NICK MSG - send offline message to NICK. Working only in tmw server. - /disconnect - quick disconnect from server. - /attack - attack target. - /undress NICK - remove all clothes from nick. Local effect only. - /addattack NAME - add monster to attack list. - /addpriorityattack NAME - add monster to priority attack list. - /removeattack NAME - remove monster from attack list. - /addignoreattack NAME - add monster to ignore attack list. - /setdrop N - set drop counter to requested value. + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> -##PTrade +##P<> ##2 - /trade NICK - start trade with nick. - /priceload - load shop price from disc. - /pricesave - save shop price to disc. + <> + <> + <> -##PPlayer relations +##P<> ##2 - /ignore NICK - add nick to ignore list. - /unignore NICK - Remove nick from ignore list. - /friend NICK, /befriend NICK - add nick to friends list. - /disregard NICK - add nick to disregarded list. - /neutral NICK - add nick to neutral relation list. - /blacklist NICK - add nick to blacklist relation list. - /erase NICK - add nick to erased list. - /clear - clear current chat tab. - /createparty NAME - create party with selected name. - /me text - send text to chat as /me command in irc. - /serverignoreall - ignore all whispers on server side. - /serverunignoreall - unignore all whispers on server side. + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> + <> -##PDebug +##P<> ##2 - /who - print online players number to chat. - /all - show visible beings list in debug tab. - /where - print current player position to chat. - /cacheinfo - show text cache info. - /uptime - show client uptime. - /dumpg - dump graphics and some other settings to chat. - /dirs - show client dirs in debug chat tab. + <> + <> + <> + <> + <> + <> + <> -##PWhispers commands +##P<> ##2 -Most commands working in whispers. +<> diff --git a/data/help/commands.txt b/data/help/commands.txt index bf73a388c..4b85c7b62 100644 --- a/data/help/commands.txt +++ b/data/help/commands.txt @@ -1,175 +1,175 @@ - <- @@index|Back to Index@@ + <- @@index|<>@@ -##3 === COMMANDS === +##3 === <> === -##2KEYBOARD: - - ##2UP##P "Move Up" - ##2DOWN##P "Move Down" - ##2LEFT##P "Move Left" - ##2RIGHT##P "Move Right" - ##2LeftControl##P "Attack" - ##2x##P "Target & Attack" - ##2v##P "Move to Target" - ##2Period(.)##P "Change Move to Target type" - ##2d##P "Move to Home location" - ##2KeyPad[5]##P "Set home location/Set arrow" - ##2RightShift + key##P "Move to navigation point" - ##2LeftAlt + EmoteKey##P "Smilie" - ##2t##P "Talk" - ##2LeftShift##P "Stop Attack" - ##2a##P "Target Closest" - ##2n##P "Target NPC" - ##2q##P "Target Player" - ##2z##P "Pickup" - ##2o##P "Change Pickup Type" - ##2h##P "Hide Windows" - ##2s##P "Sit" - ##2p##P "Screenshot" - ##2r##P "Enable/Disable Trading" - ##2f##P "Change Map View Mode" - ##2MenuKey##P "Item Shortcuts Key" - ##21##P "Item Shortcut 1" - ##22##P "Item Shortcut 2" - ##23##P "Item Shortcut 3" - ##24##P "Item Shortcut 4" - ##25##P "Item Shortcut 5" - ##26##P "Item Shortcut 6" - ##27##P "Item Shortcut 7" - ##28##P "Item Shortcut 8" - ##29##P "Item Shortcut 9" - ##20##P "Item Shortcut 10" - ##2Minus(-)##P "Item Shortcut 11" - ##2Equals(=)##P "Item Shortcut 12" - ##2Backspace##P "Item Shortcut 13" - ##2Insert##P "Item Shortcut 14" - ##2Home##P "Item Shortcut 15" - ##2F1##P "Help Window" - ##2F2##P "Status Window" - ##2F3##P "Inventory Window" - ##2F4##P "Equipment Window" - ##2F5##P "Skill Window" - ##2F6##P "Minimap Window" - ##2F7##P "Chat Window" - ##2F8##P "Item Shortcut Window" - ##2F9##P "Setup Window" - ##2F10##P "Debug Window" - ##2F11##P "Social Window" - ##2F12##P "Emote Shortcut Window" - ##2BackQuote(`)##P "Outfits Window" - ##2w##P "Quick drop Window" - ##2e##P "Kills Stats Window" - ##2j##P "Commands Window" - ##2LeftBracket([)##P "Bot Checker Window" - ##2LeftAlt + 1##P "Emote Shortcut 1" - ##2LeftAlt + 2##P "Emote Shortcut 2" - ##2LeftAlt + 3##P "Emote Shortcut 3" - ##2LeftAlt + 4##P "Emote Shortcut 4" - ##2LeftAlt + 5##P "Emote Shortcut 5" - ##2LeftAlt + 6##P "Emote Shortcut 6" - ##2LeftAlt + 7##P "Emote Shortcut 7" - ##2LeftAlt + 8##P "Emote Shortcut 8" - ##2LeftAlt + 9##P "Emote Shortcut 9" - ##2LeftAlt + 0##P "Emote Shortcut 10" - ##2LeftAlt + Minus(-)##P "Emote Shortcut 11" - ##2LeftAlt + Equals(=)##P "Emote Shortcut 12" - ##2LeftAlt + Backspace##P "Emote Shortcut 13" - ##2LeftAlt + Insert##P "Emote Shortcut 14" - ##2RightControl##P "Wear Outfit" - ##2RightAlt##P "Copy Outfit" - ##2RightBracket(])##P "Copy Equiped to Outfit" - ##2Enter##P "Toggle Chat" - ##2PageUP##P "Scroll Chat Up" - ##2PageDOWN##P "Scroll Chat Down" - ##2KeyPad[7]##P "Previous Chat Tab" - ##2KeyPad[9]##P "Next Chat Tab" - ##2KeyPad[7]##P "Previous chat tab line" - ##2KeyPad[9]##P "Next chat tab line" - ##2Tab##P "Chat Auto Complete" - ##2Esc##P "Deactivate Chat Input" - ##2SpaceBar##P "Select OK" - ##2Esc##P "Quit" - ##2LeftWinKey##P "Ignore input 1" - ##2RightWinKey##P "Ignore input 2" - ##2l##P "Set Direction Up" - ##2Semicolon(;)##P "Set Direction Down" - ##2k##P "Set Direction Left" - ##2Quote(')##P "Set Direction Right" - ##2Slash(\)##P "Crazy moves" - ##2Backslash(/)##P "Change Crazy Move mode" - ##2y##P "Quick Drop N Items from 0 slot" - ##2u##P "Quick Drop N Items" - ##2i##P "Switch Quick Drop Counter" - ##2c##P "Quick heal target or self" - ##2m##P "Use #itenplz spell" - ##2b##P "Use magic attack" - ##2Comma(,)##P "Switch magic attack" - ##2KeyPad0##P "Change move type" - ##2g##P "Change Attack Weapon Type" - ##2End##P "Change Attack Type" - ##2KeyPad[1]##P "Change Follow mode" - ##2KeyPad[4]##P "Change Imitation mode" - ##2KeyPad[8]##P "Disable / Enable Game modifier keys" - ##2KeyPad[3]##P "On / Off audio" - ##2KeyPad[2]##P "Enable / Disable away mode" - ##2Tab##P "Emulate right click from keyboard" - ##2KeyPad[+]##P "Toggle camera mode" - - -##2MOUSE: - - Left click to execute default action: walk, pick up an item, attack a monster +##2<> + + <<##2UP##P "Move Up">> + <<##2DOWN##P "Move Down">> + <<##2LEFT##P "Move Left">> + <<##2RIGHT##P "Move Right">> + <<##2LeftControl##P "Attack">> + <<##2x##P "Target & Attack">> + <<##2v##P "Move to Target">> + <<##2Period(.)##P "Change Move to Target type">> + <<##2d##P "Move to Home location">> + <<##2KeyPad[5]##P "Set home location/Set arrow">> + <<##2RightShift + key##P "Move to navigation point">> + <<##2LeftAlt + EmoteKey##P "Smilie">> + <<##2t##P "Talk">> + <<##2LeftShift##P "Stop Attack">> + <<##2a##P "Target Closest">> + <<##2n##P "Target NPC">> + <<##2q##P "Target Player">> + <<##2z##P "Pickup">> + <<##2o##P "Change Pickup Type">> + <<##2h##P "Hide Windows">> + <<##2s##P "Sit">> + <<##2p##P "Screenshot">> + <<##2r##P "Enable/Disable Trading">> + <<##2f##P "Change Map View Mode">> + <<##2MenuKey##P "Item Shortcuts Key">> + <<##21##P "Item Shortcut 1">> + <<##22##P "Item Shortcut 2">> + <<##23##P "Item Shortcut 3">> + <<##24##P "Item Shortcut 4">> + <<##25##P "Item Shortcut 5">> + <<##26##P "Item Shortcut 6">> + <<##27##P "Item Shortcut 7">> + <<##28##P "Item Shortcut 8">> + <<##29##P "Item Shortcut 9">> + <<##20##P "Item Shortcut 10">> + <<##2Minus(-)##P "Item Shortcut 11">> + <<##2Equals(=)##P "Item Shortcut 12">> + <<##2Backspace##P "Item Shortcut 13">> + <<##2Insert##P "Item Shortcut 14">> + <<##2Home##P "Item Shortcut 15">> + <<##2F1##P "Help Window">> + <<##2F2##P "Status Window">> + <<##2F3##P "Inventory Window">> + <<##2F4##P "Equipment Window">> + <<##2F5##P "Skill Window">> + <<##2F6##P "Minimap Window">> + <<##2F7##P "Chat Window">> + <<##2F8##P "Item Shortcut Window">> + <<##2F9##P "Setup Window">> + <<##2F10##P "Debug Window">> + <<##2F11##P "Social Window">> + <<##2F12##P "Emote Shortcut Window">> + <<##2BackQuote(`)##P "Outfits Window">> + <<##2w##P "Quick drop Window">> + <<##2e##P "Kills Stats Window">> + <<##2j##P "Commands Window">> + <<##2LeftBracket([)##P "Bot Checker Window">> + <<##2LeftAlt + 1##P "Emote Shortcut 1">> + <<##2LeftAlt + 2##P "Emote Shortcut 2">> + <<##2LeftAlt + 3##P "Emote Shortcut 3">> + <<##2LeftAlt + 4##P "Emote Shortcut 4">> + <<##2LeftAlt + 5##P "Emote Shortcut 5">> + <<##2LeftAlt + 6##P "Emote Shortcut 6">> + <<##2LeftAlt + 7##P "Emote Shortcut 7">> + <<##2LeftAlt + 8##P "Emote Shortcut 8">> + <<##2LeftAlt + 9##P "Emote Shortcut 9">> + <<##2LeftAlt + 0##P "Emote Shortcut 10">> + <<##2LeftAlt + Minus(-)##P "Emote Shortcut 11">> + <<##2LeftAlt + Equals(=)##P "Emote Shortcut 12">> + <<##2LeftAlt + Backspace##P "Emote Shortcut 13">> + <<##2LeftAlt + Insert##P "Emote Shortcut 14">> + <<##2RightControl##P "Wear Outfit">> + <<##2RightAlt##P "Copy Outfit">> + <<##2RightBracket(])##P "Copy Equiped to Outfit">> + <<##2Enter##P "Toggle Chat">> + <<##2PageUP##P "Scroll Chat Up">> + <<##2PageDOWN##P "Scroll Chat Down">> + <<##2KeyPad[7]##P "Previous Chat Tab">> + <<##2KeyPad[9]##P "Next Chat Tab">> + <<##2KeyPad[7]##P "Previous chat tab line">> + <<##2KeyPad[9]##P "Next chat tab line">> + <<##2Tab##P "Chat Auto Complete">> + <<##2Esc##P "Deactivate Chat Input">> + <<##2SpaceBar##P "Select OK">> + <<##2Esc##P "Quit">> + <<##2LeftWinKey##P "Ignore input 1">> + <<##2RightWinKey##P "Ignore input 2">> + <<##2l##P "Set Direction Up">> + <<##2Semicolon(;)##P "Set Direction Down">> + <<##2k##P "Set Direction Left">> + <<##2Quote(')##P "Set Direction Right">> + <<##2Slash(\)##P "Crazy moves">> + <<##2Backslash(/)##P "Change Crazy Move mode">> + <<##2y##P "Quick Drop N Items from 0 slot">> + <<##2u##P "Quick Drop N Items">> + <<##2i##P "Switch Quick Drop Counter">> + <<##2c##P "Quick heal target or self">> + <<##2m##P "Use #itenplz spell">> + <<##2b##P "Use magic attack">> + <<##2Comma(,)##P "Switch magic attack">> + <<##2KeyPad0##P "Change move type">> + <<##2g##P "Change Attack Weapon Type">> + <<##2End##P "Change Attack Type">> + <<##2KeyPad[1]##P "Change Follow mode">> + <<##2KeyPad[4]##P "Change Imitation mode">> + <<##2KeyPad[8]##P "Disable / Enable Game modifier keys">> + <<##2KeyPad[3]##P "On / Off audio">> + <<##2KeyPad[2]##P "Enable / Disable away mode">> + <<##2Tab##P "Emulate right click from keyboard">> + <<##2KeyPad[+]##P "Toggle camera mode">> + + +##2<> + +<< Left click to execute default action: walk, pick up an item, attack a monster and talk to NPCs (be sure to click on their feet). Right click to show up a - context menu. Holding [Left Shift] prevents from walking when attacking. + context menu. Holding [Left Shift] prevents from walking when attacking.>> -##2COMMUNICATION: +##2<> - Communication is often essential to success in this game. You can communicate + <> - To read about whispering and other chat commands, look here: @@chatcommands|Chat commands@@ + <> @@chatcommands|<>@@ -##2IGNORING COMMUNICATION +##2<> - You may find that not all communication is to your liking. While most people +<< You may find that not all communication is to your liking. While most people are nice, some may offend you or try to make your life harder-- since this is - an open game, there is nothing the developers can do to prevent this. + an open game, there is nothing the developers can do to prevent this.>> - However, you can protect yourself from such players by ignoring them. Right- +<< However, you can protect yourself from such players by ignoring them. Right- click on them to bring up the context menu, then select `Ignore' or `Disregard' (see below). You can fine-tune your player relations in the `Setup' menu, which lists all the players you have added to it. To open this - menu, select `Setup' in the upper right corner of the screen, then `Players'. + menu, select `Setup' in the upper right corner of the screen, then `Players'.>> - There you will find a list of all players you are acquainted with, as well as - several configuration options: +<< There you will find a list of all players you are acquainted with, as well as + several configuration options:>> - - ##2save player list##P: Should your acquaintance list be saved when you +<< - ##2save player list##P: Should your acquaintance list be saved when you quit the game? If you enable this option, your list will survive when you - quit and re-start. - - ##2allow trading##P: Do you wish to allow trade requests from arbitrary - players? - - ##2allow whispers##P: Do you wish to allow arbitrary players to send - private messages to you in-game? + quit and re-start.>> +<< - ##2allow trading##P: Do you wish to allow trade requests from arbitrary + players?>> +<< - ##2allow whispers##P: Do you wish to allow arbitrary players to send + private messages to you in-game?>> -##2THE PLAYER LIST +##2<> - The player list lists all of your acquaintances. They are categorised as one - of the following: +<< The player list lists all of your acquaintances. They are categorised as one + of the following:>> - - ##2neutral##P: As far as the game is concerned, this is the same as not +<< - ##2neutral##P: As far as the game is concerned, this is the same as not having the player listed: the player may chat with you, but may only trade - or whisper if you have this option allowed for everyone. - - ##2friend##P: You consider this player a friend. The player may chat, - message your in private, or trade with you at any point. - - ##2disregarded##P: You wish to disregard this player, meaning that his or + or whisper if you have this option allowed for everyone.>> +<< - ##2friend##P: You consider this player a friend. The player may chat, + message your in private, or trade with you at any point.>> +<< - ##2disregarded##P: You wish to disregard this player, meaning that his or her chat messages are not logged and trade requests and whispers are - ignored. - - ##2ignored##P: You wish to completely ignore this player. You will not - even see floating text for him or her anymore, nor emotions. + ignored.>> +<< - ##2ignored##P: You wish to completely ignore this player. You will not + even see floating text for him or her anymore, nor emotions.>> diff --git a/data/help/es/CMakeLists.txt b/data/help/es/CMakeLists.txt deleted file mode 100644 index 7529b3a2e..000000000 --- a/data/help/es/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -SET(FILES - about.txt - commands.txt - chatcommands.txt - header.txt - index.txt - skills.txt - support.txt - team.txt - teamtmw.txt - windows.txt - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/es) \ No newline at end of file diff --git a/data/help/es/Makefile.am b/data/help/es/Makefile.am deleted file mode 100644 index 497b02cbe..000000000 --- a/data/help/es/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ - -helpfrdir = $(pkgdatadir)/data/help/es - -helpfr_DATA = \ - about.txt \ - chatcommands.txt \ - commands.txt \ - header.txt \ - index.txt \ - skills.txt \ - support.txt \ - team.txt \ - teamtmw.txt \ - windows.txt - -EXTRA_DIST = \ - $(helpfr_DATA) \ - CMakeLists.txt diff --git a/data/help/es/about.txt b/data/help/es/about.txt deleted file mode 100644 index 0f7b54af8..000000000 --- a/data/help/es/about.txt +++ /dev/null @@ -1,18 +0,0 @@ - <- @@index|Volver al Índice@@ - - -##3 === ACERCA DE MANAPLUS === - ##2ManaPlus##P es un cliente extendido basado en el cliente de ##2Mana##P. - Se han agregado muchas funciones, mejorado rendimiento, estabilidad, - seguridad y más. - - ##2Mana##P es un arduo esfuerzo crear un Cliente MMORPG innovador, libre - y de código abierto. Mana usa gráficos 2D y apunta a crear un gran mundo - diverso e interactivo. Está licenciado bajo la GPL, asegurando que este - juego nunca no puede escapar de tu alcance. - - El proyecto incluye el desarrollo en conjunto de un cliente y un servidor. - Otros están haciendo mundos usando software de Mana. El proyecto The Mana - World es el originador del proyecto Mana. Mana fue partido para promover - facilitar el desarrollo de otros mundos. - diff --git a/data/help/es/chatcommands.txt b/data/help/es/chatcommands.txt deleted file mode 100644 index 7f4fdeb1b..000000000 --- a/data/help/es/chatcommands.txt +++ /dev/null @@ -1,78 +0,0 @@ - <- @@index|Volver al Índice@@ - - -##3 Comandos del Chat - - -##PSusurros -##2 - /closeall - Cerrar todas las pestañas de susurro abiertas. - /ignoreall - Ignorar todas las pestañas de susurros abiertas. - /msg NICK texto, /whisper NICK texto, /w NICK texto - Susurrar a NICK (nombre del personaje). - /query NICK, /q NICK - Abrir una pestaña de susurro para NICK. - - -##PAcciones -##2 - /help - Muestra una pequeña ayuda acerca de comandos del chat. - /target NICK - Seleccionar NICK como objetivo, sea un monstruo o un jugador. - /outfit N - Equipar conjunto número N. - /outfit next - Equipar siguiente conjunto. - /outfit prev - Equipar conjunto anterior. - /emote N - Usar emoticón número N. - /away, /away MSG - Establecer modo AFK. - /pseudoaway, /pseudoaway MSG - establecer/quitar modo pseudo AFK. - /follow NICK - Seguir a NICK. - /imitation NICK - Imitar a NICK. - /heal NICK - Curar a NICK. - /move X Y - Moverse a la posición X,Y (distancias cortas). - /navigate x y - Moverse a la posición x,y en el mapa actual. - /mail NICK MSG - Enviar mensaje sin conexión a NICK (sólo funciona en el servidor tmw). - /disconnect - Desconectarse rápidamente del servidor. - /attack - Atacar objetivo seleccionado. - /undress NICK - Remover toda la ropa de NICK (efecto local, sólamente). - /addattack NOMBRE - Agregar al monstruo especificado en NOMBRE a la lista de ataque. - /addpriorityattack NOMBRE - Agregar al monstruo especificado en NOMBRE a la lista de ataque prioritario. - /removeattack NOMBRE - Remover al monstruo especificado de la lista de ataque. - /addignoreattack NOMBRE - Agregar al monstruo especificado a la lista de criaturas ignorados. - /setdrop N - - -##PIntercambio -##2 - /trade NICK - Iniciar intercambio con NICK. - /priceload - Cargar precio de tienda desde el disco. - /pricesave - Guardar precio de tienda al disco. - - -##PRelaciones con jugadores -##2 - /ignore NICK - Agregar NICK a la lista de ignorados. - /unignore NICK - Quitar NICK de la lista de ignorados. - /friend NICK, /befriend NICK - Agregar NICK a la lista de amigos. - /disregard NICK - Agregar NICK a la lista de desatendidos. - /neutral NICK - Agregar NICK a la lista de relación neutral. - /blacklist NICK - Agregar NICK a la lista negra add nick to blacklist relation list. - /erase NICK - Agregar NICK lista de borrados. - /clear - Limpia la charla de la pestaña actual. - /createparty NOMBRE - Crear grupo con el nombre indicado. - /me texto - Enviar texto al chat como el comando /me en el irc. - /serverignoreall - Ignorar todos los susurros del lado del servidor. - /serverunignoreall - Des-ignorar todos los susurros del lado del servidor. - - -##PDebug -##2 - /who - Escribir el número de jugadores conectados al chat. - /all - Mostrar todos los seres visibles en la pestaña de depuración. - /where - Escribir la posición actual del jugador en el chat. - /cacheinfo - Muestra texto cache info. - /uptime - Muestra el tiempo de actividad del cliente. - /dumpg - Vacia la configuraciones gráficas y algunas otras al chat. - /dirs - Muestra los directorios utilizados por el cliente en en chat, en la pestaña de depurador. - - -##PComandos en pestañas -##2 -La mayoría de los comandos funcionan en las pestañas se susurro. -Por ejemplo, el comando /imitation en la pestaña de susurro de NICK1, -es equivalente al comando /imitation NICK1 diff --git a/data/help/es/commands.txt b/data/help/es/commands.txt deleted file mode 100644 index 92b7490c4..000000000 --- a/data/help/es/commands.txt +++ /dev/null @@ -1,180 +0,0 @@ - <- @@index|Volver al Índice@@ - - -##3 === COMANDOS === - -##2TECLADO: - - ##2UP##P "Moverse hacia arriba" - ##2DOWN##P "Moverse hacia abajo" - ##2LEFT##P "Moverse hacia la izquierda" - ##2RIGHT##P "Moverse hacia la izquierda" - ##2LeftControl##P "Atacar al seleccionado" - ##2x##P "Seleccionar y atacar" - ##2v##P "Moverse al seleccionado" - ##2Period(.)##P "Change Move to Target type" - ##2d##P "Moverse al Lugar de Inicio elegido" - ##2KeyPad[5]##P "Establecer Lugar de Inicio/Flecha" - ##2RightShift + key##P "Moverse al punto de navegación" - ##2LeftAlt + EmoteKey##P "Mostrar emoticon" - ##2t##P "Hablar" - ##2LeftShift##P "Detener el ataque" - ##2a##P "Seleccionar al más cercano" - ##2n##P "Seleccionar NPC" - ##2q##P "Seleccionar Jugador" - ##2z##P "Recojer" - ##2o##P "Change Pickup Type" - ##2h##P "Ocultar ventanas" - ##2s##P "Sentarse" - ##2p##P "Imprimir pantalla" - ##2r##P "Habilitar/Deshabilitar Intercambio" - ##2f##P "Cambiar modo de vista del mapa" - ##2MenuKey##P "Tecla de acceso rápido a artículo" - ##21##P "Acceso rápido a artículo 1" - ##22##P "Acceso rápido a artículo 2" - ##23##P "Acceso rápido a artículo 3" - ##24##P "Acceso rápido a artículo 4" - ##25##P "Acceso rápido a artículo 5" - ##26##P "Acceso rápido a artículo 6" - ##27##P "Acceso rápido a artículo 7" - ##28##P "Acceso rápido a artículo 8" - ##29##P "Acceso rápido a artículo 9" - ##20##P "Acceso rápido a artículo 10" - ##2Minus(-)##P "Acceso rápido a artículo 11" - ##2Equals(=)##P "Acceso rápido a artículo 12" - ##2Backspace##P "Acceso rápido a artículo 13" - ##2Insert##P "Acceso rápido a artículo 14" - ##2Home##P "Acceso rápido a artículo 15" - ##2F1##P "Ventana de Ayuda" - ##2F2##P "Ventana de Estado" - ##2F3##P "Ventana de Inventario" - ##2F4##P "Ventana de Equipamiento" - ##2F5##P "Ventana de Habilidades" - ##2F6##P "Ventana de Mini-Mapa" - ##2F7##P "Ventana de Chat" - ##2F8##P "Ventana de Accesos rápidos a artículos" - ##2F9##P "Ventana de Configuración" - ##2F10##P "Ventana de Depuración" - ##2F11##P "Ventana Social" - ##2F12##P "Ventana de emoticones" - ##2BackQuote(`)##P "Ventana de Conjuntos" - ##2w##P "Ventana de Artículos para tirar" - ##2e##P "Ventana de Estadísticas de actividades" - ##2j##P "Ventana de Comandos" - ##2LeftBracket([)##P "Ventana del Bot Checker" - ##2LeftAlt + 1##P "Acceso rápido a emoticon 1" - ##2LeftAlt + 2##P "Acceso rápido a emoticon 2" - ##2LeftAlt + 3##P "Acceso rápido a emoticon 3" - ##2LeftAlt + 4##P "Acceso rápido a emoticon 4" - ##2LeftAlt + 5##P "Acceso rápido a emoticon 5" - ##2LeftAlt + 6##P "Acceso rápido a emoticon 6" - ##2LeftAlt + 7##P "Acceso rápido a emoticon 7" - ##2LeftAlt + 8##P "Acceso rápido a emoticon 8" - ##2LeftAlt + 9##P "Acceso rápido a emoticon 9" - ##2LeftAlt + 0##P "Acceso rápido a emoticon 10" - ##2LeftAlt + Minus(-)##P "Acceso rápido a emoticon 11" - ##2LeftAlt + Equals(=)##P "Acceso rápido a emoticon 12" - ##2LeftAlt + Backspace##P "Acceso rápido a emoticon 13" - ##2LeftAlt + Insert##P "Acceso rápido a emoticon 14" - ##2RightControl##P "Equipar Conjunto" - ##2RightAlt##P "Copiar Conjunto" - ##2RightBracket(])##P "Copiar Equipado al Conjunto" - ##2Enter##P "Entrar al Chat" - ##2PageUP##P "Deslizarse hacia arriba en el Chat" - ##2PageDOWN##P "Deslizarse hacia abajo en el Chat" - ##2KeyPad[7]##P "Pestaña anterior del Chat" - ##2KeyPad[9]##P "Siguiente pestaña del Chat" - ##2KeyPad[7]##P "Previous chat tab line" - ##2KeyPad[9]##P "Next chat tab line" - ##2Tab##P "Autocompletar en en el Chat" - ##2Esc##P "Cancelar entrada al Chat" - ##2SpaceBar##P "Seleccionar OK" - ##2Esc##P "Salir" - ##2LeftWinKey##P "Ignorar entrada 1" - ##2RightWinKey##P "Ignorar entrada 2" - ##2l##P "Voltear hacia Arriba" - ##2Semicolon(;)##P "Voltear hacia Abajo" - ##2k##P "Voltear hacia la Izquierda" - ##2Quote(')##P "Voltear hacia la Derecha" - ##2Slash(\)##P "Movimientos locos" - ##2Backslash(/)##P "Cambiar modo de movimiento loco" - ##2y##P "Tirar rápidamente N artículos de ranura 0" - ##2u##P "Tirar rápidamente N artículos" - ##2i##P "Cambiar contador de Tirar rápido" - ##2c##P "Curar rápidamente a jugador o a ti mismo" - ##2m##P "Usar hechizo #itenplz" - ##2b##P "Usar ataque Mágico" - ##2Comma(,)##P "Cambiar ataque mágico" - ##2KeyPad0##P "Cambiar tipo de movimiento" - ##2g##P "Cambiar tipo de arma para atacar" - ##2End##P "Cambiar tipo de Ataque" - ##2KeyPad[1]##P "Cambiar modo de Seguir" - ##2KeyPad[4]##P "Cambiar modo de Imitación" - ##2KeyPad[8]##P "Activar/Des teclas modificadoras del juego" - ##2KeyPad[3]##P "Habilitar/Deshabilitar audio" - ##2KeyPad[2]##P "Habilitar/Deshabilitar modo away" - ##2Tab##P "Emular clic derecho con el ratón" - ##2KeyPad[+]##P "Intercambiar modo de cámara" - - -##2RATÓN: - - Clic izquierdo para ejecutar la acción predeterminada: caminar, recojer un - artículo, atacar a un monstruo y hablar con los NPCs (asegúrate de cliquear - en sus pies). Clic derecho para mostrar un menú ontextual. Mantener presionado - el botón [Izquierdo | Derecho] se previene que camine mientras ataca. - - -##2COMUNICACIÓN: - - A menudo, la comunicación es esencial para tener éxito en este juego. Puedes - comunicarte de muchas maneras: Charlando y mostrando emociones (ver arriba), - haciendo intercambios (con el menú contextual al hacer clic secundario con el - ratón), y susurrando (charla provada). - - Para leer más de comandos del chat, mira: @@chatcommands|Comandos del chat@@ - - -##2IGNORAR COMUNICACIONES - - Te puedes encontrar con que no todas las comunicaciones son de tu agrado. - Mientras que la mayoría de la gente es agradable, algunos podrían ofenderte - o intentar hacerte la vida más difícil-- Ya que éste es un juego abierto, - no hay nada que los desarrolladores puedan hacer para prevenirlo. - - Sin embargo, puedes protegerte a tí mismo de tales jugadores ignorándolos. - Esto se hace haciendo clic derecho sobre el jugador para abrir el menú - contextual, y entonces seleccionar 'Ignorar' o 'Desatender' (ver debajo). - Puedes afinar tur relaciones con los jugadores en el menú 'Configuración', - la cual lista todos los jugadores que hayas agregado a ésta. Para abrir este - menú, selecciona 'Configuración' en la esquina superior derecha y luego en la - pestaña 'Jugadores'. - - Allí encontrarás una lista de todos los jugadores que conoces, así como - varias opciones de configuración: - - - ##2Guardar lista de jugadores##P: ¿Debería ser guardada tu lista de - conocidos cuando quites el juego? Si activas esta opción, tu lista se - mantendrá aún cuando cierres y reinicies el juego. - - ##2Permitir intercambios##P: ¿Deseas que cualquier jugador te proponga - intercambios? - - ##2Permitir susurros##P: ¿Deseas que cualquier jugador te envíe mensajes - privados en el juego? - -##2LA LISTA DEL JUGADOR - - La lista del jugador muestra todos tus conocidos. Ellos son categorizados como - una de las siguiente: - - - ##2neutral##P: En lo que concierne al juego, es lo mismo que si no estuviese - listado: el jugador puede charlar contigo, pero sólo intercambia o susurra - si tienes estas opciones activadas para todos. - - ##2amigo##P: Consideras a este jugador como un amigo. Puede charlar, - escribirte en privado o intercambiar contigo en cualquier momento. - - ##2desatendido##P: No deseas prestar atención a este jugador, lo que - significa que sus mensajes en la charla no son registrados. Además, sus - peticiones de intercambio o susurros no son mostrados. - - ##2ignorado##P: Deseas ignorar completamente a este jugador. No verás ni - siquiera el texto flotante de él o ella núnca más, y tampoco sus emociones. - - diff --git a/data/help/es/header.txt b/data/help/es/header.txt deleted file mode 100644 index 6c6a47fed..000000000 --- a/data/help/es/header.txt +++ /dev/null @@ -1,12 +0,0 @@ - -##1 M A N A P L U S -##1 ================================ - - ##2Versión:##6%VER% - -##2 Sitio Web: http://manaplus.evolonline.org/ -##2 http://tmw.cetki.com/ -##2 http://mana.cetki.com/ -##2 para mana: http://manasource.org/ - - diff --git a/data/help/es/index.txt b/data/help/es/index.txt deleted file mode 100644 index ac119b624..000000000 --- a/data/help/es/index.txt +++ /dev/null @@ -1,23 +0,0 @@ -##3 === ÍNDICE === - - ##1-> @@about|Acerca de@@ - -> @@team|Desarrolladores de Manaplus@@ - -> @@teamtmw|Equipo de desarrollo de TMW@@ - - -> @@commands|Comandos@@ - -> @@chatcommands|Comandos del chat@@ - -> @@windows|Ventanas@@ - -> @@skills|Habilidades@@ - - -> @@support|Soporte@@ - - -##3 === Impulsado por === - -##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) diff --git a/data/help/es/skills.txt b/data/help/es/skills.txt deleted file mode 100644 index aa615b672..000000000 --- a/data/help/es/skills.txt +++ /dev/null @@ -1,23 +0,0 @@ - <- @@index|Volver al Índice@@ - - -##3 === HABILIDADES === - - Puedes mejorar tus habilidades incrementando tu nivel de trabajo (job level). - Cada nivel de Trabajo te dará 1 punto para gastarlos en habilidades básicas. - - ##4 Habilidades Básicas: - - ##2Emote:##P habilita la habilidad de expresar emociones - ##2Trade:##P habilita la habilidad de hacer intercambios con otros - ##2Party Level1:##P habilita [a char] para unirse a un grupo. - ##2Party level2:##P habilita [a char] para crear un grupo - Otras habilidades aún no están implementadas. - - ##4 Habilidades Mágicas: - - Las habilidades mágicas pueden ser obtenidas al hacer búsquedas y misiones en el juego. - - ##4 Other skills: - - Otras habilidades pueden ser obtenidas al hacer búsquedas y misiones en el juego. \ No newline at end of file diff --git a/data/help/es/support.txt b/data/help/es/support.txt deleted file mode 100644 index a4978121d..000000000 --- a/data/help/es/support.txt +++ /dev/null @@ -1,22 +0,0 @@ - <- @@index|Volver al Índice@@ - - -##3 === SOPORTE === - - Si estás teniendo dificultades, primero que nada, lee el FAQ. Si no puedes - encontrar una solución a tu problema, siéntete libre de chequear la sección - Bugs/Support de nuestro foro: - - Soporte para TMW: - -##2 http://forums.themanaworld.org/viewforum.php?f=3 - - ...o visítanos en nuestro canal IRC: - -##2 #themanaworld ##P@##2 irc.freenode.net - - Si no, ve a la sección @@team|Equipo de desarrollo@@ para tener una lista de - los desarrolladores y cómo contactarlos. - - Para otro servidor ve las páginas de los servidores para soporte. - diff --git a/data/help/es/team.txt b/data/help/es/team.txt deleted file mode 100644 index ca3aac19c..000000000 --- a/data/help/es/team.txt +++ /dev/null @@ -1,111 +0,0 @@ -.<- @@index|Volver al Índice@@ - - -##3---------------------------- -##3-- Colaboradores ManaPlus -- -##3---------------------------- -##3== Colboradores para el desarrollo del cliente == - -##9Andrei Karas (4144) -##9Ben Longbons -##9Helmut Grohne (gnurfk) -##9Maarten Vanraes (AL13N) -##9Mihail Barer (Necromonger) <> - -##3== Traductores == -##9alastrim (pt) -##9Aline Ferraz de Souza (Freya) (pt, pt_BR) -##9Andrei Karas (4144) (ru) -##9Bernard Hugonnet (Nard) <> (fr) -##9Candy (jp) -##9Derpella (pl) -##9Maarten Vanraes (AL13N) (nl_BE) -##9Mihail Barer (Necromonger) <> (ru, jp) -##9Nina O'Reilly (Reid) (fr) -##9Petr Varkoček (pitriss) <> (cs) -##9Sini Ruohomaa (Byakushin) (fi) -##9Yohann Ferreira (Bertram) (fr) -##9Antoine Ruck (Jumpy) (fr,es) -##9Nelson Martell (nelson6e65) (es) - -##3== Colaboradores con Artes o Imágenes == -##9Aline Ferraz de Souza (Freya) -##9Felix Jely (Lien) -##9Max Isele (DerLoisl) -##9Nina O'Reilly (Reid) - - - - -##3------------------------ -##3-- Colaboradores Mana -- -##3------------------------ - -##P Este archivo lista a todos los colaboradores para el lanzamiento actual. -##P Chequea la Wiki para el equipo de desarrollo activo actualmente. - -##3== Colaboradores para el desarrollo de cliente/servidor == - -##9Aaron Marks -##9Alexander Baldeck (Shura) -##9Andreas Habel -##9Andrei Karas (4144) -##9Andrej Sinicyn -##9Bernd Wachter (Aard) -##9Blue Sans Douze (Blue112) -##9Björn Steinbrink (Doener) -##9Cedric Borgese (moi1392) -##9Chuck Miller (Kage) -##9Daniel Bradshaw -##9David Athay (trapdoor) -##9Dennis Friis -##9Douglas Boffey -##9Duane Bailey -##9Eugenio Favalli -##9Eric Scrivner -##9Fate -##9Fredrik Reveny -##9Freeyorp -##9Guillaume Melquiond (Silene) -##9Ira Rice (Tametomo) -##9Jan-Fabian Humann (Mra) -##9Jared Adams -##9José Ávila -##9Joshua Langley -##9Kess Vargavind -##9Kiyoshi Kyokai -##9Krzysztof Daszuta -##9Lloyd Bryant -##9Marcel W. Wysocki -##9Mateusz Kaduk (Usiu) -##9Matthias Hartmann -##9Philipp Sehmisch (Crush) -##9Roderic Morris (rodge) -##9Rogier Polak -##9Scott Ellis -##9Simon Edwardsson -##9Stefan Dombrowski -##9Steve Cotton -##9Thorbjørn Lindeijer -##9Maximilian Philipps -##9Yohann Ferreira - -##3== Traductores == - -##9Alexander Breidenbroich (German) -##9Blue Sans Douze (French) -##9Eugenio Favalli (Italian) -##9Jonathan Kolberg (German) -##9Antoine Ruck (Jumpy) (French) -##9Kess Vargavind (Swedish) -##9Leif Kildelund (Danish) -##9Matthias Hartmann (German) -##9Thorbjørn Lindeijer (Dutch) - -##3== Otros colaboradores == - -##9Jean-Francois Lampron -##9Rodney Dawes -##9Ultramichy -##9Zuzanna K. Filutowska - \ No newline at end of file diff --git a/data/help/es/teamtmw.txt b/data/help/es/teamtmw.txt deleted file mode 100644 index 314257e30..000000000 --- a/data/help/es/teamtmw.txt +++ /dev/null @@ -1,132 +0,0 @@ - <- @@index|Volver al Índice@@ - - -##3 === EQUIPO DE DESARROLLO === - -##2 Lider del Proyecto: - - ##9Eugenio Favalli (aka ElvenProgrammer) - elvenprogrammer@gmail.com - - -##2 Programadores: - - ##9Bjorn Lindeijer (aka Hammerbear) - b_lindeijer@users.sourceforge.net - (varias partes, GUI, gráficos, A* y mapa reescrito) - - ##9Björn Steinbrink (aka Doener) - der_doener@users.sourceforge.net - (varias partes) - - ##9Eric Scrivner (aka zenogais) - bitshift2002@users.sourceforge.net - (manejador de recursos) - - ##9J. Avila (aka Javila) - javila@users.sourceforge.net - (varias partes, GUI) - - ##9Jan-Fabian Humann (aka Mra) - malastare@users.sourceforge.net - (algunas partes del GUI) - - ##9Kiyoshi Kyokai (aka Kiokay) - kyokai@users.sourceforge.net - (diseñador de los sistemas del juego) - - ##9Mateusz Kaduk (aka Usiu) - usiu@users.sourceforge.net - (algunas partes del GUI) - - ##9Aaron Marks (aka nym) - nymacro@users.sourceforge.net - (algunas partes del GUI) - - ##9Shura - kth5@users.sourceforge.net - (configuración, sonido, misc. ports) - - ##9Yohann Ferreira (aka Bertram) - bertram25@users.sourceforge.net - (entrada SDL, dibujo de barra de progreso, paquete Debian) - - -##2 Artistas: - - ##9Clef - (tiles, conceptos) - - ##9Frode Lindeijer (aka Modanung) - f.lindeijer@xs4all.nl - (artes) - - ##9Gnulia - (artes conceptuales) - - ##9Magick - (efectos de sonido y música) - - ##9Neko-mon - (player sprites, varias cosas) - - ##9Neorice - (monster sprites, tiles) - - ##9Pajarico - pajarico@users.sourceforge.net - (artes conceptuales) - - ##9Romulo Fernandes - razor85@users.sourceforge.net - (artes) - - ##9Rotonen - rotonen@users.sourceforge.net - (backstory, director de arte, música, sonido) - - ##9Talaroc - talaroc@users.sourceforge.net - (sprites) - - ##9Ti Sing Hao - (música) - - -##2 Agradecimientos diversos: - - ##9David Smith (aka catfish_man) - catfish_man@users.sourceforge.net - (paquete Mac) - - ##9Igor Morgado (aka imorgado) - imorgado@users.sourceforge.net - (tester) - - ##9maci - maci321@users.sourceforge.net - (soporte técnico) - - ##9Rodney Dawes (aka dobey) - dobey@users.sourceforge.net - (paquete Mac) - - ##9Ultramichy - (pruebas de hospedaje en el servidor) - - -##2 Inactivos/Retirados: - - ##9Chetic - chetic@users.sourceforge.net - (mapas) - - ##9Simon Edwardsson (aka SimEdw) - simonedw@users.sourceforge.net - (código de red, paquete Mac) - - ##9Sull - (hospedaje CVS y servicios relacionados) - - ##9Vlady - (algunos artículos) diff --git a/data/help/es/windows.txt b/data/help/es/windows.txt deleted file mode 100644 index e34b4ff18..000000000 --- a/data/help/es/windows.txt +++ /dev/null @@ -1,16 +0,0 @@ - <- @@index|Volver al Índice@@ - - -##3 === VENTANAS === - -##2ACCESOS RÁPIDOS - - Para agregar un artículo a la barra de acceso rápido, haz clic sobre él en la - ventana del inventario. Luego haz clic sobre la casilla de la ventana de - acceso rápido que deseas asociar con el artículo. - Para reordenar artículos dentro de la ventana de acceso rápido, simplemente - dale clic y arrástralo entre las casillas. Para quitar artículos, simplemente - arrastralo fuera de la ventana y suéltalo. - - Actualmente sólo se pueden agregar artículos apilables como comida, pero no - armas ni ropa. diff --git a/data/help/fr/CMakeLists.txt b/data/help/fr/CMakeLists.txt deleted file mode 100644 index ec0ccaee1..000000000 --- a/data/help/fr/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -SET(FILES - about.txt - commands.txt - chatcommands.txt - header.txt - index.txt - skills.txt - support.txt - team.txt - teamtmw.txt - windows.txt - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/fr) \ No newline at end of file diff --git a/data/help/fr/Makefile.am b/data/help/fr/Makefile.am deleted file mode 100644 index 2b4fd75f9..000000000 --- a/data/help/fr/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ - -helpfrdir = $(pkgdatadir)/data/help/fr - -helpfr_DATA = \ - about.txt \ - chatcommands.txt \ - commands.txt \ - header.txt \ - index.txt \ - skills.txt \ - support.txt \ - team.txt \ - teamtmw.txt \ - windows.txt - -EXTRA_DIST = \ - $(helpfr_DATA) \ - CMakeLists.txt diff --git a/data/help/fr/about.txt b/data/help/fr/about.txt deleted file mode 100644 index f41c6758a..000000000 --- a/data/help/fr/about.txt +++ /dev/null @@ -1,17 +0,0 @@ - <- @@index|Retour au plan@@ - - -##3 === MANAPLUS === - ##2ManaPlus##P es une interface aux propriétés et donction étendues basée sur le code de l'interface ##2Mana##P. - Plusieurs modifications ont été apportées, de nouvelles options, des performances accrues, plus de stabilité, de sécurité et plus encore. - - ##2Mana##P est un sérieux effort dans la création et l'innovation d'interface gratuite et open - source MMORPG. Mana utilise des graphimes en 2D et a pour objectif de créer un monde - interactif plus grand et important. La license appliquée est la GPL pour être certain que ceci - ne s'échappera jamais et toujours sera disponible. - - Le projet inclue le developpement du serveur comme celui de l'interface. - D'autres personnes utilisent le projet mana pour construire leurs propres serveurs. - Le projet The Mana World est le projet originel du projet Mana. - Mana a été sépaaré pour faciliter le developpement d'autres mondes. - diff --git a/data/help/fr/chatcommands.txt b/data/help/fr/chatcommands.txt deleted file mode 100644 index b1fc684d7..000000000 --- a/data/help/fr/chatcommands.txt +++ /dev/null @@ -1,73 +0,0 @@ - <- @@index|Retour au plan@@ - - -##3 Commande de fenêtre de dialogue - - -##PNote -##2 - si NOM est en un seul mot l'écrire ainsi. - si NOM s'écrit en plusieurs mots l'écrire ainsi : "n o m" - -##PMessage Privé -##2 - /closeall - ferme tous les messages privés. - /ignoreall - positionne tous les messages privés en liste "ignoré. - /msg NOM texte, /whisper NOM texte, /w NOM texte - envoie un message privé au personnage nomdupersonnage. - /query NOM, /q NOM - ouvre un message privé avec nomdupersonnage. - - -##PActions -##2 - /help - montre une aide succinte sur les commandes de chat. - /target NOM - choisi nomdupersonnage comme cible. S'applique aussi aux monstres nomdumonstre. - /outfit N - s'habiller avec la tenue numéro N. - /outfit next - s'habiller avec la tenue suivante. - /outfit prev - s'habiller avec la tenue précédente. - /emote N - utiliser l'émote numéro N. - /away, /away MESSAGE - met en place le mode absence. - /follow NOM - lance le mode "suivre". - /imitation NOM - lance le mode "imiter". - /heal NOM - soigne nomdupersonnage. - /move X Y - avancer a la position X,Y sur une courte distance. - /navigate x y - avancer a la position X,Y sur la même carte à n'importe quelle distance. - /mail NOM MESSAGE - envoie un message hors ligne à NOM. Ne fonctionne que sur le serveur tmw. - /disconnect - se déconneter rapidement du serveur. - /attack - attaquer la cible. - /undress NOM - enlève tous les vêtements de nomdupersonnage. UNiquement sur votre interface. - - -##PEchange -##2 - /trade NOM - commencer un échange avec nomdupersonnage. - /priceload - charger les prix de votre disque. - /pricesave - sauvegarder les prix sur votre disque. - - -##PInteractions entre joueurs -##2 - /ignore NOM - ajouter nomdupersonnage à la liste des joueurs ignorés. - /unignore NOM - enlever nomdupersonnage à la liste des joueurs ignorés. - /friend NOM, /befriend nomdupersonnage - ajouter nomdupersonnage à la liste des joueurs amis. - /disregard NOM - ajouter nomdupersonnage à la liste des joueurs à mettre de côté. - /neutral NOM - ajouter nomdupersonnage à la liste des joueurs en position neutre. - /erase NOM - ajouter nomdupersonnage à la liste des joueurs éliminés. - /clear - vide la fenêtre de dialogue ouverte de tout texte. - /createparty NOM - créer un groupe portant le nom nomdugroupe. - /me text - envoie le texte dans la boite de dialogue comme le fait la commande /me sur irc. - - -##PInformation -##2 - /who - Indique le nombre de joueurs. - /all - montre le nombre de joueur sur la carte. - /where - indique la position occupée sur la carte nom de la carte et coordonnées. - /cacheinfo - montre les infos du cache texte. - /uptime - montre le temps connecté au serveur. - - -##PCommande de messages privés -##2 -la plupart des commandes fonctionnent dans les messages privés. -par exemple la commande /imitation nomdupersonnage1 dans un whisper de nomdupersonnage, -sera identique à /imitation nomdupersonnage1 dans la fenêtre de dialogue générale. diff --git a/data/help/fr/commands.txt b/data/help/fr/commands.txt deleted file mode 100644 index 7142cd447..000000000 --- a/data/help/fr/commands.txt +++ /dev/null @@ -1,169 +0,0 @@ - <- @@index|Back to Index@@ - - -##3 === COMMANDES === - -##2CLAVIER : - - ##2UP##P "Aller vers le haut" - ##2DOWN##P "Aller vers le bas" - ##2LEFT##P "Aller à gauche" - ##2RIGHT##P "Aller à droite" - ##2LeftControl##P "Attaquer" - ##2x##P "Cibler et Attaquer" - ##2v##P "Avancer jusqu'à la cible" - ##2Period(.)##P "Changer la façon de se déplacer jusqu'à la cible" - ##2d##P "Avancer jusqu'à la position principale" - ##2KeyPad[5]##P "Définir la position principale/Set arrow" - ##2RightShift + key##P "Se déplacer jusqu'au point de navigation" - ##2LeftAlt + EmoteKey##P "eMote" - ##2t##P "Parler" - ##2LeftShift##P "Arrêter l'attaque" - ##2a##P "Cibler le monstre le plus proche" - ##2n##P "Cibler NPC" - ##2q##P "Cibler le joueur" - ##2z##P "Ramasser" - ##2o##P "Changer le type de rammassage" - ##2h##P "Masquer la fenêtre" - ##2s##P "S'assoir" - ##2p##P "Impression écran" - ##2r##P "Activer/Désactiver les échanges" - ##2f##P "Changer le type d'affichage écran" - ##2MenuKey##P "Touches de raccourcis objet" - ##21##P "Raccourcis objet 1" - ##22##P "Raccourcis objet 2" - ##23##P "Raccourcis objet 3" - ##24##P "Raccourcis objet 4" - ##25##P "Raccourcis objet 5" - ##26##P "Raccourcis objet 6" - ##27##P "Raccourcis objet 7" - ##28##P "Raccourcis objet 8" - ##29##P "Raccourcis objet 9" - ##20##P "Raccourcis objet 10" - ##2Minus(-)##P "Raccourcis objet 11" - ##2Equals(=)##P "Raccourcis objet 12" - ##2Backspace##P "Raccourcis objet 13" - ##2Insert##P "Raccourcis objet 14" - ##2Home##P "Raccourcis objet 15" - ##2F1##P "Fenêtre d'aide" - ##2F2##P "Fenêtre de caractéristiques" - ##2F3##P "Fenêtre d'inventaire" - ##2F4##P "Fenêtre de tenue équipée" - ##2F5##P "Fenêtre de compétences" - ##2F6##P "Fenêtre de minicarte" - ##2F7##P "Fenêtre de dialogue" - ##2F8##P "Fenêtre de raccourcis objets" - ##2F9##P "Fenêtre de configuration" - ##2F10##P "Fenêtre d'informations" - ##2F11##P "Fenêtre de relation sociale" - ##2F12##P "Fenêtre d'eMote" - ##2BackQuote(`)##P "Fenêtre de tenues" - ##2w##P "Fenêtre de lancer rapide d'objet" - ##2e##P "Fenêtre de statistiques de jeu" - ##2j##P "Fenêtre de commandes" - ##2LeftBracket([)##P "Fenêtre de contrôle de bot" - ##2LeftAlt + 1##P "Raccourcis d'eMote 1" - ##2LeftAlt + 2##P "Raccourcis d'eMote 2" - ##2LeftAlt + 3##P "Raccourcis d'eMote 3" - ##2LeftAlt + 4##P "Raccourcis d'eMote 4" - ##2LeftAlt + 5##P "Raccourcis d'eMote 5" - ##2LeftAlt + 6##P "Raccourcis d'eMote 6" - ##2LeftAlt + 7##P "Raccourcis d'eMote 7" - ##2LeftAlt + 8##P "Raccourcis d'eMote 8" - ##2LeftAlt + 9##P "Raccourcis d'eMote 9" - ##2LeftAlt + 0##P "Raccourcis d'eMote 10" - ##2LeftAlt + Minus(-)##P "Raccourcis d'eMote 11" - ##2LeftAlt + Equals(=)##P "Raccourcis d'eMote 12" - ##2LeftAlt + Backspace##P "Raccourcis d'eMote 13" - ##2LeftAlt + Insert##P "Raccourcis d'eMote 14" - ##2RightControl##P "Equper la tenue" - ##2RightAlt##P "Copier la tenue" - ##2RightBracket(])##P "copier la tenue équipée dans les tenues programmées" - ##2Enter##P "Interupteur de dialogue" - ##2PageUP##P "Remonter dans les lignes de dialogue" - ##2PageDOWN##P "Descendre dans les lignes de dialogue" - ##2KeyPad[7]##P "Fenêtre de dialogue suivante" - ##2KeyPad[9]##P "Fenêtre de dialogue Précédente" - ##2KeyPad[7]##P "Ligne de dialogue précédente" - ##2KeyPad[9]##P "Ligne de dialogue suivante" - ##2Tab##P "Auto remplissage dans le dialogue" - ##2Esc##P "Désactiver les entrée dans le dialogue" - ##2SpaceBar##P "Selectionner OK" - ##2Esc##P "Quitter" - ##2LeftWinKey##P "Ignorer entrée 1" - ##2RightWinKey##P "Ignorer entrée 2" - ##2l##P "Sélectionner la direction vers le haut" - ##2Semicolon(;)##P "Sélectionner la direction vers le bas" - ##2k##P "Sélectionner la direction vers la gauche" - ##2Quote(')##P "Sélectionner la direction vers la droite" - ##2Slash(\)##P "Mouvements fous" - ##2Backslash(/)##P "Changer le type de mouvements fous" - ##2y##P "Lancement rapide de N objets de 0 emplacements" - ##2u##P "Lancement rapide de N objets" - ##2i##P "Basculer le comptage d'objets lancé" - ##2c##P "Soigner rapidement la cible ou soi-même" - ##2m##P "Utiliser le sort #itenplz" - ##2b##P "Utiliser les sorts d'attaque magique" - ##2Comma(,)##P "Changer d'attaque magique" - ##2KeyPad0##P "Changer le type de mouvements" - ##2g##P "Changer le type d'arme d'attaque" - ##2End##P "Changer le type d'attaque" - ##2KeyPad[1]##P "Changer le type de suivi" - ##2KeyPad[4]##P "Changer le type d'imitation" - ##2KeyPad[8]##P "Activer/Désactiver les touches de modification de jeu" - ##2KeyPad[3]##P "On / Off audio" - ##2KeyPad[2]##P "Activer/Désactiver le mode absence" - ##2Tab##P "stimuler le clic droit depuis le clavier" - ##2KeyPad[+]##P "Basculer en mode caméra" - - -##2SOURIE : - - Clic gauche pour exécuter les actions basiques : marcher, ramasser un objet, attaquer un monstre - et parler aux NPCs (assurer vous de bien clicquer sur leurs pieds. Le clic droit montre le menu contextuel. - Maintenir enfoncée la touche [Majuscule Gauche] permet d'attaquer sans se déplacer. - - -##2COMMUNICATION : - - La communication est souvent un élément essentiel dans ce jeu. Vous pouvez communiquez de divers manières : - par chat et en montrant vos émotions (voir ci-dessus), en réalisant des échanges (voir clic droit dans le menu - contextuel) et aussi en messages privés. - - Pour en savoir plus sur les messages privés voir ici : @@chatcommands|Commandes de dialogue@@ - - -##2IGNORER LES COMMUNICATIONS : - - Vous pouvez ne pas souhaiter communiquer de toutes les façons ocmmentées précédemment. Si la plupart - des personnes sont sympathiques, certaines pourraient vous offenser ou vous rendre la vie difficiel - -- vous évoluez dans un jeu ouvert il n'y a donc rien que les développeurs puissent faire à l'encontre de cela. - - Néanmoins, vous pouvez vous protéger de ce genre de joueurs en les ignorant. - Clic droit sur eux pour ouovrir le menu contextuel puis sélectionnez "Ignorer" - ou "Ecarter" (voir ci dessous), Vous pouvez affiner et contrôler vos relations avec les joueurs - dans le menu de configuration qui liste les joueurs que vous avez rentré dans la liste. - Pour ouvrir ce menu, sélectionnez "configuration" CFG dans les boutons en haut à droite puis joueurs. - - Vous y trouverez une liste des joueurs avec qui vous avez joué et vous pourrez sélectionner des options : - - - ##2sauvegarder la liste des joueurs##P : en activant cette option vous pourrez retrouver votre liste - apprès chaque déconnection. - - ##2authoriser les échanges##P : Voulez-vous authorisez tous les joueurs à faire des échanges avec vous ? - - ##2authorisez les messages privés##P : Voulez-vous authorisez tous les joueurs à entrer en message privé avec vous ? - -##2LA LISTE DES JOUEURS - - La liste des joueurs regroupe toutes vos selections. Elles sont articulées de la façon suivante: - - - ##2neutre##P : De la façon dont le jeu est conçu cela revient au même que de ne rien faire : - Le joueur pourra parler avec vous, mais ne pourra que faire des échanges si cette option est - sélectionnée pour tous les joueurs. - - ##2amis##P : Vous considérez ce joueur comme un ami. Ce joueur pourra dialoguer avec vous, - vous envoyer des messages privés et réaliser des échanges avec vous. - - ##2écarté##P : Vous décidez d'écarter ce joueur ce qui signifie que vous ne verrez pas apparaitre - ses messages dans la boite de dialogue et qu'il ne pourra réaliser d'échange avec vous. - - ##2ignoré##P : vous décidez d'ignorer complètement ce joueur. Ceci implique que vou ne verrez aucun de ses messages, - ni en boite de dialogue, ni en bulle flotante sur l'écran de jeu et qu'aucun échange ne sera possible. - - diff --git a/data/help/fr/header.txt b/data/help/fr/header.txt deleted file mode 100644 index e4a12ec90..000000000 --- a/data/help/fr/header.txt +++ /dev/null @@ -1,12 +0,0 @@ - -##1 M A N A P L U S -##1 ================================ - - ##2Version:##6%VER% - -##2 Site Web : http://manaplus.evolonline.org/ -##2 http://tmw.cetki.com/ -##2 http://mana.cetki.com/ -##2 Pour mana : http://manasource.org/ - - diff --git a/data/help/fr/index.txt b/data/help/fr/index.txt deleted file mode 100644 index faf0906a6..000000000 --- a/data/help/fr/index.txt +++ /dev/null @@ -1,23 +0,0 @@ -##3 === INDEX === - - ##1-> @@about|A propos de@@ - -> @@team|Développeurs Manaplus@@ - -> @@teamtmw|Equipe de développeurs de TMW@@ - - -> @@commands|Commandes@@ - -> @@chatcommands|Commande de dialogue@@ - -> @@windows|Fenêtres@@ - -> @@skills|Compétences@@ - - -> @@support|Support@@ - - -##3 === Généré par === - -##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) diff --git a/data/help/fr/skills.txt b/data/help/fr/skills.txt deleted file mode 100644 index 37276f763..000000000 --- a/data/help/fr/skills.txt +++ /dev/null @@ -1,23 +0,0 @@ - <- @@index|Retour au plan@@ - - -##3 === COMPETENCES === - - Vous pouvez augmenter vos compétences en augmentant vos points de compétences. - Chaque point de compétences vous donne un point pour faire monter votre niveau de compétence basiques. - - ##4 Compétences basiques : - - ##2eMote :##P enables the ability to express emotions - ##2Echange :##P enables the ability to trade with others - ##2Groupe niveau1 :##P permet à un personnage de rejoindre un groupe. - ##2Groupe niveau2 :##P permet à un personnage de créer un groupe. - - ##4 Compétences magiques : - - ##PElles sont acquises au travers de quètes et de missions à remplir. - - ##4 Compétences autres : - - ##PElles sont acquises au travers de quètes et de missions à remplir. - \ No newline at end of file diff --git a/data/help/fr/support.txt b/data/help/fr/support.txt deleted file mode 100644 index 0423aaebc..000000000 --- a/data/help/fr/support.txt +++ /dev/null @@ -1,22 +0,0 @@ - <- @@index|Retour au plan@@ - - -##3 === SUPPORT === - - Si vous expérimentez un soucis, merci de bien vouloir tout d'abord lire cette FAQ. - Si vous n'y trouvez pas la solution, n'hésitez pas à visiter notre section de support - sur le forum : - - Pour le support TMW : - -##2 http://forums.themanaworld.org/viewforum.php?f=3 - - Ou venez nous visiter sur irc: - -##2 #themanaworld ##P@##2 irc.freenode.net - - De plus la section @@team|Equipe de développeur@@ comporte la liste des développeurs - et le moyen de les contacter. - - Pour d'autres serveur merci de bien vouloir regarder la liste des serveurs pour leurs supports. - diff --git a/data/help/fr/team.txt b/data/help/fr/team.txt deleted file mode 100644 index 042b76d0a..000000000 --- a/data/help/fr/team.txt +++ /dev/null @@ -1,111 +0,0 @@ -.<- @@index|Retour au plan@@ - - -##3--------------------------- -##3-- Contribution ManaPlus -- -##3--------------------------- -##3== Contribution au développement de l'interface == - -##9Andrei Karas (4144) -##9Ben Longbons -##9Helmut Grohne (gnurfk) -##9Maarten Vanraes (AL13N) -##9Mihail Barer (Necromonger) <> - -##3== traducteurs == -##9alastrim (pt) -##9Aline Ferraz de Souza (Freya) (pt, pt_BR) -##9Andrei Karas (4144) (ru) -##9Bernard Hugonnet (Nard) <> (fr) -##9Candy (jp) -##9Derpella (pl) -##9Maarten Vanraes (AL13N) (nl_BE) -##9Mihail Barer (Necromonger) <> (ru, jp) -##9Nina O'Reilly (Reid) (fr) -##9Petr Varkoček (pitriss) <> (cs) -##9Sini Ruohomaa (Byakushin) (fi) -##9Yohann Ferreira (Bertram) (fr) -##9Antoine Ruck (Jumpy) (fr,es) -##9Nelson Martell (nelson6e65) (es) - -##3== Contribution art ou images == -##9Aline Ferraz de Souza (Freya) -##9Felix Jely (Lien) -##9Max Isele (DerLoisl) -##9Nina O'Reilly (Reid) - - - - -##3----------------------- -##3-- Contribution Mana -- -##3----------------------- - -##P Cette liste montre toutes les personnes qui contribuent actuellement. -##P Consultez le wiki pour une liste des personnes participant activement dans l'équipe. - -##3== Contribution sur les developpement de l'interface et ou du serveur == - -##9Aaron Marks -##9Alexander Baldeck (Shura) -##9Andreas Habel -##9Andrei Karas (4144) -##9Andrej Sinicyn -##9Bernd Wachter (Aard) -##9Blue Sans Douze (Blue112) -##9Björn Steinbrink (Doener) -##9Cedric Borgese (moi1392) -##9Chuck Miller (Kage) -##9Daniel Bradshaw -##9David Athay (trapdoor) -##9Dennis Friis -##9Douglas Boffey -##9Duane Bailey -##9Eugenio Favalli -##9Eric Scrivner -##9Fate -##9Fredrik Reveny -##9Freeyorp -##9Guillaume Melquiond (Silene) -##9Ira Rice (Tametomo) -##9Jan-Fabian Humann (Mra) -##9Jared Adams -##9José Ávila -##9Joshua Langley -##9Kess Vargavind -##9Kiyoshi Kyokai -##9Krzysztof Daszuta -##9Lloyd Bryant -##9Marcel W. Wysocki -##9Mateusz Kaduk (Usiu) -##9Matthias Hartmann -##9Philipp Sehmisch (Crush) -##9Roderic Morris (rodge) -##9Rogier Polak -##9Scott Ellis -##9Simon Edwardsson -##9Stefan Dombrowski -##9Steve Cotton -##9Thorbjørn Lindeijer -##9Maximilian Philipps -##9Yohann Ferreira - -##3== Traduction == - -##9Alexander Breidenbroich (German) -##9Blue Sans Douze (French) -##9Eugenio Favalli (Italian) -##9Jonathan Kolberg (German) -##9Jumpy (French) -##9Kess Vargavind (Swedish) -##9Leif Kildelund (Danish) -##9Matthias Hartmann (German) -##9Thorbjørn Lindeijer (Dutch) - -##3== Autres contributions == - -##9Jean-Francois Lampron -##9Rodney Dawes -##9Ultramichy -##9Zuzanna K. Filutowska - \ No newline at end of file diff --git a/data/help/fr/teamtmw.txt b/data/help/fr/teamtmw.txt deleted file mode 100644 index de0f2c2ee..000000000 --- a/data/help/fr/teamtmw.txt +++ /dev/null @@ -1,132 +0,0 @@ - <- @@index|Retour au plan@@ - - -##3 === EQUIPE DE DEVELOPPEMENT === - -##2 Leader du projet : - - ##9Eugenio Favalli (aka ElvenProgrammer) - elvenprogrammer@gmail.com - - -##2 Programmeurs: - - ##9Bjorn Lindeijer (aka Hammerbear) - b_lindeijer@users.sourceforge.net - (plusieurs parties, GUI, graphiques, A* et réécriture des cartes) - - ##9Björn Steinbrink (aka Doener) - der_doener@users.sourceforge.net - (plusieurs parties) - - ##9Eric Scrivner (aka zenogais) - bitshift2002@users.sourceforge.net - (resource manager) - - ##9J. Avila (aka Javila) - javila@users.sourceforge.net - (plusieurs parties, GUI) - - ##9Jan-Fabian Humann (aka Mra) - malastare@users.sourceforge.net - (certaines parties du GUI) - - ##9Kiyoshi Kyokai (aka Kiokay) - kyokai@users.sourceforge.net - (design du system de jeu) - - ##9Mateusz Kaduk (aka Usiu) - usiu@users.sourceforge.net - (certaines parties du GUI) - - ##9Aaron Marks (aka nym) - nymacro@users.sourceforge.net - (certaines parties du GUI) - - ##9Shura - kth5@users.sourceforge.net - (configuration, sons, divers ports) - - ##9Yohann Ferreira (aka Bertram) - bertram25@users.sourceforge.net - (entrée SDL, dessin des barres de progresion, Pack Debian) - - -##2 Artistes: - - ##9Clef - (tiles, concepts) - - ##9Frode Lindeijer (aka Modanung) - f.lindeijer@xs4all.nl - (arts) - - ##9Gnulia - (conception de design artistique) - - ##9Magick - (musique et effets sonores) - - ##9Neko-mon - (sprites du joueur, plusieurs choses) - - ##9Neorice - (sprites des monstres, tiles) - - ##9Pajarico - pajarico@users.sourceforge.net - (conception de design artistique) - - ##9Romulo Fernandes - razor85@users.sourceforge.net - (arts) - - ##9Rotonen - rotonen@users.sourceforge.net - (histoire, art directeur, musique, sons) - - ##9Talaroc - talaroc@users.sourceforge.net - (sprites) - - ##9Ti Sing Hao - (musique) - - -##2 Divers remerciements : - - ##9David Smith (aka catfish_man) - catfish_man@users.sourceforge.net - (Mac package) - - ##9Igor Morgado (aka imorgado) - imorgado@users.sourceforge.net - (testeur) - - ##9maci - maci321@users.sourceforge.net - (support technique) - - ##9Rodney Dawes (aka dobey) - dobey@users.sourceforge.net - (Mac package) - - ##9Ultramichy - (accueil du serveur de test) - - -##2 Inactifs/retiré : - - ##9Chetic - chetic@users.sourceforge.net - (cartes) - - ##9Simon Edwardsson (aka SimEdw) - simonedw@users.sourceforge.net - (network code, Mac package) - - ##9Sull - (Accueil CVS et divers services) - - ##9Vlady - (plusieurs objets) diff --git a/data/help/fr/windows.txt b/data/help/fr/windows.txt deleted file mode 100644 index 01e91fff1..000000000 --- a/data/help/fr/windows.txt +++ /dev/null @@ -1,17 +0,0 @@ - <- @@index|Retour au plan@@ - - -##3 === FENETRES === - -##2RACCOURCIS : - - Pour ajouter un objet dans la fenêtre de raccourcis, sélectionnez un objet - dans la fenêtre d'inventaire puis clicquer au centre de la case dans la - fenêtre de raccourcis ce qui associera automatiquement les objets. - Pour réorganiser les raccourcis d'objet, clicquer tout simplement sur ceux ci, - maintenir appuyer et les déplacer sur la case où vous souhaitez les voir apparaître. - Pour enlever des objets clicquez simplement dessus et emenez les en dehors de la fenêtre. - Puis relachez - - Actuellement seulement des objets cumulables peuvent être positionnés dans cette fenêtre - Les armes et vêtements non. diff --git a/data/help/header.txt b/data/help/header.txt index 80b10e456..50f88e0ce 100644 --- a/data/help/header.txt +++ b/data/help/header.txt @@ -2,11 +2,8 @@ ##1 M A N A P L U S ##1 ================================ - ##2Version:##6%VER% + <<##2Version:##6%VER%>> -##2 Website: http://manaplus.evolonline.org/ -##2 http://tmw.cetki.com/ -##2 http://mana.cetki.com/ -##2 for mana: http://manasource.org/ +##2 <> diff --git a/data/help/index.txt b/data/help/index.txt index 6f50292e5..99347809c 100644 --- a/data/help/index.txt +++ b/data/help/index.txt @@ -1,23 +1,22 @@ -##3 === INDEX === +##3 === <> === - ##1-> @@about|About@@ - -> @@team|Manaplus developers@@ - -> @@teamtmw|TMW Development Team@@ + ##1-> @@about|<>@@ + -> @@team|<>@@ - -> @@commands|Commands@@ - -> @@chatcommands|Chat commands@@ - -> @@windows|Windows@@ - -> @@skills|Skills@@ + -> @@commands|<>@@ + -> @@chatcommands|<>@@ + -> @@windows|<>@@ + -> @@skills|<>@@ - -> @@support|Support@@ + -> @@support|<>@@ -##3 === Powered By === +##3 === <> === -##2 SDL, SDL_image, SDL_mixer (Media framework) +<<##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) +##2 zlib (Archives)>> diff --git a/data/help/pt/CMakeLists.txt b/data/help/pt/CMakeLists.txt deleted file mode 100644 index afe7f1f69..000000000 --- a/data/help/pt/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -ADD_SUBDIRECTORY(tips) diff --git a/data/help/pt/Makefile.am b/data/help/pt/Makefile.am deleted file mode 100644 index 87886992e..000000000 --- a/data/help/pt/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -SUBDIRS = tips - -EXTRA_DIST = CMakeLists.txt diff --git a/data/help/pt/tips/1.txt b/data/help/pt/tips/1.txt deleted file mode 100644 index be5fa7169..000000000 --- a/data/help/pt/tips/1.txt +++ /dev/null @@ -1,3 +0,0 @@ -Você pode ocultar/mostrar barras e botoes com o clique direito do mouse e selecionar o item desejado no menu. -~~~help/tips/1-1.jpg~ -~~~help/tips/1-2.jpg~ diff --git a/data/help/pt/tips/10.txt b/data/help/pt/tips/10.txt deleted file mode 100644 index c5f692f81..000000000 --- a/data/help/pt/tips/10.txt +++ /dev/null @@ -1,2 +0,0 @@ -Se o cliente estiver muito lento, você pode melhorar a velocidade. -Leia isto: http://manaplus.evolonline.org/slowpc diff --git a/data/help/pt/tips/11.txt b/data/help/pt/tips/11.txt deleted file mode 100644 index dc575ff12..000000000 --- a/data/help/pt/tips/11.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode imitar outros jogadores a selecionar "Imitar" no menu do jogador - ou você a enviar o comando: /imitate nome_do_jogador diff --git a/data/help/pt/tips/12.txt b/data/help/pt/tips/12.txt deleted file mode 100644 index b96cf4bc1..000000000 --- a/data/help/pt/tips/12.txt +++ /dev/null @@ -1,3 +0,0 @@ -Você pode andar sobre os atalhos automaticamente. -Abra a janela Social (f11) e celecione a aba Nav, -então clique no atalho que você quiser ir. diff --git a/data/help/pt/tips/13.txt b/data/help/pt/tips/13.txt deleted file mode 100644 index cd0aba76a..000000000 --- a/data/help/pt/tips/13.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode usa o chat de voz mumble para falar com outros jogadores. -Inicie o mumble antes do cliente e habilite o mumble nas configurações. diff --git a/data/help/pt/tips/14.txt b/data/help/pt/tips/14.txt deleted file mode 100644 index 475fc358f..000000000 --- a/data/help/pt/tips/14.txt +++ /dev/null @@ -1 +0,0 @@ -Você pode trocar qualquer atalho do teclado pelas configurações. diff --git a/data/help/pt/tips/2.txt b/data/help/pt/tips/2.txt deleted file mode 100644 index 4c449afcc..000000000 --- a/data/help/pt/tips/2.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode comprar e vender itens na loja dos jogadores. -Clique com o botão direito do mouse sobre o jogador e selecione "Comprar" ou "Vender". diff --git a/data/help/pt/tips/3.txt b/data/help/pt/tips/3.txt deleted file mode 100644 index ad40058a8..000000000 --- a/data/help/pt/tips/3.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode desabilitar a barra amarela. -A pressionar a tecla 8 do teclado numérico. diff --git a/data/help/pt/tips/4.txt b/data/help/pt/tips/4.txt deleted file mode 100644 index 7f2229f97..000000000 --- a/data/help/pt/tips/4.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode restaurar as configurações da barra amarela. -A clicar com o botão direito do mouse sobre a barra e a selecionar "Zerar barra amarela" diff --git a/data/help/pt/tips/5.txt b/data/help/pt/tips/5.txt deleted file mode 100644 index 83e18a4dd..000000000 --- a/data/help/pt/tips/5.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode copiar um valor de qualquer barra, -A Clicar com o botão direito do mouse e selecionar "Copiar para o chat" diff --git a/data/help/pt/tips/6.txt b/data/help/pt/tips/6.txt deleted file mode 100644 index d244eefd6..000000000 --- a/data/help/pt/tips/6.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode ficar em modo ausente, -apenas a enviar o comando /away no chat diff --git a/data/help/pt/tips/7.txt b/data/help/pt/tips/7.txt deleted file mode 100644 index 9a1b68169..000000000 --- a/data/help/pt/tips/7.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode ver os itens equipados em outros jogadores, -a clicar com o botão direito do mouse e a selecionar pelo menu a opção "Mostrar itens" diff --git a/data/help/pt/tips/8.txt b/data/help/pt/tips/8.txt deleted file mode 100644 index c0c608348..000000000 --- a/data/help/pt/tips/8.txt +++ /dev/null @@ -1 +0,0 @@ -Informações sobre a barra amarela você poderá ver aqui: http://manaplus.evolonline.org/yellowbar diff --git a/data/help/pt/tips/9.txt b/data/help/pt/tips/9.txt deleted file mode 100644 index cc8612d07..000000000 --- a/data/help/pt/tips/9.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode colocar qualquer resolução para o cliente. Nas configurações da aba de vídeo, -clicando em "custom" e entre por exemplo: 900x500 e pressione ok. diff --git a/data/help/pt/tips/CMakeLists.txt b/data/help/pt/tips/CMakeLists.txt deleted file mode 100644 index 0afc7ba0c..000000000 --- a/data/help/pt/tips/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -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/pt/tips) diff --git a/data/help/pt/tips/Makefile.am b/data/help/pt/tips/Makefile.am deleted file mode 100644 index 4562a00d3..000000000 --- a/data/help/pt/tips/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ - -helppttipsdir = $(pkgdatadir)/data/help/pt/tips - -helppttips_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 = \ - $(helppttips_DATA) \ - CMakeLists.txt diff --git a/data/help/pt_BR/CMakeLists.txt b/data/help/pt_BR/CMakeLists.txt deleted file mode 100644 index afe7f1f69..000000000 --- a/data/help/pt_BR/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -ADD_SUBDIRECTORY(tips) diff --git a/data/help/pt_BR/Makefile.am b/data/help/pt_BR/Makefile.am deleted file mode 100644 index 87886992e..000000000 --- a/data/help/pt_BR/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -SUBDIRS = tips - -EXTRA_DIST = CMakeLists.txt diff --git a/data/help/pt_BR/tips/1.txt b/data/help/pt_BR/tips/1.txt deleted file mode 100644 index 731e4aa13..000000000 --- a/data/help/pt_BR/tips/1.txt +++ /dev/null @@ -1,3 +0,0 @@ -Você pode ocultar/mostrar barras e botoes com o clique direito do mouse e selecionar o item do menu. -~~~help/tips/1-1.jpg~ -~~~help/tips/1-2.jpg~ diff --git a/data/help/pt_BR/tips/10.txt b/data/help/pt_BR/tips/10.txt deleted file mode 100644 index fb30ae62b..000000000 --- a/data/help/pt_BR/tips/10.txt +++ /dev/null @@ -1,2 +0,0 @@ -Se o cliente estiver muito lento, você pode melhorar a velocidade -Leia isto: http://manaplus.evolonline.org/slowpc diff --git a/data/help/pt_BR/tips/11.txt b/data/help/pt_BR/tips/11.txt deleted file mode 100644 index a891732ba..000000000 --- a/data/help/pt_BR/tips/11.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode imitar outros jogadores selecionando "Imitar" no menu do jogador - ou você envie o comando: /imitate nome_do_jogador diff --git a/data/help/pt_BR/tips/12.txt b/data/help/pt_BR/tips/12.txt deleted file mode 100644 index 8a9ff9008..000000000 --- a/data/help/pt_BR/tips/12.txt +++ /dev/null @@ -1,3 +0,0 @@ -Você pode andar sobre os atalhos automaticamente. -Abra a janela Social (f11) e dcelecione a aba Nav, -então clique no atalho que você quiser ir. diff --git a/data/help/pt_BR/tips/13.txt b/data/help/pt_BR/tips/13.txt deleted file mode 100644 index cd0aba76a..000000000 --- a/data/help/pt_BR/tips/13.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode usa o chat de voz mumble para falar com outros jogadores. -Inicie o mumble antes do cliente e habilite o mumble nas configurações. diff --git a/data/help/pt_BR/tips/14.txt b/data/help/pt_BR/tips/14.txt deleted file mode 100644 index 357cfdbf4..000000000 --- a/data/help/pt_BR/tips/14.txt +++ /dev/null @@ -1 +0,0 @@ -Você pode trocar qualquer atalho do teclado nas configurações. diff --git a/data/help/pt_BR/tips/2.txt b/data/help/pt_BR/tips/2.txt deleted file mode 100644 index 7045e22ae..000000000 --- a/data/help/pt_BR/tips/2.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode comprar e vender itens da loja dos jogadores. -Clique com o botão direito do mouse no jogador e selecione "Comprar" ou "Vender" diff --git a/data/help/pt_BR/tips/3.txt b/data/help/pt_BR/tips/3.txt deleted file mode 100644 index ed7908fc6..000000000 --- a/data/help/pt_BR/tips/3.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode desabilitar a barra amarela. -Pressionando a tecla 8 do teclado numérico. diff --git a/data/help/pt_BR/tips/4.txt b/data/help/pt_BR/tips/4.txt deleted file mode 100644 index 58abd7894..000000000 --- a/data/help/pt_BR/tips/4.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode restaurar a configurações da barra amarela. -Clicando com o botão direito do mouse sobre a barra e selecionar "Zerar barra amarela" diff --git a/data/help/pt_BR/tips/5.txt b/data/help/pt_BR/tips/5.txt deleted file mode 100644 index 69c1a424e..000000000 --- a/data/help/pt_BR/tips/5.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode copiar um valor de qualquer barra, -Clicando com o botão direito do mouse e selecionar "Copiar para o chat" diff --git a/data/help/pt_BR/tips/6.txt b/data/help/pt_BR/tips/6.txt deleted file mode 100644 index ab884a5eb..000000000 --- a/data/help/pt_BR/tips/6.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode ficar em modo ausente, -apenas enviando o comando /away no chat diff --git a/data/help/pt_BR/tips/7.txt b/data/help/pt_BR/tips/7.txt deleted file mode 100644 index 1f50d9c3b..000000000 --- a/data/help/pt_BR/tips/7.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode ver os itens equipados em outros jogadores, -clicando com o botão direito do mouse e selecionar no menu a opção "Mostrar itens" diff --git a/data/help/pt_BR/tips/8.txt b/data/help/pt_BR/tips/8.txt deleted file mode 100644 index 568598b9a..000000000 --- a/data/help/pt_BR/tips/8.txt +++ /dev/null @@ -1 +0,0 @@ -Sobre a barra amarela você poderá ver aqui: http://manaplus.evolonline.org/yellowbar diff --git a/data/help/pt_BR/tips/9.txt b/data/help/pt_BR/tips/9.txt deleted file mode 100644 index 9900983f1..000000000 --- a/data/help/pt_BR/tips/9.txt +++ /dev/null @@ -1,2 +0,0 @@ -Você pode colocar qualquer resolução para o cliente. Nas configurações da aba de vídeo, -Clique em "custom" e entre por exemplo: 900x500 e pressione ok. diff --git a/data/help/pt_BR/tips/CMakeLists.txt b/data/help/pt_BR/tips/CMakeLists.txt deleted file mode 100644 index 8ebbca23c..000000000 --- a/data/help/pt_BR/tips/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -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/pt_BR/tips) diff --git a/data/help/pt_BR/tips/Makefile.am b/data/help/pt_BR/tips/Makefile.am deleted file mode 100644 index dd2b5f22a..000000000 --- a/data/help/pt_BR/tips/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ - -helpptbrtipsdir = $(pkgdatadir)/data/help/pt_BR/tips - -helpptbrtips_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 = \ - $(helpptbrtips_DATA) \ - CMakeLists.txt diff --git a/data/help/ru/CMakeLists.txt b/data/help/ru/CMakeLists.txt deleted file mode 100644 index 1e1d10a76..000000000 --- a/data/help/ru/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -SET(FILES - chatcommands.txt - header.txt - index.txt - 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 deleted file mode 100644 index 25ce52321..000000000 --- a/data/help/ru/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -SUBDIRS = tips - -helprudir = $(pkgdatadir)/data/help/ru - -helpru_DATA = \ - chatcommands.txt \ - header.txt \ - index.txt \ - team.txt - -EXTRA_DIST = \ - $(helpru_DATA) \ - CMakeLists.txt diff --git a/data/help/ru/chatcommands.txt b/data/help/ru/chatcommands.txt deleted file mode 100644 index 121940a6b..000000000 --- a/data/help/ru/chatcommands.txt +++ /dev/null @@ -1,77 +0,0 @@ - <- @@index|Назад@@ - - -##3 Команды чата - - -##PПриваты -##2 - /closeall - закрыть все приваты. - /ignoreall - игнорировать всех из приватов. - /msg NICK text, /whisper NICK text, /w NICK text - послать приватное сообщение. - /query NICK, /q NICK - открыть новую страницу с приватом. - - -##PДействия -##2 - /help - открывает данное окно. - /target NICK - выделяет NCIK как цель. Может быть монстром или игроком. - /outfit N - одеть наряд N. - /outfit next - одеть следующий наряд. - /outfit prev - одеть предыдущий наряд. - /emote N - использовать эмоцию N. - /away, /away MSG - включить режим отошел. - /pseudoaway, /pseudoaway MSG - включить симуляцию режима отошел. - /follow NICK - включить режим следования. - /imitation NICK -включить режим эмитации. - /heal NICK - лечить игрока. - /move X Y - перемещение к позиции X,Y на короткой дистанции. - /navigate x y - перемещение к позиции x,y на текущей карте на любом расстоянии. - /mail NICK MSG - посылает офлайновое сообщение другому игроку. Работает только на tmw сервере. - /disconnect - быстрое отсоединение от сервера. - /attack - атаковать выбранную цель. - /undress NICK - раздеть выбранный ник. Имеет только эффект в локальном клиенте. - /addattack NAME - добавить монстра в список атаки. - /addpriorityattack NAME - добавить монстра в список приоритетной атаки. - /removeattack NAME - удалить монстра из всех списков атаки. - /addignoreattack NAME - добавить монстра в с список игнорирования атаки. - /setdrop N - устанавливает количество бросаемых объектов в указанное значение. - -##PТорговля -##2 - /trade NICK - начать торговлю. - /priceload - загрузить содержимое магазина с диска. - /pricesave - сохранить содержимое магазина на диск. - - -##PОтношения между игроками -##2 - /ignore NICK - добавление пользоватлея к списку игнорирования. - /unignore NICK - удаление пользователя из списка игнорирования. - /friend NICK, /befriend NICK - добавление пользователя в список друзей. - /disregard NICK - добавление пользователя в список пренебрегаемых игроков. - /neutral NICK - добавление пользователя в список нейтральных игроков. - /blacklist NICK - добавление пользователя в черный список. - /erase NICK - добавление пользователя в список удаляемых игроков. - /clear - очистка текущей страницы чата. - /createparty NAME - создание общества. - /me text - аналог команды /me из irc. - /serverignoreall - игнорировать все приваты на стороне сервера. - /serverunignoreall - снять игнорирование приватов на стороне сервера. - - -##PОтладка -##2 - /who - выводит количество подключенных игроков. - /all - выводит список всех видимых объектов на страницу отладки. - /where - выводит в чат текущую позицию пользователя. - /cacheinfo - вывод информации о кеше текста. - /uptime - вывод времени работы клиента. - /dumpg - вывод графических настроек в чат. - /dirs - вывод директорий в отладочное окно. - -##PКоманды приватов -##2 -Большинство команд работают в приватах. -К примеру команда /imitation привата с игроком nick1, - аналогична команде /imitation nick1 в общем чате. diff --git a/data/help/ru/header.txt b/data/help/ru/header.txt deleted file mode 100644 index 15b056745..000000000 --- a/data/help/ru/header.txt +++ /dev/null @@ -1,12 +0,0 @@ - -##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/index.txt b/data/help/ru/index.txt deleted file mode 100644 index e65f5ea50..000000000 --- a/data/help/ru/index.txt +++ /dev/null @@ -1,23 +0,0 @@ -##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) diff --git a/data/help/ru/team.txt b/data/help/ru/team.txt deleted file mode 100644 index 1b0696405..000000000 --- a/data/help/ru/team.txt +++ /dev/null @@ -1,111 +0,0 @@ - <- @@index|Назад@@ - - -##3--------------------------- -##3-- Разработчики ManaPlus -- -##3--------------------------- -##3== Разработчики клиента == - -##9Andrei Karas (4144) -##9Ben Longbons -##9Helmut Grohne (gnurfk) -##9Maarten Vanraes (AL13N) -##9Mihail Barer (Necromonger) <> - -##3== Переводчики == -##9alastrim (pt) -##9Aline Ferraz de Souza (Freya) (pt, pt_BR) -##9Andrei Karas (4144) (ru) -##9Bernard Hugonnet (Nard) <> (fr) -##9Candy (jp) -##9Derpella (pl) -##9Maarten Vanraes (AL13N) (nl_BE) -##9Mihail Barer (Necromonger) <> (ru, jp) -##9Nina O'Reilly (Reid) (fr) -##9Petr Varkoček (pitriss) <> (cs) -##9Sini Ruohomaa (Byakushin) (fi) -##9Yohann Ferreira (Bertram) (fr) -##9Antoine Ruck (Jumpy) (fr,es) -##9Nelson Martell (nelson6e65) (es) - -##3== Художники == -##9Aline Ferraz de Souza (Freya) -##9Felix Jely (Lien) -##9Max Isele (DerLoisl) -##9Nina O'Reilly (Reid) - - - - -##3----------------------- -##3-- Разработчики Mana -- -##3----------------------- - -##P This file lists all contributors up to the current release. Check the wiki -##P for the currently active development team. - -##3== Разработчики клиента или сервера == - -##9Aaron Marks -##9Alexander Baldeck (Shura) -##9Andreas Habel -##9Andrei Karas (4144) -##9Andrej Sinicyn -##9Bernd Wachter (Aard) -##9Blue Sans Douze (Blue112) -##9Bjrn Steinbrink (Doener) -##9Cedric Borgese (moi1392) -##9Chuck Miller (Kage) -##9Daniel Bradshaw -##9David Athay (trapdoor) -##9Dennis Friis -##9Douglas Boffey -##9Duane Bailey -##9Eugenio Favalli -##9Eric Scrivner -##9Fate -##9Fredrik Reveny -##9Freeyorp -##9Guillaume Melquiond (Silene) -##9Ira Rice (Tametomo) -##9Jan-Fabian Humann (Mra) -##9Jared Adams -##9Jos vila -##9Joshua Langley -##9Kess Vargavind -##9Kiyoshi Kyokai -##9Krzysztof Daszuta -##9Lloyd Bryant -##9Marcel W. Wysocki -##9Mateusz Kaduk (Usiu) -##9Matthias Hartmann -##9Philipp Sehmisch (Crush) -##9Roderic Morris (rodge) -##9Rogier Polak -##9Scott Ellis -##9Simon Edwardsson -##9Stefan Dombrowski -##9Steve Cotton -##9Thorbjrn Lindeijer -##9Maximilian Philipps -##9Yohann Ferreira - -##3== Переводчики == - -##9Alexander Breidenbroich (German) -##9Blue Sans Douze (French) -##9Eugenio Favalli (Italian) -##9Jonathan Kolberg (German) -##9Jumpy (French) -##9Kess Vargavind (Swedish) -##9Leif Kildelund (Danish) -##9Matthias Hartmann (German) -##9Thorbjrn Lindeijer (Dutch) - -##3== Другие разработчики == - -##9Jean-Francois Lampron -##9Rodney Dawes -##9Ultramichy -##9Zuzanna K. Filutowska - \ No newline at end of file diff --git a/data/help/ru/tips/1.txt b/data/help/ru/tips/1.txt deleted file mode 100644 index b60730b5e..000000000 --- a/data/help/ru/tips/1.txt +++ /dev/null @@ -1,3 +0,0 @@ -Вы можете скрывать или показывать информационные панели или экранные кнопки, нажатием правой кнопки и выбором нужного элемента меню. -~~~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 deleted file mode 100644 index 0b54439e7..000000000 --- a/data/help/ru/tips/10.txt +++ /dev/null @@ -1,2 +0,0 @@ -Если игра работает очень медленно, вы можете её ускорить -прочитав это: http://manaplus.evolonline.org/slowpc diff --git a/data/help/ru/tips/11.txt b/data/help/ru/tips/11.txt deleted file mode 100644 index 6beb5f30d..000000000 --- a/data/help/ru/tips/11.txt +++ /dev/null @@ -1,2 +0,0 @@ -Вы можете имитировать других игроков выбрах "имитация" в контекстном меню игрока - или выполнить команду в чате: /imitate имя diff --git a/data/help/ru/tips/12.txt b/data/help/ru/tips/12.txt deleted file mode 100644 index 0b3e16456..000000000 --- a/data/help/ru/tips/12.txt +++ /dev/null @@ -1,3 +0,0 @@ -Вы можете автоматически перемещаться к варпу. -Откройте окно общества (f11) и выберите старницу Нав, -потом нажмите на варпе, который вам нужен. diff --git a/data/help/ru/tips/13.txt b/data/help/ru/tips/13.txt deleted file mode 100644 index 896844ae8..000000000 --- a/data/help/ru/tips/13.txt +++ /dev/null @@ -1,2 +0,0 @@ -Вы можете использовать голсовой чат mumble для разговора с другими игроками. -Запустите mumble до запуска игрового клиента, потом игру и включите mumble в настройках. diff --git a/data/help/ru/tips/14.txt b/data/help/ru/tips/14.txt deleted file mode 100644 index e2e36b486..000000000 --- a/data/help/ru/tips/14.txt +++ /dev/null @@ -1 +0,0 @@ -Вы можете переназначить любую клавишу в свойствах клавиатуры. diff --git a/data/help/ru/tips/2.txt b/data/help/ru/tips/2.txt deleted file mode 100644 index 420e33cc5..000000000 --- a/data/help/ru/tips/2.txt +++ /dev/null @@ -1,2 +0,0 @@ -Вы можете покупать или продавать предметы из магазинов других игроков. -Нажмите правой кнопкой на игроке и выберите "купить" или "продать" diff --git a/data/help/ru/tips/3.txt b/data/help/ru/tips/3.txt deleted file mode 100644 index 83aa4cf3c..000000000 --- a/data/help/ru/tips/3.txt +++ /dev/null @@ -1,2 +0,0 @@ -Вы можете отключить желтую панель, -нажатием кнопки 8 на дополнительной клавиатуре. diff --git a/data/help/ru/tips/4.txt b/data/help/ru/tips/4.txt deleted file mode 100644 index 8233873ea..000000000 --- a/data/help/ru/tips/4.txt +++ /dev/null @@ -1,2 +0,0 @@ -Вы можете восстановить настройки желтой панели, -нажатием правой кнопки на ней и выбором в меню "сбросить желтую панель" diff --git a/data/help/ru/tips/5.txt b/data/help/ru/tips/5.txt deleted file mode 100644 index bed02a643..000000000 --- a/data/help/ru/tips/5.txt +++ /dev/null @@ -1,2 +0,0 @@ -Вы можете копировать значение с любой панели, -нажатием правой кнопки на панели и выбором в меню "Копировать в чат". diff --git a/data/help/ru/tips/6.txt b/data/help/ru/tips/6.txt deleted file mode 100644 index 14582df10..000000000 --- a/data/help/ru/tips/6.txt +++ /dev/null @@ -1,2 +0,0 @@ -Вы можете установить режим отошел, -введя в чате команду /away diff --git a/data/help/ru/tips/7.txt b/data/help/ru/tips/7.txt deleted file mode 100644 index 2bff421dc..000000000 --- a/data/help/ru/tips/7.txt +++ /dev/null @@ -1,2 +0,0 @@ -Вы можете посмотреть одетые на других игроков предметы, -нажатием правой кнопки на игроке и выбором элемента "показать предметы". diff --git a/data/help/ru/tips/8.txt b/data/help/ru/tips/8.txt deleted file mode 100644 index 2be5800ef..000000000 --- a/data/help/ru/tips/8.txt +++ /dev/null @@ -1 +0,0 @@ -О желтой панеле вы можете почитать здесь: http://manaplus.evolonline.org/yellowbar diff --git a/data/help/ru/tips/9.txt b/data/help/ru/tips/9.txt deleted file mode 100644 index 4a29d678e..000000000 --- a/data/help/ru/tips/9.txt +++ /dev/null @@ -1,3 +0,0 @@ -Вы можете установить любое разрешение в клиенте. В настройках, - на странице видео, нажмите "custom" и введите к примеру 900x500 и - нажмите ok. diff --git a/data/help/ru/tips/CMakeLists.txt b/data/help/ru/tips/CMakeLists.txt deleted file mode 100644 index 0da413a58..000000000 --- a/data/help/ru/tips/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index c3be4c247..000000000 --- a/data/help/ru/tips/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ - -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/skills.txt b/data/help/skills.txt index f9c3f4fba..52f6179a4 100644 --- a/data/help/skills.txt +++ b/data/help/skills.txt @@ -1,22 +1,22 @@ - <- @@index|Back to Index@@ + <- @@index|<>@@ -##3 === SKILLS === +##3 === <> === - You can improve your skills by increasing job level. Each job level - gives you 1 point to spend on basic skills. +<< You can improve your skills by increasing job level. Each job level + gives you 1 point to spend on basic skills.>> - ##4 Basic skills: + ##4 <> - ##2Emote:##P enables the ability to express emotions - ##2Trade:##P enables the ability to trade with others - ##2Party Level1:##P enables a char to join a party. - ##2Party level2:##P enables a char to create a party - - ##4 Magic skills: + <<##2Emote:##P enables the ability to express emotions.>> + <<##2Trade:##P enables the ability to trade with others.>> + <<##2Party Level1:##P enables a char to join a party.>> + <<##2Party level2:##P enables a char to create a party.>> - ##PMagic skills can be obtain by doing quests and missions in game. + ##4 <> - ##4 Other skills: + <<##PMagic skills can be obtain by doing quests and missions in game.>> - ##POther skills can be obtain by doing quests and missions in game. \ No newline at end of file + ##4 <> + + <<##POther skills can be obtain by doing quests and missions in game.>> diff --git a/data/help/support.txt b/data/help/support.txt index 1ac6c9d6f..ac0f3122b 100644 --- a/data/help/support.txt +++ b/data/help/support.txt @@ -1,22 +1,26 @@ - <- @@index|Back to Index@@ + <- @@index|<>@@ -##3 === SUPPORT === +##3 === <> === - If you're having troubles, plase first of all read the FAQ. If you +<< If you're having troubles, plase first of all read the FAQ. If you can't find a solution to your problem, feel free to check our - Bugs/Support section of the forum: + Bugs/Support section of the forum:>> - For TMW support: +<< For Evol Online support: -##2 http://forums.themanaworld.org/viewforum.php?f=3 + <> +##2 #evolonline ##P@##2 irc.freenode.net - or come visit us on our IRC channel: +<< For TMW support: + +<<##2 http://forums.themanaworld.org/viewforum.php?f=3 + or visit IRC channel:>> ##2 #themanaworld ##P@##2 irc.freenode.net - Otherwise see the @@team|Development Team@@ section to have a list of - developers and how to contact them. +<< Otherwise see the @@team|Development Team@@ section to have a list of + developers and how to contact them.>> - For other server look servers pages for support. + <> diff --git a/data/help/team.txt b/data/help/team.txt index 5411f496c..c094e23a0 100644 --- a/data/help/team.txt +++ b/data/help/team.txt @@ -1,10 +1,10 @@ -.<- @@index|Back to Index@@ +.<- @@index|<>@@ ##3--------------------------- -##3-- ManaPlus Contributors -- +##3-- <> -- ##3--------------------------- -##3== Contributors to client development == +##3== <> == ##9Andrei Karas (4144) ##9Ben Longbons @@ -12,7 +12,7 @@ ##9Maarten Vanraes (AL13N) ##9Mihail Barer (Necromonger) <> -##3== Translators == +##3== <> == ##9alastrim (jp) ##9Aline Ferraz de Souza (Freya) (pt, pt_BR) ##9Andrei Karas (4144) (ru) @@ -28,7 +28,7 @@ ##9Antoine Ruck (Jumpy) (fr,es) ##9Nelson Martell (nelson6e65) (es) -##3== Art or images contributors == +##3== <> == ##9Aline Ferraz de Souza (Freya) ##9Felix Jely (Lien) ##9Max Isele (DerLoisl) @@ -38,13 +38,13 @@ ##3----------------------- -##3-- Mana Contributors -- +##3-- <> -- ##3----------------------- -##P This file lists all contributors up to the current release. Check the wiki -##P for the currently active development team. +<<##P This file lists all contributors up to the current release. Check the wiki +##P for the currently active development team.>> -##3== Contributors to client/server development == +##3== <> == ##9Aaron Marks ##9Alexander Baldeck (Shura) @@ -90,7 +90,7 @@ ##9Maximilian Philipps ##9Yohann Ferreira -##3== Translators == +##3== <> == ##9Alexander Breidenbroich (German) ##9Blue Sans Douze (French) @@ -102,7 +102,7 @@ ##9Matthias Hartmann (German) ##9Thorbjrn Lindeijer (Dutch) -##3== Other contributors == +##3== <> == ##9Jean-Francois Lampron ##9Rodney Dawes diff --git a/data/help/teamtmw.txt b/data/help/teamtmw.txt deleted file mode 100644 index e17771d5f..000000000 --- a/data/help/teamtmw.txt +++ /dev/null @@ -1,132 +0,0 @@ - <- @@index|Back to Index@@ - - -##3 === DEVELOPMENT TEAM === - -##2 Project Leader: - - ##9Eugenio Favalli (aka ElvenProgrammer) - elvenprogrammer@gmail.com - - -##2 Programmers: - - ##9Bjorn Lindeijer (aka Hammerbear) - b_lindeijer@users.sourceforge.net - (various parts, GUI, graphics, A* and map rewrites) - - ##9Bjrn Steinbrink (aka Doener) - der_doener@users.sourceforge.net - (various parts) - - ##9Eric Scrivner (aka zenogais) - bitshift2002@users.sourceforge.net - (resource manager) - - ##9J. Avila (aka Javila) - javila@users.sourceforge.net - (various parts, GUI) - - ##9Jan-Fabian Humann (aka Mra) - malastare@users.sourceforge.net - (some GUI parts) - - ##9Kiyoshi Kyokai (aka Kiokay) - kyokai@users.sourceforge.net - (game systems designer) - - ##9Mateusz Kaduk (aka Usiu) - usiu@users.sourceforge.net - (several GUI parts) - - ##9Aaron Marks (aka nym) - nymacro@users.sourceforge.net - (several GUI parts) - - ##9Shura - kth5@users.sourceforge.net - (configuration, sound, misc. ports) - - ##9Yohann Ferreira (aka Bertram) - bertram25@users.sourceforge.net - (SDL input, progress bar drawing, Debian package) - - -##2 Artists: - - ##9Clef - (tiles, concepts) - - ##9Frode Lindeijer (aka Modanung) - f.lindeijer@xs4all.nl - (arts) - - ##9Gnulia - (conceptual art) - - ##9Magick - (music and sound effects) - - ##9Neko-mon - (player sprites, various things) - - ##9Neorice - (monster sprites, tiles) - - ##9Pajarico - pajarico@users.sourceforge.net - (conceptual arts) - - ##9Romulo Fernandes - razor85@users.sourceforge.net - (arts) - - ##9Rotonen - rotonen@users.sourceforge.net - (backstory, art director, music, sound) - - ##9Talaroc - talaroc@users.sourceforge.net - (sprites) - - ##9Ti Sing Hao - (music) - - -##2 Misc. thanks: - - ##9David Smith (aka catfish_man) - catfish_man@users.sourceforge.net - (Mac package) - - ##9Igor Morgado (aka imorgado) - imorgado@users.sourceforge.net - (tester) - - ##9maci - maci321@users.sourceforge.net - (technical support) - - ##9Rodney Dawes (aka dobey) - dobey@users.sourceforge.net - (Mac package) - - ##9Ultramichy - (hosting test server) - - -##2 Inactive/retired: - - ##9Chetic - chetic@users.sourceforge.net - (maps) - - ##9Simon Edwardsson (aka SimEdw) - simonedw@users.sourceforge.net - (network code, Mac package) - - ##9Sull - (hosting CVS and related services) - - ##9Vlady - (several items) diff --git a/data/help/tips/1.txt b/data/help/tips/1.txt index d76d94492..24e026986 100644 --- a/data/help/tips/1.txt +++ b/data/help/tips/1.txt @@ -1,3 +1,3 @@ -You can hide/show bars and buttons by right click and select menu item. +<> ~~~help/tips/1-1.jpg~ ~~~help/tips/1-2.jpg~ diff --git a/data/help/tips/10.txt b/data/help/tips/10.txt index 0094dfab6..3eec89728 100644 --- a/data/help/tips/10.txt +++ b/data/help/tips/10.txt @@ -1,2 +1,2 @@ -If client working very slow, you can improve speed -by reading this: http://manaplus.evolonline.org/slowpc +<> diff --git a/data/help/tips/11.txt b/data/help/tips/11.txt index 10bb41b33..6534a6cf7 100644 --- a/data/help/tips/11.txt +++ b/data/help/tips/11.txt @@ -1,2 +1,2 @@ -You can imitate other players by selecting "imitation" in player context menu - or type chat command: /imitate playername. +<> diff --git a/data/help/tips/12.txt b/data/help/tips/12.txt index 5b256e1df..fb78e9c55 100644 --- a/data/help/tips/12.txt +++ b/data/help/tips/12.txt @@ -1,3 +1,3 @@ -You can walk to warps automatically. +<> diff --git a/data/help/tips/13.txt b/data/help/tips/13.txt index 5587cff28..1d1fef6e2 100644 --- a/data/help/tips/13.txt +++ b/data/help/tips/13.txt @@ -1,2 +1,2 @@ -You can use mumble voice chat for talking with other players. -Start mumble before client start and enable mumble in settings. +<> diff --git a/data/help/tips/14.txt b/data/help/tips/14.txt index df9026e8c..831d52bb4 100644 --- a/data/help/tips/14.txt +++ b/data/help/tips/14.txt @@ -1 +1 @@ -You can change any key in keyboard settings. +<> diff --git a/data/help/tips/2.txt b/data/help/tips/2.txt index 231864b73..5fbaf0790 100644 --- a/data/help/tips/2.txt +++ b/data/help/tips/2.txt @@ -1,2 +1,2 @@ -You can buy or sell items from players shops. -Right click on player and select "Buy" or "Sell" +<> diff --git a/data/help/tips/3.txt b/data/help/tips/3.txt index 2f154124d..76c080958 100644 --- a/data/help/tips/3.txt +++ b/data/help/tips/3.txt @@ -1,2 +1,2 @@ -You can disable yellow bar, -by pressing key 8 on numeric keyboard. +<> diff --git a/data/help/tips/4.txt b/data/help/tips/4.txt index 05d2c40a9..3f7006769 100644 --- a/data/help/tips/4.txt +++ b/data/help/tips/4.txt @@ -1,2 +1,2 @@ -You can restore yellow bar settings, -by right click on it and select in context menu "Reset yellow bar". +<> diff --git a/data/help/tips/5.txt b/data/help/tips/5.txt index 9cc26c905..e2f5f245e 100644 --- a/data/help/tips/5.txt +++ b/data/help/tips/5.txt @@ -1,2 +1,2 @@ -You can copy value from any bar, -by right click on it and select in context menu "Copy to chat". +<> diff --git a/data/help/tips/6.txt b/data/help/tips/6.txt index 6178d6971..4d3514236 100644 --- a/data/help/tips/6.txt +++ b/data/help/tips/6.txt @@ -1,2 +1,2 @@ -You can set away mode, -by type in chat command /away +<> diff --git a/data/help/tips/7.txt b/data/help/tips/7.txt index d86adf1d2..27dd33da0 100644 --- a/data/help/tips/7.txt +++ b/data/help/tips/7.txt @@ -1,2 +1,2 @@ -You can see other player equiped items, -by right click on player and select in context menu "Show Items". +<> diff --git a/data/help/tips/8.txt b/data/help/tips/8.txt index de000705a..fd405ab1a 100644 --- a/data/help/tips/8.txt +++ b/data/help/tips/8.txt @@ -1 +1,2 @@ -About yellow bar you can read here: http://manaplus.evolonline.org/yellowbar +<> diff --git a/data/help/tips/9.txt b/data/help/tips/9.txt index 937742a3e..a66c4a803 100644 --- a/data/help/tips/9.txt +++ b/data/help/tips/9.txt @@ -1,3 +1,3 @@ -You can set any client resolution. In settings in video tab, -click on "custom" and enter for example: 900x500 and press ok. +<> diff --git a/data/help/windows.txt b/data/help/windows.txt index f1d0150a7..fa69dae7b 100644 --- a/data/help/windows.txt +++ b/data/help/windows.txt @@ -1,15 +1,15 @@ - <- @@index|Back to Index@@ + <- @@index|<>@@ -##3 === WINDOWS === +##3 === <> === -##2SHORTCUT: +##2<> - To add an item to the shortcut bar click on the item in the inventory window, +<< To add an item to the shortcut bar click on the item in the inventory window, then click on the box in the shortcut-window which should be associated with the item. To reorder items within the shortcut-window simply click and drag them between the boxes. To remove items you simply drag them outside of the - window and drop them. + window and drop them.>> - Currently only stackable items like food, but not weapons or clothes can be - used with the shortcut window. +<< Currently only stackable items like food, but not weapons or clothes can be + used with the shortcut window.>> -- cgit v1.2.3-60-g2f50