From 2a065b5ef24441b0df2c06fbcae6dcf6fd5f5251 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 6 Jan 2009 10:20:36 -0700 Subject: Added support for internationalization Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. Conflicts: INSTALL configure.ac src/Makefile.am src/gui/buy.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp src/gui/register.cpp src/gui/sell.cpp src/gui/setup.cpp src/gui/setup_video.cpp Signed-off-by: Ira Rice --- po/LINGUAS | 1 + po/Makevars | 41 +++++ po/POTFILES.in | 26 +++ po/aethyra.pot | 486 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 554 insertions(+) create mode 100644 po/LINGUAS create mode 100644 po/Makevars create mode 100644 po/POTFILES.in create mode 100644 po/aethyra.pot (limited to 'po') diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 00000000..8bba9bc2 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1 @@ +# Set of available languages. diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 00000000..76e72f50 --- /dev/null +++ b/po/Makevars @@ -0,0 +1,41 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = tmw + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = The Mana World Development Team + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 00000000..e66b8f69 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,26 @@ +# List of source files which contain translatable strings. + +src/gui/buy.cpp +src/gui/char_select.cpp +src/gui/char_server.cpp +src/gui/confirm_dialog.cpp +src/gui/connection.cpp +src/gui/equipmentwindow.cpp +src/gui/inventorywindow.cpp +src/gui/item_amount.cpp +src/gui/login.cpp +src/gui/menuwindow.cpp +src/gui/minimap.cpp +src/gui/npclistdialog.cpp +src/gui/npc_text.cpp +src/gui/ok_dialog.cpp +src/gui/popupmenu.cpp +src/gui/register.cpp +src/gui/sell.cpp +src/gui/setup_audio.cpp +src/gui/setup.cpp +src/gui/setup_joystick.cpp +src/gui/setup_video.cpp +src/gui/trade.cpp +src/net/playerhandler.cpp +src/resources/itemdb.cpp diff --git a/po/aethyra.pot b/po/aethyra.pot new file mode 100644 index 00000000..ae49bb32 --- /dev/null +++ b/po/aethyra.pot @@ -0,0 +1,486 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR The Mana World Development Team +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, c-format +msgid "Job Level: %d" +msgstr "" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "" + +#: src/gui/char_server.cpp:52 +msgid "Select Server" +msgstr "" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "" + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "" + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "" + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:283 +msgid "@@use|Unequip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "" + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" -- cgit v1.2.3-60-g2f50 From 3e40c30cdd3a7b3942131fc8b72b268aa0e98f77 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 6 Jan 2009 15:56:49 +0100 Subject: Added latest translations from Launchpad The ones on Launchpad are still geared towards the mainline client. These files have been updated for the eAthena client. It will be interesting to see what happens to special characters, since the client doesn't support unicode yet. --- po/LINGUAS | 24 +++ po/ar.po | 582 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ca.po | 490 ++++++++++++++++++++++++++++++++++++++++++++++++ po/cs.po | 549 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/da.po | 606 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/de.po | 608 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/en_GB.po | 582 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/eo.po | 487 ++++++++++++++++++++++++++++++++++++++++++++++++ po/es.po | 582 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/fi.po | 592 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/fr.po | 609 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/he.po | 592 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/hr.po | 543 +++++++++++++++++++++++++++++++++++++++++++++++++++++ po/id.po | 579 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/it.po | 584 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ja.po | 528 ++++++++++++++++++++++++++++++++++++++++++++++++++++ po/nl.po | 552 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pl.po | 588 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pt.po | 586 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pt_BR.po | 606 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ru.po | 582 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sk.po | 509 ++++++++++++++++++++++++++++++++++++++++++++++++++ po/sv.po | 582 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/th.po | 515 ++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_CN.po | 582 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 25 files changed, 13639 insertions(+) create mode 100644 po/ar.po create mode 100644 po/ca.po create mode 100644 po/cs.po create mode 100644 po/da.po create mode 100644 po/de.po create mode 100644 po/en_GB.po create mode 100644 po/eo.po create mode 100644 po/es.po create mode 100644 po/fi.po create mode 100644 po/fr.po create mode 100644 po/he.po create mode 100644 po/hr.po create mode 100644 po/id.po create mode 100644 po/it.po create mode 100644 po/ja.po create mode 100644 po/nl.po create mode 100644 po/pl.po create mode 100644 po/pt.po create mode 100644 po/pt_BR.po create mode 100644 po/ru.po create mode 100644 po/sk.po create mode 100644 po/sv.po create mode 100644 po/th.po create mode 100644 po/zh_CN.po (limited to 'po') diff --git a/po/LINGUAS b/po/LINGUAS index 8bba9bc2..4959c0de 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +1,25 @@ # Set of available languages. +ar +ca +cs +da +de +en_GB +eo +es +fi +fr +he +hr +id +it +ja +nl +pl +pt +pt_BR +ru +sk +sv +th +zh_CN diff --git a/po/ar.po b/po/ar.po new file mode 100644 index 00000000..f8cead32 --- /dev/null +++ b/po/ar.po @@ -0,0 +1,582 @@ +# Arabic translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-07-16 18:28+0000\n" +"Last-Translator: صقر بن عبدالله \n" +"Language-Team: Arabic \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "شراء" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "السعر: %d GP / الإجمالي: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "مغادرة" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "الوصف: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "التأثير: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "هل أنت متأكّد من حذف هذه الشخصيّة؟" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "إنتقاء الشخصيّة" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "موافق" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "إلغاء" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "جديد" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "حذف" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "السّابق" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "التّالي" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "الاسم: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "المستوى: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "المستوى: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "النقود: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "إنشاء شخصيّة" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "الاسم:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "لون الشعر:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "قصّة الشعر:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "إنشاء" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "إنتقاء الشخصيّة" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "نعم" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "لا" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "جارِ الاتّصال..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "العتاد" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "الجردة" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "استخدام" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "إسقاط" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "تجريد من العتاد" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "استعمال العتاد" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "انتقاء كمّيّة من المواد للمتاجرة بها." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "انتقاء كمّيّة من المواد لإسقاطها." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "ولوج" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "كلمة السرّ:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "الخادوم:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "تسجيل" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "الحالة" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "مهارات" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "اختصار" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "تثبيت" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "خارطة صغيرة" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@تجارة|متاجرة مع %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@مهاجمة|هاجم %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@محادثة|تحدّث مع NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@إلغاء|إلغاء@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@اقتطاف|اقتطاف %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@استخدام|استخدام العتاد@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@استخدام|استخدام العتاد@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@استخدم|استخدم@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@إسقاط|إسقاط@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@الوصف|الوصف@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "تأكيد:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "يجب أن يكون طول اسم المستخدم على الأقل %d محارف." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "يجب أن يكون طول اسم المستخدم أقل من %d محارف." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "يجب أن تكون طول كلمة السرّ على الأقل %d محارف." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "يجب أن يكون طول كلمة السرّ أقل من %d محارف." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "كلمات السرّ غير متطابقة." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "خطأ" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "بيع" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "صوت" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "حجم صوت المؤثرّات" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "حجم صوت الموسيقا" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "تطبيق" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "تصفير النوافذ" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "مرئية" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "سمعيّ" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "عصا الألعاب" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "إضغط على الزرّ لبدأ المعايرة" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "معايرة" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "تفعيل عصا الألعاب" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "إيقاف" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "تدوير العصا" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "ملء الشاشة" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "مؤشّر مخصّص" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "حدّ FPS:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "عتمة واجهة المستخدم" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "نصف قطر اللفّ" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "كسل اللفّ" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "مؤثّرات محيطة" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "واقف" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "منخفض" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "مرتفع" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "جارِ ملء الشاشة" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "يجب إعادة التشغيل لتفعّل التغييرات." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "تغيير OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "تطبيق التغيير على OpenGL يحتاج لإعادة تشغيل." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "إضافة" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "أنت تحصل على %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "أنت تقدّم:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "إلغاء التسجيل" + +#~ msgid "Strength:" +#~ msgstr "القوّة:" + +#~ msgid "Agility:" +#~ msgstr "خفّة الحركة:" + +#~ msgid "Dexterity:" +#~ msgstr "المهارة:" + +#~ msgid "Vitality:" +#~ msgstr "نشاط:" + +#~ msgid "Intelligence:" +#~ msgstr "ذكاء:" + +#~ msgid "Willpower:" +#~ msgstr "قوّة الذات:" + +#~ msgid "Please distribute %d points" +#~ msgstr "رجاء أن توزّع %d نقطة" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "يجب أن يكون طول اسمك على الأقل 4 محارف." + +#~ msgid "Character stats OK" +#~ msgstr "إحصائيات الشخصيّة جيّدة" + +#~ msgid "Please remove %d points" +#~ msgstr "رجاء حذف %d نقطة" + +#~ msgid "Split" +#~ msgstr "قسم" + +#~ msgid "Select amount of items to split." +#~ msgstr "انتقاء كمّيّة من المواد لقسمها." + +#~ msgid "@@split|Split@@" +#~ msgstr "@@قسم|قسم@@" + +#~ msgid "Switch server" +#~ msgstr "تبديل الخادوم" + +#~ msgid "Switch character" +#~ msgstr "تبديل الشخصيّة" + +#~ msgid "Email:" +#~ msgstr "البريد الإلكترونيّ:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "اختار خادومك لـMana World" + +#~ msgid "Port:" +#~ msgstr "المنفذ:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "رجاء طباعة عنوان ومنفذ الخادوم." + +#~ msgid "Propose trade" +#~ msgstr "اقتراح متاجرة" + +#~ msgid "Confirm trade" +#~ msgstr "تأكيد متاجرة" + +#~ msgid "Change" +#~ msgstr "تغيير" + +#~ msgid "Attack %+d" +#~ msgstr "مهاجمة %+d" + +#~ msgid "Defense %+d" +#~ msgstr "دفاع %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" + +#~ msgid "Confirm" +#~ msgstr "تأكيد" + +#~ msgid "Charisma:" +#~ msgstr "جاذبيّة:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "الوزن الإجماليّ: %d - وزن الحدّ الأقصى: %d" + +#~ msgid "Keep" +#~ msgstr "ترك" diff --git a/po/ca.po b/po/ca.po new file mode 100644 index 00000000..97527d96 --- /dev/null +++ b/po/ca.po @@ -0,0 +1,490 @@ +# Catalan translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-07-03 17:21+0000\n" +"Last-Translator: Habari \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "preu %d GP / total %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "sortir" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, c-format +msgid "Job Level: %d" +msgstr "" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "nom" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "" + +#: src/gui/char_server.cpp:52 +msgid "Select Server" +msgstr "" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "si" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "no" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "" + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "" + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "" + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:283 +msgid "@@use|Unequip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "" + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Change" +#~ msgstr "canvi" diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 00000000..67a31efc --- /dev/null +++ b/po/cs.po @@ -0,0 +1,549 @@ +# Czech translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-12-17 16:31+0000\n" +"Last-Translator: Lubos \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Nákup" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Popis: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "Potvrďte vymazání postavy" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Jste si jistí, že chcete vymazat tuto postavu?" + +#: src/gui/char_select.cpp:79 +#, fuzzy +msgid "Select Character" +msgstr "Vytvořit postavu" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Zrušit" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Nová" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Odstranit" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Předchozí" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Další" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Jméno: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Úroveň: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Úroveň: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Peníze: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Vytvořit postavu" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Jméno:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Barva vlasů:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Styl vlasů:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Vytvořit" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Server:" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Ano" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Ne" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Připojuji se..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Vybavení" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventář" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Upustit" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Vybavit" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Vyberte množství zboží, se kterým budete obchodovat." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Vyberte množství zboží, které chcete upustit." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Heslo:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "Zapamatovat uživatelské jméno" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Registrace" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Stav" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Dovednosti" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Zkratka" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Nastavení" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "MiniMapa" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:283 +msgid "@@use|Unequip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "Muž" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "Žena" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Uživatelské jméno musí být nejméně %d znaků dlouhé." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "Uživatelské jméno musí být kratší než %d znaků." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "Heslo musí být kratší než %d znaků." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Hesla se neshodují." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Chyba" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Prodej" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Zvuk" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Audio" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "Klávesnice" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Kalibrovat" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Account and Character Management" +#~ msgstr "Správa účtu a postavy" + +#~ msgid "Unregister" +#~ msgstr "Zrušit registraci" + +#~ msgid "Change Password" +#~ msgstr "Změnit heslo" + +#~ msgid "Change Email Address" +#~ msgstr "Změnit e-mail" + +#~ msgid "Account: %s" +#~ msgstr "Účet: %s" + +#~ msgid "Strength:" +#~ msgstr "Síla:" + +#~ msgid "Vitality:" +#~ msgstr "Vitalita:" + +#~ msgid "Intelligence:" +#~ msgstr "Inteligence:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Rozdělte prosím %d bodů" + +#~ msgid "Please remove %d points" +#~ msgstr "Odstraňte prosím %d bodů." + +#~ msgid "Split" +#~ msgstr "Rozdělit" + +#~ msgid "Guilds" +#~ msgstr "Gildy" + +#~ msgid "Switch character" +#~ msgstr "Přepněte postavu" + +#~ msgid "Email:" +#~ msgstr "E-mail:" + +#~ msgid "Port:" +#~ msgstr "Port:" + +#~ msgid "Propose trade" +#~ msgstr "Nabídnout obchod" + +#~ msgid "Confirm trade" +#~ msgstr "Potvrdit obchod" + +#~ msgid "Change" +#~ msgstr "Změnit" + +#~ msgid "Attack %+d" +#~ msgstr "Útok %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Obrana %+d" diff --git a/po/da.po b/po/da.po new file mode 100644 index 00000000..ff2506c1 --- /dev/null +++ b/po/da.po @@ -0,0 +1,606 @@ +# Danish translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-12-28 14:45+0000\n" +"Last-Translator: Niels L Ellegaard \n" +"Language-Team: Danish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Køb" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Pris: %d GP / Total: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Afslut" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Beskrivelse: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Effekt: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "Er du sikker på at du vil slette denne figur?" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Er du sikker på at du vil slette denne figur?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Vælg Bruger" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "O.k." + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Fortryd" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Opret" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Slet" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Forrige" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Næste" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Navn; %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Niveau: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Niveau: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Penge: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Lav figur." + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Navn:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Hårfarve:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Frisure:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Opret" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Vælg Bruger" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Ja" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Nej" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Opretter forbindelse..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Udstyr" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventarliste" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Brug" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Smid" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Tag af" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Tag på" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Vælge hvor mange du vil bytte." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Vælg hvor mange du vil smide," + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Log Ind" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Adgangskode:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "Husk dette brugernavn." + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Registrer" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Status" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Færdigheder" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Genvej" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Opsætning" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "MiniKort" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Byt Med %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Angrib %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Snak med NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Annuller@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Saml Op %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Tag på@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Tag på@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Brug@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Smid@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Beskrivelse@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Bekræft:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "Mand" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "Kvinde" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Brugernavnet skal mindst være %d bogstaver langt." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "Brugernavnet skal være mindre end %d bogstaver langt." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "Adgangskoden skal mindst være %d bogstaver langt." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "Adgangskoden skal være mindre end %d bogstaver langt." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Adgangskoder stemmer ikke overens." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Fejl" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Sælg" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Lyd" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Lydstyrke på effekter" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Lydstyrke på musik" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Anvend" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Nulstil vinduer" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Video" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Lyd" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "Tastatur" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Tryk på knappen for at starte justeringen." + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Justering" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Aktiver joystick" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Stop" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Roter joystick" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Fuld Skærm" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Brugerdefineret Musepil" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "FPS grænse:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Gennemsigtighed" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Følsomhed på mus" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Acceleration på mus" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Omgivende FX" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "fra" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "lav" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "høj" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Skifter til fuld skærm" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Ændringerne kræver at du genstarter klienten." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Skrifter til OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "Ændringerne til OpenGL kræver at du genstarter klienten." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Tilføj" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Du får %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Du giver:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Account and Character Management" +#~ msgstr "Ret konto og figurer" + +#~ msgid "Unregister" +#~ msgstr "Frameld" + +#~ msgid "Change Password" +#~ msgstr "Skift adgangskode" + +#~ msgid "Change Email Address" +#~ msgstr "Skift e-mail adresse" + +#~ msgid "Account: %s" +#~ msgstr "Bruger: %s" + +#~ msgid "Strength:" +#~ msgstr "Styrke" + +#~ msgid "Agility:" +#~ msgstr "Adræthed" + +#~ msgid "Dexterity:" +#~ msgstr "Behændighed:" + +#~ msgid "Vitality:" +#~ msgstr "Helbred:" + +#~ msgid "Intelligence:" +#~ msgstr "Intelligens:" + +#~ msgid "Willpower:" +#~ msgstr "Viljestyrke:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Du mangler at fordele %d points" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Dit navn skal være mindst 4 bogstaver langt." + +#~ msgid "Character stats OK" +#~ msgstr "Du har brugt alle dine points" + +#~ msgid "Please remove %d points" +#~ msgstr "Du skal fjerne %d points" + +#~ msgid "Split" +#~ msgstr "Opdel" + +#~ msgid "Select amount of items to split." +#~ msgstr "Vælg hvor mange du vil opdele." + +#~ msgid "Guilds" +#~ msgstr "Gilder" + +#~ msgid "@@guild|Invite %s@@" +#~ msgstr "@@guild|Inviter %s@@" + +#~ msgid "@@party|Invite %s to join your party@@" +#~ msgstr "@@party|Inviter %s med i dit party@@" + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Opdel@@" + +#~ msgid "Switch server" +#~ msgstr "Skift server" + +#~ msgid "Switch character" +#~ msgstr "Skift figur" + +#~ msgid "Email:" +#~ msgstr "E-mail:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Vælg din Mana World Server" + +#~ msgid "Port:" +#~ msgstr "Port:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Skriv både adressen og porten på serveren." + +#~ msgid "Visible names" +#~ msgstr "Vis navne" + +#~ msgid "Propose trade" +#~ msgstr "Foreslå handel" + +#~ msgid "Confirm trade" +#~ msgstr "Bekræft handel" + +#~ msgid "Change" +#~ msgstr "Ændre" + +#~ msgid "Attack %+d" +#~ msgstr "Angrib %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Forsvar %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" + +#~ msgid "Confirm" +#~ msgstr "Bekræft" + +#~ msgid "Charisma:" +#~ msgstr "Udstråling" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Total Vægt: %d - Maximum Vægt: %d" + +#~ msgid "Keep" +#~ msgstr "Behold" diff --git a/po/de.po b/po/de.po new file mode 100644 index 00000000..578ae8b8 --- /dev/null +++ b/po/de.po @@ -0,0 +1,608 @@ +# German translation of The Mana World. +# Copyright (C) 2007 The Mana World Development Team +# This file is distributed under the same license as the The Mana World package. +# Matthias Hartmann , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: The Mana World 0.1.0\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-10-13 00:25+0000\n" +"Last-Translator: Aeneas Jaißle \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Kaufen" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Preis: %d GP / Summe: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Beenden" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Beschreibung: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Effekt: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "Bestätige Charakter-Löschung" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Bist du sicher, dass du diesen Charakter löschen möchtest?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Spielfigur auswählen" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Abbrechen" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Neu" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Löschen" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Zurück" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Weiter" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Name : %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Stufe: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Stufe: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Geld: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Charakter erstellen" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Name :" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Haarfarbe" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Frisur" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Erstellen" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Spielfigur auswählen" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Ja" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Nein" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Verbinde..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Ausrüstung" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventar" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Benutzen" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Wegwerfen" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Ablegen" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Ausrüsten" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Wähle aus, wieviele Gegenstände Du tauschen möchtest." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Wähle aus, wieviele Gegenstände Du wegwerfen möchtest." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Anmelden" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Passwort:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "Benutzernamen merken" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Registrieren" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Status" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Fertigkeiten" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Tastenkürzel" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Einstellungen" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "Übersichtskarte" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Mit %s handeln@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|%s angreifen@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Mit NSC reden@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Abbrechen@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|%s aufheben@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Ausrüsten@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Ausrüsten@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Nutzen@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Fallen lassen@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Beschreibung@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Bestätigen:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "Männlich" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "Weiblich" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Der Nutzername muss aus mindestens %d Zeichen bestehen." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "Der Nutzername muss kürzer als %d Zeichen sein." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "Das Passwort muss aus mindestens %d bestehen." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "Das Passwort muss kürzer als %d Zeichen sein." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Passwörter stimmen nicht überein." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Fehler" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Verkaufen" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Ton" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Lautstärke der Klangeffekte" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Latustärke der Musik" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Anwenden" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Fenster zurücksetzen" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Video" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Audio" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "Tastatur" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Knopf drücken um die Kalibrierung zu starten" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Kalibrieren" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Joystick aktivieren" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Stopp" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Kreise den Steuerknüppel" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Vollbild" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Benutzerdefinierten Zeiger" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "FPS-Limit:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "GUI Transparenz" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Scroll-Radius" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Scroll-Trägheit" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Hintergrundeffekte" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "Aus" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "Niedrig" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "Hoch" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Wechsle zum Vollbildmodus" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Ändere OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" +"Änderungen an OpenGL werden erst nach einem Neustart der Anwendung " +"übernommen." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Hinzufügen" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Du erhälst %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Du gibst:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Account and Character Management" +#~ msgstr "Account- und Charakterverwaltung" + +#~ msgid "Unregister" +#~ msgstr "Abmelden" + +#~ msgid "Change Password" +#~ msgstr "Kennwort ändern" + +#~ msgid "Change Email Address" +#~ msgstr "Email-Adresse ändern" + +#~ msgid "Account: %s" +#~ msgstr "Account: %s" + +#~ msgid "Strength:" +#~ msgstr "Stärke:" + +#~ msgid "Agility:" +#~ msgstr "Agilität:" + +#~ msgid "Dexterity:" +#~ msgstr "Geschicklichkeit:" + +#~ msgid "Vitality:" +#~ msgstr "Vitalität:" + +#~ msgid "Intelligence:" +#~ msgstr "Intelligenz:" + +#~ msgid "Willpower:" +#~ msgstr "Willenskraft:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Bitte verteile %d Punkte" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Dein Name muss aus mindestens 4 Zeichen bestehen." + +#~ msgid "Character stats OK" +#~ msgstr "Spielfigurattribute OK" + +#~ msgid "Please remove %d points" +#~ msgstr "Bitte entferne %d Punkte" + +#~ msgid "Split" +#~ msgstr "Aufteilen" + +#~ msgid "Select amount of items to split." +#~ msgstr "Wähle aus, wieviel Gegenstände Du aufteilen möchtest." + +#~ msgid "Guilds" +#~ msgstr "Gilden" + +#~ msgid "@@guild|Invite %s@@" +#~ msgstr "@@guild|%s einladen@@" + +#~ msgid "@@party|Invite %s to join your party@@" +#~ msgstr "@@party|%s in deine Gruppe einladen@@" + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Aufteilen@@" + +#~ msgid "Switch server" +#~ msgstr "Server wechseln" + +#~ msgid "Switch character" +#~ msgstr "Spielfigur wechseln" + +#~ msgid "Email:" +#~ msgstr "E-Mail:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Wähle Deinen Mana World Spielserver" + +#~ msgid "Port:" +#~ msgstr "Port:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Bitte die Adresse und den Port eines Servers eingeben" + +#~ msgid "Visible names" +#~ msgstr "Sichtbare Namen" + +#~ msgid "Propose trade" +#~ msgstr "Handel vorschlagen" + +#~ msgid "Confirm trade" +#~ msgstr "Handel bestätigen" + +#~ msgid "Change" +#~ msgstr "Ändern" + +#~ msgid "Attack %+d" +#~ msgstr "Angriff %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Verteidigung %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" + +#~ msgid "Confirm" +#~ msgstr "Bestätigen" + +#~ msgid "Charisma:" +#~ msgstr "Charisma:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Gesamtgewicht : %d - Maximales Gewicht : %d" + +#~ msgid "Keep" +#~ msgstr "Erinnern" diff --git a/po/en_GB.po b/po/en_GB.po new file mode 100644 index 00000000..c17c3ad7 --- /dev/null +++ b/po/en_GB.po @@ -0,0 +1,582 @@ +# English (United Kingdom) translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-05-10 16:51+0000\n" +"Last-Translator: Me \n" +"Language-Team: English (United Kingdom) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Buy" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Price: %d GP / Total: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Exit" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Description: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Effect: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Are you sure you want to delete this character?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Select Character" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Cancel" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "New" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Delete" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Previous" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Next" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Name: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Level: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Level: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Money: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Create Character" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Name:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Hair Colour:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Hair Style:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Create" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Select Character" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Yes" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "No" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Connecting..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Equipment" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventory" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Use" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Drop" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Unequip" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Equip" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Select amount of items to trade." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Select amount of items to drop." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Login" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Password:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Register" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Status" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Skills" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Shortcut" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Setup" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "MiniMap" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Trade With %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Attack %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Talk To NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Cancel@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Pick Up %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Equip@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Equip@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Use@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Drop@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Description@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Confirm:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "The username needs to be at least %d characters long." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "The username needs to be less than %d characters long." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "The password needs to be at least %d characters long." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "The password needs to be less than %d characters long." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Passwords do not match." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Error" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Sell" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Sound" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Sfx volume" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Music volume" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Apply" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Reset Windows" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Video" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Audio" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Press the button to start calibration" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Calibrate" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Enable joystick" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Stop" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Rotate the stick" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Full screen" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Custom cursor" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "FPS Limit:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Gui opacity" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Scroll radius" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Scroll laziness" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Ambient FX" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "off" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "low" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "high" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Switching to full screen" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Restart needed for changes to take effect." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Changing OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "Applying change to OpenGL requires restart." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Add" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "You get %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "You give:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "Unregister" + +#~ msgid "Strength:" +#~ msgstr "Strength:" + +#~ msgid "Agility:" +#~ msgstr "Agility:" + +#~ msgid "Dexterity:" +#~ msgstr "Dexterity:" + +#~ msgid "Vitality:" +#~ msgstr "Vitality:" + +#~ msgid "Intelligence:" +#~ msgstr "Intelligence:" + +#~ msgid "Willpower:" +#~ msgstr "Willpower:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Please distribute %d points" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Your name needs to be at least 4 characters." + +#~ msgid "Character stats OK" +#~ msgstr "Character stats OK" + +#~ msgid "Please remove %d points" +#~ msgstr "Please remove %d points" + +#~ msgid "Split" +#~ msgstr "Split" + +#~ msgid "Select amount of items to split." +#~ msgstr "Select amount of items to split." + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Split@@" + +#~ msgid "Switch server" +#~ msgstr "Switch server" + +#~ msgid "Switch character" +#~ msgstr "Switch character" + +#~ msgid "Email:" +#~ msgstr "Email:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Choose your Mana World Server" + +#~ msgid "Port:" +#~ msgstr "Port:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Please type both the address and the port of a server." + +#~ msgid "Propose trade" +#~ msgstr "Propose trade" + +#~ msgid "Confirm trade" +#~ msgstr "Confirm trade" + +#~ msgid "Change" +#~ msgstr "Change" + +#~ msgid "Attack %+d" +#~ msgstr "Attack %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Defense %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" + +#~ msgid "Confirm" +#~ msgstr "Confirm" + +#~ msgid "Charisma:" +#~ msgstr "Charisma:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Total Weight: %d - Maximum Weight: %d" + +#~ msgid "Keep" +#~ msgstr "Keep" diff --git a/po/eo.po b/po/eo.po new file mode 100644 index 00000000..ad4bcdca --- /dev/null +++ b/po/eo.po @@ -0,0 +1,487 @@ +# Esperanto translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-11-10 22:03+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Esperanto \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, c-format +msgid "Job Level: %d" +msgstr "" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "" + +#: src/gui/char_server.cpp:52 +msgid "Select Server" +msgstr "" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "" + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "" + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "" + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:283 +msgid "@@use|Unequip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "" + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" diff --git a/po/es.po b/po/es.po new file mode 100644 index 00000000..e544ff86 --- /dev/null +++ b/po/es.po @@ -0,0 +1,582 @@ +# Spanish translation for tmw +# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-10-15 01:37+0000\n" +"Last-Translator: catalania \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Comprar" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Precio: %d GP / Total: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Salir" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Descripción: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Efecto: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "¿Seguro que quieres borrar este personaje?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Seleccionar personaje" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Aceptar" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Cancelar" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Nuevo" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Eliminar" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Anterior" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Siguiente" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Nombre: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Nivel: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Nivel: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Dinero: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Crear Personaje" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Nombre:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Color de pelo:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "corte de pelo" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Crear" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Seleccionar personaje" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Sí" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "No" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Conectando…" + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Equipo" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventario" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Usar" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "tirar" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "quitarselo" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Equipar" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Seleccione objetos para comerciar." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Seleccione objetos para soltar." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "conectarse" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Contraseña:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Servidor:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Registrar" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Estado" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Habilidades" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Atajos" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Configuración" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "Minimapa" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Comerciar con %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Atacar a %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Hablar al NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Cancelar@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Recoger %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Equipar@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Equipar@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Usar@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Tirar@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Descripción@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Confirmar:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "El nombre de usuario debe tener al menos %d caracteres." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "El nombre de usuario puede tener como máximo %d caracteres." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "La contraseña debe tener al menos %d caracteres." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "La contraseña puede tener como máximo %d caracteres." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Las contraseñas no coinciden." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Error" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Vender" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Sonido" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Volumen efectos" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Volumen musica" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Aplicar" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Reiniciar ventanas" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Vídeo" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Audio" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "Teclado" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Presione el botón para comenzar la calibración" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Calibrar" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Activar joystick" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Detener" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Gire el stick" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Pantalla completa" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Cursor propio" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "Límite de FPS:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Transparencia menus" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Ratio de scroll" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Velocidad de scroll" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Efectos ambientales" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "desactivado" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "bajo" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "alto" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Cambiar a pantalla completa" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Se necesita reiniciar para aplicar los cambios." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Cambiar a OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "Se necesita reiniciar para aplicar los cambios hechos a OpenGL." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Añadir" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Tu consigues %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Tu das:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "Cancelar Cuenta" + +#~ msgid "Strength:" +#~ msgstr "Fuerza:" + +#~ msgid "Agility:" +#~ msgstr "Agilidad:" + +#~ msgid "Dexterity:" +#~ msgstr "Destreza:" + +#~ msgid "Vitality:" +#~ msgstr "Vitalidad:" + +#~ msgid "Intelligence:" +#~ msgstr "Inteligencia:" + +#~ msgid "Willpower:" +#~ msgstr "Fuerza de voluntad:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Distribuya %d puntos" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "El nombre debe tener al menos 4 caracteres." + +#~ msgid "Character stats OK" +#~ msgstr "Estatus personaje OK" + +#~ msgid "Please remove %d points" +#~ msgstr "por favor quita %d puntos" + +#~ msgid "Split" +#~ msgstr "Dividir" + +#~ msgid "Select amount of items to split." +#~ msgstr "Seleccione objetos para dividir." + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Dividir@@" + +#~ msgid "Switch server" +#~ msgstr "Cambiar servidor" + +#~ msgid "Switch character" +#~ msgstr "Cambiar personaje" + +#~ msgid "Email:" +#~ msgstr "Email:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Elija su servidor de Mana World" + +#~ msgid "Port:" +#~ msgstr "Puerto:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Escriba la dirección y el puerto de un servidor." + +#~ msgid "Propose trade" +#~ msgstr "Proponer" + +#~ msgid "Confirm trade" +#~ msgstr "Confirmar" + +#~ msgid "Change" +#~ msgstr "Modificar" + +#~ msgid "Attack %+d" +#~ msgstr "Ataque %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Defensa %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" + +#~ msgid "Confirm" +#~ msgstr "Confirmar" + +#~ msgid "Charisma:" +#~ msgstr "Carisma:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Peso Total: %d - Peso Máximo: %d" + +#~ msgid "Keep" +#~ msgstr "Mantener" diff --git a/po/fi.po b/po/fi.po new file mode 100644 index 00000000..e4b01584 --- /dev/null +++ b/po/fi.po @@ -0,0 +1,592 @@ +# Finnish translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-12-30 10:23+0000\n" +"Last-Translator: ville-v \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Osta" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Kappalehinta: %d GP / Yhteensä: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Sulje" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Kuvaus: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Vaikutus: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "Vahvista hahmon poistopyyntö" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Oletko varma, että haluat poistaa tämän hahmon?" + +#: src/gui/char_select.cpp:79 +#, fuzzy +msgid "Select Character" +msgstr "Luo hahmo" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Peru" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Uusi" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Poista" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Edellinen" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Seuraava" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Nimi: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Taso: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Taso: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Rahatilanne: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Luo hahmo" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Nimi:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Hiusten väri:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Hiustyyli:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Luo" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Vaihda palvelinta" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Kyllä" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Ei" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Yhdistetään..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Varusteet" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Tavaraluettelo" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Käytä" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Pudota" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Poista varuste käytöstä" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Ota käyttöön" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Anna vaihdettavien tavaroiden määrä." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Anna pudotettavien tavaroiden määrä." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Kirjaudu sisään" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Salasana:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Palvelin:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "Muista käyttäjätunnus" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Rekisteröidy" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Hahmon tiedot" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Taidot" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Pikavalinnat" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Asetukset" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "Apukartta" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "Epäpelattava hahmo" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Vaihda tavaroita %s kanssa@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Hyökkää %s kimppuun@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Puhu epäpelattavalle hahmolle@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Peruuta@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Poimi %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Ota varuste käyttöön@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Ota varuste käyttöön@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Käytä@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Pudota maahan@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Kuvaus@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Vahvista:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "Miespuolinen" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "Naispuolinen" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Käyttäjänimen tulee olla vähintään %d merkkiä pitkä" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "Käyttäjänimen tulee olla alle %d merkkiä pitkä." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "Salasanan tulee olla vähintään %d merkkiä pitkä" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "Salasanan tulee olla alle %d merkkiä pitkä." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Salasanat eivät täsmää." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Virhe" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Myy" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Ääni" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Äänitehosteiden voimakkuus" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Musiikin voimakkuus" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Käytä" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Palauta ikkunoiden oletusasetukset" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Kuva" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Ääni" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Peliohjain" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "Näppäimistö" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Paina tätä nappia aloittaaksesi peliohjaimen kalibroinnin" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Kalibroi" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Peliohjaintuki päälle" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Lopeta" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Käytä ohjain ääriasennoissaan pyörittämällä" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Kokoruututila" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Tyylitelty hiiren osoitin" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "Piirtonopeusrajoitin (kuvaa / sekunti)" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Käyttöliittymän läpinäkyvyys" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Kameran perässälaahaus" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Kameran perässälaahauksen tiukkuus" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Taustaäänet" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "pois päältä" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "matala" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "korkea" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Kokoruututilaan siirtyminen" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Vaihdetaan OpenGL -toimintatilaan" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "OpenGL -asetusten muutokset vaativat ohjelman uudelleenkäynnistyksen" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Lisää" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Sait %d GP" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Annat:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Account and Character Management" +#~ msgstr "Tilin ja hahmojen hallinta" + +#~ msgid "Unregister" +#~ msgstr "Poista palvelimelta" + +#~ msgid "Change Password" +#~ msgstr "Vaihda salasana" + +#~ msgid "Change Email Address" +#~ msgstr "Vaihda sähköpostiosoite" + +#~ msgid "Account: %s" +#~ msgstr "Tili: %s" + +#~ msgid "Strength:" +#~ msgstr "Voima:" + +#~ msgid "Agility:" +#~ msgstr "Ketteryys:" + +#~ msgid "Dexterity:" +#~ msgstr "Näppäryys:" + +#~ msgid "Vitality:" +#~ msgstr "Elinvoima:" + +#~ msgid "Intelligence:" +#~ msgstr "Älykkyys:" + +#~ msgid "Willpower:" +#~ msgstr "Tahdonvoima:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Jaa %d pistettä" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Nimessäsi täytyy olla ainakin 4 merkkiä." + +#~ msgid "Character stats OK" +#~ msgstr "Hahmon pistejako OK" + +#~ msgid "Please remove %d points" +#~ msgstr "%d pistettä liikaa" + +#~ msgid "Split" +#~ msgstr "Jaa" + +#~ msgid "Select amount of items to split." +#~ msgstr "Anna eri pinoon jaettavien tavaroiden määrä." + +#~ msgid "Guilds" +#~ msgstr "Kiltatoiminta" + +#~ msgid "@@guild|Invite %s@@" +#~ msgstr "@@guild|Kutsu %s mukaan kiltaan@@" + +#~ msgid "@@party|Invite %s to join your party@@" +#~ msgstr "@@party|Kutsu %s mukaan ryhmääsi@@" + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Pinon jako@@" + +#~ msgid "Switch character" +#~ msgstr "Vaihda hahmoa" + +#~ msgid "Email:" +#~ msgstr "Sähköpostiosoite:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Valitse Mana World -palvelimesi" + +#~ msgid "Port:" +#~ msgstr "Portti:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Kirjoita kenttiin sekä palvelimen osoite että portti" + +#~ msgid "Visible names" +#~ msgstr "Näytä nimet" + +#~ msgid "Propose trade" +#~ msgstr "Ehdota vaihtokauppaa" + +#~ msgid "Confirm trade" +#~ msgstr "Suostu vaihtokauppaan" + +#~ msgid "Change" +#~ msgstr "Muuta" + +#~ msgid "Attack %+d" +#~ msgstr "Hyökkäys %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Puolustus %+d" + +#~ msgid "HP %+d" +#~ msgstr "Iskupisteet %+d" + +#~ msgid "MP %+d" +#~ msgstr "Taikapisteet %+d" diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 00000000..ed1340d3 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,609 @@ +# French translation of The Mana World. +# Copyright (C) 2007 The Mana World Development Team +# This file is distributed under the same license as the The Mana World package. +# Guillaume Melquiond , 2007. +# +# +msgid "" +msgstr "" +"Project-Id-Version: The Mana World 0.1.0\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-12-26 10:43+0000\n" +"Last-Translator: Johan Serre \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Acheter" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Prix : %d PO / Total : %d PO" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Quitter" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Description : %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Effet : %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "Confirmer la suppression du personnage" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Êtes-vous certain de vouloir supprimer ce personnage ?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Choix du personnage" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Annuler" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Nouveau" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Supprimer" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Précédent" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Suivant" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Nom : %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Niveau : %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Niveau : %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Argent : %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Création du personnage" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Nom :" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Couleur des cheveux" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Coiffure :" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Créer" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Choix du personnage" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Oui" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Non" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Connexion..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Équipement" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventaire" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Utiliser" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Lâcher" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Retirer" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Équiper" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Choisissez le nombre d'objets à troquer." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Choisissez le nombre d'objets à lâcher." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Connexion" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Mot de passe :" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Serveur :" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "Se souvenir du nom d'utilisateur" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "S'inscrire" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Statut" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Compétences" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Raccourci" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Configuration" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "Plan" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "PNJ" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Troquer avec %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Attaquer %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Parler au PNJ@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Annuler@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Ramasser %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Équiper@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Équiper@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Utiliser@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Lâcher@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Description@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Vérification :" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "Masculin" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "Féminin" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Le nom d'utilisateur doit faire au moins %d caractères." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "Le nom d'utilisateur doit faire moins de %d caractères." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "Le mot de passe doit faire au moins %d caractères." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "Le mot de passe doit faire moins de %d caractères." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Les deux mots de passe ne correspondent pas." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Erreur" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Vendre" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Son" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Volume des effets sonores" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Volume de la musique" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Appliquer" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Rétablir les fenêtres" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Vidéo" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Audio" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "Clavier" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Presser le bouton pour démarrer la calibration" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Calibrer" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Activer le joystick" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Stop" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Tourner le joystick" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Plein écran" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Curseur personnalisé" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "Limite FPS :" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Opacité de l'interface" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Rayon du scrolling" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Paresse du scrolling" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Effets ambiants" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "aucun" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "léger" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "complet" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Passage en plein écran" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "" +"Les changements ne seront pris en compte qu'au prochain démarrage du jeu." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Changement OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" +"Le changement OpenGL ne sera pris en compte qu'au prochain démarrage du jeu." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Ajouter" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Vous obtenez %d PO." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Vous donnez :" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Account and Character Management" +#~ msgstr "Gestion du compte et du personnage" + +#~ msgid "Unregister" +#~ msgstr "Se désinscrire" + +#~ msgid "Change Password" +#~ msgstr "Changer le mot de passe" + +#~ msgid "Change Email Address" +#~ msgstr "Changer l'adresse email" + +#~ msgid "Account: %s" +#~ msgstr "Compte: %s" + +#~ msgid "Strength:" +#~ msgstr "Force :" + +#~ msgid "Agility:" +#~ msgstr "Agilité :" + +#~ msgid "Dexterity:" +#~ msgstr "Dextérité :" + +#~ msgid "Vitality:" +#~ msgstr "Vitalité :" + +#~ msgid "Intelligence:" +#~ msgstr "Intelligence :" + +#~ msgid "Willpower:" +#~ msgstr "Volonté :" + +#~ msgid "Please distribute %d points" +#~ msgstr "Veuillez distribuer %d points" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Votre nom doit comporter un minimum de 4 caractères" + +#~ msgid "Character stats OK" +#~ msgstr "Caractéristiques Ok" + +#~ msgid "Please remove %d points" +#~ msgstr "Veuillez retirer %d points" + +#~ msgid "Split" +#~ msgstr "Partager" + +#~ msgid "Select amount of items to split." +#~ msgstr "Choisissez le nombre d'objets à déplacer." + +#~ msgid "Guilds" +#~ msgstr "Guildes" + +#~ msgid "@@guild|Invite %s@@" +#~ msgstr "@@guilde|Invite %s@@" + +#~ msgid "@@party|Invite %s to join your party@@" +#~ msgstr "@@partie| Invitation de %s à joindre votre partie @@" + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Partager@@" + +#~ msgid "Switch server" +#~ msgstr "Changer de serveur" + +#~ msgid "Switch character" +#~ msgstr "Changer de personnage" + +#~ msgid "Email:" +#~ msgstr "Email :" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Choisissez votre serveur The Mana World" + +#~ msgid "Port:" +#~ msgstr "Port :" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Veuillez entrer l'adresse et le port du serveur." + +#~ msgid "Visible names" +#~ msgstr "Afficher les noms" + +#~ msgid "Propose trade" +#~ msgstr "Proposer ce troc" + +#~ msgid "Confirm trade" +#~ msgstr "Confirmer ce troc" + +#~ msgid "Change" +#~ msgstr "Changer" + +#~ msgid "Attack %+d" +#~ msgstr "Attaque %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Défense %+d" + +#~ msgid "HP %+d" +#~ msgstr "PV %+d" + +#~ msgid "MP %+d" +#~ msgstr "PM %+d" + +#~ msgid "Confirm" +#~ msgstr "Confirmer" + +#~ msgid "Charisma:" +#~ msgstr "Charisme :" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Poids total : %d - Poids maximal : %d" + +#~ msgid "Keep" +#~ msgstr "Conserver" diff --git a/po/he.po b/po/he.po new file mode 100644 index 00000000..0b78dda9 --- /dev/null +++ b/po/he.po @@ -0,0 +1,592 @@ +# Hebrew translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-10-20 00:23+0000\n" +"Last-Translator: Ddorda \n" +"Language-Team: Hebrew \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "קנה" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "מחיר: %d זהב / סה\"כ %d זהב" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "יציאה" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "תיאור: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "השפעה: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "אשר מחיקת שחקן" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "האם אתה בטוח כי ברצונך למחוק את השחקן?" + +#: src/gui/char_select.cpp:79 +#, fuzzy +msgid "Select Character" +msgstr "צור שחקן" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "אישור" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "ביטול" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "חדש" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "מחק" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "הקודם" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "הבא" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "שם: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "רמה: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "רמה: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "זהב: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "צור שחקן" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "שם:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "צבע שיער:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "תיספורת:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "צור" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "החלף שרת" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "כן" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "לא" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "מתחבר..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "ציוד" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "ציוד" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "השתמש" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "השלך" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "הורד" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "החזק" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "בחר כמות חפצים לסחור." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "בחר כמות חפצים להשליך." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "התחברות" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "סיסמה:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "שרת:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "זכור שם משתמש" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "הרשם" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "מצב" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "כישורים" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "קיצור-דרך" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "הגדרות" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "מיני-מפה" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|סחור עם %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|תקוף את %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|דבר אל NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|ביטול@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|הרם %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|החזק@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|החזק@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Use@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|השלך@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|תיאור@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "אשר:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "זכר" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "נקבה" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "שם המשתמש חייב להכיל לפחות %d תוים." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "שם המשתמש חייב להכיל פחות מ-%d תוים." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "הסיסמה חייבת להכיל לפחות %d תוים." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "הסיסמה חייבת להכיל פחות מ-%d תוים." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "הסיסמאות אינן תואמות." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "שגיאה" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "מכר" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "צליל" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "עוצמת SFX" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "עוצמת מוזיקה" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "אשר" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "אתחל חלונות" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "וידאו" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "שמע" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "ג'ויסטיק" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "מקלדת" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "לחץ על הכפתור בכדי להתחיל בכיול" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "כייל" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "אפשר ג'ויסטיק" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "עצור" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "סובב את המקל" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "מסך מלא" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "‏OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "סמן-עכבר מותאם" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "הגבלת FPS:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "אטימות Gui" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "תווך גלילה" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "עצלנות גלילה" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "אופף FX" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "כבוי" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "נמוך" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "גבוה" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "מחליף למסך מלא" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "משנה OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "אישור שינויים עבור OpenGL דורש איתחול." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "הוסף" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "אתה מקבל %d זהב." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "אתה נותן:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Account and Character Management" +#~ msgstr "ניהול משתמש ושחקן" + +#~ msgid "Unregister" +#~ msgstr "בטל רישום" + +#~ msgid "Change Password" +#~ msgstr "שנה סיסמה" + +#~ msgid "Change Email Address" +#~ msgstr "שנה כתובת דואר אלקטרוני" + +#~ msgid "Account: %s" +#~ msgstr "משתמש: %s" + +#~ msgid "Strength:" +#~ msgstr "עוצמה:" + +#~ msgid "Agility:" +#~ msgstr "זריזות:" + +#~ msgid "Dexterity:" +#~ msgstr "מיומנות:" + +#~ msgid "Vitality:" +#~ msgstr "חיוניות:" + +#~ msgid "Intelligence:" +#~ msgstr "תבונה:" + +#~ msgid "Willpower:" +#~ msgstr "כח רצון:" + +#~ msgid "Please distribute %d points" +#~ msgstr "אנא חלק %d נקודות" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "יש להכניס לפחות 4 תוים בשם." + +#~ msgid "Character stats OK" +#~ msgstr "נתוני שחקן - אישור" + +#~ msgid "Please remove %d points" +#~ msgstr "אנא הסר %d נקודות" + +#~ msgid "Split" +#~ msgstr "פצל" + +#~ msgid "Select amount of items to split." +#~ msgstr "בחר כמות חפצים לפצל." + +#~ msgid "Guilds" +#~ msgstr "גילדות" + +#~ msgid "@@guild|Invite %s@@" +#~ msgstr "@@guild|הזמן את %s@@" + +#~ msgid "@@party|Invite %s to join your party@@" +#~ msgstr "@@party|הזמן את %s להצטרף למסיבה@@" + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|פצל@@" + +#~ msgid "Switch character" +#~ msgstr "החלף שחקן" + +#~ msgid "Email:" +#~ msgstr "דוא\"ל:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "בחר את שרת ה-Mana World" + +#~ msgid "Port:" +#~ msgstr "פורט:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "אנא הכנס גם את כתובת וגם את פורט השרת." + +#~ msgid "Visible names" +#~ msgstr "שמות גלויים" + +#~ msgid "Propose trade" +#~ msgstr "מציע לחור" + +#~ msgid "Confirm trade" +#~ msgstr "אשר מסחר" + +#~ msgid "Change" +#~ msgstr "שנה" + +#~ msgid "Attack %+d" +#~ msgstr "התקפה %+d" + +#~ msgid "Defense %+d" +#~ msgstr "הגנה %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" diff --git a/po/hr.po b/po/hr.po new file mode 100644 index 00000000..70fabbce --- /dev/null +++ b/po/hr.po @@ -0,0 +1,543 @@ +# Croatian translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-12-28 23:36+0000\n" +"Last-Translator: Dino Paskvan \n" +"Language-Team: Croatian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Kupi" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Cijena: %d zlatnika / Ukupno: %d zlatnika" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Izlaz" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Opis: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Učinak: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "Potvrdi Brisanje Lika" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Da li ste sigurni da želite obrisati ovog lika?" + +#: src/gui/char_select.cpp:79 +#, fuzzy +msgid "Select Character" +msgstr "Stvori Lika" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "U redu" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Poništi" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Novi" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Obriši" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Prethodni" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Slijedeći" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Ime: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Nivo: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Nivo: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Novac: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Stvori Lika" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Ime:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Boja kose:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Frizura:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Stvori" + +#: src/gui/char_server.cpp:52 +msgid "Select Server" +msgstr "" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Da" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Ne" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Spajanje..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Oprema" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Zalihe" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Upotrijebi" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Ispusti" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Skini opremu" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Opremi" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Odaberi količinu predmeta za razmjenu." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Odaberi količinu predmeta za ispuštanje." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Korisničko ime" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Lozinka" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "Zapamti korisničko ime" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Registriraj se" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Stanje" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Vještine" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Kratica" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Podešavanje" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "Karta" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "Skini opremu" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "Muško" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "Žensko" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "" + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Greška" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Account and Character Management" +#~ msgstr "Upravljanje Računom i Likovima" + +#~ msgid "Unregister" +#~ msgstr "Odjavi" + +#~ msgid "Change Password" +#~ msgstr "Promijeni Lozinku" + +#~ msgid "Change Email Address" +#~ msgstr "Promijeni Email Adresu" + +#~ msgid "Account: %s" +#~ msgstr "Korisnički račun: %s" + +#~ msgid "Strength:" +#~ msgstr "Snaga:" + +#~ msgid "Agility:" +#~ msgstr "Okretnost:" + +#~ msgid "Dexterity:" +#~ msgstr "Spretnost:" + +#~ msgid "Vitality:" +#~ msgstr "Vitalnost:" + +#~ msgid "Intelligence:" +#~ msgstr "Inteligencija:" + +#~ msgid "Willpower:" +#~ msgstr "Snaga volje:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Molimo, rasporedi %d bodova" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Ime mora imati barem 4 znaka." + +#~ msgid "Character stats OK" +#~ msgstr "Podaci lika su u redu" + +#~ msgid "Please remove %d points" +#~ msgstr "Molimo, oduzmi %d bodova" + +#~ msgid "Split" +#~ msgstr "Razdvoji" + +#~ msgid "Select amount of items to split." +#~ msgstr "Odaberi količinu predmeta za razdvajanje." + +#~ msgid "Guilds" +#~ msgstr "Cehovi" diff --git a/po/id.po b/po/id.po new file mode 100644 index 00000000..c470df15 --- /dev/null +++ b/po/id.po @@ -0,0 +1,579 @@ +# Indonesian translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-03-26 09:11+0000\n" +"Last-Translator: ActiveFile \n" +"Language-Team: Indonesian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Beli" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Harga: %d GP / Jumlah: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Keluar" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Deskripsi: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Efek: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Apakah anda bersungguh-sungguh ingin menghapus karakter ini?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Pilih Karakter" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Batal" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Buat baru" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Hapus" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Sebelumnya" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Berikutnya" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Nama: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Tingkatan: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Tingkatan: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Uang: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Buat Karakter" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Nama:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Warna Rambut:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Gaya Rambut:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Buat" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Pilih Karakter" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Ya" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Tidak" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Menyambung..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Perlengkapan" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventaris" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Gunakan" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Jatuh" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Pilih jumlah item yang mau di perdagangkan" + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Pilih jumlah item yang mau di buang" + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Login" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Kata Sandi:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Mendaftar" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Status" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Keahlian" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Tombol Singkat" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Atur" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "MiniMap" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Dagang Dengan %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Serang%s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Bicara dengan NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Batal@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Ambil %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Melengkapi@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Melengkapi@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Gunakan@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Buang@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Deskripsi@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Konfirmasi:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Panjang username setidak-tidaknya %d karakter" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "Panjang kata-sandi setidak-tidaknya %d karakter" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Kata sandi tidak sama." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Kesalahan" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Jual" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Suara" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Volume sfx" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Volume Musik" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Terapkan" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Video" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Suara" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Tekan tombol untuk memulai kalibrasi" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Kalibrasi" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Membolehkan joistik" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Berhenti" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Memutar tongkat" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Layar penuh" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "Batas FPS" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Radius gulungan" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "mati" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "rendah" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "tinggi" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Mengganti ke layar penuh" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Memulai dari awal di butuhkan untuk melihat efek" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Mengubah OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "Mendaftar perubahan ke OpenGL membutuhkan memulai dari awal" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Tambah" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Anda mendapatkan %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Anda memberikan:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "Tidak terdaftar" + +#~ msgid "Strength:" +#~ msgstr "Kekuatan" + +#~ msgid "Dexterity:" +#~ msgstr "Ketangkasan" + +#~ msgid "Vitality:" +#~ msgstr "Daya/Tenaga Hidup" + +#~ msgid "Intelligence:" +#~ msgstr "Kecerdasan" + +#~ msgid "Willpower:" +#~ msgstr "Ketekunan" + +#~ msgid "Please distribute %d points" +#~ msgstr "Tolong distribusikan %d point" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Nama anda sekurang-kurangnya harus 4 karakter" + +#~ msgid "Character stats OK" +#~ msgstr "Stats Karakter OK" + +#~ msgid "Please remove %d points" +#~ msgstr "Tolong hilangkan %d point" + +#~ msgid "Split" +#~ msgstr "Pecah" + +#~ msgid "Select amount of items to split." +#~ msgstr "Pilih jumlah item yang mau di pisahkan" + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Pisah@@" + +#~ msgid "Switch server" +#~ msgstr "Ganti Server" + +#~ msgid "Switch character" +#~ msgstr "Ganti Karakter" + +#~ msgid "Email:" +#~ msgstr "Email:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Pilih Server Mana World" + +#~ msgid "Port:" +#~ msgstr "Port:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Tolong tulis address dan port dari server" + +#~ msgid "Propose trade" +#~ msgstr "Menawarkan tukar menukar" + +#~ msgid "Confirm trade" +#~ msgstr "Konfirmasi tukar menukar" + +#~ msgid "Change" +#~ msgstr "Ubah" + +#~ msgid "Attack %+d" +#~ msgstr "Serangan %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Pertahanan %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" + +#~ msgid "Confirm" +#~ msgstr "Konfirmasi" + +#~ msgid "Charisma:" +#~ msgstr "Karisma" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Jumlah Berat: %d - Berat Maksimum: %d" + +#~ msgid "Keep" +#~ msgstr "Pertahankan" diff --git a/po/it.po b/po/it.po new file mode 100644 index 00000000..3f3cd860 --- /dev/null +++ b/po/it.po @@ -0,0 +1,584 @@ +# Italian translation of The Mana World. +# Copyright (C) 2007 The Mana World Development Team +# This file is distributed under the same license as the The Mana World package. +# Eugenio Favalli , 2007. +# , fuzzy +# +# +msgid "" +msgstr "" +"Project-Id-Version: The Mana World 0.1.0\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2007-12-03 01:45+0000\n" +"Last-Translator: Bjørn Lindeijer \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Compra" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Prezzo: %d GP / Totale: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Esci" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Descrizione : %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Effetto : %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Sei sicuro di voler cancellare questo personaggio?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Scelta Personaggio" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Cancella" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Nuovo" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Elimina" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Precedente" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Prossimo" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Nome : %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Livello: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Livello: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Monete: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Crea Personaggio" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Nome :" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Colore Capelli" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Stile Capelli:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Create" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Scelta Personaggio" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Si" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "No" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Connessione..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Equipaggiamento" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventario" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Usa" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Lascia" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Rimuovi" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Equipaggia" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Seleziona la quantità di oggetti da scambiare." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Seleziona la quantità di oggetti da lasciare." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Autenticazione" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Password:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Registra" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Stato" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Abilità" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Scorciatoia" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Impostazioni" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "Mini mappa" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Scambia Con %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Attacca %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Parla con NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Cancella@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Raccogli %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Equipaggia@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Equipaggia@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@usa|Usa@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Lascia@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Descrizione@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Conferma:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Il nome utente deve contenere almeno %d caratteri." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "Il nome utente deve avere meno di %d caratteri." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "La password deve essere lunga almeno %d caratteri." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "La password deve contenere meno di %d caratteri." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Le password non corrispondono." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Errore" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Vendi" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Suono" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Volume effetti sonori" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Volume musica" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Applica" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Resetta finestre" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Video" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Audio" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Premi il pulsante per cominciare la calibrazione" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Calibra" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Abilita joystick" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Ferma" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Ruota la manopola" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Schermo intero" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Cursore personalizzato" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "Limita FPS:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Opacità IU" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Raggio dello scroll" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Lentezza dello scroll" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Suoni ambientali" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "Spento" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "Basso" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "Alto" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Modalità a schermo intero" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Modifica OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "Applicare le modifiche ad OpenGL richiede il riavvio." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Aggiungi" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Ottieni %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Dai:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "Cancella registrazione" + +#~ msgid "Strength:" +#~ msgstr "Forza:" + +#~ msgid "Agility:" +#~ msgstr "Agilità:" + +#~ msgid "Dexterity:" +#~ msgstr "Destrezza:" + +#~ msgid "Vitality:" +#~ msgstr "Vitalità:" + +#~ msgid "Intelligence:" +#~ msgstr "Intelligenza:" + +#~ msgid "Willpower:" +#~ msgstr "Volontà:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Prego distribuisci %d points" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Il tuo nome deve contenere almeno 4 caratteri." + +#~ msgid "Character stats OK" +#~ msgstr "Statistiche personaggio OK" + +#~ msgid "Please remove %d points" +#~ msgstr "Prego rimuovi %d punti" + +#~ msgid "Split" +#~ msgstr "Lascia" + +#~ msgid "Select amount of items to split." +#~ msgstr "Seleziona la quantità di oggetti da lasciare." + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Lascia@@" + +#~ msgid "Switch server" +#~ msgstr "Cambia server" + +#~ msgid "Switch character" +#~ msgstr "Cambia personaggio" + +#~ msgid "Email:" +#~ msgstr "Email:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Scegli il tuo server Mana World" + +#~ msgid "Port:" +#~ msgstr "Porta:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Per favore inserisci l'indirizzo e la porta del server." + +#~ msgid "Propose trade" +#~ msgstr "Inizia uno scambio" + +#~ msgid "Confirm trade" +#~ msgstr "Conferma scambio" + +#~ msgid "Change" +#~ msgstr "Cambia" + +#~ msgid "Attack %+d" +#~ msgstr "Attacco %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Difesa %+d" + +#~ msgid "HP %+d" +#~ msgstr "PF %+d" + +#~ msgid "MP %+d" +#~ msgstr "PM %+d" + +#~ msgid "Confirm" +#~ msgstr "Conferma" + +#~ msgid "Charisma:" +#~ msgstr "Carisma:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Peso totale : %d - Peso massimo : %d" + +#~ msgid "Keep" +#~ msgstr "Mantieni" diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 00000000..9f3ee5a3 --- /dev/null +++ b/po/ja.po @@ -0,0 +1,528 @@ +# Japanese translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-06-28 16:27+0000\n" +"Last-Translator: fate \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "買う" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "価格: %d GP / 合計: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "終了" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "名状: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "効用: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "このキャラは消してもいいですか?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "キャラを選択" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "了解" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "取消" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "新規" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "削除" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "前へ" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "次へ" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "名前: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "レベル: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "レベル: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "GP: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "キャラを作成" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "名前:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "髪の色:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "髪型:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "作成" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "キャラを選択" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "はい" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "いいえ" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "接続しています..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "使う" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "" + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "" + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "ログイン" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "パスワード:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "サーバ:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "状態" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "セットアップ" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|%sを攻撃する@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|NPCを喋る@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|使う@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|使う@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "パスワードが一致していません。" + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "エラー" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "音声" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "登録削除" + +#~ msgid "Strength:" +#~ msgstr "筋力:" + +#~ msgid "Agility:" +#~ msgstr "素早さ:" + +#~ msgid "Dexterity:" +#~ msgstr "敏捷:" + +#~ msgid "Vitality:" +#~ msgstr "体力:" + +#~ msgid "Intelligence:" +#~ msgstr "知性:" + +#~ msgid "Willpower:" +#~ msgstr "精神:" + +#~ msgid "Please distribute %d points" +#~ msgstr "%d ポイントを取り分けください" + +#~ msgid "Split" +#~ msgstr "分割" + +#~ msgid "Email:" +#~ msgstr "Eメール:" + +#~ msgid "Port:" +#~ msgstr "ポート:" + +#~ msgid "Confirm" +#~ msgstr "確認" + +#~ msgid "Charisma:" +#~ msgstr "魅力:" diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 00000000..3d8aaf75 --- /dev/null +++ b/po/nl.po @@ -0,0 +1,552 @@ +# Dutch translation of The Mana World. +# Copyright (c) 2007 The Mana World Development Team +# This file is distributed under the same license as the The Mana World package. +# Bjørn Lindeijer , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: The Mana World 0.1.0\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-10-10 00:04+0000\n" +"Last-Translator: Bjørn Lindeijer \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Kopen" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Afsluiten" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Beschrijving: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Effect: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Weet je zeker dat je deze personage wilt verwijderen?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Kies Personage" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Oké" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Annuleren" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Nieuw" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Verwijderen" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Vorige" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Volgende" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Naam: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Level: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Level: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Geld: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Personage Aanmaken" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Naam:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Haarkleur:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Haarstijl:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Aanmaken" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Kies Personage" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Ja" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Nee" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Verbinden..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Uitrusting" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventaris" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Gebruiken" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Neerleggen" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Afdoen" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Uitrusten" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Selecteer het aantal exemplaren om te verhandelen" + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Selecteer het aantal exemplaren om neer te leggen" + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Inloggen" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Wachtword:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Aanmelden" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Status" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Vaardigheden" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Configureren" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "Kaartje" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Handelen met %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|%s aanvallen@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Praat met NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Annuleren@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|%s oppakken@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Uitrusten@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Uitrusten@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Gebruiken@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Neerleggen@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Beschrijving@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Bevestigen:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "De gebruikersnaam moet uit ten minste %d tekens bestaan." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "De gebruikersnaam moet uit minder dan %d tekens bestaan." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "Het wachtwoord moet uit ten minste %d tekens bestaan." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "Het wachtwoord moet uit minder dan %d tekens bestaan." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Wachtwoorden komen niet overeen." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Fout" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Geluid" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Volume van geluiden" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Muziek volume" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Toepassen" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Vensters in beginstand" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Video" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Audio" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Druk op de knop om het kalibreren te starten" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Kalibreren" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Joystick activeren" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Stoppen" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Maak rondjes met de stick" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Volledig scherm" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Aangepaste cursor" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "FPS limiet:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Dekking van de GUI" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Scroll radius" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Scroll vertraging" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Omgevingseffecten" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "uit" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "laag" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "hoog" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Overgaan naar volledig scherm" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "De veranderingen worden pas actief na opnieuw opstarten" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Veranderen van OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "Het wisselen van of naar OpenGL wordt pas actief na opnieuw opstarten" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Je geeft:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "Registreren" + +#~ msgid "Strength:" +#~ msgstr "Sterkte:" + +#~ msgid "Agility:" +#~ msgstr "Agiliteit:" + +#~ msgid "Dexterity:" +#~ msgstr "Dexteriteit:" + +#~ msgid "Vitality:" +#~ msgstr "Vitaliteit:" + +#~ msgid "Intelligence:" +#~ msgstr "Intelligentie:" + +#~ msgid "Willpower:" +#~ msgstr "Wilskracht:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Nog %d punten te verdelen" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Je naam moet uit tenminste 4 tekens bestaan" + +#~ msgid "Character stats OK" +#~ msgstr "Attributen van personage OK" + +#~ msgid "Please remove %d points" +#~ msgstr "Verwijder alstublieft %d punten" + +#~ msgid "Split" +#~ msgstr "Splitsen" + +#~ msgid "Switch server" +#~ msgstr "Van server wisselen" + +#~ msgid "Switch character" +#~ msgstr "Van personage wisselen" + +#~ msgid "Email:" +#~ msgstr "E-mail:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Kies uw Mana World server" + +#~ msgid "Port:" +#~ msgstr "Poort:" + +#~ msgid "Confirm" +#~ msgstr "Bevestigen" + +#~ msgid "Charisma:" +#~ msgstr "Charisma:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Totaal gewicht: %d - Maximum gewicht: %d" + +#~ msgid "Keep" +#~ msgstr "Behouden" diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 00000000..114ba4fa --- /dev/null +++ b/po/pl.po @@ -0,0 +1,588 @@ +# Polish translation of The Mana World. +# Copyright (C) 2007 The Mana World Development Team +# This file is distributed under the same license as the The Mana World package. +# Mateusz Jedrasik , 2007. +# Zuzanna K. Filutowska , 2007. +# +# +msgid "" +msgstr "" +"Project-Id-Version: The Mana World 0.1.0\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-10-10 05:26+0000\n" +"Last-Translator: Michał Trzebiatowski \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Kup" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Cena: %d GP / Razem: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Wyjdź" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Opis: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Efekt: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Czy jesteś pewien, że chcesz usunąć tę postać?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Wybierz postać" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Anuluj" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Nowa" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Usuń" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Poprzedni" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Następny" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Imię: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Poziom: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Poziom: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Pieniądze: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Stwórz postać" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Imię:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Kolor włosów:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Fryzura:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Stwórz" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Wybierz postać" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Tak" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Nie" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Łączenie..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Ekwipunek" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inwentarz" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Użyj" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Upuść" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Zdejmij" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Załóż" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Wybierz ilość przedmiotów do wymiany." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Wybierz ilość przedmiotów do upuszczenia." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Użytkownik" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Hasło:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Serwer:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Rejestruj" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Stan" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Zdolności" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Skrót" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Konfiguracja" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "MiniMapa" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Targ z %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Atakuj %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Rozmawiaj z NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Anuluj@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Podnieś %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Załóż@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Załóż@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Użyj@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Upuść@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Opis@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Potwierdź:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "Mężczyzna" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "Kobieta" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Nazwa użytkownika musi być długa na conajmniej %d znaków." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "Nazwa użytkownika musi mieć mniej niż %d znaków." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "Hasło musi mieć conajmniej %d znaków." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "Hasło nie może mieć więcej jak %d znaków." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Hasła nie zgadzają się." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Błąd" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Sprzedaj" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Dźwięk" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Głośność efektów dźwiękowych" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Głośność muzyki" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Zastosuj" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Zresetuj okna" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Obraz" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Dźwięk" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Wciśnij przycisk aby rozpocząć kalibrację" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Kalibruj" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Włącz joystick" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Zatrzymaj" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Obróć drążek" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Pełen ekran" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Własny kursor" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "Limit FPS:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Przezroczystość GUI" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Skok przy przewijaniu ekranu" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Opóźnienie przy przewijaniu ekranu" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Dźwięki otoczenia" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "wyłączone" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "niskie" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "wysokie" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Przełączanie na pełen ekran" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Zmień ustawienia OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" +"Zastosowywanie zmian w konfiguracji OpenGL wymaga ponownego uruchomienia." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Dodaj" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Otrzymujesz %d GP" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Dajesz:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "Wyrejestruj" + +#~ msgid "Change Password" +#~ msgstr "Zmień hasło" + +#~ msgid "Strength:" +#~ msgstr "Siła:" + +#~ msgid "Agility:" +#~ msgstr "Zwinność:" + +#~ msgid "Dexterity:" +#~ msgstr "Zręczność:" + +#~ msgid "Vitality:" +#~ msgstr "Witalność:" + +#~ msgid "Intelligence:" +#~ msgstr "Inteligencja:" + +#~ msgid "Willpower:" +#~ msgstr "Siła woli:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Proszę wykorzystać %d punktów" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Twoje imię musi mieć conajmniej 4 znaki." + +#~ msgid "Character stats OK" +#~ msgstr "Statystyki postaci w porządku." + +#~ msgid "Please remove %d points" +#~ msgstr "Proszę usunąć %d punktów" + +#~ msgid "Split" +#~ msgstr "Podziel" + +#~ msgid "Select amount of items to split." +#~ msgstr "Wybierz ilość przedmiotów do podziału." + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Rozdziel@@" + +#~ msgid "Switch server" +#~ msgstr "Zmień serwer" + +#~ msgid "Switch character" +#~ msgstr "Zmień postać" + +#~ msgid "Email:" +#~ msgstr "Adres e-mail:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Wybierz serwer Mana World" + +#~ msgid "Port:" +#~ msgstr "Port:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Proszę wpisać adres i port serwera" + +#~ msgid "Propose trade" +#~ msgstr "Oferuj handel" + +#~ msgid "Confirm trade" +#~ msgstr "Potwierdź handel" + +#~ msgid "Change" +#~ msgstr "Zmień" + +#~ msgid "Attack %+d" +#~ msgstr "Atak %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Obrona %+d" + +#~ msgid "HP %+d" +#~ msgstr "PŻ %+d" + +#~ msgid "MP %+d" +#~ msgstr "PM %+d" + +#~ msgid "Confirm" +#~ msgstr "Potwierdź" + +#~ msgid "Charisma:" +#~ msgstr "Charyzma:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Całkowita waga: %d - Maksymalna waga: %d" + +#~ msgid "Keep" +#~ msgstr "Zachowaj" diff --git a/po/pt.po b/po/pt.po new file mode 100644 index 00000000..a49fcaec --- /dev/null +++ b/po/pt.po @@ -0,0 +1,586 @@ +# Portuguese translation for tmw +# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-02-03 10:14+0000\n" +"Last-Translator: Tiago Silva \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Comprar" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Preço: %d GP / Total: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Sair" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Descrição: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Efeito: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Tem a certeza que quer apagar este personagem" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Seleccione um Personagem" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Cancelar" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Novo" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Eliminar" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Anterior" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Seguinte" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Nome: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Nível: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Nível: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Dinheiro: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Criar Personagem" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Nome:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Cor de Cabelo:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Estilo do Cabelo:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Criar" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Seleccione um Personagem" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Sim" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Não" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Conectando..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Equipamento" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventário" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Usar" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Largar" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Desequipar" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Equipar" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Seleccionar a quantidade de itens a negociar." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Seleccionar a quantidade de itens a largar." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Autenticar" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Senha:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Servidor:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Registo" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Estado" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Competências" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Atalho" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Configuração" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "MiniMapa" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Negociar com %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Atacar %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Falar com o NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Cancelar@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Apanhar %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Equipar@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Equipar@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Usar@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Largar@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@descrição|Descrição@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Confirmar:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "O nome de utilizador necessita de pelo menos %d caracteres." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "O nome de utilizador só pode ter %d caracteres." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "A password necessita de pelo menos %d caracteres." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "A password só pode ter até %d caracteres." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "As senhas não coincidem." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Erro" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Vender" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Som" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Volume dos Efeitos" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Volume da Música" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Aplicar" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Reiniciar Janelas" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Vídeo" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Áudio" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Pressione o botão para começar a calibragem" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Calibrar" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Habilitar Joystick" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Parar" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Rode o manipulo" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Ecrã completo" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Cursor personalizado" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "Limite de FPS:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Opacidade do Interface" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Efeitos Ambientais" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "desligado" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "baixo" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "elevado" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Mudar para ecrã completo" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "É necessário reiniciar para as alterações terem efeito." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Mudando OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "É necessário reiniciar para as alterações ao OpenGl terem efeito." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Adicionar" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Recebe %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Dá:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "Remover o Registo" + +#~ msgid "Strength:" +#~ msgstr "Força:" + +#~ msgid "Agility:" +#~ msgstr "Agilidade:" + +#~ msgid "Dexterity:" +#~ msgstr "Destreza:" + +#~ msgid "Vitality:" +#~ msgstr "Vitalidade:" + +#~ msgid "Intelligence:" +#~ msgstr "Inteligência:" + +#~ msgid "Willpower:" +#~ msgstr "Força de Vontade:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Por favor distribua %d potos" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "O seu nome necessita de pelo menos 4 caracteres" + +#~ msgid "Character stats OK" +#~ msgstr "Estatisticas da personagem OK" + +#~ msgid "Please remove %d points" +#~ msgstr "Por favor remova %d pontos" + +#~ msgid "Split" +#~ msgstr "Dividir" + +#~ msgid "Select amount of items to split." +#~ msgstr "Seleccionar a quantidade de itens a dividir." + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Dividir@@" + +#~ msgid "Switch server" +#~ msgstr "Mudar de servidor" + +#~ msgid "Switch character" +#~ msgstr "Mudar de personagem" + +#~ msgid "Email:" +#~ msgstr "Email:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Escolha o seu Servidor de Mana World" + +#~ msgid "Port:" +#~ msgstr "Porta:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Por favor escreva o endereço e a porta do servidor." + +#~ msgid "Propose trade" +#~ msgstr "Propor Negócio" + +#~ msgid "Confirm trade" +#~ msgstr "Confirmar negócio" + +#~ msgid "Change" +#~ msgstr "Modificar" + +#~ msgid "Attack %+d" +#~ msgstr "" +#~ "Copy text \t\r\n" +#~ "Ataque %+d" + +#~ msgid "Defense %+d" +#~ msgstr "" +#~ "Copy text \t\r\n" +#~ "Defesa %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" + +#~ msgid "Confirm" +#~ msgstr "Confirmar" + +#~ msgid "Charisma:" +#~ msgstr "Carisma:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Peso Total: %d - Peso Máximo: %d" + +#~ msgid "Keep" +#~ msgstr "Manter" diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 00000000..b9bc6820 --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,606 @@ +# Brazilian Portuguese translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-12-14 21:37+0000\n" +"Last-Translator: Enrico Nicoletto \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Comprar" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Preço: %d GP / Total: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Sair" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Descrição: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Efeito: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "Confimar exclusão do personagem" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Tem certeza de que deseja excluir este personagem?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Selecionar personagem" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Cancelar" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Novo" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Excluir" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Anterior" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Próximo" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Nome: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Nível: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Nível: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Dinheiro: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Criar Personagem" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Nome:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Cor do Cabelo:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Estilo do Cabelo:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Criar" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Selecionar personagem" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Sim" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Não" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Conectando..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Equipamento" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventório" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Usar" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Descartar" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Desequipar" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Equipar" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Selecionar montante de itens para negociar." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Selecionar montante de itens para descartar." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Login" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Senha:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Servidor:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "Lembrar nome de usuário" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Registrar" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Status" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Habilidades" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Atalho" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Configurar" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "MiniMapa" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@Negociar|Negociar com %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@atacar|Atacar %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@falar|Falar com NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancelar|Cancelar@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pegar|Pegar %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@usar|Equipar@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@usar|Equipar@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@usar|Usar@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@descartar|Descartar@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@descrição|Descrição@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Confirmar:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "Homem" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "Mulher" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "O nome do usuário precisa ter pelo menos %d caracteres." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "O nome do usuário tem que ser inferior a %d caracteres." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "A senha deve ter pelo menos %d caracteres." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "A senha deve ser menor que %d caracteres." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Senhas não conferem." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Erro" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Vender" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Som" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Volume Sfx" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Volume da Música" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Aplicar" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Restaurar janelas" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Vídeo" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Áudio" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "Teclado" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Aperto o botão para começar a calibração" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Calibrar" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Habilitar joystick" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Parar" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Tela cheia" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Cursor customizado" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "Limite FPS:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Opacidade da GUI" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Ambiente FX" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "desligado" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "baixo" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "alto" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Mudando para Tela cheia" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "É preciso reiniciar para as mudanças terem efeito." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Trocando OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "Aplicando mudança a OpenGL requer reiniciar o jogo." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Adicionar" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Voc pegou %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Você dá:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Account and Character Management" +#~ msgstr "Gerenciamento de Conta e Personagem" + +#~ msgid "Unregister" +#~ msgstr "Cancelar Registro" + +#~ msgid "Change Password" +#~ msgstr "Alterar senha" + +#~ msgid "Change Email Address" +#~ msgstr "Alterar e-mail" + +#~ msgid "Account: %s" +#~ msgstr "Conta: %s" + +#~ msgid "Strength:" +#~ msgstr "Força:" + +#~ msgid "Agility:" +#~ msgstr "Agilidade:" + +#~ msgid "Dexterity:" +#~ msgstr "Destreza:" + +#~ msgid "Vitality:" +#~ msgstr "Vitalidade:" + +#~ msgid "Intelligence:" +#~ msgstr "Inteligência:" + +#~ msgid "Willpower:" +#~ msgstr "Força de Vontade:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Por favor distribua %d pontos" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Seu nome precisa ter no mínimo 4 caracteres." + +#~ msgid "Character stats OK" +#~ msgstr "Status do personagem OK" + +#~ msgid "Please remove %d points" +#~ msgstr "Por favor remova %d pontos" + +#~ msgid "Split" +#~ msgstr "Dividir" + +#~ msgid "Select amount of items to split." +#~ msgstr "Selecionar montante de itens para dividir." + +#~ msgid "Guilds" +#~ msgstr "Guildas" + +#~ msgid "@@guild|Invite %s@@" +#~ msgstr "@@guilda|convidar %s@@" + +#~ msgid "@@party|Invite %s to join your party@@" +#~ msgstr "@@grupo|Convidar %s para entrar para o seu grupo" + +#~ msgid "@@split|Split@@" +#~ msgstr "@@dividir|Dividir@@" + +#~ msgid "Switch server" +#~ msgstr "Trocar servidor" + +#~ msgid "Switch character" +#~ msgstr "Trocar de Personagem" + +#~ msgid "Email:" +#~ msgstr "Email:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Escolha seu Servidor de Mana World" + +#~ msgid "Port:" +#~ msgstr "Porta:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Por favor especifique ambos os Endereços e a Porta do servidor" + +#~ msgid "Visible names" +#~ msgstr "Nomes visíveis" + +#~ msgid "Propose trade" +#~ msgstr "Propor negócio" + +#~ msgid "Confirm trade" +#~ msgstr "Confirmar negócio" + +#~ msgid "Change" +#~ msgstr "Mudar" + +#~ msgid "Attack %+d" +#~ msgstr "Ataque %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Defesa %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" + +#~ msgid "Confirm" +#~ msgstr "Confirmar" + +#~ msgid "Charisma:" +#~ msgstr "Carisma:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Peso Total: %d - Peso Máximo: %d" + +#~ msgid "Keep" +#~ msgstr "Manter" diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 00000000..2eaa1a05 --- /dev/null +++ b/po/ru.po @@ -0,0 +1,582 @@ +# Russian translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-01-08 11:50+0000\n" +"Last-Translator: idle sign \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Купить" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Стоимость: %d GP / Всегоl: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Выход" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Описание: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Эффект: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Вы уверены, что хотите удалить этого персонажа?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Выбор персонажа" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Отмена" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Новый" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Удалить" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Предыдущий" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Следующий" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Имя: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Уровень: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Уровень: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Деньги: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Создать персонажа" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Имя:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Цвет волос:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Стрижка:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Создать" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Выбор персонажа" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Да" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Нет" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Соединение..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Снаряжение" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Инвентарь" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Использовать" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Сбросить" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Снять" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Надеть" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Сколько предметов продать." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Сколько предметов сбросить." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Вход" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Пароль:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Сервер:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Зарегистрироваться" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Состояние" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Умения" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Клавиша" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Настройка" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "МиниКарта" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Торговать с %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Атаковать %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Говорить с NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancelОтмена@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Подобрать %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Надеть@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Надеть@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Использовать@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Сбросить@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Описание@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Подтвердите:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Имя пользователя должно содержать не менее %d символов." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "Имя пользователя не должно содержать более %d символов." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "Пароль должен содержать не менее %d символов." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "Пароль не должен содержать более %d символов." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Пароли не совпадают." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Ошибка" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Продать" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Звук" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Громкость эффектов" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Громкость музыки" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Применить" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Восстановить расположение окон" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Видео" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Аудио" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Джойстик" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Нажмите кнопку, чтобы начать калибровку" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Калибровать" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Использовать джойстик" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Стоп" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Вращайте рукоять" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "На полный экран" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Выборочный курсор" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "Ограничение кадр/с:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Прозрачность интерфейса" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Радиус прокрутки" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Заторможенность прокрутки" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Эффекты окружающей среды" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "выкл" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "низ." + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "выс." + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Переключение в полноэкранный режим" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Переключение на OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "Переход к OpenGL требует перезагрузки игры." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Добавить" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Вы получили %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Вы отдаете:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "Удалить регистрацию" + +#~ msgid "Strength:" +#~ msgstr "Сила:" + +#~ msgid "Agility:" +#~ msgstr "Выносливость:" + +#~ msgid "Dexterity:" +#~ msgstr "Ловкость:" + +#~ msgid "Vitality:" +#~ msgstr "Живучесть:" + +#~ msgid "Intelligence:" +#~ msgstr "Интеллект:" + +#~ msgid "Willpower:" +#~ msgstr "Сила волиr:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Распределите очки (%d)" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Имя должно содержать не менее четырех символов." + +#~ msgid "Character stats OK" +#~ msgstr "Данные персонажа в порядке" + +#~ msgid "Please remove %d points" +#~ msgstr "Снимите очки (%d)" + +#~ msgid "Split" +#~ msgstr "Разделить" + +#~ msgid "Select amount of items to split." +#~ msgstr "Сколько предметов разделить." + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Разделить@@" + +#~ msgid "Switch server" +#~ msgstr "Сменить сервер" + +#~ msgid "Switch character" +#~ msgstr "Сменить персонажа" + +#~ msgid "Email:" +#~ msgstr "Email:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Выберите сервер Mana World" + +#~ msgid "Port:" +#~ msgstr "Порт:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Следует указать адрес и порт сервера." + +#~ msgid "Propose trade" +#~ msgstr "Предложить торговлю" + +#~ msgid "Confirm trade" +#~ msgstr "Принять предложение торговли" + +#~ msgid "Change" +#~ msgstr "Сменить" + +#~ msgid "Attack %+d" +#~ msgstr "Атака %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Защита %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "Мана %+d" + +#~ msgid "Confirm" +#~ msgstr "Подтвердить" + +#~ msgid "Charisma:" +#~ msgstr "Харизма:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Суммарный вес: %d - Макс. вес: %d" + +#~ msgid "Keep" +#~ msgstr "Оставить" diff --git a/po/sk.po b/po/sk.po new file mode 100644 index 00000000..682fa81a --- /dev/null +++ b/po/sk.po @@ -0,0 +1,509 @@ +# Slovak translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-12-30 14:07+0000\n" +"Last-Translator: TomasKovacik \n" +"Language-Team: Slovak \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Kúpiť" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Cena: %d GP / Spolu: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Ukončiť" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Popis: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Effekt: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "Potvrdte zmazanie postavy" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Naozaj chcete odstrániť túto postavu?" + +#: src/gui/char_select.cpp:79 +#, fuzzy +msgid "Select Character" +msgstr "Vytvoriť postavu" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ano" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Zrušiť" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Nový" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Vymazať" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Predchádzajúci" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Nasledujúci" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Level: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Level: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Peniaze: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Vytvoriť postavu" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Meno" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Farba vlasov:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Štýl vlasov:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Vytvoriť" + +#: src/gui/char_server.cpp:52 +msgid "Select Server" +msgstr "" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "" + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "" + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "" + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:283 +msgid "@@use|Unequip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "Muž" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "Žena" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "" + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Account and Character Management" +#~ msgstr "Účet a správa postáv" + +#~ msgid "Unregister" +#~ msgstr "Zrušiť registráciu" + +#~ msgid "Change Password" +#~ msgstr "Zmeniť heslo" + +#~ msgid "Change Email Address" +#~ msgstr "Zmeniť Emailovú adresu" + +#~ msgid "Account: %s" +#~ msgstr "Účet: %s" + +#~ msgid "Strength:" +#~ msgstr "Sila:" + +#~ msgid "Intelligence:" +#~ msgstr "Inteligencia:" diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 00000000..0d029cf5 --- /dev/null +++ b/po/sv.po @@ -0,0 +1,582 @@ +# Swedish translation for tmw +# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-05-07 19:04+0000\n" +"Last-Translator: Kess Vargavind \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "Köp" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "Pris: %d GP / Totalt: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "Avsluta" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "Beskrivning: %s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "Effekt: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "Är du säker på att du vill ta bort den här karaktären?" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "Välj karaktär" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "Avbryt" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "Ny" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "Ta bort" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "Föregående" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "Nästa" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "Namn: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "Nivå: %d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "Nivå: %d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "Pengar: %d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "Skapa karaktär" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "Namn:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "Hårfärg:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "Frisyr:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "Skapa" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "Välj karaktär" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "Ja" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "Nej" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "Ansluter..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "Utrustning" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "Inventarium" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "Använd" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "Släpp" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "Avrusta" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "Utrusta" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "Välj antal föremål att handla med." + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "Välj antal föremål att släppa." + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "Användarnamn" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "Lösenord:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "Registrera" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "Status" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "Färdigheter" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "Genväg" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "Inställningar" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "Minikarta" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@trade|Handla med %s@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@attack|Attackera %s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@talk|Prata med NPC@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@cancel|Avbryt@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@pickup|Plocka upp %s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@use|Utrusta@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@use|Utrusta@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@use|Använd@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@drop|Släpp@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@description|Beskrivning@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "Bekräfta:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "Användarnamnet måste vara minst %d tecken långt." + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "Användarnamnet måste vara kortare än %d tecken." + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "Lösenordet måste vara minst %d tecken långt." + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "Lösenordet måste vara kortare än %d tecken." + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "Lösenorden stämmer inte överens." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "Fel" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "Sälj" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "Ljud" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "Volym för ljudeffekter" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "Musikvolym" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "Verkställ" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "Återställ fönster" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "Video" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "Ljud" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "Joystick" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "Klicka på knappen för att starta kalibreringen" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "Kalibrera" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "Aktivera joystick" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "Stopp" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "Rotera spaken" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "Helskärm" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "Särskild muspekare" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "FPS-gräns:" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Genomskinlighet" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "Rullningsradie" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "Tröghet för rullning" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "Omgivande FX" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "av" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "låg" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "hög" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "Byte till helskärm" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "Omstart krävs för att ändringarna ska synas." + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "Ändrar OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "Ändringar i OpenGL kräver omstart." + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "Lägg till" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "Du får %d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "Du ger:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "Avregistrera" + +#~ msgid "Strength:" +#~ msgstr "Styrka:" + +#~ msgid "Agility:" +#~ msgstr "Smidighet:" + +#~ msgid "Dexterity:" +#~ msgstr "Skicklighet:" + +#~ msgid "Vitality:" +#~ msgstr "Hälsa:" + +#~ msgid "Intelligence:" +#~ msgstr "Intelligens:" + +#~ msgid "Willpower:" +#~ msgstr "Viljestyrka:" + +#~ msgid "Please distribute %d points" +#~ msgstr "Var vänlig fördela %d poäng" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "Ditt namn måste vara minst 4 tecken långt." + +#~ msgid "Character stats OK" +#~ msgstr "Karaktärens värden OK" + +#~ msgid "Please remove %d points" +#~ msgstr "Var vänlig ta bort %d poäng" + +#~ msgid "Split" +#~ msgstr "Dela" + +#~ msgid "Select amount of items to split." +#~ msgstr "Välj antal föremål att dela." + +#~ msgid "@@split|Split@@" +#~ msgstr "@@split|Dela@@" + +#~ msgid "Switch server" +#~ msgstr "Byt server" + +#~ msgid "Switch character" +#~ msgstr "Byt karaktär" + +#~ msgid "Email:" +#~ msgstr "E-post:" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "Välj din Mana World-server" + +#~ msgid "Port:" +#~ msgstr "Port:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "Var vänlig skriv både adressen och porten till en server." + +#~ msgid "Propose trade" +#~ msgstr "Föreslå handel" + +#~ msgid "Confirm trade" +#~ msgstr "Bekräfta handel" + +#~ msgid "Change" +#~ msgstr "Ändra" + +#~ msgid "Attack %+d" +#~ msgstr "Attack %+d" + +#~ msgid "Defense %+d" +#~ msgstr "Försvar %+d" + +#~ msgid "HP %+d" +#~ msgstr "Hälsa %+d" + +#~ msgid "MP %+d" +#~ msgstr "Mana %+d" + +#~ msgid "Confirm" +#~ msgstr "Bekräfta" + +#~ msgid "Charisma:" +#~ msgstr "Karisma:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "Nuvarande vikt: %d - Maxvikt: %d" + +#~ msgid "Keep" +#~ msgstr "Behåll" diff --git a/po/th.po b/po/th.po new file mode 100644 index 00000000..beaa5a31 --- /dev/null +++ b/po/th.po @@ -0,0 +1,515 @@ +# Thai translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-11-25 06:16+0000\n" +"Last-Translator: Tharawut Paripaiboon \n" +"Language-Team: Thai \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "ซื้อ" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "ราคา: %d GP / ทั้งหมด: %d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "ออก" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "ยืนยันการลบตัวละคร" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "คุณแน่ใจแล้วหรือที่จะลบตัวละครนี้?" + +#: src/gui/char_select.cpp:79 +#, fuzzy +msgid "Select Character" +msgstr "สร้างตัวละคร" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "ตกลง" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "ยกเลิก" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "สร้างใหม่" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "ลบทิ้ง" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "ก่อนหน้า" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "ถัดไป" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "ชื่อ: %s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, c-format +msgid "Job Level: %d" +msgstr "" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "สร้างตัวละคร" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "ชื่อ:" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "สีผม:" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "ทรงผม:" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "สร้าง" + +#: src/gui/char_server.cpp:52 +msgid "Select Server" +msgstr "" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "ใช่" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "ไม่" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "กำลังเชื่อมต่อ..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "ใช้" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "ทิ้ง" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "" + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "" + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "เข้าระบบ" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "รหัสผ่าน:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "สมัครสมาชิก" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "สถานะ" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "ตั้งค่า" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "" + +#: src/gui/popupmenu.cpp:283 +msgid "@@use|Unequip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "ยืนยัน:" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "ชาย" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "หญิง" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "" + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "" + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "ผิดพลาด" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "" + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Change Password" +#~ msgstr "เปลี่ยนรหัสผ่าน" + +#~ msgid "Change Email Address" +#~ msgstr "เปลี่ยนที่อยู่ Email" + +#~ msgid "Strength:" +#~ msgstr "Strength:" + +#~ msgid "Agility:" +#~ msgstr "Agility:" + +#~ msgid "Dexterity:" +#~ msgstr "Dexterity:" + +#~ msgid "Vitality:" +#~ msgstr "Vitality:" + +#~ msgid "Intelligence:" +#~ msgstr "Intelligence:" + +#~ msgid "Willpower:" +#~ msgstr "Willpower:" + +#~ msgid "Email:" +#~ msgstr "Email:" diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 00000000..1dc7a3f0 --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,582 @@ +# Simplified Chinese translation for tmw +# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 +# This file is distributed under the same license as the tmw package. +# FIRST AUTHOR , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tmw\n" +"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"PO-Revision-Date: 2008-09-17 14:41+0000\n" +"Last-Translator: luojie-dune \n" +"Language-Team: Simplified Chinese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +msgid "Buy" +msgstr "买" + +#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 +#: src/gui/sell.cpp:304 +#, c-format +msgid "Price: %d GP / Total: %d GP" +msgstr "价格:%d GP/总数:%d GP" + +#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +msgid "Quit" +msgstr "退出" + +#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 +#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#, c-format +msgid "Description: %s" +msgstr "描述:%s" + +#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 +#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#, c-format +msgid "Effect: %s" +msgstr "影响: %s" + +#: src/gui/char_select.cpp:61 +msgid "Confirm Character Delete" +msgstr "" + +#: src/gui/char_select.cpp:62 +msgid "Are you sure you want to delete this character?" +msgstr "你确定想删除这个较色" + +#: src/gui/char_select.cpp:79 +msgid "Select Character" +msgstr "选择较色" + +#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 +msgid "Ok" +msgstr "OK" + +#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 +#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 +#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 +msgid "Cancel" +msgstr "取消" + +#: src/gui/char_select.cpp:84 +msgid "New" +msgstr "新建" + +#: src/gui/char_select.cpp:85 +msgid "Delete" +msgstr "删除" + +#: src/gui/char_select.cpp:86 +msgid "Previous" +msgstr "上一页" + +#: src/gui/char_select.cpp:87 +msgid "Next" +msgstr "下一页" + +#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 +#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" +msgstr "名字:%s" + +#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 +#: src/gui/char_select.cpp:197 +#, c-format +msgid "Level: %d" +msgstr "等级:%d" + +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 +#: src/gui/char_select.cpp:198 +#, fuzzy, c-format +msgid "Job Level: %d" +msgstr "等级:%d" + +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#, c-format +msgid "Money: %d" +msgstr "金钱:%d" + +#: src/gui/char_select.cpp:187 +#, c-format +msgid "Gold: %d" +msgstr "" + +#: src/gui/char_select.cpp:256 +msgid "Create Character" +msgstr "创建角色" + +#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +msgid "Name:" +msgstr "名称" + +#: src/gui/char_select.cpp:266 +msgid "Hair Color:" +msgstr "头发颜色" + +#: src/gui/char_select.cpp:269 +msgid "Hair Style:" +msgstr "发型" + +#: src/gui/char_select.cpp:270 +msgid "Create" +msgstr "建立" + +#: src/gui/char_server.cpp:52 +#, fuzzy +msgid "Select Server" +msgstr "选择较色" + +#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 +#: src/gui/npc_text.cpp:46 +msgid "OK" +msgstr "" + +#: src/gui/confirm_dialog.cpp:35 +msgid "Yes" +msgstr "是" + +#: src/gui/confirm_dialog.cpp:36 +msgid "No" +msgstr "否" + +#: src/gui/connection.cpp:49 +msgid "Connecting..." +msgstr "连接中..." + +#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +msgid "Equipment" +msgstr "装备" + +#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +msgid "Inventory" +msgstr "清单" + +#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +msgid "Use" +msgstr "使用" + +#: src/gui/inventorywindow.cpp:57 +msgid "Drop" +msgstr "丢弃" + +#: src/gui/inventorywindow.cpp:99 +#, c-format +msgid "Weight: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:104 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" + +#: src/gui/inventorywindow.cpp:225 +msgid "Unequip" +msgstr "卸下装备" + +#: src/gui/inventorywindow.cpp:228 +msgid "Equip" +msgstr "装备" + +#: src/gui/item_amount.cpp:75 +msgid "Select amount of items to trade." +msgstr "请选择交易的物品数量" + +#: src/gui/item_amount.cpp:79 +msgid "Select amount of items to drop." +msgstr "请选择丢弃的物品数量" + +#: src/gui/login.cpp:40 +msgid "Login" +msgstr "登陆" + +#: src/gui/login.cpp:43 src/gui/register.cpp:66 +msgid "Password:" +msgstr "密码:" + +#: src/gui/login.cpp:44 src/gui/register.cpp:68 +msgid "Server:" +msgstr "服务器:" + +#: src/gui/login.cpp:48 +msgid "Remember Username" +msgstr "" + +#: src/gui/login.cpp:51 src/gui/register.cpp:75 +msgid "Register" +msgstr "注册" + +#: src/gui/menuwindow.cpp:61 +msgid "Status" +msgstr "状态" + +#: src/gui/menuwindow.cpp:64 +msgid "Skills" +msgstr "技能" + +#: src/gui/menuwindow.cpp:65 +msgid "Shortcut" +msgstr "快捷键" + +#: src/gui/menuwindow.cpp:66 +msgid "Setup" +msgstr "安装" + +#: src/gui/minimap.cpp:34 +msgid "MiniMap" +msgstr "小地图" + +#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +msgid "NPC" +msgstr "NPC" + +#: src/gui/popupmenu.cpp:81 +#, c-format +msgid "@@trade|Trade With %s@@" +msgstr "@@交易|与%s交易@@" + +#: src/gui/popupmenu.cpp:83 +#, c-format +msgid "@@attack|Attack %s@@" +msgstr "@@攻击|攻击%s@@" + +#: src/gui/popupmenu.cpp:114 +msgid "@@talk|Talk To NPC@@" +msgstr "@@谈话|和NPC谈话@@" + +#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 +#: src/gui/popupmenu.cpp:293 +msgid "@@cancel|Cancel@@" +msgstr "@@取消|取消@@" + +#: src/gui/popupmenu.cpp:136 +#, c-format +msgid "@@pickup|Pick Up %s@@" +msgstr "@@捡起|捡起%s@@" + +#: src/gui/popupmenu.cpp:283 +#, fuzzy +msgid "@@use|Unequip@@" +msgstr "@@使用|装备@@" + +#: src/gui/popupmenu.cpp:285 +msgid "@@use|Equip@@" +msgstr "@@使用|装备@@" + +#: src/gui/popupmenu.cpp:288 +msgid "@@use|Use@@" +msgstr "@@使用|使用@@" + +#: src/gui/popupmenu.cpp:290 +msgid "@@drop|Drop@@" +msgstr "@@丢弃|丢弃@@" + +#: src/gui/popupmenu.cpp:291 +msgid "@@description|Description@@" +msgstr "@@描述|描述@@" + +#: src/gui/register.cpp:67 +msgid "Confirm:" +msgstr "确定" + +#: src/gui/register.cpp:73 +msgid "Male" +msgstr "" + +#: src/gui/register.cpp:74 +msgid "Female" +msgstr "" + +#: src/gui/register.cpp:176 +#, c-format +msgid "The username needs to be at least %d characters long." +msgstr "用户名至少需要%d个字符" + +#: src/gui/register.cpp:184 +#, c-format +msgid "The username needs to be less than %d characters long." +msgstr "用户名不能少于%d个字符" + +#: src/gui/register.cpp:192 +#, c-format +msgid "The password needs to be at least %d characters long." +msgstr "密码需要至少%d个字符" + +#: src/gui/register.cpp:200 +#, c-format +msgid "The password needs to be less than %d characters long." +msgstr "密码不能少于%d个字符" + +#: src/gui/register.cpp:207 +msgid "Passwords do not match." +msgstr "密码不一致." + +#: src/gui/register.cpp:227 +msgid "Error" +msgstr "错误" + +#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 +msgid "Sell" +msgstr "出售" + +#: src/gui/setup_audio.cpp:40 +msgid "Sound" +msgstr "声音" + +#: src/gui/setup_audio.cpp:46 +msgid "Sfx volume" +msgstr "音效声量" + +#: src/gui/setup_audio.cpp:47 +msgid "Music volume" +msgstr "音乐声量" + +#: src/gui/setup.cpp:58 +msgid "Apply" +msgstr "应用" + +#: src/gui/setup.cpp:58 +msgid "Reset Windows" +msgstr "重置窗口" + +#: src/gui/setup.cpp:79 +msgid "Video" +msgstr "视频" + +#: src/gui/setup.cpp:83 +msgid "Audio" +msgstr "音频" + +#: src/gui/setup.cpp:87 +msgid "Joystick" +msgstr "游戏杆" + +#: src/gui/setup.cpp:91 +msgid "Keyboard" +msgstr "" + +#: src/gui/setup.cpp:95 +msgid "Players" +msgstr "" + +#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +msgid "Press the button to start calibration" +msgstr "按下开始校准按钮" + +#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +msgid "Calibrate" +msgstr "校准" + +#: src/gui/setup_joystick.cpp:38 +msgid "Enable joystick" +msgstr "启用游戏杆" + +#: src/gui/setup_joystick.cpp:73 +msgid "Stop" +msgstr "停止" + +#: src/gui/setup_joystick.cpp:74 +msgid "Rotate the stick" +msgstr "旋转手柄" + +#: src/gui/setup_video.cpp:112 +msgid "Full screen" +msgstr "全屏" + +#: src/gui/setup_video.cpp:113 +msgid "OpenGL" +msgstr "OpenGL" + +#: src/gui/setup_video.cpp:114 +msgid "Custom cursor" +msgstr "通常的光标" + +#: src/gui/setup_video.cpp:116 +msgid "FPS Limit:" +msgstr "FPS限制" + +#: src/gui/setup_video.cpp:135 +msgid "Gui opacity" +msgstr "Gui 透明度" + +#: src/gui/setup_video.cpp:192 +msgid "Scroll radius" +msgstr "滚动半径" + +#: src/gui/setup_video.cpp:200 +msgid "Scroll laziness" +msgstr "拉动极限" + +#: src/gui/setup_video.cpp:208 +msgid "Ambient FX" +msgstr "环境音效" + +#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +msgid "off" +msgstr "离线" + +#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 +#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +msgid "low" +msgstr "低" + +#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 +#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +msgid "high" +msgstr "高" + +#: src/gui/setup_video.cpp:227 +msgid "Particle Detail" +msgstr "" + +#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +msgid "medium" +msgstr "" + +#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +msgid "max" +msgstr "" + +#: src/gui/setup_video.cpp:309 +msgid "Switching to full screen" +msgstr "切换到全屏" + +#: src/gui/setup_video.cpp:310 +msgid "Restart needed for changes to take effect." +msgstr "只有改变生效后才能重启" + +#: src/gui/setup_video.cpp:322 +msgid "Changing OpenGL" +msgstr "改变成OpenGL" + +#: src/gui/setup_video.cpp:323 +msgid "Applying change to OpenGL requires restart." +msgstr "运用改变为OpenGL需要重新开始" + +#: src/gui/trade.cpp:61 +msgid "Add" +msgstr "添加" + +#: src/gui/trade.cpp:64 +msgid "Trade" +msgstr "" + +#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#, c-format +msgid "You get %d GP." +msgstr "你得到%d GP." + +#: src/gui/trade.cpp:81 +msgid "You give:" +msgstr "你得到:" + +#: src/resources/itemdb.cpp:99 +msgid "Unnamed" +msgstr "" + +#~ msgid "Unregister" +#~ msgstr "注销" + +#~ msgid "Strength:" +#~ msgstr "力量" + +#~ msgid "Agility:" +#~ msgstr "敏捷:" + +#~ msgid "Dexterity:" +#~ msgstr "智慧:" + +#~ msgid "Vitality:" +#~ msgstr "体力:" + +#~ msgid "Intelligence:" +#~ msgstr "智力:" + +#~ msgid "Willpower:" +#~ msgstr "意志力:" + +#~ msgid "Please distribute %d points" +#~ msgstr "请分发%d点数" + +#~ msgid "Your name needs to be at least 4 characters." +#~ msgstr "你的名字需要至少4个字符" + +#~ msgid "Character stats OK" +#~ msgstr "角色状态可以" + +#~ msgid "Please remove %d points" +#~ msgstr "请删除%d点数" + +#~ msgid "Split" +#~ msgstr "分离" + +#~ msgid "Select amount of items to split." +#~ msgstr "请选择你分离的物品的数量" + +#~ msgid "@@split|Split@@" +#~ msgstr "@@分离|分离@@" + +#~ msgid "Switch server" +#~ msgstr "交换服务器" + +#~ msgid "Switch character" +#~ msgstr "交换角色" + +#~ msgid "Email:" +#~ msgstr "电子邮件" + +#~ msgid "Choose your Mana World Server" +#~ msgstr "请选择你的魔法世界服务器" + +#~ msgid "Port:" +#~ msgstr "端口:" + +#~ msgid "Please type both the address and the port of a server." +#~ msgstr "请输入服务器的IP地址和端口" + +#~ msgid "Propose trade" +#~ msgstr "打算交易" + +#~ msgid "Confirm trade" +#~ msgstr "决定交易" + +#~ msgid "Change" +#~ msgstr "改变" + +#~ msgid "Attack %+d" +#~ msgstr "攻击 %+d" + +#~ msgid "Defense %+d" +#~ msgstr "防护 %+d" + +#~ msgid "HP %+d" +#~ msgstr "HP %+d" + +#~ msgid "MP %+d" +#~ msgstr "MP %+d" + +#~ msgid "Confirm" +#~ msgstr "确定" + +#~ msgid "Charisma:" +#~ msgstr "魅力:" + +#~ msgid "Total Weight: %d - Maximum Weight: %d" +#~ msgstr "总的力量:%d - 最大力量:%d" + +#~ msgid "Keep" +#~ msgstr "保持" -- cgit v1.2.3-60-g2f50 From 3f8387402ee7b528026450232cb457c8ae1cf4e2 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 8 Jan 2009 20:38:41 +0100 Subject: Removed the unused Box, VBox and HBox classes They were once meant for doing layout, but never used and the way they're implemented they would be relayouting with every draw, which isn't really nice. --- aethyra.cbp | 6 ------ po/Makevars | 2 +- src/CMakeLists.txt | 6 ------ src/Makefile.am | 6 ------ src/gui/box.cpp | 42 --------------------------------------- src/gui/box.h | 58 ------------------------------------------------------ src/gui/hbox.cpp | 39 ------------------------------------ src/gui/hbox.h | 35 -------------------------------- src/gui/vbox.cpp | 43 ---------------------------------------- src/gui/vbox.h | 35 -------------------------------- 10 files changed, 1 insertion(+), 271 deletions(-) delete mode 100644 src/gui/box.cpp delete mode 100644 src/gui/box.h delete mode 100644 src/gui/hbox.cpp delete mode 100644 src/gui/hbox.h delete mode 100644 src/gui/vbox.cpp delete mode 100644 src/gui/vbox.h (limited to 'po') diff --git a/aethyra.cbp b/aethyra.cbp index 8d79b097..0ede5d07 100644 --- a/aethyra.cbp +++ b/aethyra.cbp @@ -113,8 +113,6 @@ - - @@ -151,8 +149,6 @@ - - @@ -253,8 +249,6 @@ - - diff --git a/po/Makevars b/po/Makevars index 76e72f50..73f2a51b 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,7 +1,7 @@ # Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. -DOMAIN = tmw +DOMAIN = aethyra # These two variables depend on the location of this directory. subdir = po diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 072e141e..9875257d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -55,8 +55,6 @@ SET(SRCS gui/widgets/resizegrip.h gui/widgets/layout.cpp gui/widgets/layout.h - gui/box.cpp - gui/box.h gui/browserbox.cpp gui/browserbox.h gui/buddywindow.cpp @@ -91,8 +89,6 @@ SET(SRCS gui/gccontainer.h gui/gui.cpp gui/gui.h - gui/hbox.cpp - gui/hbox.h gui/help.cpp gui/help.h gui/inttextbox.cpp @@ -181,8 +177,6 @@ SET(SRCS gui/trade.h gui/updatewindow.h gui/updatewindow.cpp - gui/vbox.h - gui/vbox.cpp gui/viewport.cpp gui/viewport.h gui/window.cpp diff --git a/src/Makefile.am b/src/Makefile.am index 1d325a84..9d95488d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,8 +5,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/widgets/layout.h \ gui/widgets/resizegrip.cpp \ gui/widgets/resizegrip.h \ - gui/box.cpp \ - gui/box.h \ gui/browserbox.cpp \ gui/browserbox.h \ gui/button.cpp \ @@ -43,8 +41,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/gccontainer.h \ gui/gui.cpp \ gui/gui.h \ - gui/hbox.cpp \ - gui/hbox.h \ gui/help.cpp \ gui/help.h \ gui/inttextbox.h \ @@ -145,8 +141,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/trade.h \ gui/updatewindow.h \ gui/updatewindow.cpp \ - gui/vbox.h \ - gui/vbox.cpp \ gui/viewport.cpp \ gui/viewport.h \ gui/window.cpp \ diff --git a/src/gui/box.cpp b/src/gui/box.cpp deleted file mode 100644 index 59d8c135..00000000 --- a/src/gui/box.cpp +++ /dev/null @@ -1,42 +0,0 @@ -/* - * The Mana World - * Copyright 2004 The Mana World Development Team - * - * This file is part of The Mana World. - * - * The Mana World is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * The Mana World is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#include "box.h" - -Box::Box(): - padding(0) -{ - setOpaque(false); -} - -Box::~Box() -{ -} - -unsigned int Box::getPadding() -{ - return padding; -} - -void Box::setPadding(unsigned int p) -{ - padding = p; -} diff --git a/src/gui/box.h b/src/gui/box.h deleted file mode 100644 index 46654b48..00000000 --- a/src/gui/box.h +++ /dev/null @@ -1,58 +0,0 @@ -/* - * The Mana World - * Copyright 2004 The Mana World Development Team - * - * This file is part of The Mana World. - * - * The Mana World is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * The Mana World is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - - -#ifndef BOX_H -#define BOX_H - -#include - -#include "../guichanfwd.h" - -class Box : public gcn::Container -{ - public: - /** - * Returns padding. - */ - unsigned int getPadding(); - - /** - * Sets padding between widgets. - */ - void setPadding(unsigned int); - - protected: - Box(); - virtual ~Box(); - - /** - * Spacing between client widgets. - */ - unsigned int padding; - - virtual void draw(gcn::Graphics *) = 0; - - typedef std::list Widgets; - typedef Widgets::iterator WidgetIterator; -}; - -#endif diff --git a/src/gui/hbox.cpp b/src/gui/hbox.cpp deleted file mode 100644 index 020e85c6..00000000 --- a/src/gui/hbox.cpp +++ /dev/null @@ -1,39 +0,0 @@ -/* - * The Mana World - * Copyright 2004 The Mana World Development Team - * - * This file is part of The Mana World. - * - * The Mana World is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * The Mana World is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#include "hbox.h" - -void HBox::draw(gcn::Graphics *graphics) -{ - int widgetCount = mWidgets.size(); - int childHeight = getHeight(); - if (widgetCount == 0) - return; - int childWidth = getWidth() / widgetCount; - - int i = 0; - for (WidgetIterator w = mWidgets.begin(); w != mWidgets.end(); w++) { - (*w)->setPosition(childWidth * i - padding, 0); - (*w)->setSize(childWidth, childHeight); - i++; - } - gcn::Container::draw(graphics); -} diff --git a/src/gui/hbox.h b/src/gui/hbox.h deleted file mode 100644 index da70a53c..00000000 --- a/src/gui/hbox.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * The Mana World - * Copyright 2004 The Mana World Development Team - * - * This file is part of The Mana World. - * - * The Mana World is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * The Mana World is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#ifndef HBOX_H -#define HBOX_H - -#include "box.h" - -#include "../guichanfwd.h" - -class HBox : public Box -{ - public: - void draw(gcn::Graphics *); -}; - -#endif diff --git a/src/gui/vbox.cpp b/src/gui/vbox.cpp deleted file mode 100644 index 2ec1112d..00000000 --- a/src/gui/vbox.cpp +++ /dev/null @@ -1,43 +0,0 @@ -/* - * The Mana World - * Copyright 2004 The Mana World Development Team - * - * This file is part of The Mana World. - * - * The Mana World is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * The Mana World is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#include "vbox.h" - -void VBox::draw(gcn::Graphics *graphics) -{ - if (mWidgets.empty()) - { - return; - } - - int childWidth = getWidth(); - int childHeight = getHeight() / mWidgets.size(); - int i = 0; - - for (WidgetIterator w = mWidgets.begin(); w != mWidgets.end(); w++) - { - (*w)->setPosition(0, childHeight * i - padding); - (*w)->setSize(childWidth, childHeight); - i++; - } - - gcn::Container::draw(graphics); -} diff --git a/src/gui/vbox.h b/src/gui/vbox.h deleted file mode 100644 index 4538338f..00000000 --- a/src/gui/vbox.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * The Mana World - * Copyright 2004 The Mana World Development Team - * - * This file is part of The Mana World. - * - * The Mana World is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * The Mana World is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#ifndef VBOX_H -#define VBOX_H - -#include "box.h" - -#include "../guichanfwd.h" - -class VBox : public Box -{ - public: - void draw(gcn::Graphics *); -}; - -#endif -- cgit v1.2.3-60-g2f50 From 193ccbdba8031a351ea622f8842b6d9a0b6cfd43 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 8 Jan 2009 22:03:33 +0100 Subject: Made remaining dialogs translatable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer --- po/POTFILES.in | 15 +++ src/gui/buysell.cpp | 10 +- src/gui/chat.cpp | 192 +++++++++++++++++++----------------- src/gui/colour.cpp | 20 ++-- src/gui/help.cpp | 6 +- src/gui/setup_colours.cpp | 4 +- src/gui/setup_keyboard.cpp | 12 ++- src/gui/setup_players.cpp | 62 +++++++----- src/gui/setup_video.cpp | 4 +- src/gui/skill.cpp | 34 +++---- src/gui/smileycontainer.cpp | 5 +- src/gui/smileyshortcutcontainer.cpp | 3 +- src/gui/smileywindow.cpp | 11 ++- src/gui/speechbubble.cpp | 4 +- src/gui/status.cpp | 90 ++++++++--------- src/gui/trade.cpp | 4 +- src/gui/updatewindow.cpp | 31 +++--- src/main.cpp | 90 ++++++++--------- 18 files changed, 327 insertions(+), 270 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index e66b8f69..1005e363 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,11 +1,15 @@ # List of source files which contain translatable strings. src/gui/buy.cpp +src/gui/buysell.cpp src/gui/char_select.cpp src/gui/char_server.cpp +src/gui/chat.cpp +src/gui/colour.cpp src/gui/confirm_dialog.cpp src/gui/connection.cpp src/gui/equipmentwindow.cpp +src/gui/help.cpp src/gui/inventorywindow.cpp src/gui/item_amount.cpp src/gui/login.cpp @@ -19,8 +23,19 @@ src/gui/register.cpp src/gui/sell.cpp src/gui/setup_audio.cpp src/gui/setup.cpp +src/gui/setup_colours.cpp src/gui/setup_joystick.cpp +src/gui/setup_keyboard.cpp +src/gui/setup_players.cpp src/gui/setup_video.cpp +src/gui/skill.cpp +src/gui/smileycontainer.cpp +src/gui/smileyshortcutcontainer.cpp +src/gui/smileywindow.cpp +src/gui/speechbubble.cpp +src/gui/status.cpp src/gui/trade.cpp +src/gui/updatewindow.cpp src/net/playerhandler.cpp src/resources/itemdb.cpp +src/main.cpp diff --git a/src/gui/buysell.cpp b/src/gui/buysell.cpp index 57c95841..724ae8a1 100644 --- a/src/gui/buysell.cpp +++ b/src/gui/buysell.cpp @@ -24,18 +24,20 @@ #include "../npc.h" +#include "../utils/gettext.h" + BuySellDialog::BuySellDialog(): - Window("Shop") + Window(_("Shop")) { Button *buyButton = 0; - const char *buttonNames[] = { - "Buy", "Sell", "Cancel", 0 + static const char *buttonNames[] = { + N_("Buy"), N_("Sell"), N_("Cancel"), 0 }; int x = 10, y = 10; for (const char **curBtn = buttonNames; *curBtn; curBtn++) { - Button *btn = new Button(*curBtn, *curBtn, this); + Button *btn = new Button(gettext(*curBtn), *curBtn, this); if (!buyButton) buyButton = btn; // For focus request btn->setPosition(x, y); add(btn); diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 71954601..35976963 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -42,12 +42,14 @@ #include "../net/messageout.h" #include "../net/protocol.h" +#include "../utils/gettext.h" +#include "../utils/strprintf.h" #include "../utils/trim.h" ChatWindow::ChatWindow(Network * network): Window(""), mNetwork(network), mTmpVisible(false) { - setWindowName("Chat"); + setWindowName(_("Chat")); setResizable(true); setDefaultSize(0, windowContainer->getHeight() - 123, 600, 123); @@ -127,7 +129,7 @@ void ChatWindow::chatLog(std::string line, int own, bool ignoreRecord) tmp.text = line.substr(pos + 3); } else { // Fix the owner of welcome message. - if (line.substr(0, 7) == "Welcome") + if (line.substr(0, 7) == _("Welcome")) { own = BY_SERVER; } @@ -138,12 +140,12 @@ void ChatWindow::chatLog(std::string line, int own, bool ignoreRecord) case BY_GM: if (tmp.nick.empty()) { - tmp.nick = std::string("Global announcement: "); + tmp.nick = std::string(_("Global announcement: ")); lineColor = "##G"; } else { - tmp.nick = std::string("Global announcement from " + tmp.nick + tmp.nick = std::string(_("Global announcement from ") + tmp.nick + std::string(": ")); lineColor = "##1"; // Equiv. to BrowserBox::RED } @@ -157,7 +159,8 @@ void ChatWindow::chatLog(std::string line, int own, bool ignoreRecord) lineColor = "##C"; break; case BY_SERVER: - tmp.nick = "Server: "; + tmp.nick = _("Server:"); + tmp.nick += " "; tmp.text = line; lineColor = "##S"; break; @@ -281,7 +284,7 @@ void ChatWindow::chatSend(const std::string &nick, std::string msg) std::size_t length = msg.length() + 1; if (length == 0) { - chatLog("Trying to send a blank party message.", BY_SERVER); + chatLog(_("Trying to send a blank party message."), BY_SERVER); return; } MessageOut outMsg(mNetwork); @@ -383,7 +386,7 @@ void ChatWindow::chatSend(const std::string &nick, std::string msg) outMsg.writeString(recvnick, 24); outMsg.writeString(msg, msg.length()); - chatLog("Whispering to " + recvnick + " : " + msg, BY_PLAYER); + chatLog(_("Whispering to ") + recvnick + " : " + msg, BY_PLAYER); return; } if (command == "record") { @@ -392,29 +395,29 @@ void ChatWindow::chatSend(const std::string &nick, std::string msg) } if (command == "toggle") { if (msg == "") { - chatLog(mReturnToggles ? "Return toggles chat." - : "Message closes chat.", BY_SERVER); + chatLog(mReturnToggles ? _("Return toggles chat.") + : _("Message closes chat."), BY_SERVER); return; } msg = msg.substr(0, 1); if (msg == "1" || msg == "y" || msg == "t" || msg == "Y" || msg == "T") { - chatLog("Return now toggles chat.", BY_SERVER); + chatLog(_("Return now toggles chat."), BY_SERVER); mReturnToggles = true; return; } if (msg == "0" || msg == "n" || msg == "f" || msg == "N" || msg == "F") { - chatLog("Message now closes chat.", BY_SERVER); + chatLog(_("Message now closes chat."), BY_SERVER); mReturnToggles = false; return; } - chatLog("Options to /toggle are \"yes\", \"no\", \"true\", \"false\", " - "\"1\", \"0\".", BY_SERVER); + chatLog(_("Options to /toggle are \"yes\", \"no\", \"true\", \"false\", " + "\"1\", \"0\"."), BY_SERVER); return; } if (command == "party") { if (msg == "") { - chatLog("Unknown party command... Type \"/help\" party for more " - "information.", BY_SERVER); + chatLog(_("Unknown party command... Type \"/help\" party for more " + "information."), BY_SERVER); return; } const std::string::size_type space = msg.find(" "); @@ -451,10 +454,10 @@ void ChatWindow::chatSend(const std::string &nick, std::string msg) outMsg.writeInt8(0); outMsg.writeString("", 24); } else { - chatLog("No such spell!", BY_SERVER); + chatLog(_("No such spell!"), BY_SERVER); } } else { - chatLog("The current server doesn't support spells", BY_SERVER); + chatLog(_("The current server doesn't support spells"), BY_SERVER); } return; } @@ -484,14 +487,14 @@ void ChatWindow::chatSend(const std::string &nick, std::string msg) << "] "; - mRecorder->record(timeStr.str() + "Present: " + response + "."); - chatLog("Attendance written to record log.", BY_SERVER, true); + mRecorder->record(timeStr.str() + _("Present: ") + response + "."); + chatLog(_("Attendance written to record log."), BY_SERVER, true); } else { - chatLog("Present: " + response, BY_SERVER); + chatLog(_("Present: ") + response, BY_SERVER); } return; } - chatLog("Unknown command", BY_SERVER); + chatLog(_("Unknown command"), BY_SERVER); } std::string ChatWindow::const_msg(CHATSKILL act) @@ -500,70 +503,72 @@ std::string ChatWindow::const_msg(CHATSKILL act) if (act.success == SKILL_FAILED && act.skill == SKILL_BASIC) { switch (act.bskill) { case BSKILL_TRADE: - msg = "Trade failed!"; + msg = _("Trade failed!"); break; case BSKILL_EMOTE: - msg = "Emote failed!"; + msg = _("Emote failed!"); break; case BSKILL_SIT: - msg = "Sit failed!"; + msg = _("Sit failed!"); break; case BSKILL_CREATECHAT: - msg = "Chat creating failed!"; + msg = _("Chat creating failed!"); break; case BSKILL_JOINPARTY: - msg = "Could not join party!"; + msg = _("Could not join party!"); break; case BSKILL_SHOUT: - msg = "Cannot shout!"; + msg = _("Cannot shout!"); break; } + msg += " "; + switch (act.reason) { case RFAIL_SKILLDEP: - msg += " You have not yet reached a high enough level!"; + msg += _("You have not yet reached a high enough lvl!"); break; case RFAIL_INSUFHP: - msg += " Insufficient HP!"; + msg += _("Insufficient HP!"); break; case RFAIL_INSUFSP: - msg += " Insufficient SP!"; + msg += _("Insufficient SP!"); break; case RFAIL_NOMEMO: - msg += " You have no memos!"; + msg += _("You have no memos!"); break; case RFAIL_SKILLDELAY: - msg += " You cannot do that right now!"; + msg += _("You cannot do that right now!"); break; case RFAIL_ZENY: - msg += " Seems you need more Zeny... ;-)"; + msg += _("Seems you need more Zeny... ;-)"); break; case RFAIL_WEAPON: - msg += " You cannot use this skill with that kind of weapon!"; + msg += _("You cannot use this skill with that kind of weapon!"); break; case RFAIL_REDGEM: - msg += " You need another red gem!"; + msg += _("You need another red gem!"); break; case RFAIL_BLUEGEM: - msg += " You need another blue gem!"; + msg += _("You need another blue gem!"); break; case RFAIL_OVERWEIGHT: - msg += " You're carrying to much to do this!"; + msg += _("You're carrying to much to do this!"); break; default: - msg += " Huh? What's that?"; + msg += _("Huh? What's that?"); break; } } else { switch (act.skill) { - case SKILL_WARP: - msg = "Warp failed..."; + case SKILL_WARP : + msg = _("Warp failed..."); break; - case SKILL_STEAL: - msg = "Could not steal anything..."; + case SKILL_STEAL : + msg = _("Could not steal anything..."); break; - case SKILL_ENVENOM: - msg = "Poison had no effect..."; + case SKILL_ENVENOM : + msg = _("Poison had no effect..."); break; } } @@ -631,18 +636,18 @@ void ChatWindow::party(const std::string & command, const std::string & rest) if (rest == "") { char temp[2] = "."; *temp = mPartyPrefix; - chatLog("The current party prefix is " + std::string(temp), + chatLog(_("The current party prefix is ") + std::string(temp), BY_SERVER); return; } if (rest.length() != 1) { - chatLog("Party prefix must be one character long.", BY_SERVER); + chatLog(_("Party prefix must be one character long."), BY_SERVER); } else { if (rest == "/") { - chatLog("Cannot use a '/' as the prefix.", BY_SERVER); + chatLog(_("Cannot use a '/' as the prefix."), BY_SERVER); } else { mPartyPrefix = rest.at(0); - chatLog("Changing prefix to " + rest, BY_SERVER); + chatLog(_("Changing prefix to ") + rest, BY_SERVER); } } return; @@ -652,45 +657,47 @@ void ChatWindow::party(const std::string & command, const std::string & rest) void ChatWindow::help(const std::string & msg1, const std::string & msg2) { - chatLog("-- Help --", BY_SERVER); + chatLog(_("-- Help --"), BY_SERVER); if (msg1 == "") { - chatLog("/announce: Global announcement (GM only)", BY_SERVER); - chatLog("/clear: Clears this window", BY_SERVER); - chatLog("/help: Display this help.", BY_SERVER); + chatLog(_("/announce: Global announcement (GM only)"), BY_SERVER); + chatLog(_("/clear: Clears this window"), BY_SERVER); + chatLog(_("/help: Display this help"), BY_SERVER); mParty->help(); - chatLog("/present: Get list of players present", BY_SERVER); + chatLog(_("/msg : Alternate form for /whisper"), BY_SERVER); + chatLog(_("/present: Get list of players present"), BY_SERVER); mRecorder->help(); - chatLog("/toggle: Determine whether toggles the chat log.", + chatLog(_("/toggle: Determine whether toggles the chat log."), BY_SERVER); - chatLog("/where: Display map name", BY_SERVER); - chatLog("/whisper : Sends a private " - " to ", BY_SERVER); - chatLog("/who: Display number of online users", BY_SERVER); - chatLog("For more information, type /help ", BY_SERVER); + chatLog(_("/where: Display map name"), BY_SERVER); + chatLog(_("/w : Short form for /whisper"), BY_SERVER); + chatLog(_("/whisper : Sends a private " + " to "), BY_SERVER); + chatLog(_("/who: Display number of online users"), BY_SERVER); + chatLog(_("For more information, type /help "), BY_SERVER); return; } if (msg1 == "announce") { - chatLog("Command: /announce ", BY_SERVER); - chatLog("*** only available to a GM ***", BY_SERVER); - chatLog("This command sends the message to " - "all players currently online.", BY_SERVER); + chatLog(_("Command: /announce "), BY_SERVER); + chatLog(_("*** only available to a GM ***"), BY_SERVER); + chatLog(_("This command sends the message to " + "all players currently online."), BY_SERVER); return; } if (msg1 == "clear") { - chatLog("Command: /clear", BY_SERVER); - chatLog("This command clears the chat log of previous chat.", + chatLog(_("Command: /clear"), BY_SERVER); + chatLog(_("This command clears the chat log of previous chat."), BY_SERVER); return; } if (msg1 == "help") { - chatLog("Command: /help", BY_SERVER); - chatLog("This command displays a list of all commands available.", + chatLog(_("Command: /help"), BY_SERVER); + chatLog(_("This command displays a list of all commands available."), BY_SERVER); - chatLog("Command: /help ", BY_SERVER); - chatLog("This command displays help on .", BY_SERVER); + chatLog(_("Command: /help "), BY_SERVER); + chatLog(_("This command displays help on ."), BY_SERVER); return; } if (msg1 == "party") @@ -700,10 +707,8 @@ void ChatWindow::help(const std::string & msg1, const std::string & msg2) } if (msg1 == "present") { - chatLog("Command: /present", BY_SERVER); - chatLog("This command gets a list of players within hearing " - "and sends it to either the record log if recording, or the " - "chat log otherwise.", BY_SERVER); + chatLog(_("Command: /present"), BY_SERVER); + chatLog(_("This command gets a list of players within hearing and sends it to either the record log if recording, or the chat log otherwise."), BY_SERVER); return; } if (msg1 == "record") @@ -713,38 +718,39 @@ void ChatWindow::help(const std::string & msg1, const std::string & msg2) } if (msg1 == "toggle") { - chatLog("Command: /toggle ", BY_SERVER); - chatLog("This command sets whether the return key should toggle the " - "chat log, or whether the chat log turns off automatically.", + chatLog(_("Command: /toggle "), BY_SERVER); + chatLog(_("This command sets whether the return key should toggle the chat log, or whether the chat log turns off automatically."), BY_SERVER); - chatLog(" can be one of \"1\", \"yes\", \"true\" to turn " - "the toggle on, or \"0\", \"no\", \"false\" to turn the " - "toggle off.", BY_SERVER); - chatLog("Command: /toggle", BY_SERVER); - chatLog("This command displays the return toggle status.", BY_SERVER); + chatLog(_(" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0\", \"no\", \"false\" to turn the toggle off."), BY_SERVER); + chatLog(_("Command: /toggle"), BY_SERVER); + chatLog(_("This command displays the return toggle status."), BY_SERVER); return; } if (msg1 == "where") { - chatLog("Command: /where", BY_SERVER); - chatLog("This command displays the name of the current map.", + chatLog(_("Command: /where"), BY_SERVER); + chatLog(_("This command displays the name of the current map."), BY_SERVER); return; } - if (msg1 == "whisper" || msg1 == "msg" || msg1 == "w") { - chatLog("Command: /whisper ", BY_SERVER); - chatLog("This command sends the message to has spaces in it, enclose it in " - "double quotes (\").", BY_SERVER); + if (msg1 == "whisper" || msg1 == "msg" || msg1 == "w") + { + chatLog(_("Command: /msg "), BY_SERVER); + chatLog(_("Command: /whisper "), BY_SERVER); + chatLog(_("Command: /w "), BY_SERVER); + chatLog(_("This command sends the message to ."), + BY_SERVER); + chatLog(_("If the has spaces in it, enclose it in " + "double quotes (\")."), BY_SERVER); return; } if (msg1 == "who") { - chatLog("Command: /who", BY_SERVER); - chatLog("This command displays the number of players currently " - "online.", BY_SERVER); + chatLog(_("Command: /who"), BY_SERVER); + chatLog(_("This command displays the number of players currently " + "online."), BY_SERVER); return; } - chatLog("Unknown command.", BY_SERVER); - chatLog("Type /help for a list of commands.", BY_SERVER); + chatLog(_("Unknown command."), BY_SERVER); + chatLog(_("Type /help for a list of commands."), BY_SERVER); } diff --git a/src/gui/colour.cpp b/src/gui/colour.cpp index 4c3782a4..816420ed 100644 --- a/src/gui/colour.cpp +++ b/src/gui/colour.cpp @@ -25,17 +25,19 @@ #include "../configuration.h" +#include "../utils/gettext.h" + Colour::Colour() { - addColour('C', 0x000000, "Chat"); - addColour('G', 0xff0000, "GM"); - addColour('Y', 0x1fa052, "Player"); - addColour('W', 0x0000ff, "Whisper"); - addColour('I', 0xf1dc27, "Is"); - addColour('P', 0xff00d8, "Party"); - addColour('S', 0x8415e2, "Server"); - addColour('L', 0x919191, "Logger"); - addColour('<', 0xe50d0d, "Hyperlink"); + addColour('C', 0x000000, _("Chat")); + addColour('G', 0xff0000, _("GM")); + addColour('Y', 0x1fa052, _("Player")); + addColour('W', 0x0000ff, _("Whisper")); + addColour('I', 0xf1dc27, _("Is")); + addColour('P', 0xff00d8, _("Party")); + addColour('S', 0x8415e2, _("Server")); + addColour('L', 0x919191, _("Logger")); + addColour('<', 0xe50d0d, _("Hyperlink")); commit(); } diff --git a/src/gui/help.cpp b/src/gui/help.cpp index 19413a08..3594b9a6 100644 --- a/src/gui/help.cpp +++ b/src/gui/help.cpp @@ -26,8 +26,10 @@ #include "../resources/resourcemanager.h" +#include "../utils/gettext.h" + HelpWindow::HelpWindow(): - Window("Help") + Window(_("Help")) { setContentSize(455, 350); setWindowName("Help"); @@ -35,7 +37,7 @@ HelpWindow::HelpWindow(): mBrowserBox = new BrowserBox(); mBrowserBox->setOpaque(false); mScrollArea = new ScrollArea(mBrowserBox); - Button *okButton = new Button("Close", "close", this); + Button *okButton = new Button(_("Close"), "close", this); mScrollArea->setDimension(gcn::Rectangle( 5, 5, 445, 335 - okButton->getHeight())); diff --git a/src/gui/setup_colours.cpp b/src/gui/setup_colours.cpp index 0becd48f..dca47630 100644 --- a/src/gui/setup_colours.cpp +++ b/src/gui/setup_colours.cpp @@ -32,8 +32,10 @@ #include "../configuration.h" +#include "../utils/gettext.h" + Setup_Colours::Setup_Colours() : - mColourLabel("Colour:"), + mColourLabel(_("Colour:")), mSelected(-1) { mColourBox = new gcn::ListBox(textColour); diff --git a/src/gui/setup_keyboard.cpp b/src/gui/setup_keyboard.cpp index 007fcb52..75fa542f 100644 --- a/src/gui/setup_keyboard.cpp +++ b/src/gui/setup_keyboard.cpp @@ -33,6 +33,7 @@ #include "../configuration.h" #include "../keyboardconfig.h" +#include "../utils/gettext.h" #include "../utils/tostring.h" /** @@ -83,13 +84,13 @@ Setup_Keyboard::Setup_Keyboard(): scrollArea->setDimension(gcn::Rectangle(10, 10, 200, 140)); add(scrollArea); - mAssignKeyButton = new Button("Assign", "assign", this); + mAssignKeyButton = new Button(_("Assign"), "assign", this); mAssignKeyButton->setPosition(165, 155); mAssignKeyButton->addActionListener(this); mAssignKeyButton->setEnabled(false); add(mAssignKeyButton); - mMakeDefaultButton = new Button("Default", "makeDefault", this); + mMakeDefaultButton = new Button(_("Default"), "makeDefault", this); mMakeDefaultButton->setPosition(10, 155); mMakeDefaultButton->addActionListener(this); add(mMakeDefaultButton); @@ -110,8 +111,9 @@ void Setup_Keyboard::apply() if (keyboard.hasConflicts()) { - new OkDialog("Key Conflict(s) Detected.", - "Resolve them, or gameplay may result in strange behaviour."); + new OkDialog(_("Key Conflict(s) Detected."), + _("Resolve them, or gameplay may result in strange " + "behaviour.")); } keyboard.setEnabled(true); keyboard.store(); @@ -169,7 +171,7 @@ void Setup_Keyboard::newKeyCallback(int index) void Setup_Keyboard::refreshKeys() { - for(int i = 0; i < keyboard.KEY_TOTAL; i++) + for (int i = 0; i < keyboard.KEY_TOTAL; i++) { refreshAssignedKey(i); } diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp index d07a9685..0f52be41 100644 --- a/src/gui/setup_players.cpp +++ b/src/gui/setup_players.cpp @@ -34,6 +34,8 @@ #include "../player_relations.h" #include "../sound.h" +#include "../utils/gettext.h" + #define COLUMNS_NR 2 // name plus listbox #define NAME_COLUMN 0 #define RELATION_CHOICE_COLUMN 1 @@ -46,10 +48,16 @@ #define WIDGET_AT(row, column) (((row) * COLUMNS_NR) + column) -static std::string table_titles[COLUMNS_NR] = {" name", "relation "}; +static const char *table_titles[COLUMNS_NR] = { + N_("Name"), + N_("Relation") +}; -static const std::string RELATION_NAMES[PlayerRelation::RELATIONS_NR] = { - "neutral", "friend", "disregarded", "ignored" +static const char *RELATION_NAMES[PlayerRelation::RELATIONS_NR] = { + N_("Neutral"), + N_("Friend"), + N_("Disregarded"), + N_("Ignored") }; class PlayerRelationListModel : public gcn::ListModel @@ -66,7 +74,7 @@ public: { if (i >= getNumberOfElements() || i < 0) return ""; - return RELATION_NAMES[i]; + return gettext(RELATION_NAMES[i]); } }; @@ -135,7 +143,8 @@ public: virtual void updateModelInRow(int row) { - gcn::DropDown *choicebox = dynamic_cast(getElementAt(row, RELATION_CHOICE_COLUMN)); + gcn::DropDown *choicebox = dynamic_cast( + getElementAt(row, RELATION_CHOICE_COLUMN)); player_relations.setRelation(getPlayerAt(row), static_cast(choicebox->getSelected())); } @@ -185,7 +194,7 @@ public: virtual std::string getElementAt(int i) { if (i >= getNumberOfElements()) { - return "???"; + return _("???"); } return (*player_relations.getPlayerIgnoreStrategies())[i]->mDescription; } @@ -201,21 +210,27 @@ Setup_Players::Setup_Players(): mPlayerTable(new GuiTable(mPlayerTableModel)), mPlayerTitleTable(new GuiTable(mPlayerTableTitleModel)), mPlayerScrollArea(new ScrollArea(mPlayerTable)), - mPersistIgnores(new CheckBox("save player list", player_relations.getPersistIgnores())), - mDefaultTrading(new CheckBox("allow trading", player_relations.getDefault() & PlayerRelation::TRADE)), - mDefaultWhisper(new CheckBox("allow whispers", player_relations.getDefault() & PlayerRelation::WHISPER)), - mDeleteButton(new Button("Delete", ACTION_DELETE, this)), + mPersistIgnores(new CheckBox(_("Save player list"), + player_relations.getPersistIgnores())), + mDefaultTrading(new CheckBox(_("Allow trading"), + player_relations.getDefault() & PlayerRelation::TRADE)), + mDefaultWhisper(new CheckBox(_("Allow whispers"), + player_relations.getDefault() & PlayerRelation::WHISPER)), + mDeleteButton(new Button(_("Delete"), ACTION_DELETE, this)), mIgnoreActionChoicesBox(new gcn::DropDown(new IgnoreChoicesListModel())) { setOpaque(false); int table_width = NAME_COLUMN_WIDTH + RELATION_CHOICE_COLUMN_WIDTH; mPlayerTableTitleModel->fixColumnWidth(NAME_COLUMN, NAME_COLUMN_WIDTH); - mPlayerTableTitleModel->fixColumnWidth(RELATION_CHOICE_COLUMN, RELATION_CHOICE_COLUMN_WIDTH); + mPlayerTableTitleModel->fixColumnWidth(RELATION_CHOICE_COLUMN, + RELATION_CHOICE_COLUMN_WIDTH); mPlayerTitleTable->setDimension(gcn::Rectangle(10, 10, table_width, 10)); mPlayerTitleTable->setBackgroundColor(gcn::Color(0xbf, 0xbf, 0xbf)); - for (int i = 0; i < COLUMNS_NR; i++) - mPlayerTableTitleModel->set(0, i, new gcn::Label(table_titles[i])); + for (int i = 0; i < COLUMNS_NR; i++) { + mPlayerTableTitleModel->set(0, i, + new gcn::Label(gettext(table_titles[i]))); + } mPlayerTitleTable->setLinewiseSelection(true); mPlayerScrollArea->setDimension(gcn::Rectangle(10, 25, table_width + COLUMNS_NR, 90)); @@ -226,7 +241,7 @@ Setup_Players::Setup_Players(): mDeleteButton->setPosition(10, 118); - gcn::Label *ignore_action_label = new gcn::Label("When ignoring:"); + gcn::Label *ignore_action_label = new gcn::Label(_("When ignoring:")); ignore_action_label->setPosition(80, 118); mIgnoreActionChoicesBox->setDimension(gcn::Rectangle(80, 132, 120, 12)); @@ -269,9 +284,9 @@ Setup_Players::~Setup_Players(void) void Setup_Players::reset() { - // We now have to search through the list of ignore choices to find the current - // selection. We could use an index into the table of config options in - // player_relations instead of strategies to sidestep this. + // We now have to search through the list of ignore choices to find the + // current selection. We could use an index into the table of config + // options in player_relations instead of strategies to sidestep this. int selection = 0; for (unsigned int i = 0; i < player_relations.getPlayerIgnoreStrategies()->size(); ++i) if ((*player_relations.getPlayerIgnoreStrategies())[i] == @@ -306,9 +321,10 @@ void Setup_Players::action(const gcn::ActionEvent &event) { if (event.getId() == ACTION_TABLE) { - // temporarily eliminate ourselves: we are fully aware of this change, so there is no - // need for asynchronous updates. (In fact, thouse might destroy the widet that - // triggered them, which would be rather embarrassing.) + // temporarily eliminate ourselves: we are fully aware of this change, + // so there is no need for asynchronous updates. (In fact, thouse + // might destroy the widet that triggered them, which would be rather + // embarrassing.) player_relations.removeListener(this); int row = mPlayerTable->getSelectedRow(); @@ -340,6 +356,8 @@ void Setup_Players::updatedPlayer(const std::string &name) { mPlayerTableModel->playerRelationsUpdated(); - mDefaultTrading->setSelected(player_relations.getDefault() & PlayerRelation::TRADE); - mDefaultWhisper->setSelected(player_relations.getDefault() & PlayerRelation::WHISPER); + mDefaultTrading->setSelected( + player_relations.getDefault() & PlayerRelation::TRADE); + mDefaultWhisper->setSelected( + player_relations.getDefault() & PlayerRelation::WHISPER); } diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index f53a9716..724ce8b4 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -86,9 +86,9 @@ ModeListModel::ModeListModel() /* Check which modes are available */ if (modes == (SDL_Rect **)0) { - logger->log("No modes available"); + logger->log(_("No modes available")); } else if (modes == (SDL_Rect **)-1) { - logger->log("All resolutions available"); + logger->log(_("All resolutions available")); } else { //logger->log("Available Modes"); for (int i = 0; modes[i]; ++i) { diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp index 321a6c52..5e5782d9 100644 --- a/src/gui/skill.cpp +++ b/src/gui/skill.cpp @@ -32,9 +32,11 @@ #include "../log.h" #include "../utils/dtor.h" +#include "../utils/gettext.h" +#include "../utils/strprintf.h" #include "../utils/xml.h" -#define SKILLS_FILE "skills.xml" +static const char *SKILLS_FILE = "skills.xml"; struct SkillInfo { std::string name; @@ -77,7 +79,7 @@ public: virtual void update(void) { - static const SkillInfo fakeSkillInfo = { "???", false }; + static const SkillInfo fakeSkillInfo = { _("???"), false }; mEntriesNr = mDialog->getSkills().size(); resize(); @@ -94,13 +96,13 @@ public: info = &fakeSkillInfo; sprintf(tmp, "%c%s", info->modifiable? ' ' : '*', info->name.c_str()); - gcn::Label *name_label = new gcn::Label(std::string(tmp)); + gcn::Label *name_label = new gcn::Label(tmp); sprintf(tmp, "Lv:%i", skill->lv); - gcn::Label *lv_label = new gcn::Label(std::string(tmp)); + gcn::Label *lv_label = new gcn::Label(tmp); sprintf(tmp, "Sp:%i", skill->sp); - gcn::Label *sp_label = new gcn::Label(std::string(tmp)); + gcn::Label *sp_label = new gcn::Label(tmp); set(i, 0, name_label); set(i, 1, lv_label); @@ -116,22 +118,22 @@ private: SkillDialog::SkillDialog(): - Window("Skills") + Window(_("Skills")) { initSkillinfo(); mTableModel = new SkillGuiTableModel(this); mTable.setModel(mTableModel); mTable.setLinewiseSelection(true); - setWindowName("Skills"); + setWindowName(_("Skills")); setCloseButton(true); setDefaultSize(windowContainer->getWidth() - 260, 25, 255, 260); // mSkillListBox = new ListBox(this); - skillScrollArea = new ScrollArea(&mTable); - mPointsLabel = new gcn::Label("Skill Points:"); - mIncButton = new Button("Up", "inc", this); - mUseButton = new Button("Use", "use", this); + ScrollArea *skillScrollArea = new ScrollArea(&mTable); + mPointsLabel = new gcn::Label(strprintf(_("Skill points: %d"), 0)); + mIncButton = new Button(_("Up"), _("inc"), this); + mUseButton = new Button(_("Use"), _("use"), this); mUseButton->setEnabled(false); // mSkillListBox->setActionEventId("skill"); @@ -185,11 +187,8 @@ void SkillDialog::action(const gcn::ActionEvent &event) void SkillDialog::update() { - if (mPointsLabel != NULL) { - char tmp[128]; - sprintf(tmp, "Skill points: %i", player_node->mSkillPoint); - mPointsLabel->setCaption(tmp); - } + mPointsLabel->setCaption(strprintf(_("Skill points: %d"), + player_node->mSkillPoint)); int selectedSkill = mTable.getSelectedRow(); @@ -260,8 +259,7 @@ initSkillinfo(void) if (!root || !xmlStrEqual(root->name, BAD_CAST "skills")) { - logger->log("Error loading skills file: " - SKILLS_FILE); + logger->log(_("Error loading skills file: %s"), SKILLS_FILE); skill_db.resize(2, emptySkillInfo); skill_db[1].name = "Basic"; skill_db[1].modifiable = true; diff --git a/src/gui/smileycontainer.cpp b/src/gui/smileycontainer.cpp index 5eb99723..d5e2e815 100644 --- a/src/gui/smileycontainer.cpp +++ b/src/gui/smileycontainer.cpp @@ -31,6 +31,7 @@ #include "../resources/iteminfo.h" #include "../resources/resourcemanager.h" +#include "../utils/gettext.h" #include "../utils/tostring.h" const int SmileyContainer::gridWidth = 34; // item icon width + 4 @@ -44,10 +45,10 @@ SmileyContainer::SmileyContainer(): ResourceManager *resman = ResourceManager::getInstance(); mSmileyImg = resman->getImageSet("graphics/gui/emotions.png",30,32); - if (!mSmileyImg) logger->error("Unable to load emotions"); + if (!mSmileyImg) logger->error(_("Unable to load emotions")); mSelImg = resman->getImage("graphics/gui/selection.png"); - if (!mSelImg) logger->error("Unable to load selection.png"); + if (!mSelImg) logger->error(_("Unable to load selection.png")); mMaxSmiley = mSmileyImg->size(); diff --git a/src/gui/smileyshortcutcontainer.cpp b/src/gui/smileyshortcutcontainer.cpp index 5a9c3036..f857ed5d 100644 --- a/src/gui/smileyshortcutcontainer.cpp +++ b/src/gui/smileyshortcutcontainer.cpp @@ -33,6 +33,7 @@ #include "../resources/image.h" #include "../resources/resourcemanager.h" +#include "../utils/gettext.h" #include "../utils/tostring.h" SmileyShortcutContainer::SmileyShortcutContainer(): @@ -48,7 +49,7 @@ SmileyShortcutContainer::SmileyShortcutContainer(): mBackgroundImg = resman->getImage("graphics/gui/item_shortcut_bgr.png"); mSmileyImg = resman->getImageSet("graphics/gui/emotions.png",30,32); - if (!mSmileyImg) logger->error("Unable to load emotions"); + if (!mSmileyImg) logger->error(_("Unable to load emotions")); mMaxItems = 12; diff --git a/src/gui/smileywindow.cpp b/src/gui/smileywindow.cpp index faf634af..570eb45c 100644 --- a/src/gui/smileywindow.cpp +++ b/src/gui/smileywindow.cpp @@ -28,19 +28,22 @@ #include "smileywindow.h" #include "smileycontainer.h" #include "scrollarea.h" -#include "../localplayer.h" + +#include "../localplayer.h" + +#include "../utils/gettext.h" #include "../utils/tostring.h" SmileyWindow::SmileyWindow(): - Window("Emote") + Window(_("Emote")) { - setWindowName("Emote"); + setWindowName(_("Emote")); setResizable(true); setCloseButton(true); setMinWidth(80); setDefaultSize(115, 25, 322, 200); - mUseButton = new Button("Use", "use", this); + mUseButton = new Button(_("Use"), "use", this); mItems = new SmileyContainer(); mItems->addSelectionListener(this); diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp index 6af16496..5539202e 100644 --- a/src/gui/speechbubble.cpp +++ b/src/gui/speechbubble.cpp @@ -27,10 +27,12 @@ #include "../resources/image.h" #include "../resources/resourcemanager.h" +#include "../utils/gettext.h" + // TODO: Fix windows so that they can each load their own skins without the // other windows overriding another window's skin. SpeechBubble::SpeechBubble(): - Window("Message", false, NULL, "graphics/gui/speechbubble.xml") + Window(_("Message"), false, NULL, "graphics/gui/speechbubble.xml") { mSpeechBox = new TextBox(); mSpeechBox->setEditable(false); diff --git a/src/gui/status.cpp b/src/gui/status.cpp index fbcc01d6..64f3db48 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -28,13 +28,15 @@ #include "../localplayer.h" +#include "../utils/gettext.h" +#include "../utils/strprintf.h" #include "../utils/tostring.h" StatusWindow::StatusWindow(LocalPlayer *player): Window(player->getName()), mPlayer(player) { - setWindowName("Status"); + setWindowName(_("Status")); setCloseButton(true); setDefaultSize((windowContainer->getWidth() - 365) / 2, (windowContainer->getHeight() - 255) / 2, 365, 275); @@ -44,25 +46,25 @@ StatusWindow::StatusWindow(LocalPlayer *player): // Status Part // ---------------------- - mLvlLabel = new gcn::Label("Level:"); - mGpLabel = new gcn::Label("Money:"); - mJobLvlLabel = new gcn::Label("Job:"); + mLvlLabel = new gcn::Label(strprintf(_("Level: %d"), 0)); + mGpLabel = new gcn::Label(strprintf(_("Job: %d"), 0)); + mJobLvlLabel = new gcn::Label(strprintf(_("Money: %d GP"), 0)); mHpLabel = new gcn::Label("HP:"); mHpBar = new ProgressBar(1.0f, 80, 15, 0, 171, 34); - mHpValueLabel = new gcn::Label(""); + mHpValueLabel = new gcn::Label; mXpLabel = new gcn::Label("Exp:"); mXpBar = new ProgressBar(1.0f, 80, 15, 143, 192, 211); - mXpValueLabel = new gcn::Label(""); + mXpValueLabel = new gcn::Label; mMpLabel = new gcn::Label("MP:"); mMpBar = new ProgressBar(1.0f, 80, 15, 26, 102, 230); - mMpValueLabel = new gcn::Label(""); + mMpValueLabel = new gcn::Label; mJobXpLabel = new gcn::Label("Job:"); mJobXpBar = new ProgressBar(1.0f, 80, 15, 220, 135, 203); - mJobValueLabel = new gcn::Label(""); + mJobValueLabel = new gcn::Label; int y = 3; int x = 5; @@ -120,34 +122,34 @@ StatusWindow::StatusWindow(LocalPlayer *player): // ---------------------- // Static Labels - gcn::Label *mStatsTitleLabel = new gcn::Label("Stats"); - gcn::Label *mStatsTotalLabel = new gcn::Label("Total"); - gcn::Label *mStatsCostLabel = new gcn::Label("Cost"); + gcn::Label *mStatsTitleLabel = new gcn::Label(_("Stats")); + gcn::Label *mStatsTotalLabel = new gcn::Label(_("Total")); + gcn::Label *mStatsCostLabel = new gcn::Label(_("Cost")); // Derived Stats - mStatsAttackLabel = new gcn::Label("Attack:"); - mStatsDefenseLabel= new gcn::Label("Defense:"); - mStatsMagicAttackLabel = new gcn::Label("M.Attack:"); - mStatsMagicDefenseLabel = new gcn::Label("M.Defense:"); - mStatsAccuracyLabel = new gcn::Label("% Accuracy:"); - mStatsEvadeLabel = new gcn::Label("% Evade:"); - mStatsReflexLabel = new gcn::Label("% Reflex:"); - - mStatsAttackPoints = new gcn::Label(""); - mStatsDefensePoints = new gcn::Label(""); - mStatsMagicAttackPoints = new gcn::Label(""); - mStatsMagicDefensePoints = new gcn::Label(""); - mStatsAccuracyPoints = new gcn::Label("% Accuracy:"); - mStatsEvadePoints = new gcn::Label("% Evade:"); - mStatsReflexPoints = new gcn::Label("% Reflex:"); + mStatsAttackLabel = new gcn::Label(_("Attack:")); + mStatsDefenseLabel= new gcn::Label(_("Defense:")); + mStatsMagicAttackLabel = new gcn::Label(_("M.Attack:")); + mStatsMagicDefenseLabel = new gcn::Label(_("M.Defense:")); + mStatsAccuracyLabel = new gcn::Label(_("% Accuracy:")); + mStatsEvadeLabel = new gcn::Label(_("% Evade:")); + mStatsReflexLabel = new gcn::Label(_("% Reflex:")); + + mStatsAttackPoints = new gcn::Label; + mStatsDefensePoints = new gcn::Label; + mStatsMagicAttackPoints = new gcn::Label; + mStatsMagicDefensePoints = new gcn::Label; + mStatsAccuracyPoints = new gcn::Label; + mStatsEvadePoints = new gcn::Label; + mStatsReflexPoints = new gcn::Label; // New labels for (int i = 0; i < 6; i++) { - mStatsLabel[i] = new gcn::Label(); - mStatsDisplayLabel[i] = new gcn::Label(); + mStatsLabel[i] = new gcn::Label; + mStatsDisplayLabel[i] = new gcn::Label; mPointsLabel[i] = new gcn::Label("0"); } - mRemainingStatsPointsLabel = new gcn::Label(); + mRemainingStatsPointsLabel = new gcn::Label; // Set button events Id mStatsButton[0] = new Button("+", "STR", this); @@ -225,13 +227,13 @@ void StatusWindow::update() { // Status Part // ----------- - mLvlLabel->setCaption("Level: " + toString(mPlayer->mLevel)); + mLvlLabel->setCaption(strprintf(_("Level: %d"), mPlayer->mLevel)); mLvlLabel->adjustSize(); - mJobLvlLabel->setCaption("Job: " + toString(mPlayer->mJobLevel)); + mJobLvlLabel->setCaption(strprintf(_("Job: %d"), mPlayer->mJobLevel)); mJobLvlLabel->adjustSize(); - mGpLabel->setCaption("Money: " + toString(mPlayer->mGp) + " GP"); + mGpLabel->setCaption(strprintf(_("Money: %d GP"), mPlayer->mGp)); mGpLabel->adjustSize(); mHpValueLabel->setCaption(toString(mPlayer->mHp) + @@ -274,20 +276,20 @@ void StatusWindow::update() // Stats Part // ---------- - static const std::string attrNames[6] = { - "Strength", - "Agility", - "Vitality", - "Intelligence", - "Dexterity", - "Luck" + static const char *attrNames[6] = { + N_("Strength"), + N_("Agility"), + N_("Vitality"), + N_("Intelligence"), + N_("Dexterity"), + N_("Luck") }; int statusPoints = mPlayer->mStatsPointsToAttribute; // Update labels for (int i = 0; i < 6; i++) { - mStatsLabel[i]->setCaption(attrNames[i]); + mStatsLabel[i]->setCaption(gettext(attrNames[i])); mStatsDisplayLabel[i]->setCaption(toString((int) mPlayer->mAttr[i])); mPointsLabel[i]->setCaption(toString((int) mPlayer->mAttrUp[i])); @@ -297,8 +299,8 @@ void StatusWindow::update() mStatsButton[i]->setEnabled(mPlayer->mAttrUp[i] <= statusPoints); } - mRemainingStatsPointsLabel->setCaption("Remaining Status Points: " + - toString(statusPoints)); + mRemainingStatsPointsLabel->setCaption( + strprintf(_("Remaining Status Points: %d"), statusPoints)); mRemainingStatsPointsLabel->adjustSize(); // Derived Stats Points @@ -351,12 +353,12 @@ void StatusWindow::update() mXpBar->getX() + mXpBar->getWidth() + 5, mXpLabel->getY()); - mJobXpLabel->setPosition(mXpBar->getX() - mJobXpLabel->getWidth() - 5, + mJobXpLabel->setPosition(mXpBar->getX() - mJobXpLabel->getWidth() - 5, mMpLabel->getY()); mJobXpBar->setPosition( mJobXpLabel->getX() + mJobXpLabel->getWidth() + 5, mJobXpLabel->getY()); - mJobValueLabel->setPosition(mJobXpBar->getX() + mJobXpBar->getWidth() + 5, + mJobValueLabel->setPosition(mJobXpBar->getX() + mJobXpBar->getWidth() + 5, mJobXpLabel->getY()); } diff --git a/src/gui/trade.cpp b/src/gui/trade.cpp index 4546cd9e..f6e1c5ea 100644 --- a/src/gui/trade.cpp +++ b/src/gui/trade.cpp @@ -280,8 +280,8 @@ void TradeWindow::action(const gcn::ActionEvent &event) return; if (mMyInventory->contains(item)) { - chatWindow->chatLog("Failed adding item. You can not " - "overlap one kind of item on the window.", BY_SERVER); + chatWindow->chatLog(_("Failed adding item. You can not " + "overlap one kind of item on the window."), BY_SERVER); return; } diff --git a/src/gui/updatewindow.cpp b/src/gui/updatewindow.cpp index e0a9da2e..72cbb34a 100644 --- a/src/gui/updatewindow.cpp +++ b/src/gui/updatewindow.cpp @@ -43,6 +43,7 @@ #include "../resources/resourcemanager.h" +#include "../utils/gettext.h" #include "../utils/tostring.h" /** @@ -75,7 +76,7 @@ loadTextFile(const std::string &fileName) std::ifstream fin(fileName.c_str()); if (!fin) { - logger->log("Couldn't load text file: %s", fileName.c_str()); + logger->log(_("Couldn't load text file: %s"), fileName.c_str()); return lines; } @@ -90,7 +91,7 @@ loadTextFile(const std::string &fileName) UpdaterWindow::UpdaterWindow(const std::string &updateHost, const std::string &updatesDir): - Window("Updating..."), + Window(_("Updating...")), mThread(NULL), mDownloadStatus(UPDATE_NEWS), mUpdateHost(updateHost), @@ -109,10 +110,10 @@ UpdaterWindow::UpdaterWindow(const std::string &updateHost, mBrowserBox = new BrowserBox(); mScrollArea = new ScrollArea(mBrowserBox); - mLabel = new gcn::Label("Connecting..."); + mLabel = new gcn::Label(_("Connecting...")); mProgressBar = new ProgressBar(0.0, 310, 20, 168, 116, 31); - mCancelButton = new Button("Cancel", "cancel", this); - mPlayButton = new Button("Play", "play", this); + mCancelButton = new Button(_("Cancel"), "cancel", this); + mPlayButton = new Button(_("Play"), "play", this); mBrowserBox->setOpaque(false); mPlayButton->setEnabled(false); @@ -193,7 +194,7 @@ void UpdaterWindow::loadNews() { if (!mMemoryBuffer) { - logger->log("Couldn't load news"); + logger->log(_("Couldn't load news")); return; } @@ -324,8 +325,8 @@ int UpdaterWindow::downloadThread(void *ptr) { case CURLE_COULDNT_CONNECT: default: - std::cerr << "curl error " << res << ": " - << uw->mCurlError << " host: " << url.c_str() + std::cerr << _("curl error ") << res << ": " + << uw->mCurlError << _(" host: ") << url.c_str() << std::endl; break; } @@ -360,7 +361,7 @@ int UpdaterWindow::downloadThread(void *ptr) // Remove the corrupted file ::remove(outFilename.c_str()); logger->log( - "Checksum for file %s failed: (%lx/%lx)", + _("Checksum for file %s failed: (%lx/%lx)"), uw->mCurrentFile.c_str(), adler, uw->mCurrentChecksum); attempts++; @@ -410,7 +411,7 @@ void UpdaterWindow::download() if (mThread == NULL) { - logger->log("Unable to create mThread"); + logger->log(_("Unable to create mThread")); mDownloadStatus = UPDATE_ERROR; } } @@ -448,9 +449,9 @@ void UpdaterWindow::logic() mThread = NULL; } mBrowserBox->addRow(""); - mBrowserBox->addRow("##1 The update process is incomplete."); - mBrowserBox->addRow("##1 It is strongly recommended that"); - mBrowserBox->addRow("##1 you try again later"); + mBrowserBox->addRow(_("##1 The update process is incomplete.")); + mBrowserBox->addRow(_("##1 It is strongly recommended that")); + mBrowserBox->addRow(_("##1 you try again later")); mBrowserBox->addRow(mCurlError); mScrollArea->setVerticalScrollAmount( mScrollArea->getVerticalMaxScroll()); @@ -504,7 +505,7 @@ void UpdaterWindow::logic() } else { - logger->log("%s already here", mCurrentFile.c_str()); + logger->log(_("%s already here"), mCurrentFile.c_str()); } mLineIndex++; } @@ -517,7 +518,7 @@ void UpdaterWindow::logic() break; case UPDATE_COMPLETE: enable(); - setLabel("Completed"); + setLabel(_("Completed")); break; case UPDATE_IDLE: break; diff --git a/src/main.cpp b/src/main.cpp index 4a3acce8..c15011ff 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -202,12 +202,12 @@ void setUpdatesDir() << "/" << loginData.port; updatesDir = updates.str(); } else { - logger->log("Error: Invalid update host: %s", updateHost.c_str()); - errorMessage = "Invalid update host: " + updateHost; + logger->log(_("Error: Invalid update host: %s"), updateHost.c_str()); + errorMessage = _("Invalid update host: ") + updateHost; state = ERROR_STATE; } } else { - logger->log("Warning: no protocol was specified for the update host"); + logger->log(_("Warning: no protocol was specified for the update host")); updates << "updates/" << updateHost << "/" << loginData.port; updatesDir = updates.str(); } @@ -217,9 +217,9 @@ void setUpdatesDir() // Verify that the updates directory exists. Create if necessary. if (!resman->isDirectory("/" + updatesDir)) { if (!resman->mkdir("/" + updatesDir)) { - logger->log("Error: %s/%s can't be made, but doesn't exist!", + logger->log(_("Error: %s/%s can't be made, but doesn't exist!"), homeDir.c_str(), updatesDir.c_str()); - errorMessage = "Error creating updates directory!"; + errorMessage = _("Error creating updates directory!"); state = ERROR_STATE; } } @@ -247,7 +247,7 @@ void init_engine(const Options &options) #endif { std::cout << homeDir - << " can't be created, but it doesn't exist! Exiting." + << _(" can't be created, but it doesn't exist! Exiting.") << std::endl; exit(1); } @@ -256,15 +256,15 @@ void init_engine(const Options &options) logger->setLogFile(homeDir + std::string("/aethyra.log")); #ifdef PACKAGE_VERSION - logger->log("Starting Aethyra Version %s", PACKAGE_VERSION); + logger->log(_("Starting Aethyra Version %s"), PACKAGE_VERSION); #else - logger->log("Starting Aethyra - Version not defined"); + logger->log(_("Starting Aethyra - Version not defined")); #endif // Initialize SDL - logger->log("Initializing SDL..."); + logger->log(_("Initializing SDL...")); if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER) < 0) { - std::cerr << "Could not initialize SDL: " << + std::cerr << _("Could not initialize SDL: ") << SDL_GetError() << std::endl; exit(1); } @@ -277,7 +277,7 @@ void init_engine(const Options &options) if (!resman->setWriteDir(homeDir)) { std::cout << homeDir - << " couldn't be set as home directory! Exiting." + << _(" couldn't be set as home directory! Exiting.") << std::endl; exit(1); } @@ -297,7 +297,7 @@ void init_engine(const Options &options) if (!CFURLGetFileSystemRepresentation(resourcesURL, TRUE, (UInt8 *)path, PATH_MAX)) { - fprintf(stderr, "Can't find Resources directory\n"); + fprintf(stderr, _("Can't find Resources directory\n")); } CFRelease(resourcesURL); strncat(path, "/data", PATH_MAX - 1); @@ -307,7 +307,7 @@ void init_engine(const Options &options) #endif // Fill configuration with defaults - logger->log("Initializing configuration..."); + logger->log(_("Initializing configuration...")); config.setValue("host", "www.aethyra.org"); config.setValue("port", 21001); config.setValue("hwaccel", 0); @@ -390,8 +390,8 @@ void init_engine(const Options &options) // Try to set the desired video mode if (!graphics->setVideoMode(width, height, bpp, fullscreen, hwaccel)) { - std::cerr << "Couldn't set " - << width << "x" << height << "x" << bpp << " video mode: " + std::cerr << _("Couldn't set ") + << width << "x" << height << "x" << bpp << _(" video mode: ") << SDL_GetError() << std::endl; exit(1); } @@ -418,7 +418,7 @@ void init_engine(const Options &options) catch (const char *err) { state = ERROR_STATE; errorMessage = err; - logger->log("Warning: %s", err); + logger->log(_("Warning: %s"), err); } // Initialize keyboard @@ -458,29 +458,28 @@ void exit_engine() void printHelp() { std::cout - << "aethyra" << std::endl << std::endl - << "Options: " << std::endl - << " -C --configfile : Configuration file to use" << std::endl - << " -d --data : Directory to load game data from" << std::endl - << " -D --default : Bypass the login process with default " - "settings" << std::endl - << " -h --help : Display this help" << std::endl - << " -H --updatehost : Use this update host" << std::endl - << " -p --playername : Login with this player" << std::endl - << " -P --password : Login with this password" << std::endl - << " -u --skipupdate : Skip the update downloads" << std::endl - << " -U --username : Login with this username" << std::endl - << " -v --version : Display the version" << std::endl; + << _("aethyra") << std::endl << std::endl + << _("Options: ") << std::endl + << _(" -C --configfile : Configuration file to use") << std::endl + << _(" -d --data : Directory to load game data from") << std::endl + << _(" -D --default : Bypass the login process with default settings") << std::endl + << _(" -h --help : Display this help") << std::endl + << _(" -H --updatehost : Use this update host") << std::endl + << _(" -p --playername : Login with this player") << std::endl + << _(" -P --password : Login with this password") << std::endl + << _(" -u --skipupdate : Skip the update downloads") << std::endl + << _(" -U --username : Login with this username") << std::endl + << _(" -v --version : Display the version") << std::endl; } void printVersion() { #ifdef PACKAGE_VERSION - std::cout << "Aethyra version " << PACKAGE_VERSION << + std::cout << _("Aethyra version ") << PACKAGE_VERSION << std::endl; #else - std::cout << "Aethyra version " << - "(local build?, PACKAGE_VERSION is not defined)" << std::endl; + std::cout << _("Aethyra version ") << + _("(local build?, PACKAGE_VERSION is not defined)") << std::endl; #endif } @@ -576,8 +575,8 @@ struct ErrorListener : public gcn::ActionListener // TODO Find some nice place for these functions void accountLogin(Network *network, LoginData *loginData) { - logger->log("Trying to connect to account server..."); - logger->log("Username is %s", loginData->username.c_str()); + logger->log(_("Trying to connect to account server...")); + logger->log(_("Username is %s"), loginData->username.c_str()); network->connect(loginData->hostname, loginData->port); network->registerHandler(&loginHandler); loginHandler.setLoginData(loginData); @@ -631,7 +630,7 @@ void positionDialog(Window *dialog, int screenWidth, int screenHeight) void charLogin(Network *network, LoginData *loginData) { - logger->log("Trying to connect to char server..."); + logger->log(_("Trying to connect to char server...")); network->connect(loginData->hostname, loginData->port); network->registerHandler(&charServerHandler); charServerHandler.setCharInfo(&charInfo); @@ -653,14 +652,14 @@ void charLogin(Network *network, LoginData *loginData) void mapLogin(Network *network, LoginData *loginData) { - logger->log("Memorizing selected character %s", + logger->log(_("Memorizing selected character %s"), player_node->getName().c_str()); config.setValue("lastCharacter", player_node->getName()); MessageOut outMsg(network); - logger->log("Trying to connect to map server..."); - logger->log("Map: %s", map_path.c_str()); + logger->log(_("Trying to connect to map server...")); + logger->log(_("Map: %s"), map_path.c_str()); network->connect(loginData->hostname, loginData->port); network->registerHandler(&mapLoginHandler); @@ -745,7 +744,7 @@ int main(int argc, char *argv[]) top->add(progressLabel, 15 + progressBar->getWidth(), progressBar->getY() + 4); progressBar->setVisible(false); - gcn::Button *setup = new Button("Setup", "Setup", &listener); + gcn::Button *setup = new Button(_("Setup"), "Setup", &listener); setup->setPosition(top->getWidth() - setup->getWidth() - 3, 3); top->add(setup); @@ -787,7 +786,7 @@ int main(int argc, char *argv[]) login_wallpaper = ResourceManager::getInstance()-> getImage(wallpaperName); if (!login_wallpaper) - logger->log("Couldn't load %s as wallpaper", wallpaperName.c_str()); + logger->log(_("Couldn't load %s as wallpaper"), wallpaperName.c_str()); // Needs to be created in main, as the updater uses it textColour = new Colour(); @@ -823,7 +822,7 @@ int main(int argc, char *argv[]) if (!network->getError().empty()) { errorMessage = network->getError(); } else { - errorMessage = "Got disconnected from server!"; + errorMessage = _("Got disconnected from server!"); } } @@ -1013,7 +1012,7 @@ int main(int argc, char *argv[]) case ERROR_STATE: logger->log("State: ERROR"); - currentDialog = new OkDialog("Error", errorMessage); + currentDialog = new OkDialog(_("Error"), errorMessage); positionDialog(currentDialog, screenWidth, screenHeight); currentDialog->addActionListener(&errorListener); currentDialog = NULL; // OkDialog deletes itself @@ -1024,7 +1023,8 @@ int main(int argc, char *argv[]) case CONNECTING_STATE: logger->log("State: CONNECTING"); progressBar->setVisible(true); - progressLabel->setCaption("Connecting to map server..."); + progressLabel->setCaption( + _("Connecting to map server...")); progressLabel->adjustSize(); mapLogin(network, &loginData); break; @@ -1032,7 +1032,7 @@ int main(int argc, char *argv[]) case CHAR_CONNECT_STATE: progressBar->setVisible(true); progressLabel->setCaption( - "Connecting to character server..."); + _("Connecting to character server...")); progressLabel->adjustSize(); charLogin(network, &loginData); break; @@ -1040,7 +1040,7 @@ int main(int argc, char *argv[]) case ACCOUNT_STATE: progressBar->setVisible(true); progressLabel->setCaption( - "Connecting to account server..."); + _("Connecting to account server...")); progressLabel->adjustSize(); accountLogin(network, &loginData); break; -- cgit v1.2.3-60-g2f50 From a9716272cd2b5720a88f3d6904ec0f156177266d Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Fri, 9 Jan 2009 13:22:30 -0700 Subject: Fixed minimap state saving. Signed-off-by: Ira Rice --- po/POTFILES.in | 1 + src/game.cpp | 35 ++++++++++++++--------------------- src/gui/minimap.cpp | 17 ++++++++++++++++- src/gui/minimap.h | 6 ++++++ 4 files changed, 37 insertions(+), 22 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 1005e363..11bb6aa0 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -38,4 +38,5 @@ src/gui/trade.cpp src/gui/updatewindow.cpp src/net/playerhandler.cpp src/resources/itemdb.cpp +src/game.cpp src/main.cpp diff --git a/src/game.cpp b/src/game.cpp index da733fe3..18169cd0 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -30,7 +30,6 @@ #include #include "beingmanager.h" -#include "configuration.h" #include "effectmanager.h" #include "engine.h" #include "flooritemmanager.h" @@ -91,6 +90,8 @@ #include "resources/imagewriter.h" +#include "utils/gettext.h" + extern Graphics *graphics; class Map; @@ -125,7 +126,6 @@ Setup* setupWindow; Minimap *minimap; EquipmentWindow *equipmentWindow; TradeWindow *tradeWindow; -//BuddyWindow *buddyWindow; HelpWindow *helpWindow; DebugWindow *debugWindow; ShortcutWindow *itemShortcutWindow; @@ -210,15 +210,11 @@ void createGuiWindows(Network *network) minimap = new Minimap(); equipmentWindow = new EquipmentWindow(player_node->mEquipment.get()); tradeWindow = new TradeWindow(network); - //buddyWindow = new BuddyWindow(); helpWindow = new HelpWindow(); debugWindow = new DebugWindow(); itemShortcutWindow = new ShortcutWindow("ItemShortcut",new ItemShortcutContainer); smileyShortcutWindow = new ShortcutWindow("SmileyShortcut",new SmileyShortcutContainer); - // Initialize window positions - //buddyWindow->setPosition(10, minimap->getHeight() + 30); - // Set initial window visibility chatWindow->setVisible((bool) config.getValue( chatWindow->getWindowName() + "Visible", true)); @@ -226,8 +222,6 @@ void createGuiWindows(Network *network) miniStatusWindow->getWindowName() + "Visible", true)); buyDialog->setVisible(false); sellDialog->setVisible(false); - minimap->setVisible((bool) config.getValue( - minimap->getWindowName() + "Visible", true)); tradeWindow->setVisible(false); menuWindow->setVisible((bool) config.getValue( menuWindow->getWindowName() + "Visible", true)); @@ -264,7 +258,6 @@ void destroyGuiWindows() delete minimap; delete equipmentWindow; delete tradeWindow; - //delete buddyWindow; delete helpWindow; delete debugWindow; delete itemShortcutWindow; @@ -390,13 +383,13 @@ static bool saveScreenshot() if (success) { std::stringstream chatlogentry; - chatlogentry << "Screenshot saved to ~/" << filenameSuffix.str(); + chatlogentry << _("Screenshot saved to ~/") << filenameSuffix.str(); chatWindow->chatLog(chatlogentry.str(), BY_SERVER); } else { - chatWindow->chatLog("Saving screenshot failed!", BY_SERVER); - logger->log("Error: could not save screenshot."); + chatWindow->chatLog(_("Saving screenshot failed!"), BY_SERVER); + logger->log(_("Error: could not save screenshot.")); } SDL_FreeSurface(screenshot); @@ -471,9 +464,8 @@ void Game::logic() { if (!disconnectedDialog) { - disconnectedDialog = new OkDialog("Network Error", - "The connection to the server was lost, " - "the program will now quit"); + disconnectedDialog = new OkDialog(_("Network Error"), + _("The connection to the server was lost, the program will now quit")); disconnectedDialog->addActionListener(&exitListener); disconnectedDialog->requestMoveToTop(); } @@ -536,12 +528,12 @@ void Game::handleInput() unsigned int deflt = player_relations.getDefault(); if (deflt & PlayerRelation::TRADE) { chatWindow->chatLog( - "Ignoring incoming trade requests", + _("Ignoring incoming trade requests"), BY_SERVER); deflt &= ~PlayerRelation::TRADE; } else { chatWindow->chatLog( - "Accepting incoming trade requests", + _("Accepting incoming trade requests"), BY_SERVER); deflt |= PlayerRelation::TRADE; } @@ -557,7 +549,7 @@ void Game::handleInput() if (keyboard.isKeyActive(keyboard.KEY_SMILIE)) { // Emotions - int emotion=keyboard.getKeySmilieOffset(event.key.keysym.sym); + int emotion = keyboard.getKeySmilieOffset(event.key.keysym.sym); if (emotion) { smileyShortcut->useSmiley(emotion); @@ -643,13 +635,13 @@ void Game::handleInput() case SDLK_ESCAPE: if (!exitConfirm) { exitConfirm = new ConfirmDialog( - "Quit", "Are you sure you want to quit?"); + _("Quit"), _("Are you sure you want to quit?")); exitConfirm->addActionListener(&exitListener); exitConfirm->requestMoveToTop(); } else { - exitConfirm->action(gcn::ActionEvent(NULL, "no")); + exitConfirm->action(gcn::ActionEvent(NULL, _("no"))); } break; @@ -738,6 +730,7 @@ void Game::handleInput() requestedWindow = skillDialog; break; case KeyboardConfig::KEY_WINDOW_MINIMAP: + minimap->toggle(); requestedWindow = minimap; break; case KeyboardConfig::KEY_WINDOW_CHAT: @@ -789,7 +782,7 @@ void Game::handleInput() catch (gcn::Exception e) { const char* err = e.getMessage().c_str(); - logger->log("Warning: guichan input exception: %s", err); + logger->log(_("Warning: guichan input exception: %s"), err); } } } // End while diff --git a/src/gui/minimap.cpp b/src/gui/minimap.cpp index 8519b985..ebeed6d7 100644 --- a/src/gui/minimap.cpp +++ b/src/gui/minimap.cpp @@ -23,6 +23,7 @@ #include "../being.h" #include "../beingmanager.h" +#include "../configuration.h" #include "../graphics.h" #include "../localplayer.h" @@ -30,6 +31,8 @@ #include "../utils/gettext.h" +bool Minimap::mShow = config.getValue("MinimapVisible", true); + Minimap::Minimap(): Window(_("Map")), mMapImage(NULL), @@ -56,13 +59,14 @@ void Minimap::setMapImage(Image *img) { int offsetX = getPadding() + 4; int offsetY = getTitleBarHeight() + 4; - mMapImage->setAlpha(0.7); + mMapImage->setAlpha(config.getValue("guialpha", 0.8)); setDefaultSize(offsetX, offsetY, mMapImage->getWidth() < 100 ? mMapImage->getWidth() + offsetX : 100, mMapImage->getHeight() < 100 ? mMapImage->getHeight() + offsetY : 100); loadWindowState(); + setVisible(mShow); } else { @@ -70,10 +74,21 @@ void Minimap::setMapImage(Image *img) } } +void Minimap::toggle() +{ + mShow = !mShow; + config.setValue("MinimapVisible", mShow); +} + void Minimap::draw(gcn::Graphics *graphics) { + setVisible(mShow); + Window::draw(graphics); + if (!mShow) + return; + const gcn::Rectangle a = getChildrenArea(); graphics->pushClipArea(a); diff --git a/src/gui/minimap.h b/src/gui/minimap.h index 7897ebdb..b6dbc322 100644 --- a/src/gui/minimap.h +++ b/src/gui/minimap.h @@ -56,6 +56,11 @@ class Minimap : public Window */ void setProportion(float proportion) { mProportion = proportion; } + /** + * Toggles the displaying of the minimap. + */ + void toggle(); + /** * Draws the minimap. */ @@ -64,6 +69,7 @@ class Minimap : public Window private: Image *mMapImage; float mProportion; + static bool mShow; }; extern Minimap *minimap; -- cgit v1.2.3-60-g2f50 From afe43d3736eaf33ba26d2373917d2a8de3f39667 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 9 Jan 2009 20:32:20 +0100 Subject: Updated translations --- po/aethyra.pot | 522 ++++++++++++++++++++++++++++++++++++++++++++++------ po/ar.po | 553 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/ca.po | 523 ++++++++++++++++++++++++++++++++++++++++++++++------ po/cs.po | 549 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/da.po | 557 ++++++++++++++++++++++++++++++++++++++++++++++++-------- po/de.po | 557 ++++++++++++++++++++++++++++++++++++++++++++++++-------- po/en_GB.po | 553 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/eo.po | 522 ++++++++++++++++++++++++++++++++++++++++++++++------ po/es.po | 553 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/fi.po | 557 ++++++++++++++++++++++++++++++++++++++++++++++++-------- po/fr.po | 557 ++++++++++++++++++++++++++++++++++++++++++++++++-------- po/he.po | 557 ++++++++++++++++++++++++++++++++++++++++++++++++-------- po/hr.po | 546 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/id.po | 550 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/it.po | 553 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/ja.po | 542 +++++++++++++++++++++++++++++++++++++++++++++++------- po/nl.po | 543 +++++++++++++++++++++++++++++++++++++++++++++++------- po/pl.po | 557 ++++++++++++++++++++++++++++++++++++++++++++++++-------- po/pt.po | 565 +++++++++++++++++++++++++++++++++++++++++++++++++-------- po/pt_BR.po | 557 ++++++++++++++++++++++++++++++++++++++++++++++++-------- po/ru.po | 553 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/sk.po | 532 ++++++++++++++++++++++++++++++++++++++++++++++------- po/sv.po | 553 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/th.po | 546 +++++++++++++++++++++++++++++++++++++++++++++++-------- po/zh_CN.po | 553 +++++++++++++++++++++++++++++++++++++++++++++++-------- 25 files changed, 11914 insertions(+), 1796 deletions(-) (limited to 'po') diff --git a/po/aethyra.pot b/po/aethyra.pot index ae49bb32..9e8e8579 100644 --- a/po/aethyra.pot +++ b/po/aethyra.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,122 +16,130 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +msgid "Shop" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, c-format msgid "Job Level: %d" msgstr "" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "" @@ -144,6 +152,225 @@ msgstr "" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "" @@ -152,7 +379,7 @@ msgstr "" msgid "No" msgstr "" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "" @@ -160,11 +387,20 @@ msgstr "" msgid "Equipment" msgstr "" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "" @@ -190,31 +426,27 @@ msgstr "" msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "" @@ -222,7 +454,7 @@ msgstr "" msgid "Status" msgstr "" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "" @@ -230,7 +462,7 @@ msgstr "" msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "" @@ -322,14 +554,10 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "" @@ -390,6 +618,62 @@ msgstr "" msgid "Rotate the stick" msgstr "" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +msgid "Default" +msgstr "" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +msgid "Name" +msgstr "" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "" @@ -464,6 +748,100 @@ msgstr "" msgid "Applying change to OpenGL requires restart." msgstr "" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, c-format +msgid "Job: %d" +msgstr "" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, c-format +msgid "Money: %d GP" +msgstr "" + +#: src/gui/status.cpp:127 +msgid "Stats" +msgstr "" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +msgid "Attack:" +msgstr "" + +#: src/gui/status.cpp:133 +msgid "Defense:" +msgstr "" + +#: src/gui/status.cpp:134 +msgid "M.Attack:" +msgstr "" + +#: src/gui/status.cpp:135 +msgid "M.Defense:" +msgstr "" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +msgid "Strength" +msgstr "" + +#: src/gui/status.cpp:283 +msgid "Agility" +msgstr "" + +#: src/gui/status.cpp:284 +msgid "Vitality" +msgstr "" + +#: src/gui/status.cpp:285 +msgid "Intelligence" +msgstr "" + +#: src/gui/status.cpp:286 +msgid "Dexterity" +msgstr "" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "" @@ -481,6 +859,38 @@ msgstr "" msgid "You give:" msgstr "" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" + +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +msgid "Connecting to map server..." +msgstr "" + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" diff --git a/po/ar.po b/po/ar.po index f8cead32..0a19529e 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-07-16 18:28+0000\n" "Last-Translator: صقر بن عبدالله \n" "Language-Team: Arabic \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "شراء" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "السعر: %d GP / الإجمالي: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "مغادرة" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "الوصف: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "التأثير: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "إيقاف" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "بيع" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "إلغاء" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "هل أنت متأكّد من حذف هذه الشخصيّة؟" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "إنتقاء الشخصيّة" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "موافق" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "إلغاء" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "جديد" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "حذف" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "السّابق" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "التّالي" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "الاسم: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "المستوى: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "المستوى: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "النقود: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "إنشاء شخصيّة" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "الاسم:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "لون الشعر:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "قصّة الشعر:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "إنشاء" @@ -146,6 +155,225 @@ msgstr "إنتقاء الشخصيّة" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "الخادوم:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "نعم" @@ -154,7 +382,7 @@ msgstr "نعم" msgid "No" msgstr "لا" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "جارِ الاتّصال..." @@ -162,11 +390,20 @@ msgstr "جارِ الاتّصال..." msgid "Equipment" msgstr "العتاد" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "الجردة" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "استخدام" @@ -192,31 +429,27 @@ msgstr "تجريد من العتاد" msgid "Equip" msgstr "استعمال العتاد" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "انتقاء كمّيّة من المواد للمتاجرة بها." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "انتقاء كمّيّة من المواد لإسقاطها." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "ولوج" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "كلمة السرّ:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "الخادوم:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "تسجيل" @@ -224,7 +457,7 @@ msgstr "تسجيل" msgid "Status" msgstr "الحالة" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "مهارات" @@ -232,7 +465,7 @@ msgstr "مهارات" msgid "Shortcut" msgstr "اختصار" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "تثبيت" @@ -325,14 +558,10 @@ msgstr "يجب أن يكون طول كلمة السرّ أقل من %d محار msgid "Passwords do not match." msgstr "كلمات السرّ غير متطابقة." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "خطأ" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "بيع" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "صوت" @@ -393,6 +622,64 @@ msgstr "إيقاف" msgid "Rotate the stick" msgstr "تدوير العصا" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "حذف" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "الاسم:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "ملء الشاشة" @@ -467,6 +754,110 @@ msgstr "تغيير OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "تطبيق التغيير على OpenGL يحتاج لإعادة تشغيل." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "المستوى: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "النقود: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "الحالة" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "مهاجمة %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "دفاع %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "مهاجمة %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "دفاع %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "القوّة:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "خفّة الحركة:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "نشاط:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "ذكاء:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "المهارة:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "إضافة" @@ -484,27 +875,45 @@ msgstr "أنت تحصل على %d GP." msgid "You give:" msgstr "أنت تقدّم:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "إلغاء التسجيل" - -#~ msgid "Strength:" -#~ msgstr "القوّة:" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "خفّة الحركة:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "جارِ الاتّصال..." -#~ msgid "Dexterity:" -#~ msgstr "المهارة:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "نشاط:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "ذكاء:" +#~ msgid "Unregister" +#~ msgstr "إلغاء التسجيل" #~ msgid "Willpower:" #~ msgstr "قوّة الذات:" @@ -557,12 +966,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "تغيير" -#~ msgid "Attack %+d" -#~ msgstr "مهاجمة %+d" - -#~ msgid "Defense %+d" -#~ msgstr "دفاع %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/ca.po b/po/ca.po index 97527d96..7325a252 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-07-03 17:21+0000\n" "Last-Translator: Habari \n" "Language-Team: Catalan \n" @@ -17,122 +17,130 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "preu %d GP / total %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "sortir" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +msgid "Shop" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, c-format msgid "Job Level: %d" msgstr "" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "nom" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "" @@ -145,6 +153,225 @@ msgstr "" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "si" @@ -153,7 +380,7 @@ msgstr "si" msgid "No" msgstr "no" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "" @@ -161,11 +388,20 @@ msgstr "" msgid "Equipment" msgstr "" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "" @@ -191,31 +427,27 @@ msgstr "" msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "" @@ -223,7 +455,7 @@ msgstr "" msgid "Status" msgstr "" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "" @@ -231,7 +463,7 @@ msgstr "" msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "" @@ -323,14 +555,10 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "" @@ -391,6 +619,63 @@ msgstr "" msgid "Rotate the stick" msgstr "" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +msgid "Default" +msgstr "" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "nom" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "" @@ -465,6 +750,100 @@ msgstr "" msgid "Applying change to OpenGL requires restart." msgstr "" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, c-format +msgid "Job: %d" +msgstr "" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, c-format +msgid "Money: %d GP" +msgstr "" + +#: src/gui/status.cpp:127 +msgid "Stats" +msgstr "" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +msgid "Attack:" +msgstr "" + +#: src/gui/status.cpp:133 +msgid "Defense:" +msgstr "" + +#: src/gui/status.cpp:134 +msgid "M.Attack:" +msgstr "" + +#: src/gui/status.cpp:135 +msgid "M.Defense:" +msgstr "" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +msgid "Strength" +msgstr "" + +#: src/gui/status.cpp:283 +msgid "Agility" +msgstr "" + +#: src/gui/status.cpp:284 +msgid "Vitality" +msgstr "" + +#: src/gui/status.cpp:285 +msgid "Intelligence" +msgstr "" + +#: src/gui/status.cpp:286 +msgid "Dexterity" +msgstr "" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "" @@ -482,9 +861,41 @@ msgstr "" msgid "You give:" msgstr "" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +msgid "Connecting to map server..." +msgstr "" + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Change" #~ msgstr "canvi" diff --git a/po/cs.po b/po/cs.po index 67a31efc..efb03f63 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-12-17 16:31+0000\n" "Last-Translator: Lubos \n" "Language-Team: Czech \n" @@ -17,123 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Nákup" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Popis: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +msgid "Shop" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Prodej" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Zrušit" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "Potvrďte vymazání postavy" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Jste si jistí, že chcete vymazat tuto postavu?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "Vytvořit postavu" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Zrušit" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Nová" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Odstranit" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Předchozí" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Další" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Jméno: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Úroveň: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Úroveň: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Peníze: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Vytvořit postavu" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Jméno:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Barva vlasů:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Styl vlasů:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Vytvořit" @@ -147,6 +155,225 @@ msgstr "Server:" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Ano" @@ -155,7 +382,7 @@ msgstr "Ano" msgid "No" msgstr "Ne" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Připojuji se..." @@ -163,11 +390,20 @@ msgstr "Připojuji se..." msgid "Equipment" msgstr "Vybavení" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventář" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "" @@ -193,31 +429,27 @@ msgstr "" msgid "Equip" msgstr "Vybavit" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Vyberte množství zboží, se kterým budete obchodovat." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Vyberte množství zboží, které chcete upustit." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Heslo:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Server:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "Zapamatovat uživatelské jméno" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Registrace" @@ -225,7 +457,7 @@ msgstr "Registrace" msgid "Status" msgstr "Stav" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Dovednosti" @@ -233,7 +465,7 @@ msgstr "Dovednosti" msgid "Shortcut" msgstr "Zkratka" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Nastavení" @@ -325,14 +557,10 @@ msgstr "Heslo musí být kratší než %d znaků." msgid "Passwords do not match." msgstr "Hesla se neshodují." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Chyba" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Prodej" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Zvuk" @@ -393,6 +621,64 @@ msgstr "" msgid "Rotate the stick" msgstr "" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Odstranit" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Jméno:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "" @@ -467,6 +753,109 @@ msgstr "" msgid "Applying change to OpenGL requires restart." msgstr "" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Úroveň: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Peníze: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Stav" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Útok %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Obrana %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Útok %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Obrana %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Síla:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Vitalita:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitalita:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Inteligence:" + +#: src/gui/status.cpp:286 +msgid "Dexterity" +msgstr "" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "" @@ -484,10 +873,43 @@ msgstr "" msgid "You give:" msgstr "" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Připojuji se..." + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Account and Character Management" #~ msgstr "Správa účtu a postavy" @@ -503,15 +925,6 @@ msgstr "" #~ msgid "Account: %s" #~ msgstr "Účet: %s" -#~ msgid "Strength:" -#~ msgstr "Síla:" - -#~ msgid "Vitality:" -#~ msgstr "Vitalita:" - -#~ msgid "Intelligence:" -#~ msgstr "Inteligence:" - #~ msgid "Please distribute %d points" #~ msgstr "Rozdělte prosím %d bodů" @@ -541,9 +954,3 @@ msgstr "" #~ msgid "Change" #~ msgstr "Změnit" - -#~ msgid "Attack %+d" -#~ msgstr "Útok %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Obrana %+d" diff --git a/po/da.po b/po/da.po index ff2506c1..dae66aca 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-12-28 14:45+0000\n" "Last-Translator: Niels L Ellegaard \n" "Language-Team: Danish \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Køb" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Pris: %d GP / Total: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Afslut" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beskrivelse: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effekt: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Stop" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Sælg" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Fortryd" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "Er du sikker på at du vil slette denne figur?" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Er du sikker på at du vil slette denne figur?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Vælg Bruger" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "O.k." -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Fortryd" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Opret" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Slet" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Forrige" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Næste" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Navn; %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Niveau: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Niveau: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Penge: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Lav figur." -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Navn:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Hårfarve:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Frisure:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Opret" @@ -146,6 +155,225 @@ msgstr "Vælg Bruger" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Ja" @@ -154,7 +382,7 @@ msgstr "Ja" msgid "No" msgstr "Nej" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Opretter forbindelse..." @@ -162,11 +390,20 @@ msgstr "Opretter forbindelse..." msgid "Equipment" msgstr "Udstyr" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventarliste" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Brug" @@ -192,31 +429,27 @@ msgstr "Tag af" msgid "Equip" msgstr "Tag på" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Vælge hvor mange du vil bytte." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Vælg hvor mange du vil smide," -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Log Ind" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Adgangskode:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Server:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "Husk dette brugernavn." -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Registrer" @@ -224,7 +457,7 @@ msgstr "Registrer" msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Færdigheder" @@ -232,7 +465,7 @@ msgstr "Færdigheder" msgid "Shortcut" msgstr "Genvej" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Opsætning" @@ -325,14 +558,10 @@ msgstr "Adgangskoden skal være mindre end %d bogstaver langt." msgid "Passwords do not match." msgstr "Adgangskoder stemmer ikke overens." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Fejl" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Sælg" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Lyd" @@ -393,6 +622,64 @@ msgstr "Stop" msgid "Rotate the stick" msgstr "Roter joystick" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Slet" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Navn:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Fuld Skærm" @@ -467,6 +754,110 @@ msgstr "Skrifter til OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "Ændringerne til OpenGL kræver at du genstarter klienten." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Niveau: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Penge: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Status" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Angrib %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Forsvar %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Angrib %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Forsvar %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Styrke" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Adræthed" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Helbred:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Intelligens:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Behændighed:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Tilføj" @@ -484,10 +875,43 @@ msgstr "Du får %d GP." msgid "You give:" msgstr "Du giver:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Opretter forbindelse..." + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Account and Character Management" #~ msgstr "Ret konto og figurer" @@ -503,21 +927,6 @@ msgstr "" #~ msgid "Account: %s" #~ msgstr "Bruger: %s" -#~ msgid "Strength:" -#~ msgstr "Styrke" - -#~ msgid "Agility:" -#~ msgstr "Adræthed" - -#~ msgid "Dexterity:" -#~ msgstr "Behændighed:" - -#~ msgid "Vitality:" -#~ msgstr "Helbred:" - -#~ msgid "Intelligence:" -#~ msgstr "Intelligens:" - #~ msgid "Willpower:" #~ msgstr "Viljestyrke:" @@ -581,12 +990,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Ændre" -#~ msgid "Attack %+d" -#~ msgstr "Angrib %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Forsvar %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/de.po b/po/de.po index 578ae8b8..6e71b451 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-10-13 00:25+0000\n" "Last-Translator: Aeneas Jaißle \n" "Language-Team: German\n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Kaufen" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Preis: %d GP / Summe: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Beenden" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beschreibung: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effekt: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Stopp" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Verkaufen" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Abbrechen" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "Bestätige Charakter-Löschung" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Bist du sicher, dass du diesen Charakter löschen möchtest?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Spielfigur auswählen" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Abbrechen" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Neu" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Löschen" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Zurück" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Weiter" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Name : %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Stufe: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Stufe: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Geld: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Charakter erstellen" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Name :" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Haarfarbe" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Frisur" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Erstellen" @@ -146,6 +155,225 @@ msgstr "Spielfigur auswählen" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Ja" @@ -154,7 +382,7 @@ msgstr "Ja" msgid "No" msgstr "Nein" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Verbinde..." @@ -162,11 +390,20 @@ msgstr "Verbinde..." msgid "Equipment" msgstr "Ausrüstung" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventar" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Benutzen" @@ -192,31 +429,27 @@ msgstr "Ablegen" msgid "Equip" msgstr "Ausrüsten" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Wähle aus, wieviele Gegenstände Du tauschen möchtest." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Wähle aus, wieviele Gegenstände Du wegwerfen möchtest." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Anmelden" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Passwort:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Server:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "Benutzernamen merken" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Registrieren" @@ -224,7 +457,7 @@ msgstr "Registrieren" msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Fertigkeiten" @@ -232,7 +465,7 @@ msgstr "Fertigkeiten" msgid "Shortcut" msgstr "Tastenkürzel" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Einstellungen" @@ -325,14 +558,10 @@ msgstr "Das Passwort muss kürzer als %d Zeichen sein." msgid "Passwords do not match." msgstr "Passwörter stimmen nicht überein." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Fehler" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Verkaufen" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Ton" @@ -393,6 +622,64 @@ msgstr "Stopp" msgid "Rotate the stick" msgstr "Kreise den Steuerknüppel" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Löschen" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Name :" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Vollbild" @@ -469,6 +756,110 @@ msgstr "" "Änderungen an OpenGL werden erst nach einem Neustart der Anwendung " "übernommen." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Stufe: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Geld: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Status" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Angriff %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Verteidigung %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Angriff %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Verteidigung %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Stärke:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Agilität:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitalität:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Intelligenz:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Geschicklichkeit:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Hinzufügen" @@ -486,10 +877,43 @@ msgstr "Du erhälst %d GP." msgid "You give:" msgstr "Du gibst:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Verbinde..." + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Account and Character Management" #~ msgstr "Account- und Charakterverwaltung" @@ -505,21 +929,6 @@ msgstr "" #~ msgid "Account: %s" #~ msgstr "Account: %s" -#~ msgid "Strength:" -#~ msgstr "Stärke:" - -#~ msgid "Agility:" -#~ msgstr "Agilität:" - -#~ msgid "Dexterity:" -#~ msgstr "Geschicklichkeit:" - -#~ msgid "Vitality:" -#~ msgstr "Vitalität:" - -#~ msgid "Intelligence:" -#~ msgstr "Intelligenz:" - #~ msgid "Willpower:" #~ msgstr "Willenskraft:" @@ -583,12 +992,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Ändern" -#~ msgid "Attack %+d" -#~ msgstr "Angriff %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Verteidigung %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/en_GB.po b/po/en_GB.po index c17c3ad7..80a6ef41 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-05-10 16:51+0000\n" "Last-Translator: Me \n" "Language-Team: English (United Kingdom) \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Buy" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Price: %d GP / Total: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Exit" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Description: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effect: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Stop" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Sell" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Cancel" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Are you sure you want to delete this character?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Select Character" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Cancel" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "New" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Delete" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Previous" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Next" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Name: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Money: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Create Character" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Name:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Hair Colour:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Hair Style:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Create" @@ -146,6 +155,225 @@ msgstr "Select Character" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Yes" @@ -154,7 +382,7 @@ msgstr "Yes" msgid "No" msgstr "No" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Connecting..." @@ -162,11 +390,20 @@ msgstr "Connecting..." msgid "Equipment" msgstr "Equipment" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventory" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Use" @@ -192,31 +429,27 @@ msgstr "Unequip" msgid "Equip" msgstr "Equip" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Select amount of items to trade." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Select amount of items to drop." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Login" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Password:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Server:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Register" @@ -224,7 +457,7 @@ msgstr "Register" msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Skills" @@ -232,7 +465,7 @@ msgstr "Skills" msgid "Shortcut" msgstr "Shortcut" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Setup" @@ -325,14 +558,10 @@ msgstr "The password needs to be less than %d characters long." msgid "Passwords do not match." msgstr "Passwords do not match." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Error" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Sell" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Sound" @@ -393,6 +622,64 @@ msgstr "Stop" msgid "Rotate the stick" msgstr "Rotate the stick" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Delete" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Name:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Full screen" @@ -467,6 +754,110 @@ msgstr "Changing OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "Applying change to OpenGL requires restart." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Level: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Money: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Status" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Attack %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Defense %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Attack %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Defense %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Strength:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Agility:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitality:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Intelligence:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Dexterity:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Add" @@ -484,27 +875,45 @@ msgstr "You get %d GP." msgid "You give:" msgstr "You give:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "Unregister" - -#~ msgid "Strength:" -#~ msgstr "Strength:" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "Agility:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Connecting..." -#~ msgid "Dexterity:" -#~ msgstr "Dexterity:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Vitality:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "Intelligence:" +#~ msgid "Unregister" +#~ msgstr "Unregister" #~ msgid "Willpower:" #~ msgstr "Willpower:" @@ -557,12 +966,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Change" -#~ msgid "Attack %+d" -#~ msgstr "Attack %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Defense %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/eo.po b/po/eo.po index ad4bcdca..928b0fbf 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-11-10 22:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Esperanto \n" @@ -17,122 +17,130 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +msgid "Shop" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, c-format msgid "Job Level: %d" msgstr "" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "" @@ -145,6 +153,225 @@ msgstr "" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "" @@ -153,7 +380,7 @@ msgstr "" msgid "No" msgstr "" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "" @@ -161,11 +388,20 @@ msgstr "" msgid "Equipment" msgstr "" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "" @@ -191,31 +427,27 @@ msgstr "" msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "" @@ -223,7 +455,7 @@ msgstr "" msgid "Status" msgstr "" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "" @@ -231,7 +463,7 @@ msgstr "" msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "" @@ -323,14 +555,10 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "" @@ -391,6 +619,62 @@ msgstr "" msgid "Rotate the stick" msgstr "" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +msgid "Default" +msgstr "" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +msgid "Name" +msgstr "" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "" @@ -465,6 +749,100 @@ msgstr "" msgid "Applying change to OpenGL requires restart." msgstr "" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, c-format +msgid "Job: %d" +msgstr "" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, c-format +msgid "Money: %d GP" +msgstr "" + +#: src/gui/status.cpp:127 +msgid "Stats" +msgstr "" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +msgid "Attack:" +msgstr "" + +#: src/gui/status.cpp:133 +msgid "Defense:" +msgstr "" + +#: src/gui/status.cpp:134 +msgid "M.Attack:" +msgstr "" + +#: src/gui/status.cpp:135 +msgid "M.Defense:" +msgstr "" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +msgid "Strength" +msgstr "" + +#: src/gui/status.cpp:283 +msgid "Agility" +msgstr "" + +#: src/gui/status.cpp:284 +msgid "Vitality" +msgstr "" + +#: src/gui/status.cpp:285 +msgid "Intelligence" +msgstr "" + +#: src/gui/status.cpp:286 +msgid "Dexterity" +msgstr "" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "" @@ -482,6 +860,38 @@ msgstr "" msgid "You give:" msgstr "" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" + +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +msgid "Connecting to map server..." +msgstr "" + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" diff --git a/po/es.po b/po/es.po index e544ff86..f4f67a3f 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-10-15 01:37+0000\n" "Last-Translator: catalania \n" "Language-Team: Spanish \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Comprar" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Precio: %d GP / Total: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Salir" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descripción: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efecto: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Detener" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Vender" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Cancelar" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "¿Seguro que quieres borrar este personaje?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Seleccionar personaje" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Aceptar" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Cancelar" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Nuevo" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Eliminar" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Anterior" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Siguiente" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nombre: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Nivel: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nivel: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Dinero: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Crear Personaje" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Nombre:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Color de pelo:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "corte de pelo" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Crear" @@ -146,6 +155,225 @@ msgstr "Seleccionar personaje" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Servidor:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Sí" @@ -154,7 +382,7 @@ msgstr "Sí" msgid "No" msgstr "No" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Conectando…" @@ -162,11 +390,20 @@ msgstr "Conectando…" msgid "Equipment" msgstr "Equipo" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventario" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Usar" @@ -192,31 +429,27 @@ msgstr "quitarselo" msgid "Equip" msgstr "Equipar" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Seleccione objetos para comerciar." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Seleccione objetos para soltar." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "conectarse" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Contraseña:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Servidor:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Registrar" @@ -224,7 +457,7 @@ msgstr "Registrar" msgid "Status" msgstr "Estado" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Habilidades" @@ -232,7 +465,7 @@ msgstr "Habilidades" msgid "Shortcut" msgstr "Atajos" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Configuración" @@ -325,14 +558,10 @@ msgstr "La contraseña puede tener como máximo %d caracteres." msgid "Passwords do not match." msgstr "Las contraseñas no coinciden." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Error" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Vender" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Sonido" @@ -393,6 +622,64 @@ msgstr "Detener" msgid "Rotate the stick" msgstr "Gire el stick" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Eliminar" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Nombre:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Pantalla completa" @@ -467,6 +754,110 @@ msgstr "Cambiar a OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "Se necesita reiniciar para aplicar los cambios hechos a OpenGL." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Nivel: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Dinero: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Estado" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Ataque %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Defensa %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Ataque %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Defensa %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Fuerza:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Agilidad:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitalidad:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Inteligencia:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Destreza:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Añadir" @@ -484,27 +875,45 @@ msgstr "Tu consigues %d GP." msgid "You give:" msgstr "Tu das:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "Cancelar Cuenta" - -#~ msgid "Strength:" -#~ msgstr "Fuerza:" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "Agilidad:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Conectando…" -#~ msgid "Dexterity:" -#~ msgstr "Destreza:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Vitalidad:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "Inteligencia:" +#~ msgid "Unregister" +#~ msgstr "Cancelar Cuenta" #~ msgid "Willpower:" #~ msgstr "Fuerza de voluntad:" @@ -557,12 +966,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Modificar" -#~ msgid "Attack %+d" -#~ msgstr "Ataque %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Defensa %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/fi.po b/po/fi.po index e4b01584..80b21093 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-12-30 10:23+0000\n" "Last-Translator: ville-v \n" "Language-Team: Finnish \n" @@ -17,123 +17,132 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Osta" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Kappalehinta: %d GP / Yhteensä: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Sulje" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Kuvaus: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Vaikutus: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Lopeta" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Myy" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Peru" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "Vahvista hahmon poistopyyntö" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Oletko varma, että haluat poistaa tämän hahmon?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "Luo hahmo" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Peru" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Uusi" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Poista" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Edellinen" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Seuraava" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nimi: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Taso: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Taso: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Rahatilanne: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Luo hahmo" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Nimi:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Hiusten väri:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Hiustyyli:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Luo" @@ -147,6 +156,225 @@ msgstr "Vaihda palvelinta" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Palvelin:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Kyllä" @@ -155,7 +383,7 @@ msgstr "Kyllä" msgid "No" msgstr "Ei" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Yhdistetään..." @@ -163,11 +391,20 @@ msgstr "Yhdistetään..." msgid "Equipment" msgstr "Varusteet" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Tavaraluettelo" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Käytä" @@ -193,31 +430,27 @@ msgstr "Poista varuste käytöstä" msgid "Equip" msgstr "Ota käyttöön" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Anna vaihdettavien tavaroiden määrä." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Anna pudotettavien tavaroiden määrä." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Kirjaudu sisään" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Salasana:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Palvelin:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "Muista käyttäjätunnus" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Rekisteröidy" @@ -225,7 +458,7 @@ msgstr "Rekisteröidy" msgid "Status" msgstr "Hahmon tiedot" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Taidot" @@ -233,7 +466,7 @@ msgstr "Taidot" msgid "Shortcut" msgstr "Pikavalinnat" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Asetukset" @@ -326,14 +559,10 @@ msgstr "Salasanan tulee olla alle %d merkkiä pitkä." msgid "Passwords do not match." msgstr "Salasanat eivät täsmää." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Virhe" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Myy" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Ääni" @@ -394,6 +623,64 @@ msgstr "Lopeta" msgid "Rotate the stick" msgstr "Käytä ohjain ääriasennoissaan pyörittämällä" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Poista" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Nimi:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Kokoruututila" @@ -468,6 +755,110 @@ msgstr "Vaihdetaan OpenGL -toimintatilaan" msgid "Applying change to OpenGL requires restart." msgstr "OpenGL -asetusten muutokset vaativat ohjelman uudelleenkäynnistyksen" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Taso: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Rahatilanne: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Hahmon tiedot" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Hyökkäys %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Puolustus %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Hyökkäys %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Puolustus %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Voima:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Ketteryys:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Elinvoima:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Älykkyys:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Näppäryys:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Lisää" @@ -485,10 +876,43 @@ msgstr "Sait %d GP" msgid "You give:" msgstr "Annat:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Yhdistetään..." + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Account and Character Management" #~ msgstr "Tilin ja hahmojen hallinta" @@ -504,21 +928,6 @@ msgstr "" #~ msgid "Account: %s" #~ msgstr "Tili: %s" -#~ msgid "Strength:" -#~ msgstr "Voima:" - -#~ msgid "Agility:" -#~ msgstr "Ketteryys:" - -#~ msgid "Dexterity:" -#~ msgstr "Näppäryys:" - -#~ msgid "Vitality:" -#~ msgstr "Elinvoima:" - -#~ msgid "Intelligence:" -#~ msgstr "Älykkyys:" - #~ msgid "Willpower:" #~ msgstr "Tahdonvoima:" @@ -579,12 +988,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Muuta" -#~ msgid "Attack %+d" -#~ msgstr "Hyökkäys %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Puolustus %+d" - #~ msgid "HP %+d" #~ msgstr "Iskupisteet %+d" diff --git a/po/fr.po b/po/fr.po index ed1340d3..3d8a121c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-12-26 10:43+0000\n" "Last-Translator: Johan Serre \n" "Language-Team: French\n" @@ -18,122 +18,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Acheter" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Prix : %d PO / Total : %d PO" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Quitter" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Description : %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effet : %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Stop" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Vendre" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Annuler" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "Confirmer la suppression du personnage" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Êtes-vous certain de vouloir supprimer ce personnage ?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Choix du personnage" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Annuler" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Nouveau" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Supprimer" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Précédent" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Suivant" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nom : %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Niveau : %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Niveau : %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Argent : %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Création du personnage" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Nom :" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Couleur des cheveux" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Coiffure :" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Créer" @@ -147,6 +156,225 @@ msgstr "Choix du personnage" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Serveur :" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Oui" @@ -155,7 +383,7 @@ msgstr "Oui" msgid "No" msgstr "Non" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Connexion..." @@ -163,11 +391,20 @@ msgstr "Connexion..." msgid "Equipment" msgstr "Équipement" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventaire" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Utiliser" @@ -193,31 +430,27 @@ msgstr "Retirer" msgid "Equip" msgstr "Équiper" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Choisissez le nombre d'objets à troquer." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Choisissez le nombre d'objets à lâcher." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Connexion" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Mot de passe :" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Serveur :" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "Se souvenir du nom d'utilisateur" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "S'inscrire" @@ -225,7 +458,7 @@ msgstr "S'inscrire" msgid "Status" msgstr "Statut" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Compétences" @@ -233,7 +466,7 @@ msgstr "Compétences" msgid "Shortcut" msgstr "Raccourci" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Configuration" @@ -326,14 +559,10 @@ msgstr "Le mot de passe doit faire moins de %d caractères." msgid "Passwords do not match." msgstr "Les deux mots de passe ne correspondent pas." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Erreur" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Vendre" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Son" @@ -394,6 +623,64 @@ msgstr "Stop" msgid "Rotate the stick" msgstr "Tourner le joystick" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Supprimer" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Nom :" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Plein écran" @@ -470,6 +757,110 @@ msgid "Applying change to OpenGL requires restart." msgstr "" "Le changement OpenGL ne sera pris en compte qu'au prochain démarrage du jeu." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Niveau : %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Argent : %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Statut" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Attaque %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Défense %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Attaque %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Défense %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Force :" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Agilité :" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitalité :" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Intelligence :" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Dextérité :" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Ajouter" @@ -487,10 +878,43 @@ msgstr "Vous obtenez %d PO." msgid "You give:" msgstr "Vous donnez :" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Connexion..." + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Account and Character Management" #~ msgstr "Gestion du compte et du personnage" @@ -506,21 +930,6 @@ msgstr "" #~ msgid "Account: %s" #~ msgstr "Compte: %s" -#~ msgid "Strength:" -#~ msgstr "Force :" - -#~ msgid "Agility:" -#~ msgstr "Agilité :" - -#~ msgid "Dexterity:" -#~ msgstr "Dextérité :" - -#~ msgid "Vitality:" -#~ msgstr "Vitalité :" - -#~ msgid "Intelligence:" -#~ msgstr "Intelligence :" - #~ msgid "Willpower:" #~ msgstr "Volonté :" @@ -584,12 +993,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Changer" -#~ msgid "Attack %+d" -#~ msgstr "Attaque %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Défense %+d" - #~ msgid "HP %+d" #~ msgstr "PV %+d" diff --git a/po/he.po b/po/he.po index 0b78dda9..87766812 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-10-20 00:23+0000\n" "Last-Translator: Ddorda \n" "Language-Team: Hebrew \n" @@ -17,123 +17,132 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "קנה" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "מחיר: %d זהב / סה\"כ %d זהב" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "יציאה" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "תיאור: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "השפעה: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "עצור" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "מכר" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "ביטול" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "אשר מחיקת שחקן" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "האם אתה בטוח כי ברצונך למחוק את השחקן?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "צור שחקן" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "אישור" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "ביטול" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "חדש" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "מחק" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "הקודם" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "הבא" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "שם: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "רמה: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "רמה: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "זהב: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "צור שחקן" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "שם:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "צבע שיער:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "תיספורת:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "צור" @@ -147,6 +156,225 @@ msgstr "החלף שרת" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "שרת:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "כן" @@ -155,7 +383,7 @@ msgstr "כן" msgid "No" msgstr "לא" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "מתחבר..." @@ -163,11 +391,20 @@ msgstr "מתחבר..." msgid "Equipment" msgstr "ציוד" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "ציוד" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "השתמש" @@ -193,31 +430,27 @@ msgstr "הורד" msgid "Equip" msgstr "החזק" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "בחר כמות חפצים לסחור." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "בחר כמות חפצים להשליך." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "התחברות" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "סיסמה:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "שרת:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "זכור שם משתמש" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "הרשם" @@ -225,7 +458,7 @@ msgstr "הרשם" msgid "Status" msgstr "מצב" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "כישורים" @@ -233,7 +466,7 @@ msgstr "כישורים" msgid "Shortcut" msgstr "קיצור-דרך" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "הגדרות" @@ -326,14 +559,10 @@ msgstr "הסיסמה חייבת להכיל פחות מ-%d תוים." msgid "Passwords do not match." msgstr "הסיסמאות אינן תואמות." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "שגיאה" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "מכר" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "צליל" @@ -394,6 +623,64 @@ msgstr "עצור" msgid "Rotate the stick" msgstr "סובב את המקל" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "מחק" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "שם:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "מסך מלא" @@ -468,6 +755,110 @@ msgstr "משנה OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "אישור שינויים עבור OpenGL דורש איתחול." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "רמה: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "זהב: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "מצב" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "התקפה %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "הגנה %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "התקפה %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "הגנה %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "עוצמה:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "זריזות:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "חיוניות:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "תבונה:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "מיומנות:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "הוסף" @@ -485,10 +876,43 @@ msgstr "אתה מקבל %d זהב." msgid "You give:" msgstr "אתה נותן:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "מתחבר..." + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Account and Character Management" #~ msgstr "ניהול משתמש ושחקן" @@ -504,21 +928,6 @@ msgstr "" #~ msgid "Account: %s" #~ msgstr "משתמש: %s" -#~ msgid "Strength:" -#~ msgstr "עוצמה:" - -#~ msgid "Agility:" -#~ msgstr "זריזות:" - -#~ msgid "Dexterity:" -#~ msgstr "מיומנות:" - -#~ msgid "Vitality:" -#~ msgstr "חיוניות:" - -#~ msgid "Intelligence:" -#~ msgstr "תבונה:" - #~ msgid "Willpower:" #~ msgstr "כח רצון:" @@ -579,12 +988,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "שנה" -#~ msgid "Attack %+d" -#~ msgstr "התקפה %+d" - -#~ msgid "Defense %+d" -#~ msgstr "הגנה %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/hr.po b/po/hr.po index 70fabbce..cef7cc6f 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-12-28 23:36+0000\n" "Last-Translator: Dino Paskvan \n" "Language-Team: Croatian \n" @@ -17,123 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Kupi" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Cijena: %d zlatnika / Ukupno: %d zlatnika" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Izlaz" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Opis: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Učinak: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +msgid "Shop" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Poništi" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "Potvrdi Brisanje Lika" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Da li ste sigurni da želite obrisati ovog lika?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "Stvori Lika" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "U redu" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Poništi" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Novi" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Obriši" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Prethodni" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Slijedeći" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Ime: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Nivo: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nivo: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Novac: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Stvori Lika" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Ime:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Boja kose:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Frizura:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Stvori" @@ -146,6 +154,225 @@ msgstr "" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Da" @@ -154,7 +381,7 @@ msgstr "Da" msgid "No" msgstr "Ne" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Spajanje..." @@ -162,11 +389,20 @@ msgstr "Spajanje..." msgid "Equipment" msgstr "Oprema" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Zalihe" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Upotrijebi" @@ -192,31 +428,27 @@ msgstr "Skini opremu" msgid "Equip" msgstr "Opremi" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Odaberi količinu predmeta za razmjenu." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Odaberi količinu predmeta za ispuštanje." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Korisničko ime" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Lozinka" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "Zapamti korisničko ime" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Registriraj se" @@ -224,7 +456,7 @@ msgstr "Registriraj se" msgid "Status" msgstr "Stanje" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Vještine" @@ -232,7 +464,7 @@ msgstr "Vještine" msgid "Shortcut" msgstr "Kratica" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Podešavanje" @@ -325,14 +557,10 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Greška" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "" @@ -393,6 +621,64 @@ msgstr "" msgid "Rotate the stick" msgstr "" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Obriši" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Ime:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "" @@ -467,6 +753,106 @@ msgstr "" msgid "Applying change to OpenGL requires restart." msgstr "" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Nivo: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Novac: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Stanje" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +msgid "Attack:" +msgstr "" + +#: src/gui/status.cpp:133 +msgid "Defense:" +msgstr "" + +#: src/gui/status.cpp:134 +msgid "M.Attack:" +msgstr "" + +#: src/gui/status.cpp:135 +msgid "M.Defense:" +msgstr "" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Snaga:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Okretnost:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitalnost:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Inteligencija:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Spretnost:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "" @@ -484,10 +870,43 @@ msgstr "" msgid "You give:" msgstr "" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Spajanje..." + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Account and Character Management" #~ msgstr "Upravljanje Računom i Likovima" @@ -503,21 +922,6 @@ msgstr "" #~ msgid "Account: %s" #~ msgstr "Korisnički račun: %s" -#~ msgid "Strength:" -#~ msgstr "Snaga:" - -#~ msgid "Agility:" -#~ msgstr "Okretnost:" - -#~ msgid "Dexterity:" -#~ msgstr "Spretnost:" - -#~ msgid "Vitality:" -#~ msgstr "Vitalnost:" - -#~ msgid "Intelligence:" -#~ msgstr "Inteligencija:" - #~ msgid "Willpower:" #~ msgstr "Snaga volje:" diff --git a/po/id.po b/po/id.po index c470df15..6f2dda71 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-03-26 09:11+0000\n" "Last-Translator: ActiveFile \n" "Language-Team: Indonesian \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Beli" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Harga: %d GP / Jumlah: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Keluar" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Deskripsi: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efek: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Berhenti" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Jual" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Batal" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Apakah anda bersungguh-sungguh ingin menghapus karakter ini?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Pilih Karakter" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Batal" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Buat baru" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Hapus" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Sebelumnya" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Berikutnya" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nama: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Tingkatan: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Tingkatan: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Uang: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Buat Karakter" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Nama:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Warna Rambut:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Gaya Rambut:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Buat" @@ -146,6 +155,225 @@ msgstr "Pilih Karakter" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Ya" @@ -154,7 +382,7 @@ msgstr "Ya" msgid "No" msgstr "Tidak" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Menyambung..." @@ -162,11 +390,20 @@ msgstr "Menyambung..." msgid "Equipment" msgstr "Perlengkapan" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventaris" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Gunakan" @@ -192,31 +429,27 @@ msgstr "" msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Pilih jumlah item yang mau di perdagangkan" -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Pilih jumlah item yang mau di buang" -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Login" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Kata Sandi:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Server:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Mendaftar" @@ -224,7 +457,7 @@ msgstr "Mendaftar" msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Keahlian" @@ -232,7 +465,7 @@ msgstr "Keahlian" msgid "Shortcut" msgstr "Tombol Singkat" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Atur" @@ -325,14 +558,10 @@ msgstr "" msgid "Passwords do not match." msgstr "Kata sandi tidak sama." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Kesalahan" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Jual" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Suara" @@ -393,6 +622,64 @@ msgstr "Berhenti" msgid "Rotate the stick" msgstr "Memutar tongkat" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Hapus" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Nama:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Layar penuh" @@ -467,6 +754,110 @@ msgstr "Mengubah OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "Mendaftar perubahan ke OpenGL membutuhkan memulai dari awal" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Tingkatan: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Uang: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Status" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Serangan %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Pertahanan %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Serangan %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Pertahanan %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Kekuatan" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Daya/Tenaga Hidup" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Daya/Tenaga Hidup" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Kecerdasan" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Ketangkasan" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Tambah" @@ -484,24 +875,45 @@ msgstr "Anda mendapatkan %d GP." msgid "You give:" msgstr "Anda memberikan:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "Tidak terdaftar" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Strength:" -#~ msgstr "Kekuatan" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Menyambung..." -#~ msgid "Dexterity:" -#~ msgstr "Ketangkasan" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Daya/Tenaga Hidup" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "Kecerdasan" +#~ msgid "Unregister" +#~ msgstr "Tidak terdaftar" #~ msgid "Willpower:" #~ msgstr "Ketekunan" @@ -554,12 +966,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Ubah" -#~ msgid "Attack %+d" -#~ msgstr "Serangan %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Pertahanan %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/it.po b/po/it.po index 3f3cd860..a86caec2 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2007-12-03 01:45+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Italian\n" @@ -19,122 +19,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Compra" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Prezzo: %d GP / Totale: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Esci" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descrizione : %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effetto : %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Ferma" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Vendi" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Cancella" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Sei sicuro di voler cancellare questo personaggio?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Scelta Personaggio" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Cancella" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Nuovo" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Elimina" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Precedente" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Prossimo" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nome : %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Livello: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Livello: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Monete: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Crea Personaggio" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Nome :" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Colore Capelli" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Stile Capelli:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Create" @@ -148,6 +157,225 @@ msgstr "Scelta Personaggio" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Si" @@ -156,7 +384,7 @@ msgstr "Si" msgid "No" msgstr "No" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Connessione..." @@ -164,11 +392,20 @@ msgstr "Connessione..." msgid "Equipment" msgstr "Equipaggiamento" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventario" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Usa" @@ -194,31 +431,27 @@ msgstr "Rimuovi" msgid "Equip" msgstr "Equipaggia" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Seleziona la quantità di oggetti da scambiare." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Seleziona la quantità di oggetti da lasciare." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Autenticazione" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Password:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Server:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Registra" @@ -226,7 +459,7 @@ msgstr "Registra" msgid "Status" msgstr "Stato" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Abilità" @@ -234,7 +467,7 @@ msgstr "Abilità" msgid "Shortcut" msgstr "Scorciatoia" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Impostazioni" @@ -327,14 +560,10 @@ msgstr "La password deve contenere meno di %d caratteri." msgid "Passwords do not match." msgstr "Le password non corrispondono." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Errore" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Vendi" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Suono" @@ -395,6 +624,64 @@ msgstr "Ferma" msgid "Rotate the stick" msgstr "Ruota la manopola" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Elimina" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Nome :" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Schermo intero" @@ -469,6 +756,110 @@ msgstr "Modifica OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "Applicare le modifiche ad OpenGL richiede il riavvio." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Livello: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Monete: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Stato" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Attacco %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Difesa %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Attacco %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Difesa %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Forza:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Agilità:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitalità:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Intelligenza:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Destrezza:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Aggiungi" @@ -486,27 +877,45 @@ msgstr "Ottieni %d GP." msgid "You give:" msgstr "Dai:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "Cancella registrazione" - -#~ msgid "Strength:" -#~ msgstr "Forza:" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "Agilità:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Connessione..." -#~ msgid "Dexterity:" -#~ msgstr "Destrezza:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Vitalità:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "Intelligenza:" +#~ msgid "Unregister" +#~ msgstr "Cancella registrazione" #~ msgid "Willpower:" #~ msgstr "Volontà:" @@ -559,12 +968,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Cambia" -#~ msgid "Attack %+d" -#~ msgstr "Attacco %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Difesa %+d" - #~ msgid "HP %+d" #~ msgstr "PF %+d" diff --git a/po/ja.po b/po/ja.po index 9f3ee5a3..bd629cd2 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-06-28 16:27+0000\n" "Last-Translator: fate \n" "Language-Team: Japanese \n" @@ -17,122 +17,130 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "買う" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "価格: %d GP / 合計: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "終了" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "名状: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "効用: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +msgid "Shop" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "取消" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "このキャラは消してもいいですか?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "キャラを選択" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "了解" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "取消" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "新規" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "削除" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "前へ" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "次へ" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "名前: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "レベル: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "レベル: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "GP: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "キャラを作成" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "名前:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "髪の色:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "髪型:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "作成" @@ -146,6 +154,225 @@ msgstr "キャラを選択" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "サーバ:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "はい" @@ -154,7 +381,7 @@ msgstr "はい" msgid "No" msgstr "いいえ" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "接続しています..." @@ -162,11 +389,20 @@ msgstr "接続しています..." msgid "Equipment" msgstr "" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "使う" @@ -192,31 +428,27 @@ msgstr "" msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "ログイン" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "パスワード:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "サーバ:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "" @@ -224,7 +456,7 @@ msgstr "" msgid "Status" msgstr "状態" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "" @@ -232,7 +464,7 @@ msgstr "" msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "セットアップ" @@ -325,14 +557,10 @@ msgstr "" msgid "Passwords do not match." msgstr "パスワードが一致していません。" -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "エラー" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "" @@ -393,6 +621,64 @@ msgstr "" msgid "Rotate the stick" msgstr "" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "削除" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "名前:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "" @@ -467,6 +753,106 @@ msgstr "" msgid "Applying change to OpenGL requires restart." msgstr "" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "レベル: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "GP: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "状態" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +msgid "Attack:" +msgstr "" + +#: src/gui/status.cpp:133 +msgid "Defense:" +msgstr "" + +#: src/gui/status.cpp:134 +msgid "M.Attack:" +msgstr "" + +#: src/gui/status.cpp:135 +msgid "M.Defense:" +msgstr "" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "筋力:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "素早さ:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "体力:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "知性:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "敏捷:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "" @@ -484,27 +870,45 @@ msgstr "" msgid "You give:" msgstr "" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "登録削除" - -#~ msgid "Strength:" -#~ msgstr "筋力:" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "素早さ:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "接続しています..." -#~ msgid "Dexterity:" -#~ msgstr "敏捷:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "体力:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "知性:" +#~ msgid "Unregister" +#~ msgstr "登録削除" #~ msgid "Willpower:" #~ msgstr "精神:" diff --git a/po/nl.po b/po/nl.po index 3d8aaf75..c2700ada 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-10-10 00:04+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Dutch\n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Kopen" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Afsluiten" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beschrijving: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effect: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Stoppen" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Annuleren" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Weet je zeker dat je deze personage wilt verwijderen?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Kies Personage" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Oké" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Annuleren" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Nieuw" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Verwijderen" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Vorige" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Volgende" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Naam: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Geld: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Personage Aanmaken" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Naam:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Haarkleur:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Haarstijl:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Aanmaken" @@ -146,6 +155,225 @@ msgstr "Kies Personage" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Ja" @@ -154,7 +382,7 @@ msgstr "Ja" msgid "No" msgstr "Nee" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Verbinden..." @@ -162,11 +390,20 @@ msgstr "Verbinden..." msgid "Equipment" msgstr "Uitrusting" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventaris" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Gebruiken" @@ -192,31 +429,27 @@ msgstr "Afdoen" msgid "Equip" msgstr "Uitrusten" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Selecteer het aantal exemplaren om te verhandelen" -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Selecteer het aantal exemplaren om neer te leggen" -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Inloggen" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Wachtword:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Server:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Aanmelden" @@ -224,7 +457,7 @@ msgstr "Aanmelden" msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Vaardigheden" @@ -232,7 +465,7 @@ msgstr "Vaardigheden" msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Configureren" @@ -325,14 +558,10 @@ msgstr "Het wachtwoord moet uit minder dan %d tekens bestaan." msgid "Passwords do not match." msgstr "Wachtwoorden komen niet overeen." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Fout" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Geluid" @@ -393,6 +622,64 @@ msgstr "Stoppen" msgid "Rotate the stick" msgstr "Maak rondjes met de stick" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Verwijderen" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Naam:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Volledig scherm" @@ -467,6 +754,106 @@ msgstr "Veranderen van OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "Het wisselen van of naar OpenGL wordt pas actief na opnieuw opstarten" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Level: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Geld: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Status" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +msgid "Attack:" +msgstr "" + +#: src/gui/status.cpp:133 +msgid "Defense:" +msgstr "" + +#: src/gui/status.cpp:134 +msgid "M.Attack:" +msgstr "" + +#: src/gui/status.cpp:135 +msgid "M.Defense:" +msgstr "" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Sterkte:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Agiliteit:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitaliteit:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Intelligentie:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Dexteriteit:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "" @@ -484,27 +871,45 @@ msgstr "" msgid "You give:" msgstr "Je geeft:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "Registreren" - -#~ msgid "Strength:" -#~ msgstr "Sterkte:" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "Agiliteit:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Verbinden..." -#~ msgid "Dexterity:" -#~ msgstr "Dexteriteit:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Vitaliteit:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "Intelligentie:" +#~ msgid "Unregister" +#~ msgstr "Registreren" #~ msgid "Willpower:" #~ msgstr "Wilskracht:" diff --git a/po/pl.po b/po/pl.po index 114ba4fa..46cee40e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-10-10 05:26+0000\n" "Last-Translator: Michał Trzebiatowski \n" "Language-Team: \n" @@ -19,122 +19,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Kup" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Cena: %d GP / Razem: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Wyjdź" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Opis: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efekt: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Zatrzymaj" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Sprzedaj" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Anuluj" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Czy jesteś pewien, że chcesz usunąć tę postać?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Wybierz postać" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Anuluj" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Nowa" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Usuń" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Poprzedni" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Następny" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Imię: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Poziom: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Poziom: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Pieniądze: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Stwórz postać" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Imię:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Kolor włosów:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Fryzura:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Stwórz" @@ -148,6 +157,225 @@ msgstr "Wybierz postać" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Serwer:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Tak" @@ -156,7 +384,7 @@ msgstr "Tak" msgid "No" msgstr "Nie" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Łączenie..." @@ -164,11 +392,20 @@ msgstr "Łączenie..." msgid "Equipment" msgstr "Ekwipunek" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inwentarz" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Użyj" @@ -194,31 +431,27 @@ msgstr "Zdejmij" msgid "Equip" msgstr "Załóż" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Wybierz ilość przedmiotów do wymiany." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Wybierz ilość przedmiotów do upuszczenia." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Użytkownik" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Hasło:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Serwer:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Rejestruj" @@ -226,7 +459,7 @@ msgstr "Rejestruj" msgid "Status" msgstr "Stan" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Zdolności" @@ -234,7 +467,7 @@ msgstr "Zdolności" msgid "Shortcut" msgstr "Skrót" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Konfiguracja" @@ -327,14 +560,10 @@ msgstr "Hasło nie może mieć więcej jak %d znaków." msgid "Passwords do not match." msgstr "Hasła nie zgadzają się." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Błąd" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Sprzedaj" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Dźwięk" @@ -395,6 +624,64 @@ msgstr "Zatrzymaj" msgid "Rotate the stick" msgstr "Obróć drążek" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Usuń" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Imię:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Pełen ekran" @@ -470,6 +757,110 @@ msgid "Applying change to OpenGL requires restart." msgstr "" "Zastosowywanie zmian w konfiguracji OpenGL wymaga ponownego uruchomienia." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Poziom: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Pieniądze: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Stan" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Atak %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Obrona %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Atak %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Obrona %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Siła:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Zwinność:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Witalność:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Inteligencja:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Zręczność:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Dodaj" @@ -487,30 +878,48 @@ msgstr "Otrzymujesz %d GP" msgid "You give:" msgstr "Dajesz:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "Wyrejestruj" - -#~ msgid "Change Password" -#~ msgstr "Zmień hasło" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Strength:" -#~ msgstr "Siła:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Łączenie..." -#~ msgid "Agility:" -#~ msgstr "Zwinność:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Dexterity:" -#~ msgstr "Zręczność:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Witalność:" +#~ msgid "Unregister" +#~ msgstr "Wyrejestruj" -#~ msgid "Intelligence:" -#~ msgstr "Inteligencja:" +#~ msgid "Change Password" +#~ msgstr "Zmień hasło" #~ msgid "Willpower:" #~ msgstr "Siła woli:" @@ -563,12 +972,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Zmień" -#~ msgid "Attack %+d" -#~ msgstr "Atak %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Obrona %+d" - #~ msgid "HP %+d" #~ msgstr "PŻ %+d" diff --git a/po/pt.po b/po/pt.po index a49fcaec..bd9630d1 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-02-03 10:14+0000\n" "Last-Translator: Tiago Silva \n" "Language-Team: Portuguese \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Comprar" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Preço: %d GP / Total: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Sair" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descrição: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efeito: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Parar" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Vender" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Cancelar" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Tem a certeza que quer apagar este personagem" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Seleccione um Personagem" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Cancelar" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Novo" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Eliminar" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Anterior" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Seguinte" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nome: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Nível: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nível: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Dinheiro: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Criar Personagem" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Nome:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Cor de Cabelo:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Estilo do Cabelo:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Criar" @@ -146,6 +155,225 @@ msgstr "Seleccione um Personagem" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Servidor:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Sim" @@ -154,7 +382,7 @@ msgstr "Sim" msgid "No" msgstr "Não" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Conectando..." @@ -162,11 +390,20 @@ msgstr "Conectando..." msgid "Equipment" msgstr "Equipamento" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventário" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Usar" @@ -192,31 +429,27 @@ msgstr "Desequipar" msgid "Equip" msgstr "Equipar" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Seleccionar a quantidade de itens a negociar." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Seleccionar a quantidade de itens a largar." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Autenticar" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Senha:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Servidor:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Registo" @@ -224,7 +457,7 @@ msgstr "Registo" msgid "Status" msgstr "Estado" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Competências" @@ -232,7 +465,7 @@ msgstr "Competências" msgid "Shortcut" msgstr "Atalho" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Configuração" @@ -325,14 +558,10 @@ msgstr "A password só pode ter até %d caracteres." msgid "Passwords do not match." msgstr "As senhas não coincidem." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Erro" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Vender" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Som" @@ -393,6 +622,64 @@ msgstr "Parar" msgid "Rotate the stick" msgstr "Rode o manipulo" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Eliminar" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Nome:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Ecrã completo" @@ -467,6 +754,118 @@ msgstr "Mudando OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "É necessário reiniciar para as alterações ao OpenGl terem efeito." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Nível: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Dinheiro: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Estado" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "" +"Copy text \t\r\n" +"Ataque %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "" +"Copy text \t\r\n" +"Defesa %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "" +"Copy text \t\r\n" +"Ataque %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "" +"Copy text \t\r\n" +"Defesa %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Força:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Agilidade:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitalidade:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Inteligência:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Destreza:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Adicionar" @@ -484,27 +883,45 @@ msgstr "Recebe %d GP." msgid "You give:" msgstr "Dá:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "Remover o Registo" - -#~ msgid "Strength:" -#~ msgstr "Força:" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "Agilidade:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Conectando..." -#~ msgid "Dexterity:" -#~ msgstr "Destreza:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Vitalidade:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "Inteligência:" +#~ msgid "Unregister" +#~ msgstr "Remover o Registo" #~ msgid "Willpower:" #~ msgstr "Força de Vontade:" @@ -557,16 +974,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Modificar" -#~ msgid "Attack %+d" -#~ msgstr "" -#~ "Copy text \t\r\n" -#~ "Ataque %+d" - -#~ msgid "Defense %+d" -#~ msgstr "" -#~ "Copy text \t\r\n" -#~ "Defesa %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/pt_BR.po b/po/pt_BR.po index b9bc6820..586cfc2d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-12-14 21:37+0000\n" "Last-Translator: Enrico Nicoletto \n" "Language-Team: Brazilian Portuguese \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Comprar" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Preço: %d GP / Total: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Sair" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descrição: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efeito: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Parar" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Vender" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Cancelar" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "Confimar exclusão do personagem" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Tem certeza de que deseja excluir este personagem?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Selecionar personagem" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Cancelar" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Novo" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Excluir" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Anterior" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Próximo" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nome: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Nível: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nível: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Dinheiro: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Criar Personagem" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Nome:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Cor do Cabelo:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Estilo do Cabelo:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Criar" @@ -146,6 +155,225 @@ msgstr "Selecionar personagem" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Servidor:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Sim" @@ -154,7 +382,7 @@ msgstr "Sim" msgid "No" msgstr "Não" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Conectando..." @@ -162,11 +390,20 @@ msgstr "Conectando..." msgid "Equipment" msgstr "Equipamento" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventório" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Usar" @@ -192,31 +429,27 @@ msgstr "Desequipar" msgid "Equip" msgstr "Equipar" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Selecionar montante de itens para negociar." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Selecionar montante de itens para descartar." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Login" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Senha:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Servidor:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "Lembrar nome de usuário" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Registrar" @@ -224,7 +457,7 @@ msgstr "Registrar" msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Habilidades" @@ -232,7 +465,7 @@ msgstr "Habilidades" msgid "Shortcut" msgstr "Atalho" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Configurar" @@ -325,14 +558,10 @@ msgstr "A senha deve ser menor que %d caracteres." msgid "Passwords do not match." msgstr "Senhas não conferem." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Erro" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Vender" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Som" @@ -393,6 +622,64 @@ msgstr "Parar" msgid "Rotate the stick" msgstr "" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Excluir" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Nome:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Tela cheia" @@ -467,6 +754,110 @@ msgstr "Trocando OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "Aplicando mudança a OpenGL requer reiniciar o jogo." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Nível: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Dinheiro: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Status" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Ataque %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Defesa %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Ataque %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Defesa %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Força:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Agilidade:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitalidade:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Inteligência:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Destreza:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Adicionar" @@ -484,10 +875,43 @@ msgstr "Voc pegou %d GP." msgid "You give:" msgstr "Você dá:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Conectando..." + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Account and Character Management" #~ msgstr "Gerenciamento de Conta e Personagem" @@ -503,21 +927,6 @@ msgstr "" #~ msgid "Account: %s" #~ msgstr "Conta: %s" -#~ msgid "Strength:" -#~ msgstr "Força:" - -#~ msgid "Agility:" -#~ msgstr "Agilidade:" - -#~ msgid "Dexterity:" -#~ msgstr "Destreza:" - -#~ msgid "Vitality:" -#~ msgstr "Vitalidade:" - -#~ msgid "Intelligence:" -#~ msgstr "Inteligência:" - #~ msgid "Willpower:" #~ msgstr "Força de Vontade:" @@ -581,12 +990,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Mudar" -#~ msgid "Attack %+d" -#~ msgstr "Ataque %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Defesa %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/ru.po b/po/ru.po index 2eaa1a05..94be1f08 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-01-08 11:50+0000\n" "Last-Translator: idle sign \n" "Language-Team: Russian \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Купить" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Стоимость: %d GP / Всегоl: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Выход" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Описание: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Эффект: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Стоп" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Продать" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Отмена" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Вы уверены, что хотите удалить этого персонажа?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Выбор персонажа" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Отмена" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Новый" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Удалить" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Предыдущий" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Следующий" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Имя: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Уровень: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Уровень: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Деньги: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Создать персонажа" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Имя:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Цвет волос:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Стрижка:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Создать" @@ -146,6 +155,225 @@ msgstr "Выбор персонажа" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Сервер:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Да" @@ -154,7 +382,7 @@ msgstr "Да" msgid "No" msgstr "Нет" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Соединение..." @@ -162,11 +390,20 @@ msgstr "Соединение..." msgid "Equipment" msgstr "Снаряжение" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Инвентарь" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Использовать" @@ -192,31 +429,27 @@ msgstr "Снять" msgid "Equip" msgstr "Надеть" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Сколько предметов продать." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Сколько предметов сбросить." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Вход" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Пароль:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Сервер:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Зарегистрироваться" @@ -224,7 +457,7 @@ msgstr "Зарегистрироваться" msgid "Status" msgstr "Состояние" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Умения" @@ -232,7 +465,7 @@ msgstr "Умения" msgid "Shortcut" msgstr "Клавиша" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Настройка" @@ -325,14 +558,10 @@ msgstr "Пароль не должен содержать более %d симв msgid "Passwords do not match." msgstr "Пароли не совпадают." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Ошибка" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Продать" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Звук" @@ -393,6 +622,64 @@ msgstr "Стоп" msgid "Rotate the stick" msgstr "Вращайте рукоять" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Удалить" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Имя:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "На полный экран" @@ -467,6 +754,110 @@ msgstr "Переключение на OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "Переход к OpenGL требует перезагрузки игры." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Уровень: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Деньги: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Состояние" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Атака %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Защита %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Атака %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Защита %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Сила:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Выносливость:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Живучесть:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Интеллект:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Ловкость:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Добавить" @@ -484,27 +875,45 @@ msgstr "Вы получили %d GP." msgid "You give:" msgstr "Вы отдаете:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "Удалить регистрацию" - -#~ msgid "Strength:" -#~ msgstr "Сила:" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "Выносливость:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Соединение..." -#~ msgid "Dexterity:" -#~ msgstr "Ловкость:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Живучесть:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "Интеллект:" +#~ msgid "Unregister" +#~ msgstr "Удалить регистрацию" #~ msgid "Willpower:" #~ msgstr "Сила волиr:" @@ -557,12 +966,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Сменить" -#~ msgid "Attack %+d" -#~ msgstr "Атака %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Защита %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" diff --git a/po/sk.po b/po/sk.po index 682fa81a..453c67dc 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-12-30 14:07+0000\n" "Last-Translator: TomasKovacik \n" "Language-Team: Slovak \n" @@ -17,123 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Kúpiť" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Cena: %d GP / Spolu: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Ukončiť" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Popis: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effekt: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +msgid "Shop" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Zrušiť" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "Potvrdte zmazanie postavy" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Naozaj chcete odstrániť túto postavu?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "Vytvoriť postavu" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ano" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Zrušiť" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Nový" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Vymazať" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Predchádzajúci" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Nasledujúci" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Peniaze: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Vytvoriť postavu" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Meno" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Farba vlasov:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Štýl vlasov:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Vytvoriť" @@ -146,6 +154,225 @@ msgstr "" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "" @@ -154,7 +381,7 @@ msgstr "" msgid "No" msgstr "" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "" @@ -162,11 +389,20 @@ msgstr "" msgid "Equipment" msgstr "" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "" @@ -192,31 +428,27 @@ msgstr "" msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "" @@ -224,7 +456,7 @@ msgstr "" msgid "Status" msgstr "" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "" @@ -232,7 +464,7 @@ msgstr "" msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "" @@ -324,14 +556,10 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "" @@ -392,6 +620,64 @@ msgstr "" msgid "Rotate the stick" msgstr "" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Vymazať" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Meno" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "" @@ -466,6 +752,102 @@ msgstr "" msgid "Applying change to OpenGL requires restart." msgstr "" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Level: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Peniaze: %d" + +#: src/gui/status.cpp:127 +msgid "Stats" +msgstr "" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +msgid "Attack:" +msgstr "" + +#: src/gui/status.cpp:133 +msgid "Defense:" +msgstr "" + +#: src/gui/status.cpp:134 +msgid "M.Attack:" +msgstr "" + +#: src/gui/status.cpp:135 +msgid "M.Defense:" +msgstr "" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Sila:" + +#: src/gui/status.cpp:283 +msgid "Agility" +msgstr "" + +#: src/gui/status.cpp:284 +msgid "Vitality" +msgstr "" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Inteligencia:" + +#: src/gui/status.cpp:286 +msgid "Dexterity" +msgstr "" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "" @@ -483,10 +865,42 @@ msgstr "" msgid "You give:" msgstr "" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" + +#: src/main.cpp:956 +msgid "Connecting to map server..." +msgstr "" + +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" + +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" + #~ msgid "Account and Character Management" #~ msgstr "Účet a správa postáv" @@ -501,9 +915,3 @@ msgstr "" #~ msgid "Account: %s" #~ msgstr "Účet: %s" - -#~ msgid "Strength:" -#~ msgstr "Sila:" - -#~ msgid "Intelligence:" -#~ msgstr "Inteligencia:" diff --git a/po/sv.po b/po/sv.po index 0d029cf5..85e37a50 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-05-07 19:04+0000\n" "Last-Translator: Kess Vargavind \n" "Language-Team: Swedish \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "Köp" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Pris: %d GP / Totalt: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "Avsluta" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beskrivning: %s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effekt: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "Stopp" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "Sälj" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "Avbryt" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "Är du säker på att du vill ta bort den här karaktären?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Välj karaktär" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "Ok" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "Avbryt" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "Ny" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "Ta bort" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "Föregående" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "Nästa" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Namn: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "Nivå: %d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nivå: %d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "Pengar: %d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "Skapa karaktär" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "Namn:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "Hårfärg:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "Frisyr:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "Skapa" @@ -146,6 +155,225 @@ msgstr "Välj karaktär" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "Server:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "Ja" @@ -154,7 +382,7 @@ msgstr "Ja" msgid "No" msgstr "Nej" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "Ansluter..." @@ -162,11 +390,20 @@ msgstr "Ansluter..." msgid "Equipment" msgstr "Utrustning" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "Inventarium" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "Använd" @@ -192,31 +429,27 @@ msgstr "Avrusta" msgid "Equip" msgstr "Utrusta" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "Välj antal föremål att handla med." -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "Välj antal föremål att släppa." -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "Användarnamn" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "Lösenord:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "Server:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "Registrera" @@ -224,7 +457,7 @@ msgstr "Registrera" msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "Färdigheter" @@ -232,7 +465,7 @@ msgstr "Färdigheter" msgid "Shortcut" msgstr "Genväg" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "Inställningar" @@ -325,14 +558,10 @@ msgstr "Lösenordet måste vara kortare än %d tecken." msgid "Passwords do not match." msgstr "Lösenorden stämmer inte överens." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "Fel" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "Sälj" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "Ljud" @@ -393,6 +622,64 @@ msgstr "Stopp" msgid "Rotate the stick" msgstr "Rotera spaken" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "Ta bort" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "Namn:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "Helskärm" @@ -467,6 +754,110 @@ msgstr "Ändrar OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "Ändringar i OpenGL kräver omstart." +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "Nivå: %d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "Pengar: %d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "Status" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "Attack %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "Försvar %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "Attack %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "Försvar %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Styrka:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Smidighet:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Hälsa:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Intelligens:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Skicklighet:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "Lägg till" @@ -484,27 +875,45 @@ msgstr "Du får %d GP." msgid "You give:" msgstr "Du ger:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "Avregistrera" - -#~ msgid "Strength:" -#~ msgstr "Styrka:" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "Smidighet:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "Ansluter..." -#~ msgid "Dexterity:" -#~ msgstr "Skicklighet:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Hälsa:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "Intelligens:" +#~ msgid "Unregister" +#~ msgstr "Avregistrera" #~ msgid "Willpower:" #~ msgstr "Viljestyrka:" @@ -557,12 +966,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "Ändra" -#~ msgid "Attack %+d" -#~ msgstr "Attack %+d" - -#~ msgid "Defense %+d" -#~ msgstr "Försvar %+d" - #~ msgid "HP %+d" #~ msgstr "Hälsa %+d" diff --git a/po/th.po b/po/th.po index beaa5a31..e2ee2ab5 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-11-25 06:16+0000\n" "Last-Translator: Tharawut Paripaiboon \n" "Language-Team: Thai \n" @@ -17,123 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "ซื้อ" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "ราคา: %d GP / ทั้งหมด: %d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "ออก" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +msgid "Shop" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "ยกเลิก" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "ยืนยันการลบตัวละคร" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "คุณแน่ใจแล้วหรือที่จะลบตัวละครนี้?" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "สร้างตัวละคร" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "ตกลง" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "ยกเลิก" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "สร้างใหม่" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "ลบทิ้ง" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "ก่อนหน้า" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "ถัดไป" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "ชื่อ: %s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, c-format msgid "Job Level: %d" msgstr "" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "สร้างตัวละคร" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "ชื่อ:" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "สีผม:" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "ทรงผม:" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "สร้าง" @@ -146,6 +154,225 @@ msgstr "" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "ใช่" @@ -154,7 +381,7 @@ msgstr "ใช่" msgid "No" msgstr "ไม่" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "กำลังเชื่อมต่อ..." @@ -162,11 +389,20 @@ msgstr "กำลังเชื่อมต่อ..." msgid "Equipment" msgstr "" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "ใช้" @@ -192,31 +428,27 @@ msgstr "" msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "เข้าระบบ" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "รหัสผ่าน:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "สมัครสมาชิก" @@ -224,7 +456,7 @@ msgstr "สมัครสมาชิก" msgid "Status" msgstr "สถานะ" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "" @@ -232,7 +464,7 @@ msgstr "" msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "ตั้งค่า" @@ -324,14 +556,10 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "ผิดพลาด" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "" @@ -392,6 +620,64 @@ msgstr "" msgid "Rotate the stick" msgstr "" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "ลบทิ้ง" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "ชื่อ:" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "" @@ -466,6 +752,106 @@ msgstr "" msgid "Applying change to OpenGL requires restart." msgstr "" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, c-format +msgid "Job: %d" +msgstr "" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, c-format +msgid "Money: %d GP" +msgstr "" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "สถานะ" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +msgid "Attack:" +msgstr "" + +#: src/gui/status.cpp:133 +msgid "Defense:" +msgstr "" + +#: src/gui/status.cpp:134 +msgid "M.Attack:" +msgstr "" + +#: src/gui/status.cpp:135 +msgid "M.Defense:" +msgstr "" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "Strength:" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "Agility:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "Vitality:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "Intelligence:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "Dexterity:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "" @@ -483,30 +869,48 @@ msgstr "" msgid "You give:" msgstr "" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Change Password" -#~ msgstr "เปลี่ยนรหัสผ่าน" - -#~ msgid "Change Email Address" -#~ msgstr "เปลี่ยนที่อยู่ Email" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Strength:" -#~ msgstr "Strength:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "กำลังเชื่อมต่อ..." -#~ msgid "Agility:" -#~ msgstr "Agility:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Dexterity:" -#~ msgstr "Dexterity:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "Vitality:" +#~ msgid "Change Password" +#~ msgstr "เปลี่ยนรหัสผ่าน" -#~ msgid "Intelligence:" -#~ msgstr "Intelligence:" +#~ msgid "Change Email Address" +#~ msgstr "เปลี่ยนที่อยู่ Email" #~ msgid "Willpower:" #~ msgstr "Willpower:" diff --git a/po/zh_CN.po b/po/zh_CN.po index 1dc7a3f0..031fde9c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-06 14:37+0100\n" +"POT-Creation-Date: 2009-01-08 22:10+0100\n" "PO-Revision-Date: 2008-09-17 14:41+0000\n" "Last-Translator: luojie-dune \n" "Language-Team: Simplified Chinese \n" @@ -17,122 +17,131 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:41 src/gui/buy.cpp:59 +#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 msgid "Buy" msgstr "买" -#: src/gui/buy.cpp:56 src/gui/buy.cpp:284 src/gui/sell.cpp:63 -#: src/gui/sell.cpp:304 +#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 +#: src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "价格:%d GP/总数:%d GP" -#: src/gui/buy.cpp:60 src/gui/sell.cpp:67 +#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 msgid "Quit" msgstr "退出" -#: src/gui/buy.cpp:61 src/gui/buy.cpp:251 src/gui/buy.cpp:269 +#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 #: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:68 src/gui/sell.cpp:275 src/gui/sell.cpp:289 +#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 #: src/gui/trade.cpp:94 src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "描述:%s" -#: src/gui/buy.cpp:62 src/gui/buy.cpp:253 src/gui/buy.cpp:270 +#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 #: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:69 src/gui/sell.cpp:277 src/gui/sell.cpp:290 +#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "影响: %s" -#: src/gui/char_select.cpp:61 +#: src/gui/buysell.cpp:31 +#, fuzzy +msgid "Shop" +msgstr "停止" + +#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +msgid "Sell" +msgstr "出售" + +#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 +#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 +#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 +#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +msgid "Cancel" +msgstr "取消" + +#: src/gui/char_select.cpp:63 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:62 +#: src/gui/char_select.cpp:64 msgid "Are you sure you want to delete this character?" msgstr "你确定想删除这个较色" -#: src/gui/char_select.cpp:79 +#: src/gui/char_select.cpp:81 msgid "Select Character" msgstr "选择较色" -#: src/gui/char_select.cpp:82 src/gui/item_amount.cpp:50 src/gui/login.cpp:49 +#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 #: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 msgid "Ok" msgstr "OK" -#: src/gui/char_select.cpp:83 src/gui/char_select.cpp:271 -#: src/gui/char_server.cpp:60 src/gui/connection.cpp:47 -#: src/gui/item_amount.cpp:51 src/gui/login.cpp:50 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 -msgid "Cancel" -msgstr "取消" - -#: src/gui/char_select.cpp:84 +#: src/gui/char_select.cpp:86 msgid "New" msgstr "新建" -#: src/gui/char_select.cpp:85 +#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 msgid "Delete" msgstr "删除" -#: src/gui/char_select.cpp:86 +#: src/gui/char_select.cpp:88 msgid "Previous" msgstr "上一页" -#: src/gui/char_select.cpp:87 +#: src/gui/char_select.cpp:89 msgid "Next" msgstr "下一页" -#: src/gui/char_select.cpp:89 src/gui/char_select.cpp:184 -#: src/gui/char_select.cpp:196 src/gui/inventorywindow.cpp:148 +#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 +#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 #: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "名字:%s" -#: src/gui/char_select.cpp:90 src/gui/char_select.cpp:185 -#: src/gui/char_select.cpp:197 +#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 +#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 #, c-format msgid "Level: %d" msgstr "等级:%d" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:186 -#: src/gui/char_select.cpp:198 +#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 +#: src/gui/char_select.cpp:185 #, fuzzy, c-format msgid "Job Level: %d" msgstr "等级:%d" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:199 +#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 #, c-format msgid "Money: %d" msgstr "金钱:%d" -#: src/gui/char_select.cpp:187 +#: src/gui/char_select.cpp:174 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:256 +#: src/gui/char_select.cpp:243 msgid "Create Character" msgstr "创建角色" -#: src/gui/char_select.cpp:263 src/gui/login.cpp:42 src/gui/register.cpp:65 +#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 msgid "Name:" msgstr "名称" -#: src/gui/char_select.cpp:266 +#: src/gui/char_select.cpp:253 msgid "Hair Color:" msgstr "头发颜色" -#: src/gui/char_select.cpp:269 +#: src/gui/char_select.cpp:256 msgid "Hair Style:" msgstr "发型" -#: src/gui/char_select.cpp:270 +#: src/gui/char_select.cpp:257 msgid "Create" msgstr "建立" @@ -146,6 +155,225 @@ msgstr "选择较色" msgid "OK" msgstr "" +#: src/gui/chat.cpp:122 +msgid "Global announcement:" +msgstr "" + +#: src/gui/chat.cpp:125 +#, c-format +msgid "Global announcement from %s:" +msgstr "" + +#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +msgid "Server:" +msgstr "服务器:" + +#: src/gui/chat.cpp:146 +#, c-format +msgid "%s whispers:" +msgstr "" + +#: src/gui/chat.cpp:283 +#, c-format +msgid "Whispering to %s: %s" +msgstr "" + +#: src/gui/chat.cpp:356 +msgid "Unknown command" +msgstr "" + +#: src/gui/chat.cpp:366 +msgid "Trade failed!" +msgstr "" + +#: src/gui/chat.cpp:369 +msgid "Emote failed!" +msgstr "" + +#: src/gui/chat.cpp:372 +msgid "Sit failed!" +msgstr "" + +#: src/gui/chat.cpp:375 +msgid "Chat creating failed!" +msgstr "" + +#: src/gui/chat.cpp:378 +msgid "Could not join party!" +msgstr "" + +#: src/gui/chat.cpp:381 +msgid "Cannot shout!" +msgstr "" + +#: src/gui/chat.cpp:389 +msgid "You have not yet reached a high enough lvl!" +msgstr "" + +#: src/gui/chat.cpp:392 +msgid "Insufficient HP!" +msgstr "" + +#: src/gui/chat.cpp:395 +msgid "Insufficient SP!" +msgstr "" + +#: src/gui/chat.cpp:398 +msgid "You have no memos!" +msgstr "" + +#: src/gui/chat.cpp:401 +msgid "You cannot do that right now!" +msgstr "" + +#: src/gui/chat.cpp:404 +msgid "Seems you need more Zeny... ;-)" +msgstr "" + +#: src/gui/chat.cpp:407 +msgid "You cannot use this skill with that kind of weapon!" +msgstr "" + +#: src/gui/chat.cpp:410 +msgid "You need another red gem!" +msgstr "" + +#: src/gui/chat.cpp:413 +msgid "You need another blue gem!" +msgstr "" + +#: src/gui/chat.cpp:416 +msgid "You're carrying to much to do this!" +msgstr "" + +#: src/gui/chat.cpp:419 +msgid "Huh? What's that?" +msgstr "" + +#: src/gui/chat.cpp:425 +msgid "Warp failed..." +msgstr "" + +#: src/gui/chat.cpp:428 +msgid "Could not steal anything..." +msgstr "" + +#: src/gui/chat.cpp:431 +msgid "Poison had no effect..." +msgstr "" + +#: src/gui/chat.cpp:496 +msgid "-- Help --" +msgstr "" + +#: src/gui/chat.cpp:499 +msgid "/announce: Global announcement (GM only)" +msgstr "" + +#: src/gui/chat.cpp:500 +msgid "/clear: Clears this window" +msgstr "" + +#: src/gui/chat.cpp:501 +msgid "/help: Display this help" +msgstr "" + +#: src/gui/chat.cpp:502 +msgid "/where: Display map name" +msgstr "" + +#: src/gui/chat.cpp:503 +msgid "/whisper : Sends a private to " +msgstr "" + +#: src/gui/chat.cpp:505 +msgid "/w : Short form for /whisper" +msgstr "" + +#: src/gui/chat.cpp:506 +msgid "/who: Display number of online users" +msgstr "" + +#: src/gui/chat.cpp:507 +msgid "For more information, type /help " +msgstr "" + +#: src/gui/chat.cpp:512 +msgid "Command: /announce " +msgstr "" + +#: src/gui/chat.cpp:513 +msgid "*** only available to a GM ***" +msgstr "" + +#: src/gui/chat.cpp:514 +msgid "This command sends the message to all players currently online." +msgstr "" + +#: src/gui/chat.cpp:520 +msgid "Command: /clear" +msgstr "" + +#: src/gui/chat.cpp:521 +msgid "This command clears the chat log of previous chat." +msgstr "" + +#: src/gui/chat.cpp:527 +msgid "Command: /help" +msgstr "" + +#: src/gui/chat.cpp:528 +msgid "This command displays a list of all commands available." +msgstr "" + +#: src/gui/chat.cpp:530 +msgid "Command: /help " +msgstr "" + +#: src/gui/chat.cpp:531 +msgid "This command displays help on ." +msgstr "" + +#: src/gui/chat.cpp:536 +msgid "Command: /where" +msgstr "" + +#: src/gui/chat.cpp:537 +msgid "This command displays the name of the current map." +msgstr "" + +#: src/gui/chat.cpp:543 +msgid "Command: /whisper " +msgstr "" + +#: src/gui/chat.cpp:544 +msgid "Command: /w " +msgstr "" + +#: src/gui/chat.cpp:545 +msgid "This command sends the message to ." +msgstr "" + +#: src/gui/chat.cpp:547 +msgid "If the has spaces in it, enclose it in double quotes (\")." +msgstr "" + +#: src/gui/chat.cpp:553 +msgid "Command: /who" +msgstr "" + +#: src/gui/chat.cpp:554 +msgid "This command displays the number of players currently online." +msgstr "" + +#: src/gui/chat.cpp:558 +msgid "Unknown command." +msgstr "" + +#: src/gui/chat.cpp:559 +msgid "Type /help for a list of commands." +msgstr "" + #: src/gui/confirm_dialog.cpp:35 msgid "Yes" msgstr "是" @@ -154,7 +382,7 @@ msgstr "是" msgid "No" msgstr "否" -#: src/gui/connection.cpp:49 +#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 msgid "Connecting..." msgstr "连接中..." @@ -162,11 +390,20 @@ msgstr "连接中..." msgid "Equipment" msgstr "装备" +#: src/gui/help.cpp:33 +msgid "Help" +msgstr "" + +#: src/gui/help.cpp:41 +msgid "Close" +msgstr "" + #: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 msgid "Inventory" msgstr "清单" #: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 +#: src/gui/skill.cpp:134 msgid "Use" msgstr "使用" @@ -192,31 +429,27 @@ msgstr "卸下装备" msgid "Equip" msgstr "装备" -#: src/gui/item_amount.cpp:75 +#: src/gui/item_amount.cpp:76 msgid "Select amount of items to trade." msgstr "请选择交易的物品数量" -#: src/gui/item_amount.cpp:79 +#: src/gui/item_amount.cpp:80 msgid "Select amount of items to drop." msgstr "请选择丢弃的物品数量" -#: src/gui/login.cpp:40 +#: src/gui/login.cpp:42 msgid "Login" msgstr "登陆" -#: src/gui/login.cpp:43 src/gui/register.cpp:66 +#: src/gui/login.cpp:45 src/gui/register.cpp:66 msgid "Password:" msgstr "密码:" -#: src/gui/login.cpp:44 src/gui/register.cpp:68 -msgid "Server:" -msgstr "服务器:" - -#: src/gui/login.cpp:48 +#: src/gui/login.cpp:50 msgid "Remember Username" msgstr "" -#: src/gui/login.cpp:51 src/gui/register.cpp:75 +#: src/gui/login.cpp:53 src/gui/register.cpp:75 msgid "Register" msgstr "注册" @@ -224,7 +457,7 @@ msgstr "注册" msgid "Status" msgstr "状态" -#: src/gui/menuwindow.cpp:64 +#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 msgid "Skills" msgstr "技能" @@ -232,7 +465,7 @@ msgstr "技能" msgid "Shortcut" msgstr "快捷键" -#: src/gui/menuwindow.cpp:66 +#: src/gui/menuwindow.cpp:66 src/main.cpp:716 msgid "Setup" msgstr "安装" @@ -325,14 +558,10 @@ msgstr "密码不能少于%d个字符" msgid "Passwords do not match." msgstr "密码不一致." -#: src/gui/register.cpp:227 +#: src/gui/register.cpp:227 src/main.cpp:945 msgid "Error" msgstr "错误" -#: src/gui/sell.cpp:46 src/gui/sell.cpp:66 -msgid "Sell" -msgstr "出售" - #: src/gui/setup_audio.cpp:40 msgid "Sound" msgstr "声音" @@ -393,6 +622,64 @@ msgstr "停止" msgid "Rotate the stick" msgstr "旋转手柄" +#: src/gui/setup_keyboard.cpp:88 +msgid "Assign" +msgstr "" + +#: src/gui/setup_keyboard.cpp:94 +#, fuzzy +msgid "Default" +msgstr "删除" + +#: src/gui/setup_keyboard.cpp:115 +msgid "Key Conflict(s) Detected." +msgstr "" + +#: src/gui/setup_keyboard.cpp:116 +msgid "Resolve them, or gameplay may result in strange behaviour." +msgstr "" + +#: src/gui/setup_players.cpp:53 +#, fuzzy +msgid "Name" +msgstr "名称" + +#: src/gui/setup_players.cpp:54 +msgid "Relation" +msgstr "" + +#: src/gui/setup_players.cpp:58 +msgid "Neutral" +msgstr "" + +#: src/gui/setup_players.cpp:59 +msgid "Friend" +msgstr "" + +#: src/gui/setup_players.cpp:60 +msgid "Disregarded" +msgstr "" + +#: src/gui/setup_players.cpp:61 +msgid "Ignored" +msgstr "" + +#: src/gui/setup_players.cpp:214 +msgid "Save player list" +msgstr "" + +#: src/gui/setup_players.cpp:216 +msgid "Allow trading" +msgstr "" + +#: src/gui/setup_players.cpp:218 +msgid "Allow whispers" +msgstr "" + +#: src/gui/setup_players.cpp:245 +msgid "When ignoring:" +msgstr "" + #: src/gui/setup_video.cpp:112 msgid "Full screen" msgstr "全屏" @@ -467,6 +754,110 @@ msgstr "改变成OpenGL" msgid "Applying change to OpenGL requires restart." msgstr "运用改变为OpenGL需要重新开始" +#: src/gui/skill.cpp:79 +msgid "Mystery Skill" +msgstr "" + +#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#, c-format +msgid "Skill points: %d" +msgstr "" + +#: src/gui/skill.cpp:133 +msgid "Up" +msgstr "" + +#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#, fuzzy, c-format +msgid "Job: %d" +msgstr "等级:%d" + +#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#, fuzzy, c-format +msgid "Money: %d GP" +msgstr "金钱:%d" + +#: src/gui/status.cpp:127 +#, fuzzy +msgid "Stats" +msgstr "状态" + +#: src/gui/status.cpp:128 +msgid "Total" +msgstr "" + +#: src/gui/status.cpp:129 +msgid "Cost" +msgstr "" + +#: src/gui/status.cpp:132 +#, fuzzy +msgid "Attack:" +msgstr "攻击 %+d" + +#: src/gui/status.cpp:133 +#, fuzzy +msgid "Defense:" +msgstr "防护 %+d" + +#: src/gui/status.cpp:134 +#, fuzzy +msgid "M.Attack:" +msgstr "攻击 %+d" + +#: src/gui/status.cpp:135 +#, fuzzy +msgid "M.Defense:" +msgstr "防护 %+d" + +#: src/gui/status.cpp:136 +#, c-format +msgid "% Accuracy:" +msgstr "" + +#: src/gui/status.cpp:137 +#, c-format +msgid "% Evade:" +msgstr "" + +#: src/gui/status.cpp:138 +msgid "% Reflex:" +msgstr "" + +#: src/gui/status.cpp:282 +#, fuzzy +msgid "Strength" +msgstr "力量" + +#: src/gui/status.cpp:283 +#, fuzzy +msgid "Agility" +msgstr "敏捷:" + +#: src/gui/status.cpp:284 +#, fuzzy +msgid "Vitality" +msgstr "体力:" + +#: src/gui/status.cpp:285 +#, fuzzy +msgid "Intelligence" +msgstr "智力:" + +#: src/gui/status.cpp:286 +#, fuzzy +msgid "Dexterity" +msgstr "智慧:" + +#: src/gui/status.cpp:287 +msgid "Luck" +msgstr "" + +#: src/gui/status.cpp:305 +#, c-format +msgid "Remaining Status Points: %d" +msgstr "" + #: src/gui/trade.cpp:61 msgid "Add" msgstr "添加" @@ -484,27 +875,45 @@ msgstr "你得到%d GP." msgid "You give:" msgstr "你得到:" +#: src/gui/trade.cpp:283 +msgid "Failed adding item. You can not overlap one kind of item on the window." +msgstr "" + +#: src/gui/updatewindow.cpp:93 +msgid "Updating..." +msgstr "" + +#: src/gui/updatewindow.cpp:119 +msgid "Play" +msgstr "" + +#: src/gui/updatewindow.cpp:525 +msgid "Completed" +msgstr "" + #: src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#~ msgid "Unregister" -#~ msgstr "注销" - -#~ msgid "Strength:" -#~ msgstr "力量" +#: src/main.cpp:769 +msgid "Got disconnected from server!" +msgstr "" -#~ msgid "Agility:" -#~ msgstr "敏捷:" +#: src/main.cpp:956 +#, fuzzy +msgid "Connecting to map server..." +msgstr "连接中..." -#~ msgid "Dexterity:" -#~ msgstr "智慧:" +#: src/main.cpp:964 +msgid "Connecting to character server..." +msgstr "" -#~ msgid "Vitality:" -#~ msgstr "体力:" +#: src/main.cpp:972 +msgid "Connecting to account server..." +msgstr "" -#~ msgid "Intelligence:" -#~ msgstr "智力:" +#~ msgid "Unregister" +#~ msgstr "注销" #~ msgid "Willpower:" #~ msgstr "意志力:" @@ -557,12 +966,6 @@ msgstr "" #~ msgid "Change" #~ msgstr "改变" -#~ msgid "Attack %+d" -#~ msgstr "攻击 %+d" - -#~ msgid "Defense %+d" -#~ msgstr "防护 %+d" - #~ msgid "HP %+d" #~ msgstr "HP %+d" -- cgit v1.2.3-60-g2f50 From 4018856d2d30532ad2404de4462ff3e473938a22 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sat, 10 Jan 2009 18:19:25 -0700 Subject: Changed a few emote variable names to be more sensible, as well as removing emotions.png from the client data files (should have never been there to begin with, IMO). TODO: Simplify the emote code so that there is a lot less redundant code, as well as make filling out the possible emotes more flexible. Signed-off-by: Ira Rice --- data/graphics/gui/Makefile.am | 1 - data/graphics/gui/emotions.png | Bin 19386 -> 0 bytes po/POTFILES.in | 1 + src/Makefile.am | 20 ++++++++++---------- src/being.cpp | 5 +++-- src/gui/smileycontainer.cpp | 26 +++++++++++++------------- src/gui/smileycontainer.h | 8 ++++---- src/gui/smileyshortcutcontainer.cpp | 6 +++--- src/gui/smileywindow.cpp | 14 +++++++------- src/gui/smileywindow.h | 2 +- 10 files changed, 42 insertions(+), 41 deletions(-) delete mode 100644 data/graphics/gui/emotions.png (limited to 'po') diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 32028bfd..b2c499f0 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -11,7 +11,6 @@ gui_DATA = \ close_button.png \ deepbox.png \ default.png \ - emotions.png \ gui.xml \ hits_blue.png \ hits_red.png \ diff --git a/data/graphics/gui/emotions.png b/data/graphics/gui/emotions.png deleted file mode 100644 index 146f2d24..00000000 Binary files a/data/graphics/gui/emotions.png and /dev/null differ diff --git a/po/POTFILES.in b/po/POTFILES.in index 11bb6aa0..1816a886 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -38,5 +38,6 @@ src/gui/trade.cpp src/gui/updatewindow.cpp src/net/playerhandler.cpp src/resources/itemdb.cpp +src/being.cpp src/game.cpp src/main.cpp diff --git a/src/Makefile.am b/src/Makefile.am index d267022b..e189b793 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -47,20 +47,10 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/inttextbox.cpp \ gui/inventorywindow.cpp \ gui/inventorywindow.h \ - gui/smileywindow.cpp \ - gui/smileywindow.h \ - gui/smileycontainer.cpp \ - gui/smileycontainer.h \ gui/itemcontainer.cpp \ gui/itemcontainer.h \ gui/itemshortcutcontainer.cpp \ gui/itemshortcutcontainer.h \ - gui/shortcutwindow.cpp \ - gui/shortcutwindow.h \ - gui/smileyshortcutcontainer.cpp \ - gui/smileyshortcutcontainer.h \ - gui/shortcutcontainer.cpp \ - gui/shortcutcontainer.h \ gui/item_amount.cpp \ gui/item_amount.h \ gui/linkhandler.h \ @@ -119,10 +109,20 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/shop.h \ gui/shoplistbox.cpp \ gui/shoplistbox.h \ + gui/shortcutwindow.cpp \ + gui/shortcutwindow.h \ + gui/shortcutcontainer.cpp \ + gui/shortcutcontainer.h \ gui/skill.cpp \ gui/skill.h \ gui/slider.cpp \ gui/slider.h \ + gui/smileycontainer.cpp \ + gui/smileycontainer.h \ + gui/smileyshortcutcontainer.cpp \ + gui/smileyshortcutcontainer.h \ + gui/smileywindow.cpp \ + gui/smileywindow.h \ gui/speechbubble.cpp \ gui/speechbubble.h \ gui/status.cpp \ diff --git a/src/being.cpp b/src/being.cpp index ba3107db..5eb62b2d 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -44,6 +44,7 @@ #include "gui/speechbubble.h" #include "utils/dtor.h" +#include "utils/gettext.h" #include "utils/tostring.h" #include "utils/xml.h" @@ -91,8 +92,8 @@ Being::Being(int id, int job, Map *map): { // Load the emotion set ResourceManager *rm = ResourceManager::getInstance(); - emotionSet = rm->getImageSet("graphics/gui/emotions.png", 30, 32); - if (!emotionSet) logger->error("Unable to load emotions!"); + emotionSet = rm->getImageSet("graphics/sprites/emotions.png", 30, 32); + if (!emotionSet) logger->error(_("Unable to load emotions")); // Hairstyles are encoded as negative numbers. Count how far negative we can go. int hairstyles = 1; diff --git a/src/gui/smileycontainer.cpp b/src/gui/smileycontainer.cpp index d221f55c..f8f57c45 100644 --- a/src/gui/smileycontainer.cpp +++ b/src/gui/smileycontainer.cpp @@ -36,17 +36,17 @@ #include "../utils/gettext.h" #include "../utils/tostring.h" -const int SmileyContainer::gridWidth = 34; // item icon width + 4 -const int SmileyContainer::gridHeight = 36; // item icon height + 4 +const int SmileyContainer::gridWidth = 34; // emote icon width + 4 +const int SmileyContainer::gridHeight = 36; // emote icon height + 4 -static const int NO_ITEM = -1; +static const int NO_EMOTE = -1; SmileyContainer::SmileyContainer(): - mSelectedItemIndex(NO_ITEM) + mSelectedEmoteIndex(NO_EMOTE) { ResourceManager *resman = ResourceManager::getInstance(); - mSmileyImg = resman->getImageSet("graphics/gui/emotions.png",30,32); + mSmileyImg = resman->getImageSet("graphics/sprites/emotions.png", 30, 32); if (!mSmileyImg) logger->error(_("Unable to load emotions")); mSelImg = resman->getImage("graphics/gui/selection.png"); @@ -95,7 +95,7 @@ void SmileyContainer::draw(gcn::Graphics *graphics) mSmileyImg->get(i), itemX, itemY); // Draw selection image below selected item - if (mSelectedItemIndex == i) + if (mSelectedEmoteIndex == i) { static_cast(graphics)->drawImage( mSelImg, itemX, itemY); @@ -123,23 +123,23 @@ void SmileyContainer::recalculateHeight() int SmileyContainer::getSelectedSmiley() { - if (mSelectedItemIndex == NO_ITEM) + if (mSelectedEmoteIndex == NO_EMOTE) return 0; - return 1+mSelectedItemIndex; + return 1+mSelectedEmoteIndex; } void SmileyContainer::selectNone() { - setSelectedItemIndex(NO_ITEM); + setSelectedEmoteIndex(NO_EMOTE); } -void SmileyContainer::setSelectedItemIndex(int index) +void SmileyContainer::setSelectedEmoteIndex(int index) { if (index < 0 || index >= mMaxSmiley ) - mSelectedItemIndex = NO_ITEM; + mSelectedEmoteIndex = NO_EMOTE; else - mSelectedItemIndex = index; + mSelectedEmoteIndex = index; } void SmileyContainer::distributeValueChangedEvent() @@ -165,7 +165,7 @@ void SmileyContainer::mousePressed(gcn::MouseEvent &event) int index = mx / gridWidth + ((my / gridHeight) * columns); if (index setSmileySelected(index+1); } } diff --git a/src/gui/smileycontainer.h b/src/gui/smileycontainer.h index ddfe9ec5..88ca0b48 100644 --- a/src/gui/smileycontainer.h +++ b/src/gui/smileycontainer.h @@ -33,7 +33,7 @@ class Image; class Inventory; -class Item; +class Emote; namespace gcn { class SelectionListener; @@ -107,12 +107,12 @@ class SmileyContainer : public gcn::Widget, * Sets the currently selected item. Invalid (e.g., negative) indices set `no item'. */ - void setSelectedItemIndex(int index); + void setSelectedEmoteIndex(int index); /** * Find the current item index by the most recently used item ID */ - void refindSelectedItem(void); + void refindSelectedEmote(void); /** * Determine and set the height of the container. @@ -126,7 +126,7 @@ class SmileyContainer : public gcn::Widget, ImageSet *mSmileyImg; Image *mSelImg; - int mSelectedItemIndex; + int mSelectedEmoteIndex; int mMaxSmiley; diff --git a/src/gui/smileyshortcutcontainer.cpp b/src/gui/smileyshortcutcontainer.cpp index 6028939f..c3cd056d 100644 --- a/src/gui/smileyshortcutcontainer.cpp +++ b/src/gui/smileyshortcutcontainer.cpp @@ -41,15 +41,15 @@ SmileyShortcutContainer::SmileyShortcutContainer(): mSmileyClicked(false), mSmileyMoved(0) { - mGridWidth=1, - mGridHeight=1, + mGridWidth = 1, + mGridHeight = 1, addMouseListener(this); addWidgetListener(this); ResourceManager *resman = ResourceManager::getInstance(); mBackgroundImg = resman->getImage("graphics/gui/item_shortcut_bgr.png"); - mSmileyImg = resman->getImageSet("graphics/gui/emotions.png",30,32); + mSmileyImg = resman->getImageSet("graphics/sprites/emotions.png", 30, 32); if (!mSmileyImg) logger->error(_("Unable to load emotions")); mMaxItems = smileyShortcut->getSmileyCount(); diff --git a/src/gui/smileywindow.cpp b/src/gui/smileywindow.cpp index 570eb45c..e3e821ff 100644 --- a/src/gui/smileywindow.cpp +++ b/src/gui/smileywindow.cpp @@ -45,10 +45,10 @@ SmileyWindow::SmileyWindow(): mUseButton = new Button(_("Use"), "use", this); - mItems = new SmileyContainer(); - mItems->addSelectionListener(this); + mEmotes = new SmileyContainer(); + mEmotes->addSelectionListener(this); - mInvenScroll = new ScrollArea(mItems); + mInvenScroll = new ScrollArea(mEmotes); mInvenScroll->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); draw(); @@ -63,12 +63,12 @@ SmileyWindow::SmileyWindow(): void SmileyWindow::action(const gcn::ActionEvent &event) { - int item = mItems->getSelectedSmiley(); + int emote = mEmotes->getSelectedSmiley(); - if (!item) + if (!emote) return; - player_node->emote(item); + player_node->emote(emote); } @@ -95,5 +95,5 @@ void SmileyWindow::widgetResized(const gcn::Event &event) int SmileyWindow::getSelectedSmiley() const { - return mItems->getSelectedSmiley(); + return mEmotes->getSelectedSmiley(); } diff --git a/src/gui/smileywindow.h b/src/gui/smileywindow.h index 81ec6663..db27fcbd 100644 --- a/src/gui/smileywindow.h +++ b/src/gui/smileywindow.h @@ -69,7 +69,7 @@ class SmileyWindow : public Window, gcn::ActionListener, private: - SmileyContainer *mItems; + SmileyContainer *mEmotes; gcn::Button *mUseButton; gcn::ScrollArea *mInvenScroll; -- cgit v1.2.3-60-g2f50 From 9eb240c821d75292ed02c64246d83558c8b84324 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 12 Jan 2009 16:44:38 -0700 Subject: Updated the po files so that they shouldn't generate errors for us any more, as well as a few more code style fixes. Signed-off-by: Ira Rice --- po/POTFILES.in | 6 +- po/ar.po | 1264 +++++++++++++++++++++++++++++++--------- po/ca.po | 1240 +++++++++++++++++++++++++++++++--------- po/cs.po | 1257 +++++++++++++++++++++++++++++++--------- po/da.po | 1269 +++++++++++++++++++++++++++++++--------- po/de.po | 1269 +++++++++++++++++++++++++++++++--------- po/en_GB.po | 1264 +++++++++++++++++++++++++++++++--------- po/eo.po | 1231 ++++++++++++++++++++++++++++++--------- po/es.po | 1264 +++++++++++++++++++++++++++++++--------- po/fi.po | 1266 +++++++++++++++++++++++++++++++--------- po/fr.po | 1271 ++++++++++++++++++++++++++++++++--------- po/he.po | 1266 +++++++++++++++++++++++++++++++--------- po/hr.po | 1255 +++++++++++++++++++++++++++++++--------- po/id.po | 1264 +++++++++++++++++++++++++++++++--------- po/it.po | 1264 +++++++++++++++++++++++++++++++--------- po/ja.po | 1255 +++++++++++++++++++++++++++++++--------- po/nl.po | 1264 +++++++++++++++++++++++++++++++--------- po/pl.po | 1264 +++++++++++++++++++++++++++++++--------- po/pt.po | 1264 +++++++++++++++++++++++++++++++--------- po/pt_BR.po | 1269 +++++++++++++++++++++++++++++++--------- po/ru.po | 1264 +++++++++++++++++++++++++++++++--------- po/sk.po | 1243 +++++++++++++++++++++++++++++++--------- po/sv.po | 1264 +++++++++++++++++++++++++++++++--------- po/th.po | 1245 +++++++++++++++++++++++++++++++--------- po/zh_CN.po | 1264 +++++++++++++++++++++++++++++++--------- src/gui/setup_colours.cpp | 2 +- src/gui/setup_players.cpp | 15 +- src/gui/setup_video.cpp | 10 +- src/gui/shortcutcontainer.cpp | 3 +- 29 files changed, 23738 insertions(+), 6538 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 1816a886..5f244d22 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -8,6 +8,9 @@ src/gui/chat.cpp src/gui/colour.cpp src/gui/confirm_dialog.cpp src/gui/connection.cpp +src/gui/emotecontainer.cpp +src/gui/emoteshortcutcontainer.cpp +src/gui/emotewindow.cpp src/gui/equipmentwindow.cpp src/gui/help.cpp src/gui/inventorywindow.cpp @@ -29,9 +32,6 @@ src/gui/setup_keyboard.cpp src/gui/setup_players.cpp src/gui/setup_video.cpp src/gui/skill.cpp -src/gui/smileycontainer.cpp -src/gui/smileyshortcutcontainer.cpp -src/gui/smileywindow.cpp src/gui/speechbubble.cpp src/gui/status.cpp src/gui/trade.cpp diff --git a/po/ar.po b/po/ar.po index 0a19529e..e07e5814 100644 --- a/po/ar.po +++ b/po/ar.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-07-16 18:28+0000\n" "Last-Translator: صقر بن عبدالله \n" "Language-Team: Arabic \n" @@ -17,898 +17,1622 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "شراء" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "السعر: %d GP / الإجمالي: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "مغادرة" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "الوصف: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "التأثير: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "إيقاف" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "بيع" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "إلغاء" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "هل أنت متأكّد من حذف هذه الشخصيّة؟" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "إنتقاء الشخصيّة" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "موافق" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "جديد" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "حذف" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "السّابق" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "التّالي" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "الاسم: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "المستوى: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "المستوى: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "النقود: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "السّابق" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "التّالي" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "جديد" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "حذف" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "موافق" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "إنشاء شخصيّة" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "الاسم:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "لون الشعر:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "قصّة الشعر:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "إنشاء" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "إنتقاء الشخصيّة" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "إنشاء" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "الخادوم:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "تغيير OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "المنفذ:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "الخادوم:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "نعم" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "لا" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "جارِ الاتّصال..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "استخدام" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "العتاد" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "الجردة" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "استخدام" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "إسقاط" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "الوصف: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "التأثير: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "الاسم:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "التأثير: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "الوصف: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "تجريد من العتاد" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "استعمال العتاد" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "انتقاء كمّيّة من المواد للمتاجرة بها." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "انتقاء كمّيّة من المواد لإسقاطها." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "ولوج" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "كلمة السرّ:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "المنفذ:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "ترك" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "تسجيل" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "الحالة" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "مهارات" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "اختصار" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "تثبيت" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "خارطة صغيرة" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "خارطة صغيرة" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@تجارة|متاجرة مع %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@مهاجمة|هاجم %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@محادثة|تحدّث مع NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@إلغاء|إلغاء@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@اقتطاف|اقتطاف %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@استخدام|استخدام العتاد@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@استخدام|استخدام العتاد@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@استخدم|استخدم@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@إسقاط|إسقاط@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@الوصف|الوصف@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "تأكيد:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "يجب أن يكون طول اسم المستخدم على الأقل %d محارف." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "يجب أن يكون طول اسم المستخدم أقل من %d محارف." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "يجب أن تكون طول كلمة السرّ على الأقل %d محارف." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "يجب أن يكون طول كلمة السرّ أقل من %d محارف." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "كلمات السرّ غير متطابقة." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "خطأ" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "صوت" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "حجم صوت المؤثرّات" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "حجم صوت الموسيقا" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "تطبيق" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "تصفير النوافذ" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "مرئية" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "سمعيّ" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "عصا الألعاب" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "لون الشعر:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "إضغط على الزرّ لبدأ المعايرة" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "معايرة" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "تفعيل عصا الألعاب" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "إيقاف" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "تدوير العصا" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "حذف" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "الاسم:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "ملء الشاشة" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "مؤشّر مخصّص" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "حدّ FPS:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "عتمة واجهة المستخدم" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "نصف قطر اللفّ" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "كسل اللفّ" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "مؤثّرات محيطة" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "واقف" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "منخفض" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "مرتفع" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "ملء الشاشة" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "جارِ ملء الشاشة" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "يجب إعادة التشغيل لتفعّل التغييرات." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "تغيير OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "تطبيق التغيير على OpenGL يحتاج لإعادة تشغيل." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "يجب إعادة التشغيل لتفعّل التغييرات." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "يجب إعادة التشغيل لتفعّل التغييرات." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "استخدام" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "المستوى: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "النقود: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "الحالة" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "مهاجمة %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "دفاع %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "مهاجمة %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "دفاع %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "القوّة:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "خفّة الحركة:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "نشاط:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "ذكاء:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "المهارة:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "إضافة" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "أنت تحصل على %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "أنت تقدّم:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "هل أنت متأكّد من حذف هذه الشخصيّة؟" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "جارِ الاتّصال..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "جارِ الاتّصال..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "جارِ الاتّصال..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "الاسم: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "جارِ الاتّصال..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -951,9 +1675,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "اختار خادومك لـMana World" -#~ msgid "Port:" -#~ msgstr "المنفذ:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "رجاء طباعة عنوان ومنفذ الخادوم." @@ -980,6 +1701,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "الوزن الإجماليّ: %d - وزن الحدّ الأقصى: %d" - -#~ msgid "Keep" -#~ msgstr "ترك" diff --git a/po/ca.po b/po/ca.po index 7325a252..569fdab4 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-07-03 17:21+0000\n" "Last-Translator: Habari \n" "Language-Team: Catalan \n" @@ -17,885 +17,1587 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "preu %d GP / total %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "sortir" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 msgid "Shop" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, c-format msgid "Job Level: %d" msgstr "" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "nom" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 msgid "Select Server" msgstr "" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "canvi" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" +msgstr "" + +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +msgid "Changing prefix to " +msgstr "" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." +msgstr "" + +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +msgid "Party" +msgstr "" + +#: ../src/gui/colour.cpp:38 +msgid "Server" +msgstr "" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "si" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "no" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "" -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" +#: ../src/gui/inventorywindow.cpp:55 +msgid "Drop" msgstr "" -#: src/gui/inventorywindow.cpp:57 -msgid "Drop" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +msgid "Description:" msgstr "" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +msgid "Effect:" msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "nom" + +#: ../src/gui/inventorywindow.cpp:170 +msgid "Effect: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:172 +msgid "Description: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +msgid "Map" +msgstr "" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +msgid "@@trade|Trade With " msgstr "" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +msgid "@@attack|Attack " +msgstr "" + +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " msgstr "" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 msgid "@@use|Unequip@@" msgstr "" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +msgid "Color:" +msgstr "" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 msgid "Default" msgstr "" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "nom" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "fullscreen" +msgstr "" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +msgid "Restart your client for the change to take effect." +msgstr "" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:452 +msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +msgid "use" +msgstr "" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, c-format msgid "Job: %d" msgstr "" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, c-format msgid "Money: %d GP" msgstr "" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 msgid "Stats" msgstr "" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 msgid "Attack:" msgstr "" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 msgid "Defense:" msgstr "" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 msgid "M.Attack:" msgstr "" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 msgid "M.Defense:" msgstr "" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 msgid "Strength" msgstr "" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 msgid "Agility" msgstr "" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 msgid "Vitality" msgstr "" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 msgid "Intelligence" msgstr "" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 msgid "Dexterity" msgstr "" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +msgid "Are you sure you want to quit?" +msgstr "" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +msgid "Trying to connect to account server..." +msgstr "" + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +msgid "Trying to connect to char server..." +msgstr "" + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +msgid "Trying to connect to map server..." +msgstr "" + +#: ../src/main.cpp:668 +#, c-format +msgid "Map: %s" +msgstr "" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 msgid "Connecting to map server..." msgstr "" -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" - -#~ msgid "Change" -#~ msgstr "canvi" diff --git a/po/cs.po b/po/cs.po index efb03f63..9191a30c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-12-17 16:31+0000\n" "Last-Translator: Lubos \n" "Language-Team: Czech \n" @@ -17,899 +17,1617 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Nákup" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Popis: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 msgid "Shop" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Prodej" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Zrušit" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "Potvrďte vymazání postavy" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Jste si jistí, že chcete vymazat tuto postavu?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 #, fuzzy msgid "Select Character" msgstr "Vytvořit postavu" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Nová" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Odstranit" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Předchozí" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Další" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Jméno: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Úroveň: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Úroveň: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Peníze: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Předchozí" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Další" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Nová" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Odstranit" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Vytvořit postavu" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Jméno:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Barva vlasů:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Styl vlasů:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Vytvořit" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Server:" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Vytvořit" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Server:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +msgid "Changing prefix to " +msgstr "" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Port:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Server:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Ano" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Ne" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Připojuji se..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Vybavení" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventář" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Upustit" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Popis: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +msgid "Effect:" msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Jméno:" + +#: ../src/gui/inventorywindow.cpp:170 +msgid "Effect: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Popis: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Vybavit" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Vyberte množství zboží, se kterým budete obchodovat." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Vyberte množství zboží, které chcete upustit." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Heslo:" -#: src/gui/login.cpp:50 -msgid "Remember Username" -msgstr "Zapamatovat uživatelské jméno" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Port:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" + +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Registrace" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Stav" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Dovednosti" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Zkratka" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Nastavení" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "MiniMapa" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "MiniMapa" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +msgid "@@trade|Trade With " msgstr "" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +msgid "@@attack|Attack " +msgstr "" + +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " msgstr "" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 msgid "@@use|Unequip@@" msgstr "" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "Muž" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "Žena" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Uživatelské jméno musí být nejméně %d znaků dlouhé." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Uživatelské jméno musí být kratší než %d znaků." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Heslo musí být kratší než %d znaků." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Hesla se neshodují." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Chyba" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Zvuk" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Audio" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "Klávesnice" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Barva vlasů:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Kalibrovat" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Odstranit" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Jméno:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "fullscreen" +msgstr "" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +msgid "Restart your client for the change to take effect." +msgstr "" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:452 +msgid "Restart your client or change maps for the change to take effect." +msgstr "" + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +msgid "use" +msgstr "" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Úroveň: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Peníze: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Stav" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Útok %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Obrana %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Útok %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Obrana %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Síla:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Vitalita:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitalita:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Inteligence:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 msgid "Dexterity" msgstr "" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Jste si jistí, že chcete vymazat tuto postavu?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Připojuji se..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Připojuji se..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Připojuji se..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Jméno: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Připojuji se..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" +#~ msgid "Remember Username" +#~ msgstr "Zapamatovat uživatelské jméno" + #~ msgid "Account and Character Management" #~ msgstr "Správa účtu a postavy" @@ -943,9 +1661,6 @@ msgstr "" #~ msgid "Email:" #~ msgstr "E-mail:" -#~ msgid "Port:" -#~ msgstr "Port:" - #~ msgid "Propose trade" #~ msgstr "Nabídnout obchod" diff --git a/po/da.po b/po/da.po index dae66aca..99f118ef 100644 --- a/po/da.po +++ b/po/da.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-12-28 14:45+0000\n" "Last-Translator: Niels L Ellegaard \n" "Language-Team: Danish \n" @@ -17,901 +17,1628 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Køb" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Pris: %d GP / Total: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Afslut" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beskrivelse: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effekt: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Stop" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Sælg" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Fortryd" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "Er du sikker på at du vil slette denne figur?" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Er du sikker på at du vil slette denne figur?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Vælg Bruger" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "O.k." - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Opret" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Slet" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Forrige" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Næste" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Navn; %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Niveau: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Niveau: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Penge: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Forrige" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Næste" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Opret" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Slet" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "O.k." + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Lav figur." -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Navn:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Hårfarve:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Frisure:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Opret" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Vælg Bruger" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Opret" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Server:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Skrifter til OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Port:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Server:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Ja" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Nej" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Opretter forbindelse..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Brug" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Udstyr" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventarliste" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Brug" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Smid" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Beskrivelse: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Effekt: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Navn:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Effekt: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Beskrivelse: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Tag af" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Tag på" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Vælge hvor mange du vil bytte." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Vælg hvor mange du vil smide," -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Log Ind" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Adgangskode:" -#: src/gui/login.cpp:50 -msgid "Remember Username" -msgstr "Husk dette brugernavn." +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Port:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Behold" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Registrer" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Færdigheder" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Genvej" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Opsætning" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "MiniKort" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "MiniKort" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Byt Med %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Angrib %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Snak med NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Annuller@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Saml Op %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Tag på@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Tag på@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Brug@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Smid@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Beskrivelse@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Bekræft:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "Mand" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "Kvinde" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Brugernavnet skal mindst være %d bogstaver langt." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Brugernavnet skal være mindre end %d bogstaver langt." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Adgangskoden skal mindst være %d bogstaver langt." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Adgangskoden skal være mindre end %d bogstaver langt." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Adgangskoder stemmer ikke overens." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Fejl" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Lyd" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Lydstyrke på effekter" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Lydstyrke på musik" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Anvend" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Nulstil vinduer" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Video" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Lyd" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "Tastatur" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Hårfarve:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Tryk på knappen for at starte justeringen." -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Justering" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Aktiver joystick" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Stop" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Roter joystick" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Slet" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Navn:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Fuld Skærm" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Brugerdefineret Musepil" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "FPS grænse:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Gennemsigtighed" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Følsomhed på mus" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Acceleration på mus" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Omgivende FX" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "fra" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "lav" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "høj" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Fuld Skærm" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Skifter til fuld skærm" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Ændringerne kræver at du genstarter klienten." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Skrifter til OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "Ændringerne til OpenGL kræver at du genstarter klienten." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Ændringerne kræver at du genstarter klienten." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Ændringerne kræver at du genstarter klienten." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Brug" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Niveau: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Penge: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Status" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Angrib %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Forsvar %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Angrib %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Forsvar %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Styrke" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Adræthed" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Helbred:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Intelligens:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Behændighed:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Tilføj" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Du får %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Du giver:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Er du sikker på at du vil slette denne figur?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Opretter forbindelse..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Opretter forbindelse..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Opretter forbindelse..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Navn; %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Opretter forbindelse..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" +#~ msgid "Remember Username" +#~ msgstr "Husk dette brugernavn." + #~ msgid "Account and Character Management" #~ msgstr "Ret konto og figurer" @@ -972,9 +1699,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Vælg din Mana World Server" -#~ msgid "Port:" -#~ msgstr "Port:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Skriv både adressen og porten på serveren." @@ -1004,6 +1728,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Total Vægt: %d - Maximum Vægt: %d" - -#~ msgid "Keep" -#~ msgstr "Behold" diff --git a/po/de.po b/po/de.po index 6e71b451..bd230744 100644 --- a/po/de.po +++ b/po/de.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-10-13 00:25+0000\n" "Last-Translator: Aeneas Jaißle \n" "Language-Team: German\n" @@ -17,903 +17,1630 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kaufen" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Preis: %d GP / Summe: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Beenden" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beschreibung: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effekt: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Stopp" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Verkaufen" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Abbrechen" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "Bestätige Charakter-Löschung" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Bist du sicher, dass du diesen Charakter löschen möchtest?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Spielfigur auswählen" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Neu" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Löschen" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Zurück" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Weiter" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Name : %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Stufe: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Stufe: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Geld: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Zurück" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Weiter" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Neu" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Löschen" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Charakter erstellen" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Name :" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Haarfarbe" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Frisur" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Erstellen" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Spielfigur auswählen" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Erstellen" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Server:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Ändere OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Port:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Server:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Ja" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Nein" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Verbinde..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Benutzen" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Ausrüstung" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventar" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Benutzen" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Wegwerfen" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Beschreibung: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Effekt: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Name :" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Effekt: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Beschreibung: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Ablegen" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Ausrüsten" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Wähle aus, wieviele Gegenstände Du tauschen möchtest." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Wähle aus, wieviele Gegenstände Du wegwerfen möchtest." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Anmelden" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Passwort:" -#: src/gui/login.cpp:50 -msgid "Remember Username" -msgstr "Benutzernamen merken" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Port:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Erinnern" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Registrieren" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Fertigkeiten" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Tastenkürzel" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Einstellungen" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "Übersichtskarte" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "Übersichtskarte" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Mit %s handeln@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|%s angreifen@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Mit NSC reden@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Abbrechen@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|%s aufheben@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Ausrüsten@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Ausrüsten@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Nutzen@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Fallen lassen@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Beschreibung@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Bestätigen:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "Männlich" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "Weiblich" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Der Nutzername muss aus mindestens %d Zeichen bestehen." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Der Nutzername muss kürzer als %d Zeichen sein." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Das Passwort muss aus mindestens %d bestehen." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Das Passwort muss kürzer als %d Zeichen sein." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Passwörter stimmen nicht überein." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Fehler" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Ton" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Lautstärke der Klangeffekte" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Latustärke der Musik" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Anwenden" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Fenster zurücksetzen" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Video" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Audio" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "Tastatur" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Haarfarbe" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Knopf drücken um die Kalibrierung zu starten" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Kalibrieren" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Joystick aktivieren" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Stopp" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Kreise den Steuerknüppel" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Löschen" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Name :" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Vollbild" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Benutzerdefinierten Zeiger" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "FPS-Limit:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "GUI Transparenz" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Scroll-Radius" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Scroll-Trägheit" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Hintergrundeffekte" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "Aus" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "Niedrig" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "Hoch" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Vollbild" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Wechsle zum Vollbildmodus" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Ändere OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" "Änderungen an OpenGL werden erst nach einem Neustart der Anwendung " "übernommen." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Benutzen" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Stufe: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Geld: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Status" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Angriff %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Verteidigung %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Angriff %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Verteidigung %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Stärke:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Agilität:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitalität:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Intelligenz:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Geschicklichkeit:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Hinzufügen" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Du erhälst %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Du gibst:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Bist du sicher, dass du diesen Charakter löschen möchtest?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Verbinde..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Verbinde..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Verbinde..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Name : %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Verbinde..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" +#~ msgid "Remember Username" +#~ msgstr "Benutzernamen merken" + #~ msgid "Account and Character Management" #~ msgstr "Account- und Charakterverwaltung" @@ -974,9 +1701,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Wähle Deinen Mana World Spielserver" -#~ msgid "Port:" -#~ msgstr "Port:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Bitte die Adresse und den Port eines Servers eingeben" @@ -1006,6 +1730,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Gesamtgewicht : %d - Maximales Gewicht : %d" - -#~ msgid "Keep" -#~ msgstr "Erinnern" diff --git a/po/en_GB.po b/po/en_GB.po index 80a6ef41..4d10d394 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-05-10 16:51+0000\n" "Last-Translator: Me \n" "Language-Team: English (United Kingdom) \n" @@ -17,898 +17,1622 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Buy" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Price: %d GP / Total: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Exit" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Description: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effect: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Stop" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Sell" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Cancel" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Are you sure you want to delete this character?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Select Character" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "New" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Delete" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Previous" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Next" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Name: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Money: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Previous" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Next" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "New" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Delete" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Create Character" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Name:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Hair Colour:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Hair Style:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Create" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Select Character" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Create" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Server:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Changing OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Port:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Server:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Yes" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "No" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Connecting..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Use" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Equipment" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventory" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Use" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Drop" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Description: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Effect: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Name:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Effect: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Description: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Unequip" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Equip" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Select amount of items to trade." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Select amount of items to drop." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Login" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Password:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Port:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Keep" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Register" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Skills" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Shortcut" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Setup" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "MiniMap" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "MiniMap" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Trade With %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Attack %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Talk To NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Cancel@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Pick Up %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Equip@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Equip@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Use@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Drop@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Description@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Confirm:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "The username needs to be at least %d characters long." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "The username needs to be less than %d characters long." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "The password needs to be at least %d characters long." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "The password needs to be less than %d characters long." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Passwords do not match." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Error" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Sound" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Sfx volume" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Music volume" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Apply" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Reset Windows" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Video" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Audio" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Hair Colour:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Press the button to start calibration" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Calibrate" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Enable joystick" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Stop" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Rotate the stick" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Delete" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Name:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Full screen" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Custom cursor" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "FPS Limit:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Gui opacity" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Scroll radius" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Scroll laziness" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Ambient FX" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "off" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "low" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "high" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Full screen" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Switching to full screen" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Restart needed for changes to take effect." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Changing OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "Applying change to OpenGL requires restart." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Restart needed for changes to take effect." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Restart needed for changes to take effect." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Use" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Level: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Money: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Status" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Attack %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Defense %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Attack %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Defense %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Strength:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Agility:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitality:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Intelligence:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Dexterity:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Add" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "You get %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "You give:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Are you sure you want to delete this character?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Connecting..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Connecting..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Connecting..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Name: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Connecting..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -951,9 +1675,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Choose your Mana World Server" -#~ msgid "Port:" -#~ msgstr "Port:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Please type both the address and the port of a server." @@ -980,6 +1701,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Total Weight: %d - Maximum Weight: %d" - -#~ msgid "Keep" -#~ msgstr "Keep" diff --git a/po/eo.po b/po/eo.po index 928b0fbf..0692acc3 100644 --- a/po/eo.po +++ b/po/eo.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-11-10 22:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Esperanto \n" @@ -17,881 +17,1584 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 msgid "Shop" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 +#, c-format +msgid "Name: %s" msgstr "" -#: src/gui/char_select.cpp:86 -msgid "New" +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 +#, c-format +msgid "Level: %d" msgstr "" -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 +#, c-format +msgid "Job Level: %d" msgstr "" -#: src/gui/char_select.cpp:88 -msgid "Previous" +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#, c-format +msgid "Money: %d" msgstr "" -#: src/gui/char_select.cpp:89 -msgid "Next" +#: ../src/gui/char_select.cpp:91 +msgid "Previous" msgstr "" -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 -#, c-format -msgid "Name: %s" +#: ../src/gui/char_select.cpp:92 +msgid "Next" msgstr "" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 -#, c-format -msgid "Level: %d" +#: ../src/gui/char_select.cpp:93 +msgid "New" msgstr "" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 -#, c-format -msgid "Job Level: %d" +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" msgstr "" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 -#, c-format -msgid "Money: %d" +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" msgstr "" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 msgid "Select Server" msgstr "" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +msgid "Chat" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" +msgstr "" + +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +msgid "Changing prefix to " +msgstr "" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." +msgstr "" + +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +msgid "Party" +msgstr "" + +#: ../src/gui/colour.cpp:38 +msgid "Server" +msgstr "" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "" -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" +#: ../src/gui/inventorywindow.cpp:55 +msgid "Drop" msgstr "" -#: src/gui/inventorywindow.cpp:57 -msgid "Drop" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +msgid "Description:" msgstr "" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +msgid "Effect:" msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +msgid "Name: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:170 +msgid "Effect: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:172 +msgid "Description: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +msgid "Map" +msgstr "" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +msgid "@@trade|Trade With " msgstr "" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +msgid "@@attack|Attack " +msgstr "" + +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " msgstr "" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 msgid "@@use|Unequip@@" msgstr "" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +msgid "Color:" +msgstr "" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 msgid "Default" msgstr "" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 msgid "Name" msgstr "" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "fullscreen" +msgstr "" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +msgid "Restart your client for the change to take effect." +msgstr "" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:452 +msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +msgid "use" +msgstr "" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, c-format msgid "Job: %d" msgstr "" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, c-format msgid "Money: %d GP" msgstr "" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 msgid "Stats" msgstr "" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 msgid "Attack:" msgstr "" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 msgid "Defense:" msgstr "" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 msgid "M.Attack:" msgstr "" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 msgid "M.Defense:" msgstr "" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 msgid "Strength" msgstr "" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 msgid "Agility" msgstr "" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 msgid "Vitality" msgstr "" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 msgid "Intelligence" msgstr "" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 msgid "Dexterity" msgstr "" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +msgid "Are you sure you want to quit?" +msgstr "" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +msgid "Trying to connect to account server..." +msgstr "" + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +msgid "Trying to connect to char server..." +msgstr "" + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +msgid "Trying to connect to map server..." +msgstr "" + +#: ../src/main.cpp:668 +#, c-format +msgid "Map: %s" +msgstr "" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 msgid "Connecting to map server..." msgstr "" -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" diff --git a/po/es.po b/po/es.po index f4f67a3f..442a5e8e 100644 --- a/po/es.po +++ b/po/es.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-10-15 01:37+0000\n" "Last-Translator: catalania \n" "Language-Team: Spanish \n" @@ -17,898 +17,1622 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Comprar" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Precio: %d GP / Total: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Salir" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descripción: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efecto: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Detener" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Vender" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Cancelar" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "¿Seguro que quieres borrar este personaje?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Seleccionar personaje" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Aceptar" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Nuevo" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Eliminar" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Anterior" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Siguiente" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nombre: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nivel: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nivel: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Dinero: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Anterior" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Siguiente" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Nuevo" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Eliminar" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Aceptar" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Crear Personaje" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Nombre:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Color de pelo:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "corte de pelo" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Crear" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Seleccionar personaje" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Crear" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Servidor:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Cambiar a OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Puerto:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Servidor:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Sí" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "No" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Conectando…" -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Usar" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Equipo" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventario" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Usar" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "tirar" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Descripción: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Efecto: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Nombre:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Efecto: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Descripción: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "quitarselo" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Equipar" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Seleccione objetos para comerciar." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Seleccione objetos para soltar." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "conectarse" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Contraseña:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Puerto:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Mantener" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Registrar" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Estado" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Habilidades" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Atajos" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Configuración" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "Minimapa" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "Minimapa" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Comerciar con %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Atacar a %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Hablar al NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Cancelar@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Recoger %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Equipar@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Equipar@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Usar@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Tirar@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Descripción@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Confirmar:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "El nombre de usuario debe tener al menos %d caracteres." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "El nombre de usuario puede tener como máximo %d caracteres." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "La contraseña debe tener al menos %d caracteres." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "La contraseña puede tener como máximo %d caracteres." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Las contraseñas no coinciden." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Error" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Sonido" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Volumen efectos" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Volumen musica" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Aplicar" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Reiniciar ventanas" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Vídeo" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Audio" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "Teclado" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Color de pelo:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Presione el botón para comenzar la calibración" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Calibrar" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Activar joystick" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Detener" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Gire el stick" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Eliminar" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Nombre:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Pantalla completa" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Cursor propio" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "Límite de FPS:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Transparencia menus" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Ratio de scroll" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Velocidad de scroll" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Efectos ambientales" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "desactivado" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "bajo" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "alto" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Pantalla completa" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Cambiar a pantalla completa" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Se necesita reiniciar para aplicar los cambios." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Cambiar a OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "Se necesita reiniciar para aplicar los cambios hechos a OpenGL." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Se necesita reiniciar para aplicar los cambios." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Se necesita reiniciar para aplicar los cambios." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Usar" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Nivel: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Dinero: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Estado" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Ataque %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Defensa %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Ataque %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Defensa %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Fuerza:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Agilidad:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitalidad:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Inteligencia:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Destreza:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Añadir" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Tu consigues %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Tu das:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "¿Seguro que quieres borrar este personaje?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Conectando…" + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Conectando…" + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Conectando…" + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Nombre: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Conectando…" -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -951,9 +1675,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Elija su servidor de Mana World" -#~ msgid "Port:" -#~ msgstr "Puerto:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Escriba la dirección y el puerto de un servidor." @@ -980,6 +1701,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Peso Total: %d - Peso Máximo: %d" - -#~ msgid "Keep" -#~ msgstr "Mantener" diff --git a/po/fi.po b/po/fi.po index 80b21093..f7aef242 100644 --- a/po/fi.po +++ b/po/fi.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-12-30 10:23+0000\n" "Last-Translator: ville-v \n" "Language-Team: Finnish \n" @@ -17,902 +17,1629 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Osta" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Kappalehinta: %d GP / Yhteensä: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Sulje" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Kuvaus: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Vaikutus: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Lopeta" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Myy" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Peru" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "Vahvista hahmon poistopyyntö" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Oletko varma, että haluat poistaa tämän hahmon?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 #, fuzzy msgid "Select Character" msgstr "Luo hahmo" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Uusi" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Poista" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Edellinen" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Seuraava" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nimi: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Taso: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Taso: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Rahatilanne: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Edellinen" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Seuraava" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Uusi" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Poista" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Luo hahmo" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Nimi:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Hiusten väri:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Hiustyyli:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Luo" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Vaihda palvelinta" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Luo" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Palvelin:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Vaihdetaan OpenGL -toimintatilaan" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Portti:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Palvelin:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Kyllä" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Ei" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Yhdistetään..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Käytä" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Varusteet" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Tavaraluettelo" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Käytä" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Pudota" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Kuvaus: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Vaikutus: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Nimi:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Vaikutus: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Kuvaus: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Poista varuste käytöstä" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Ota käyttöön" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Anna vaihdettavien tavaroiden määrä." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Anna pudotettavien tavaroiden määrä." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Kirjaudu sisään" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Salasana:" -#: src/gui/login.cpp:50 -msgid "Remember Username" -msgstr "Muista käyttäjätunnus" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Portti:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Rekisteröidy" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Hahmon tiedot" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Taidot" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Pikavalinnat" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Asetukset" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "Apukartta" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "Apukartta" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "Epäpelattava hahmo" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Vaihda tavaroita %s kanssa@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Hyökkää %s kimppuun@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Puhu epäpelattavalle hahmolle@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Peruuta@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Poimi %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Ota varuste käyttöön@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Ota varuste käyttöön@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Käytä@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Pudota maahan@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Kuvaus@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Vahvista:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "Miespuolinen" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "Naispuolinen" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Käyttäjänimen tulee olla vähintään %d merkkiä pitkä" -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Käyttäjänimen tulee olla alle %d merkkiä pitkä." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Salasanan tulee olla vähintään %d merkkiä pitkä" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Salasanan tulee olla alle %d merkkiä pitkä." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Salasanat eivät täsmää." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Virhe" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Ääni" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Äänitehosteiden voimakkuus" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Musiikin voimakkuus" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Käytä" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Palauta ikkunoiden oletusasetukset" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Kuva" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Ääni" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Peliohjain" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "Näppäimistö" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Hiusten väri:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Paina tätä nappia aloittaaksesi peliohjaimen kalibroinnin" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Kalibroi" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Peliohjaintuki päälle" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Lopeta" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Käytä ohjain ääriasennoissaan pyörittämällä" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Poista" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Nimi:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Kokoruututila" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Tyylitelty hiiren osoitin" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "Piirtonopeusrajoitin (kuvaa / sekunti)" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Käyttöliittymän läpinäkyvyys" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Kameran perässälaahaus" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Kameran perässälaahauksen tiukkuus" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Taustaäänet" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "pois päältä" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "matala" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "korkea" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Kokoruututila" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Kokoruututilaan siirtyminen" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Vaihdetaan OpenGL -toimintatilaan" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "OpenGL -asetusten muutokset vaativat ohjelman uudelleenkäynnistyksen" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Käytä" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Taso: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Rahatilanne: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Hahmon tiedot" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Hyökkäys %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Puolustus %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Hyökkäys %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Puolustus %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Voima:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Ketteryys:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Elinvoima:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Älykkyys:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Näppäryys:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Lisää" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Sait %d GP" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Annat:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Oletko varma, että haluat poistaa tämän hahmon?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Yhdistetään..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Yhdistetään..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Yhdistetään..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Nimi: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Yhdistetään..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" +#~ msgid "Remember Username" +#~ msgstr "Muista käyttäjätunnus" + #~ msgid "Account and Character Management" #~ msgstr "Tilin ja hahmojen hallinta" @@ -970,9 +1697,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Valitse Mana World -palvelimesi" -#~ msgid "Port:" -#~ msgstr "Portti:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Kirjoita kenttiin sekä palvelimen osoite että portti" diff --git a/po/fr.po b/po/fr.po index 3d8a121c..4e365259 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-12-26 10:43+0000\n" "Last-Translator: Johan Serre \n" "Language-Team: French\n" @@ -18,903 +18,1632 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Acheter" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Prix : %d PO / Total : %d PO" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Quitter" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Description : %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effet : %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Stop" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Vendre" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Annuler" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "Confirmer la suppression du personnage" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Êtes-vous certain de vouloir supprimer ce personnage ?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Choix du personnage" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Nouveau" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Supprimer" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Précédent" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Suivant" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nom : %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Niveau : %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Niveau : %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Argent : %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Précédent" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Suivant" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Nouveau" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Supprimer" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Création du personnage" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Nom :" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Couleur des cheveux" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Coiffure :" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Créer" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Choix du personnage" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Créer" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Serveur :" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Changement OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Port :" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Serveur :" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Oui" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Non" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Connexion..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Utiliser" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Équipement" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventaire" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Utiliser" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Lâcher" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Description : %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Effet : %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Nom :" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Effet : %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Description : %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Retirer" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Équiper" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Choisissez le nombre d'objets à troquer." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Choisissez le nombre d'objets à lâcher." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Connexion" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Mot de passe :" -#: src/gui/login.cpp:50 -msgid "Remember Username" -msgstr "Se souvenir du nom d'utilisateur" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Port :" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Conserver" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "S'inscrire" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Statut" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Compétences" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Raccourci" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Configuration" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "Plan" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "Plan" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "PNJ" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Troquer avec %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Attaquer %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Parler au PNJ@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Annuler@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Ramasser %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Équiper@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Équiper@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Utiliser@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Lâcher@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Description@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Vérification :" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "Masculin" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "Féminin" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Le nom d'utilisateur doit faire au moins %d caractères." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Le nom d'utilisateur doit faire moins de %d caractères." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Le mot de passe doit faire au moins %d caractères." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Le mot de passe doit faire moins de %d caractères." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Les deux mots de passe ne correspondent pas." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Erreur" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Son" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Volume des effets sonores" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Volume de la musique" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Appliquer" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Rétablir les fenêtres" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Vidéo" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Audio" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "Clavier" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Couleur des cheveux" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Presser le bouton pour démarrer la calibration" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Calibrer" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Activer le joystick" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Stop" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Tourner le joystick" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Supprimer" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Nom :" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Plein écran" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Curseur personnalisé" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "Limite FPS :" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Opacité de l'interface" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Rayon du scrolling" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Paresse du scrolling" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Effets ambiants" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "aucun" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "léger" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "complet" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Plein écran" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Passage en plein écran" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "" "Les changements ne seront pris en compte qu'au prochain démarrage du jeu." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Changement OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" "Le changement OpenGL ne sera pris en compte qu'au prochain démarrage du jeu." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "" +"Les changements ne seront pris en compte qu'au prochain démarrage du jeu." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." msgstr "" +"Les changements ne seront pris en compte qu'au prochain démarrage du jeu." -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Utiliser" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Niveau : %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Argent : %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Statut" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Attaque %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Défense %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Attaque %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Défense %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Force :" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Agilité :" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitalité :" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Intelligence :" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Dextérité :" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Ajouter" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Vous obtenez %d PO." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Vous donnez :" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Êtes-vous certain de vouloir supprimer ce personnage ?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Connexion..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Connexion..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Connexion..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Nom : %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Connexion..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" +#~ msgid "Remember Username" +#~ msgstr "Se souvenir du nom d'utilisateur" + #~ msgid "Account and Character Management" #~ msgstr "Gestion du compte et du personnage" @@ -975,9 +1704,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Choisissez votre serveur The Mana World" -#~ msgid "Port:" -#~ msgstr "Port :" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Veuillez entrer l'adresse et le port du serveur." @@ -1007,6 +1733,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Poids total : %d - Poids maximal : %d" - -#~ msgid "Keep" -#~ msgstr "Conserver" diff --git a/po/he.po b/po/he.po index 87766812..9b622a04 100644 --- a/po/he.po +++ b/po/he.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-10-20 00:23+0000\n" "Last-Translator: Ddorda \n" "Language-Team: Hebrew \n" @@ -17,902 +17,1629 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "קנה" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "מחיר: %d זהב / סה\"כ %d זהב" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "יציאה" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "תיאור: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "השפעה: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "עצור" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "מכר" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "ביטול" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "אשר מחיקת שחקן" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "האם אתה בטוח כי ברצונך למחוק את השחקן?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 #, fuzzy msgid "Select Character" msgstr "צור שחקן" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "אישור" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "חדש" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "מחק" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "הקודם" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "הבא" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "שם: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "רמה: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "רמה: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "זהב: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "הקודם" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "הבא" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "חדש" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "מחק" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "אישור" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "צור שחקן" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "שם:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "צבע שיער:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "תיספורת:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "צור" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "החלף שרת" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "צור" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "שרת:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "משנה OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "פורט:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "שרת:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "כן" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "לא" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "מתחבר..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "השתמש" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "ציוד" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "ציוד" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "השתמש" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "השלך" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "תיאור: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "השפעה: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "שם:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "השפעה: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "תיאור: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "הורד" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "החזק" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "בחר כמות חפצים לסחור." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "בחר כמות חפצים להשליך." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "התחברות" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "סיסמה:" -#: src/gui/login.cpp:50 -msgid "Remember Username" -msgstr "זכור שם משתמש" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "פורט:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "הרשם" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "מצב" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "כישורים" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "קיצור-דרך" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "הגדרות" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "מיני-מפה" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "מיני-מפה" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|סחור עם %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|תקוף את %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|דבר אל NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|ביטול@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|הרם %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|החזק@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|החזק@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Use@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|השלך@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|תיאור@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "אשר:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "זכר" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "נקבה" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "שם המשתמש חייב להכיל לפחות %d תוים." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "שם המשתמש חייב להכיל פחות מ-%d תוים." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "הסיסמה חייבת להכיל לפחות %d תוים." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "הסיסמה חייבת להכיל פחות מ-%d תוים." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "הסיסמאות אינן תואמות." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "שגיאה" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "צליל" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "עוצמת SFX" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "עוצמת מוזיקה" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "אשר" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "אתחל חלונות" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "וידאו" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "שמע" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "ג'ויסטיק" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "מקלדת" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "צבע שיער:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "לחץ על הכפתור בכדי להתחיל בכיול" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "כייל" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "אפשר ג'ויסטיק" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "עצור" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "סובב את המקל" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "מחק" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "שם:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "מסך מלא" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "‏OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "סמן-עכבר מותאם" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "הגבלת FPS:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "אטימות Gui" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "תווך גלילה" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "עצלנות גלילה" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "אופף FX" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "כבוי" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "נמוך" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "גבוה" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "מסך מלא" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "מחליף למסך מלא" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "משנה OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "אישור שינויים עבור OpenGL דורש איתחול." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "השתמש" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "רמה: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "זהב: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "מצב" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "התקפה %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "הגנה %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "התקפה %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "הגנה %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "עוצמה:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "זריזות:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "חיוניות:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "תבונה:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "מיומנות:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "הוסף" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "אתה מקבל %d זהב." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "אתה נותן:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "האם אתה בטוח כי ברצונך למחוק את השחקן?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "מתחבר..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "מתחבר..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "מתחבר..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "שם: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "מתחבר..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" +#~ msgid "Remember Username" +#~ msgstr "זכור שם משתמש" + #~ msgid "Account and Character Management" #~ msgstr "ניהול משתמש ושחקן" @@ -970,9 +1697,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "בחר את שרת ה-Mana World" -#~ msgid "Port:" -#~ msgstr "פורט:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "אנא הכנס גם את כתובת וגם את פורט השרת." diff --git a/po/hr.po b/po/hr.po index cef7cc6f..fb7f13e7 100644 --- a/po/hr.po +++ b/po/hr.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-12-28 23:36+0000\n" "Last-Translator: Dino Paskvan \n" "Language-Team: Croatian \n" @@ -17,896 +17,1615 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kupi" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Cijena: %d zlatnika / Ukupno: %d zlatnika" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Izlaz" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Opis: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Učinak: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 msgid "Shop" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Poništi" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "Potvrdi Brisanje Lika" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Da li ste sigurni da želite obrisati ovog lika?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 #, fuzzy msgid "Select Character" msgstr "Stvori Lika" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "U redu" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Novi" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Obriši" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Prethodni" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Slijedeći" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Ime: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nivo: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nivo: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Novac: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Prethodni" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Slijedeći" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Novi" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Obriši" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "U redu" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Stvori Lika" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Ime:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Boja kose:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Frizura:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Stvori" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 msgid "Select Server" msgstr "" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Stvori" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +msgid "Changing prefix to " +msgstr "" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +msgid "Party" +msgstr "" + +#: ../src/gui/colour.cpp:38 +msgid "Server" +msgstr "" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Da" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Ne" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Spajanje..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Upotrijebi" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Oprema" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Zalihe" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Upotrijebi" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Ispusti" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Opis: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Učinak: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Ime:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Učinak: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Opis: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Skini opremu" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Opremi" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Odaberi količinu predmeta za razmjenu." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Odaberi količinu predmeta za ispuštanje." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Korisničko ime" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Lozinka" -#: src/gui/login.cpp:50 -msgid "Remember Username" -msgstr "Zapamti korisničko ime" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" + +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Registriraj se" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Stanje" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Vještine" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Kratica" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Podešavanje" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "Karta" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "Karta" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +msgid "@@trade|Trade With " msgstr "" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +msgid "@@attack|Attack " msgstr "" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "Skini opremu" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "Muško" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "Žensko" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Greška" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Boja kose:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Obriši" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Ime:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "fullscreen" +msgstr "" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +msgid "Restart your client for the change to take effect." +msgstr "" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +msgid "Restart your client or change maps for the change to take effect." +msgstr "" + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Upotrijebi" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Nivo: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Novac: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Stanje" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 msgid "Attack:" msgstr "" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 msgid "Defense:" msgstr "" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 msgid "M.Attack:" msgstr "" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 msgid "M.Defense:" msgstr "" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Snaga:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Okretnost:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitalnost:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Inteligencija:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Spretnost:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Da li ste sigurni da želite obrisati ovog lika?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Spajanje..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Spajanje..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Spajanje..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Ime: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Spajanje..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" +#~ msgid "Remember Username" +#~ msgstr "Zapamti korisničko ime" + #~ msgid "Account and Character Management" #~ msgstr "Upravljanje Računom i Likovima" diff --git a/po/id.po b/po/id.po index 6f2dda71..1d6a8530 100644 --- a/po/id.po +++ b/po/id.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-03-26 09:11+0000\n" "Last-Translator: ActiveFile \n" "Language-Team: Indonesian \n" @@ -17,898 +17,1622 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Beli" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Harga: %d GP / Jumlah: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Keluar" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Deskripsi: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efek: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Berhenti" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Jual" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Batal" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Apakah anda bersungguh-sungguh ingin menghapus karakter ini?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Pilih Karakter" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Buat baru" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Hapus" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Sebelumnya" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Berikutnya" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nama: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Tingkatan: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Tingkatan: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Uang: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Sebelumnya" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Berikutnya" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Buat baru" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Hapus" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Buat Karakter" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Nama:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Warna Rambut:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Gaya Rambut:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Buat" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Pilih Karakter" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Buat" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Server:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Mengubah OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Port:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Server:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Ya" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Tidak" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Menyambung..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Gunakan" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Perlengkapan" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventaris" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Gunakan" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Jatuh" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Deskripsi: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Efek: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Nama:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Efek: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Deskripsi: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Pilih jumlah item yang mau di perdagangkan" -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Pilih jumlah item yang mau di buang" -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Login" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Kata Sandi:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Port:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Pertahankan" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Mendaftar" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Keahlian" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Tombol Singkat" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Atur" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "MiniMap" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "MiniMap" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Dagang Dengan %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Serang%s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Bicara dengan NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Batal@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Ambil %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Melengkapi@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Melengkapi@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Gunakan@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Buang@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Deskripsi@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Konfirmasi:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Panjang username setidak-tidaknya %d karakter" -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Panjang kata-sandi setidak-tidaknya %d karakter" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Kata sandi tidak sama." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Kesalahan" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Suara" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Volume sfx" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Volume Musik" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Terapkan" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Video" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Suara" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Warna Rambut:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Tekan tombol untuk memulai kalibrasi" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Kalibrasi" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Membolehkan joistik" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Berhenti" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Memutar tongkat" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Hapus" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Nama:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Layar penuh" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "Batas FPS" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Radius gulungan" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "mati" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "rendah" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "tinggi" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Layar penuh" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Mengganti ke layar penuh" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Memulai dari awal di butuhkan untuk melihat efek" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Mengubah OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "Mendaftar perubahan ke OpenGL membutuhkan memulai dari awal" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Memulai dari awal di butuhkan untuk melihat efek" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Memulai dari awal di butuhkan untuk melihat efek" + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Gunakan" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Tingkatan: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Uang: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Status" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Serangan %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Pertahanan %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Serangan %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Pertahanan %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Kekuatan" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Daya/Tenaga Hidup" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Daya/Tenaga Hidup" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Kecerdasan" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Ketangkasan" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Tambah" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Anda mendapatkan %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Anda memberikan:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Apakah anda bersungguh-sungguh ingin menghapus karakter ini?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Menyambung..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Menyambung..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Menyambung..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Nama: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Menyambung..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -951,9 +1675,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Pilih Server Mana World" -#~ msgid "Port:" -#~ msgstr "Port:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Tolong tulis address dan port dari server" @@ -980,6 +1701,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Jumlah Berat: %d - Berat Maksimum: %d" - -#~ msgid "Keep" -#~ msgstr "Pertahankan" diff --git a/po/it.po b/po/it.po index a86caec2..b1bf327c 100644 --- a/po/it.po +++ b/po/it.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2007-12-03 01:45+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Italian\n" @@ -19,898 +19,1622 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Compra" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Prezzo: %d GP / Totale: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Esci" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descrizione : %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effetto : %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Ferma" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Vendi" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Cancella" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Sei sicuro di voler cancellare questo personaggio?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Scelta Personaggio" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Nuovo" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Elimina" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Precedente" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Prossimo" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nome : %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Livello: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Livello: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Monete: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Precedente" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Prossimo" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Nuovo" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Elimina" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Crea Personaggio" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Nome :" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Colore Capelli" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Stile Capelli:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Create" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Scelta Personaggio" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Create" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Server:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Modifica OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Porta:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Server:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Si" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "No" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Connessione..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Usa" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Equipaggiamento" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventario" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Usa" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Lascia" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Descrizione : %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Effetto : %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Nome :" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Effetto : %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Descrizione : %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Rimuovi" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Equipaggia" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Seleziona la quantità di oggetti da scambiare." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Seleziona la quantità di oggetti da lasciare." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Autenticazione" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Password:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Porta:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Mantieni" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Registra" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Stato" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Abilità" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Scorciatoia" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Impostazioni" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "Mini mappa" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "Mini mappa" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Scambia Con %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Attacca %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Parla con NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Cancella@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Raccogli %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Equipaggia@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Equipaggia@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@usa|Usa@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Lascia@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Descrizione@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Conferma:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Il nome utente deve contenere almeno %d caratteri." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Il nome utente deve avere meno di %d caratteri." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "La password deve essere lunga almeno %d caratteri." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "La password deve contenere meno di %d caratteri." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Le password non corrispondono." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Errore" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Suono" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Volume effetti sonori" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Volume musica" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Applica" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Resetta finestre" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Video" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Audio" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Colore Capelli" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Premi il pulsante per cominciare la calibrazione" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Calibra" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Abilita joystick" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Ferma" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Ruota la manopola" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Elimina" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Nome :" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Schermo intero" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Cursore personalizzato" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "Limita FPS:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Opacità IU" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Raggio dello scroll" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Lentezza dello scroll" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Suoni ambientali" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "Spento" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "Basso" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "Alto" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Schermo intero" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Modalità a schermo intero" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Modifica OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "Applicare le modifiche ad OpenGL richiede il riavvio." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Usa" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Livello: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Monete: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Stato" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Attacco %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Difesa %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Attacco %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Difesa %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Forza:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Agilità:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitalità:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Intelligenza:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Destrezza:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Aggiungi" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Ottieni %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Dai:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Sei sicuro di voler cancellare questo personaggio?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Connessione..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Connessione..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Connessione..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Nome : %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Connessione..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -953,9 +1677,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Scegli il tuo server Mana World" -#~ msgid "Port:" -#~ msgstr "Porta:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Per favore inserisci l'indirizzo e la porta del server." @@ -982,6 +1703,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Peso totale : %d - Peso massimo : %d" - -#~ msgid "Keep" -#~ msgstr "Mantieni" diff --git a/po/ja.po b/po/ja.po index bd629cd2..f82bdaef 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-06-28 16:27+0000\n" "Last-Translator: fate \n" "Language-Team: Japanese \n" @@ -17,893 +17,1611 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "買う" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "価格: %d GP / 合計: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "終了" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "名状: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "効用: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 msgid "Shop" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "取消" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "このキャラは消してもいいですか?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "キャラを選択" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "了解" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "新規" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "削除" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "前へ" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "次へ" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "名前: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "レベル: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "レベル: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "GP: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "前へ" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "次へ" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "新規" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "削除" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "了解" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "キャラを作成" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "名前:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "髪の色:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "髪型:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "作成" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "キャラを選択" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "作成" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "サーバ:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +msgid "Changing prefix to " +msgstr "" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "ポート:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "サーバ:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "はい" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "いいえ" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "接続しています..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "使う" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "使う" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "名状: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "効用: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "名前:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "効用: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "名状: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "ログイン" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "パスワード:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "ポート:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" + +#: ../src/gui/login.cpp:75 +msgid "Keep" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "状態" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "セットアップ" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +msgid "Map" +msgstr "" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +msgid "@@trade|Trade With " msgstr "" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|%sを攻撃する@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|NPCを喋る@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|使う@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|使う@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "パスワードが一致していません。" -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "エラー" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "音声" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "髪の色:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "削除" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "名前:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "fullscreen" +msgstr "" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +msgid "Restart your client for the change to take effect." +msgstr "" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +msgid "Restart your client or change maps for the change to take effect." +msgstr "" + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "使う" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "レベル: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "GP: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "状態" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 msgid "Attack:" msgstr "" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 msgid "Defense:" msgstr "" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 msgid "M.Attack:" msgstr "" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 msgid "M.Defense:" msgstr "" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "筋力:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "素早さ:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "体力:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "知性:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "敏捷:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "このキャラは消してもいいですか?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "接続しています..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "接続しています..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "接続しています..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "名前: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "接続しています..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -922,9 +1640,6 @@ msgstr "" #~ msgid "Email:" #~ msgstr "Eメール:" -#~ msgid "Port:" -#~ msgstr "ポート:" - #~ msgid "Confirm" #~ msgstr "確認" diff --git a/po/nl.po b/po/nl.po index c2700ada..ed33a824 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-10-10 00:04+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Dutch\n" @@ -17,894 +17,1618 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kopen" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Afsluiten" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beschrijving: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effect: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Stoppen" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Annuleren" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Weet je zeker dat je deze personage wilt verwijderen?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Kies Personage" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Oké" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Nieuw" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Verwijderen" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Vorige" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Volgende" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Naam: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Geld: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Vorige" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Volgende" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Nieuw" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Verwijderen" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Oké" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Personage Aanmaken" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Naam:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Haarkleur:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Haarstijl:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Aanmaken" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Kies Personage" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Aanmaken" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Server:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Veranderen van OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Poort:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Server:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Ja" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Nee" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Verbinden..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Gebruiken" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Uitrusting" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventaris" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Gebruiken" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Neerleggen" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Beschrijving: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Effect: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Naam:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Effect: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Beschrijving: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Afdoen" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Uitrusten" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Selecteer het aantal exemplaren om te verhandelen" -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Selecteer het aantal exemplaren om neer te leggen" -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Inloggen" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Wachtword:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Poort:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Behouden" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Aanmelden" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Vaardigheden" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Configureren" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "Kaartje" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "Kaartje" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Handelen met %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|%s aanvallen@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Praat met NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Annuleren@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|%s oppakken@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Uitrusten@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Uitrusten@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Gebruiken@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Neerleggen@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Beschrijving@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Bevestigen:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "De gebruikersnaam moet uit ten minste %d tekens bestaan." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "De gebruikersnaam moet uit minder dan %d tekens bestaan." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Het wachtwoord moet uit ten minste %d tekens bestaan." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Het wachtwoord moet uit minder dan %d tekens bestaan." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Wachtwoorden komen niet overeen." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Fout" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Geluid" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Volume van geluiden" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Muziek volume" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Toepassen" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Vensters in beginstand" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Video" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Audio" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Haarkleur:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Druk op de knop om het kalibreren te starten" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Kalibreren" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Joystick activeren" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Stoppen" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Maak rondjes met de stick" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Verwijderen" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Naam:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Volledig scherm" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Aangepaste cursor" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "FPS limiet:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Dekking van de GUI" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Scroll radius" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Scroll vertraging" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Omgevingseffecten" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "uit" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "laag" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "hoog" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Volledig scherm" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Overgaan naar volledig scherm" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "De veranderingen worden pas actief na opnieuw opstarten" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Veranderen van OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "Het wisselen van of naar OpenGL wordt pas actief na opnieuw opstarten" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "De veranderingen worden pas actief na opnieuw opstarten" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "De veranderingen worden pas actief na opnieuw opstarten" + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Gebruiken" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Level: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Geld: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Status" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 msgid "Attack:" msgstr "" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 msgid "Defense:" msgstr "" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 msgid "M.Attack:" msgstr "" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 msgid "M.Defense:" msgstr "" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Sterkte:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Agiliteit:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitaliteit:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Intelligentie:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Dexteriteit:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Je geeft:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Weet je zeker dat je deze personage wilt verwijderen?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Verbinden..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Verbinden..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Verbinden..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Naam: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Verbinden..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -941,9 +1665,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Kies uw Mana World server" -#~ msgid "Port:" -#~ msgstr "Poort:" - #~ msgid "Confirm" #~ msgstr "Bevestigen" @@ -952,6 +1673,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Totaal gewicht: %d - Maximum gewicht: %d" - -#~ msgid "Keep" -#~ msgstr "Behouden" diff --git a/po/pl.po b/po/pl.po index 46cee40e..84f5e412 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-10-10 05:26+0000\n" "Last-Translator: Michał Trzebiatowski \n" "Language-Team: \n" @@ -19,899 +19,1623 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kup" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Cena: %d GP / Razem: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Wyjdź" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Opis: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efekt: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Zatrzymaj" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Sprzedaj" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Anuluj" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Czy jesteś pewien, że chcesz usunąć tę postać?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Wybierz postać" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Nowa" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Usuń" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Poprzedni" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Następny" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Imię: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Poziom: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Poziom: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Pieniądze: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Poprzedni" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Następny" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Nowa" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Usuń" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Stwórz postać" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Imię:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Kolor włosów:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Fryzura:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Stwórz" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Wybierz postać" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Stwórz" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Serwer:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Zmień ustawienia OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Port:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Serwer:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Tak" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Nie" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Łączenie..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Użyj" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Ekwipunek" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inwentarz" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Użyj" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Upuść" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Opis: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Efekt: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Imię:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Efekt: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Opis: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Zdejmij" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Załóż" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Wybierz ilość przedmiotów do wymiany." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Wybierz ilość przedmiotów do upuszczenia." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Użytkownik" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Hasło:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Port:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Zachowaj" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Rejestruj" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Stan" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Zdolności" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Skrót" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Konfiguracja" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "MiniMapa" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "MiniMapa" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Targ z %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Atakuj %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Rozmawiaj z NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Anuluj@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Podnieś %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Załóż@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Załóż@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Użyj@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Upuść@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Opis@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Potwierdź:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "Mężczyzna" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "Kobieta" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Nazwa użytkownika musi być długa na conajmniej %d znaków." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Nazwa użytkownika musi mieć mniej niż %d znaków." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Hasło musi mieć conajmniej %d znaków." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Hasło nie może mieć więcej jak %d znaków." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Hasła nie zgadzają się." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Błąd" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Dźwięk" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Głośność efektów dźwiękowych" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Głośność muzyki" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Zastosuj" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Zresetuj okna" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Obraz" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Dźwięk" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Kolor włosów:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Wciśnij przycisk aby rozpocząć kalibrację" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Kalibruj" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Włącz joystick" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Zatrzymaj" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Obróć drążek" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Usuń" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Imię:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Pełen ekran" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Własny kursor" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "Limit FPS:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Przezroczystość GUI" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Skok przy przewijaniu ekranu" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Opóźnienie przy przewijaniu ekranu" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Dźwięki otoczenia" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "wyłączone" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "niskie" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "wysokie" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Pełen ekran" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Przełączanie na pełen ekran" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Zmień ustawienia OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" "Zastosowywanie zmian w konfiguracji OpenGL wymaga ponownego uruchomienia." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Użyj" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Poziom: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Pieniądze: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Stan" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Atak %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Obrona %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Atak %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Obrona %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Siła:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Zwinność:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Witalność:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Inteligencja:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Zręczność:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Dodaj" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Otrzymujesz %d GP" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Dajesz:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Czy jesteś pewien, że chcesz usunąć tę postać?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Łączenie..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Łączenie..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Łączenie..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Imię: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Łączenie..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -957,9 +1681,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Wybierz serwer Mana World" -#~ msgid "Port:" -#~ msgstr "Port:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Proszę wpisać adres i port serwera" @@ -986,6 +1707,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Całkowita waga: %d - Maksymalna waga: %d" - -#~ msgid "Keep" -#~ msgstr "Zachowaj" diff --git a/po/pt.po b/po/pt.po index bd9630d1..09f31b9b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-02-03 10:14+0000\n" "Last-Translator: Tiago Silva \n" "Language-Team: Portuguese \n" @@ -17,906 +17,1630 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Comprar" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Preço: %d GP / Total: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Sair" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descrição: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efeito: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Parar" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Vender" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Cancelar" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Tem a certeza que quer apagar este personagem" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Seleccione um Personagem" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Novo" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Eliminar" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Anterior" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Seguinte" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nome: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nível: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nível: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Dinheiro: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Anterior" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Seguinte" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Novo" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Eliminar" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Criar Personagem" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Nome:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Cor de Cabelo:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Estilo do Cabelo:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Criar" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Seleccione um Personagem" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Criar" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Servidor:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Mudando OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Porta:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Servidor:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Sim" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Não" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Conectando..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Usar" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Equipamento" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventário" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Usar" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Largar" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Descrição: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Efeito: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Nome:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Efeito: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Descrição: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Desequipar" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Equipar" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Seleccionar a quantidade de itens a negociar." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Seleccionar a quantidade de itens a largar." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Autenticar" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Senha:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Porta:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Manter" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Registo" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Estado" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Competências" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Atalho" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Configuração" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "MiniMapa" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "MiniMapa" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Negociar com %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Atacar %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Falar com o NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Cancelar@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Apanhar %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Equipar@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Equipar@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Usar@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Largar@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@descrição|Descrição@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Confirmar:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "O nome de utilizador necessita de pelo menos %d caracteres." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "O nome de utilizador só pode ter %d caracteres." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "A password necessita de pelo menos %d caracteres." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "A password só pode ter até %d caracteres." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "As senhas não coincidem." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Erro" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Som" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Volume dos Efeitos" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Volume da Música" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Aplicar" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Reiniciar Janelas" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Vídeo" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Áudio" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Cor de Cabelo:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Pressione o botão para começar a calibragem" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Calibrar" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Habilitar Joystick" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Parar" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Rode o manipulo" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Eliminar" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Nome:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Ecrã completo" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Cursor personalizado" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "Limite de FPS:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Opacidade do Interface" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Efeitos Ambientais" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "desligado" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "baixo" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "elevado" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Ecrã completo" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Mudar para ecrã completo" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "É necessário reiniciar para as alterações terem efeito." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Mudando OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "É necessário reiniciar para as alterações ao OpenGl terem efeito." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "É necessário reiniciar para as alterações terem efeito." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "É necessário reiniciar para as alterações terem efeito." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Usar" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Nível: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Dinheiro: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Estado" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "" "Copy text \t\r\n" "Ataque %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "" "Copy text \t\r\n" "Defesa %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "" "Copy text \t\r\n" "Ataque %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "" "Copy text \t\r\n" "Defesa %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Força:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Agilidade:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitalidade:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Inteligência:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Destreza:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Adicionar" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Recebe %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Dá:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Tem a certeza que quer apagar este personagem" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Conectando..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Conectando..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Conectando..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Nome: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Conectando..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -959,9 +1683,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Escolha o seu Servidor de Mana World" -#~ msgid "Port:" -#~ msgstr "Porta:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Por favor escreva o endereço e a porta do servidor." @@ -988,6 +1709,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Peso Total: %d - Peso Máximo: %d" - -#~ msgid "Keep" -#~ msgstr "Manter" diff --git a/po/pt_BR.po b/po/pt_BR.po index 586cfc2d..a1e318a6 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-12-14 21:37+0000\n" "Last-Translator: Enrico Nicoletto \n" "Language-Team: Brazilian Portuguese \n" @@ -17,901 +17,1628 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Comprar" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Preço: %d GP / Total: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Sair" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descrição: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Efeito: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Parar" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Vender" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Cancelar" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "Confimar exclusão do personagem" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Tem certeza de que deseja excluir este personagem?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Selecionar personagem" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Novo" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Excluir" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Anterior" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Próximo" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Nome: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nível: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nível: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Dinheiro: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Anterior" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Próximo" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Novo" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Excluir" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Criar Personagem" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Nome:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Cor do Cabelo:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Estilo do Cabelo:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Criar" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Selecionar personagem" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Criar" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Servidor:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Trocando OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Porta:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Servidor:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Sim" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Não" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Conectando..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Usar" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Equipamento" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventório" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Usar" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Descartar" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Descrição: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Efeito: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Nome:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Efeito: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Descrição: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Desequipar" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Equipar" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Selecionar montante de itens para negociar." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Selecionar montante de itens para descartar." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Login" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Senha:" -#: src/gui/login.cpp:50 -msgid "Remember Username" -msgstr "Lembrar nome de usuário" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Porta:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Manter" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Registrar" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Habilidades" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Atalho" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Configurar" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "MiniMapa" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "MiniMapa" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@Negociar|Negociar com %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@atacar|Atacar %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@falar|Falar com NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancelar|Cancelar@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pegar|Pegar %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@usar|Equipar@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@usar|Equipar@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@usar|Usar@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@descartar|Descartar@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@descrição|Descrição@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Confirmar:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "Homem" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "Mulher" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "O nome do usuário precisa ter pelo menos %d caracteres." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "O nome do usuário tem que ser inferior a %d caracteres." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "A senha deve ter pelo menos %d caracteres." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "A senha deve ser menor que %d caracteres." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Senhas não conferem." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Erro" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Som" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Volume Sfx" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Volume da Música" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Aplicar" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Restaurar janelas" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Vídeo" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Áudio" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "Teclado" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Cor do Cabelo:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Aperto o botão para começar a calibração" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Calibrar" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Habilitar joystick" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Parar" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Excluir" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Nome:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Tela cheia" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Cursor customizado" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "Limite FPS:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Opacidade da GUI" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Ambiente FX" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "desligado" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "baixo" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "alto" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Tela cheia" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Mudando para Tela cheia" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "É preciso reiniciar para as mudanças terem efeito." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Trocando OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "Aplicando mudança a OpenGL requer reiniciar o jogo." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "É preciso reiniciar para as mudanças terem efeito." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "É preciso reiniciar para as mudanças terem efeito." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Usar" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Nível: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Dinheiro: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Status" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Ataque %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Defesa %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Ataque %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Defesa %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Força:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Agilidade:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitalidade:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Inteligência:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Destreza:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Adicionar" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Voc pegou %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Você dá:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Tem certeza de que deseja excluir este personagem?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Conectando..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Conectando..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Conectando..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Nome: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Conectando..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" +#~ msgid "Remember Username" +#~ msgstr "Lembrar nome de usuário" + #~ msgid "Account and Character Management" #~ msgstr "Gerenciamento de Conta e Personagem" @@ -972,9 +1699,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Escolha seu Servidor de Mana World" -#~ msgid "Port:" -#~ msgstr "Porta:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Por favor especifique ambos os Endereços e a Porta do servidor" @@ -1004,6 +1728,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Peso Total: %d - Peso Máximo: %d" - -#~ msgid "Keep" -#~ msgstr "Manter" diff --git a/po/ru.po b/po/ru.po index 94be1f08..9dc5c43a 100644 --- a/po/ru.po +++ b/po/ru.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-01-08 11:50+0000\n" "Last-Translator: idle sign \n" "Language-Team: Russian \n" @@ -17,898 +17,1622 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Купить" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Стоимость: %d GP / Всегоl: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Выход" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Описание: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Эффект: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Стоп" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Продать" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Отмена" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Вы уверены, что хотите удалить этого персонажа?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Выбор персонажа" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Новый" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Удалить" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Предыдущий" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Следующий" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Имя: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Уровень: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Уровень: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Деньги: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Предыдущий" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Следующий" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Новый" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Удалить" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Создать персонажа" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Имя:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Цвет волос:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Стрижка:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Создать" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Выбор персонажа" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Создать" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Сервер:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Переключение на OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Порт:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Сервер:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Да" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Нет" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Соединение..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Использовать" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Снаряжение" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Инвентарь" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Использовать" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Сбросить" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Описание: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Эффект: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Имя:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Эффект: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Описание: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Снять" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Надеть" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Сколько предметов продать." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Сколько предметов сбросить." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Вход" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Пароль:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Порт:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Оставить" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Зарегистрироваться" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Состояние" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Умения" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Клавиша" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Настройка" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "МиниКарта" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "МиниКарта" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Торговать с %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Атаковать %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Говорить с NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancelОтмена@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Подобрать %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Надеть@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Надеть@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Использовать@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Сбросить@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Описание@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Подтвердите:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Имя пользователя должно содержать не менее %d символов." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Имя пользователя не должно содержать более %d символов." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Пароль должен содержать не менее %d символов." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Пароль не должен содержать более %d символов." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Пароли не совпадают." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Ошибка" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Звук" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Громкость эффектов" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Громкость музыки" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Применить" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Восстановить расположение окон" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Видео" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Аудио" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Джойстик" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Цвет волос:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Нажмите кнопку, чтобы начать калибровку" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Калибровать" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Использовать джойстик" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Стоп" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Вращайте рукоять" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Удалить" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Имя:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "На полный экран" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Выборочный курсор" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "Ограничение кадр/с:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Прозрачность интерфейса" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Радиус прокрутки" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Заторможенность прокрутки" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Эффекты окружающей среды" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "выкл" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "низ." -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "выс." -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "На полный экран" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Переключение в полноэкранный режим" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Переключение на OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "Переход к OpenGL требует перезагрузки игры." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Использовать" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Уровень: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Деньги: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Состояние" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Атака %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Защита %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Атака %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Защита %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Сила:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Выносливость:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Живучесть:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Интеллект:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Ловкость:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Добавить" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Вы получили %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Вы отдаете:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Вы уверены, что хотите удалить этого персонажа?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Соединение..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Соединение..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Соединение..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Имя: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Соединение..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -951,9 +1675,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Выберите сервер Mana World" -#~ msgid "Port:" -#~ msgstr "Порт:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Следует указать адрес и порт сервера." @@ -980,6 +1701,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Суммарный вес: %d - Макс. вес: %d" - -#~ msgid "Keep" -#~ msgstr "Оставить" diff --git a/po/sk.po b/po/sk.po index 453c67dc..e6b7a602 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-12-30 14:07+0000\n" "Last-Translator: TomasKovacik \n" "Language-Team: Slovak \n" @@ -17,887 +17,1598 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kúpiť" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Cena: %d GP / Spolu: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Ukončiť" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Popis: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effekt: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 msgid "Shop" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Zrušiť" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "Potvrdte zmazanie postavy" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Naozaj chcete odstrániť túto postavu?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 #, fuzzy msgid "Select Character" msgstr "Vytvoriť postavu" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ano" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Nový" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Vymazať" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Predchádzajúci" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Nasledujúci" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Level: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Peniaze: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Predchádzajúci" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Nasledujúci" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Nový" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Vymazať" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ano" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Vytvoriť postavu" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Meno" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Farba vlasov:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Štýl vlasov:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Vytvoriť" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 msgid "Select Server" msgstr "" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Vytvoriť" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +msgid "Changing prefix to " +msgstr "" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." +msgstr "" + +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +msgid "Party" +msgstr "" + +#: ../src/gui/colour.cpp:38 +msgid "Server" +msgstr "" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "" -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" +#: ../src/gui/inventorywindow.cpp:55 +msgid "Drop" msgstr "" -#: src/gui/inventorywindow.cpp:57 -msgid "Drop" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Popis: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Effekt: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Meno" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Effekt: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Popis: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" +msgstr "" + +#: ../src/gui/login.cpp:75 +msgid "Keep" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +msgid "Map" +msgstr "" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +msgid "@@trade|Trade With " msgstr "" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +msgid "@@attack|Attack " msgstr "" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 msgid "@@use|Unequip@@" msgstr "" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "Muž" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "Žena" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Farba vlasov:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Vymazať" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Meno" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "fullscreen" +msgstr "" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +msgid "Restart your client for the change to take effect." +msgstr "" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:452 +msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +msgid "use" +msgstr "" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Level: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Peniaze: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 msgid "Stats" msgstr "" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 msgid "Attack:" msgstr "" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 msgid "Defense:" msgstr "" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 msgid "M.Attack:" msgstr "" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 msgid "M.Defense:" msgstr "" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Sila:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 msgid "Agility" msgstr "" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 msgid "Vitality" msgstr "" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Inteligencia:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 msgid "Dexterity" msgstr "" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Naozaj chcete odstrániť túto postavu?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +msgid "Trying to connect to account server..." +msgstr "" + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +msgid "Trying to connect to char server..." +msgstr "" + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +msgid "Trying to connect to map server..." +msgstr "" + +#: ../src/main.cpp:668 +#, c-format +msgid "Map: %s" +msgstr "" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 msgid "Connecting to map server..." msgstr "" -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" diff --git a/po/sv.po b/po/sv.po index 85e37a50..e4c7a401 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-05-07 19:04+0000\n" "Last-Translator: Kess Vargavind \n" "Language-Team: Swedish \n" @@ -17,898 +17,1622 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Köp" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "Pris: %d GP / Totalt: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "Avsluta" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beskrivning: %s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "Effekt: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "Stopp" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "Sälj" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "Avbryt" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "Är du säker på att du vill ta bort den här karaktären?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "Välj karaktär" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "Ok" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "Ny" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "Ta bort" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "Föregående" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "Nästa" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "Namn: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nivå: %d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nivå: %d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "Pengar: %d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "Föregående" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "Nästa" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "Ny" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "Ta bort" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "Ok" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "Skapa karaktär" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "Namn:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "Hårfärg:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "Frisyr:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "Skapa" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "Välj karaktär" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "Skapa" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "Server:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "Ändrar OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "Port:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "Server:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "Ja" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "Nej" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "Ansluter..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "Använd" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "Utrustning" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventarium" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "Använd" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "Släpp" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "Beskrivning: %s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "Effekt: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "Namn:" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "Effekt: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "Beskrivning: %s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "Avrusta" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "Utrusta" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "Välj antal föremål att handla med." -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "Välj antal föremål att släppa." -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "Användarnamn" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "Lösenord:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "Port:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "Behåll" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "Registrera" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "Status" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "Färdigheter" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "Genväg" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "Inställningar" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "Minikarta" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "Minikarta" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@trade|Handla med %s@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@attack|Attackera %s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Prata med NPC@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Avbryt@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Plocka upp %s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Utrusta@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@use|Utrusta@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@use|Använd@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@drop|Släpp@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@description|Beskrivning@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "Bekräfta:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Användarnamnet måste vara minst %d tecken långt." -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Användarnamnet måste vara kortare än %d tecken." -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Lösenordet måste vara minst %d tecken långt." -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Lösenordet måste vara kortare än %d tecken." -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "Lösenorden stämmer inte överens." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "Fel" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "Ljud" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "Volym för ljudeffekter" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "Musikvolym" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Verkställ" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Återställ fönster" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "Video" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "Ljud" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "Joystick" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "Hårfärg:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "Klicka på knappen för att starta kalibreringen" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "Kalibrera" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "Aktivera joystick" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "Stopp" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "Rotera spaken" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "Ta bort" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "Namn:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "Helskärm" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "Särskild muspekare" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "FPS-gräns:" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Genomskinlighet" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "Rullningsradie" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "Tröghet för rullning" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "Omgivande FX" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "av" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "låg" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "hög" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "Helskärm" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "Byte till helskärm" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "Omstart krävs för att ändringarna ska synas." -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "Ändrar OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "Ändringar i OpenGL kräver omstart." -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "Omstart krävs för att ändringarna ska synas." + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "Omstart krävs för att ändringarna ska synas." + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "Använd" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "Nivå: %d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "Pengar: %d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "Status" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "Attack %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "Försvar %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "Attack %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "Försvar %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Styrka:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Smidighet:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Hälsa:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Intelligens:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Skicklighet:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "Lägg till" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "Du får %d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "Du ger:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "Är du säker på att du vill ta bort den här karaktären?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "Ansluter..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "Ansluter..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "Ansluter..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "Namn: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "Ansluter..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -951,9 +1675,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "Välj din Mana World-server" -#~ msgid "Port:" -#~ msgstr "Port:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "Var vänlig skriv både adressen och porten till en server." @@ -980,6 +1701,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Nuvarande vikt: %d - Maxvikt: %d" - -#~ msgid "Keep" -#~ msgstr "Behåll" diff --git a/po/th.po b/po/th.po index e2ee2ab5..b5937c8d 100644 --- a/po/th.po +++ b/po/th.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-11-25 06:16+0000\n" "Last-Translator: Tharawut Paripaiboon \n" "Language-Team: Thai \n" @@ -17,892 +17,1603 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "ซื้อ" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "ราคา: %d GP / ทั้งหมด: %d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "ออก" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 msgid "Shop" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "ยกเลิก" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "ยืนยันการลบตัวละคร" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "คุณแน่ใจแล้วหรือที่จะลบตัวละครนี้?" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 #, fuzzy msgid "Select Character" msgstr "สร้างตัวละคร" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "ตกลง" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "สร้างใหม่" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "ลบทิ้ง" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "ก่อนหน้า" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "ถัดไป" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "ชื่อ: %s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, c-format msgid "Job Level: %d" msgstr "" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "ก่อนหน้า" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "ถัดไป" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "สร้างใหม่" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "ลบทิ้ง" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "ตกลง" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "สร้างตัวละคร" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "ชื่อ:" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "สีผม:" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "ทรงผม:" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "สร้าง" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 msgid "Select Server" msgstr "" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "สร้าง" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +msgid "Changing prefix to " +msgstr "" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." +msgstr "" + +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +msgid "Party" +msgstr "" + +#: ../src/gui/colour.cpp:38 +msgid "Server" +msgstr "" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "ใช่" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "ไม่" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "กำลังเชื่อมต่อ..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "ใช้" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "ใช้" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "ทิ้ง" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +msgid "Description:" msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +msgid "Effect:" +msgstr "" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "ชื่อ:" + +#: ../src/gui/inventorywindow.cpp:170 +msgid "Effect: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:172 +msgid "Description: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "" -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "" -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "เข้าระบบ" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "รหัสผ่าน:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "สมัครสมาชิก" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "สถานะ" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "ตั้งค่า" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +msgid "Map" +msgstr "" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +msgid "@@trade|Trade With " msgstr "" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +msgid "@@attack|Attack " +msgstr "" + +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " msgstr "" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 msgid "@@use|Unequip@@" msgstr "" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "ยืนยัน:" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "ชาย" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "หญิง" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "" -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "ผิดพลาด" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "สีผม:" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "ลบทิ้ง" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "ชื่อ:" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "fullscreen" +msgstr "" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +msgid "Restart your client for the change to take effect." +msgstr "" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:452 +msgid "Restart your client or change maps for the change to take effect." +msgstr "" + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "ใช้" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, c-format msgid "Job: %d" msgstr "" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, c-format msgid "Money: %d GP" msgstr "" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "สถานะ" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 msgid "Attack:" msgstr "" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 msgid "Defense:" msgstr "" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 msgid "M.Attack:" msgstr "" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 msgid "M.Defense:" msgstr "" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "Strength:" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "Agility:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "Vitality:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "Intelligence:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "Dexterity:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "" -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "คุณแน่ใจแล้วหรือที่จะลบตัวละครนี้?" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "กำลังเชื่อมต่อ..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "กำลังเชื่อมต่อ..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "กำลังเชื่อมต่อ..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "ชื่อ: %s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "กำลังเชื่อมต่อ..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 031fde9c..7fca175b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" -"Report-Msgid-Bugs-To: themanaworld-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-01-08 22:10+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-12 16:41-0700\n" "PO-Revision-Date: 2008-09-17 14:41+0000\n" "Last-Translator: luojie-dune \n" "Language-Team: Simplified Chinese \n" @@ -17,898 +17,1622 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: src/gui/buy.cpp:43 src/gui/buy.cpp:61 src/gui/buysell.cpp:35 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "买" -#: src/gui/buy.cpp:58 src/gui/buy.cpp:239 src/gui/sell.cpp:65 -#: src/gui/sell.cpp:259 +#: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 +#: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" msgstr "价格:%d GP/总数:%d GP" -#: src/gui/buy.cpp:62 src/gui/sell.cpp:69 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 msgid "Quit" msgstr "退出" -#: src/gui/buy.cpp:63 src/gui/buy.cpp:206 src/gui/buy.cpp:224 -#: src/gui/inventorywindow.cpp:150 src/gui/inventorywindow.cpp:160 -#: src/gui/sell.cpp:70 src/gui/sell.cpp:230 src/gui/sell.cpp:244 -#: src/gui/trade.cpp:94 src/gui/trade.cpp:266 +#: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 +#: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 +#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "描述:%s" -#: src/gui/buy.cpp:64 src/gui/buy.cpp:208 src/gui/buy.cpp:225 -#: src/gui/inventorywindow.cpp:149 src/gui/inventorywindow.cpp:158 -#: src/gui/sell.cpp:71 src/gui/sell.cpp:232 src/gui/sell.cpp:245 +#: ../src/gui/buy.cpp:63 ../src/gui/buy.cpp:207 ../src/gui/buy.cpp:224 +#: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" msgstr "影响: %s" -#: src/gui/buysell.cpp:31 +#: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" msgstr "停止" -#: src/gui/buysell.cpp:35 src/gui/sell.cpp:48 src/gui/sell.cpp:68 +#: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" msgstr "出售" -#: src/gui/buysell.cpp:35 src/gui/char_select.cpp:85 -#: src/gui/char_select.cpp:258 src/gui/char_server.cpp:60 -#: src/gui/connection.cpp:47 src/gui/item_amount.cpp:61 src/gui/login.cpp:52 -#: src/gui/npclistdialog.cpp:45 src/gui/register.cpp:76 src/gui/setup.cpp:58 -#: src/gui/trade.cpp:63 src/gui/updatewindow.cpp:118 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 +#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 +#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 +#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 msgid "Cancel" msgstr "取消" -#: src/gui/char_select.cpp:63 +#: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" msgstr "" -#: src/gui/char_select.cpp:64 +#: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" msgstr "你确定想删除这个较色" -#: src/gui/char_select.cpp:81 +#: ../src/gui/char_select.cpp:80 msgid "Select Character" msgstr "选择较色" -#: src/gui/char_select.cpp:84 src/gui/item_amount.cpp:60 src/gui/login.cpp:51 -#: src/gui/ok_dialog.cpp:37 src/gui/trade.cpp:62 -msgid "Ok" -msgstr "OK" - -#: src/gui/char_select.cpp:86 -msgid "New" -msgstr "新建" - -#: src/gui/char_select.cpp:87 src/gui/setup_players.cpp:220 -msgid "Delete" -msgstr "删除" - -#: src/gui/char_select.cpp:88 -msgid "Previous" -msgstr "上一页" - -#: src/gui/char_select.cpp:89 -msgid "Next" -msgstr "下一页" - -#: src/gui/char_select.cpp:91 src/gui/char_select.cpp:171 -#: src/gui/char_select.cpp:183 src/gui/inventorywindow.cpp:148 -#: src/gui/inventorywindow.cpp:156 src/gui/trade.cpp:92 src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 +#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 +#: ../src/gui/trade.cpp:264 #, c-format msgid "Name: %s" msgstr "名字:%s" -#: src/gui/char_select.cpp:92 src/gui/char_select.cpp:172 -#: src/gui/char_select.cpp:184 src/gui/status.cpp:51 src/gui/status.cpp:232 +#. ---------------------- +#. Status Part +#. ---------------------- +#. Status Part +#. ----------- +#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 +#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "等级:%d" -#: src/gui/char_select.cpp:93 src/gui/char_select.cpp:173 -#: src/gui/char_select.cpp:185 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 +#: ../src/gui/char_select.cpp:183 #, fuzzy, c-format msgid "Job Level: %d" msgstr "等级:%d" -#: src/gui/char_select.cpp:94 src/gui/char_select.cpp:186 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 #, c-format msgid "Money: %d" msgstr "金钱:%d" -#: src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:91 +msgid "Previous" +msgstr "上一页" + +#: ../src/gui/char_select.cpp:92 +msgid "Next" +msgstr "下一页" + +#: ../src/gui/char_select.cpp:93 +msgid "New" +msgstr "新建" + +#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +msgid "Delete" +msgstr "删除" + +#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +msgid "Ok" +msgstr "OK" + +#: ../src/gui/char_select.cpp:172 #, c-format msgid "Gold: %d" msgstr "" -#: src/gui/char_select.cpp:243 +#: ../src/gui/char_select.cpp:241 msgid "Create Character" msgstr "创建角色" -#: src/gui/char_select.cpp:250 src/gui/login.cpp:44 src/gui/register.cpp:65 +#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 +#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/register.cpp:66 msgid "Name:" msgstr "名称" -#: src/gui/char_select.cpp:253 +#: ../src/gui/char_select.cpp:254 msgid "Hair Color:" msgstr "头发颜色" -#: src/gui/char_select.cpp:256 +#: ../src/gui/char_select.cpp:257 msgid "Hair Style:" msgstr "发型" -#: src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:258 msgid "Create" msgstr "建立" -#: src/gui/char_server.cpp:52 +#: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" msgstr "选择较色" -#: src/gui/char_server.cpp:59 src/gui/npclistdialog.cpp:44 -#: src/gui/npc_text.cpp:46 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 +#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" -#: src/gui/chat.cpp:122 -msgid "Global announcement:" +#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 +#, fuzzy +msgid "Chat" +msgstr "建立" + +#. Fix the owner of welcome message. +#: ../src/gui/chat.cpp:136 +msgid "Welcome" msgstr "" -#: src/gui/chat.cpp:125 -#, c-format -msgid "Global announcement from %s:" +#: ../src/gui/chat.cpp:147 +msgid "Global announcement: " +msgstr "" + +#: ../src/gui/chat.cpp:152 +msgid "Global announcement from " msgstr "" -#: src/gui/chat.cpp:140 src/gui/login.cpp:46 src/gui/register.cpp:68 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 msgid "Server:" msgstr "服务器:" -#: src/gui/chat.cpp:146 -#, c-format -msgid "%s whispers:" +#: ../src/gui/chat.cpp:291 +msgid "Trying to send a blank party message." msgstr "" -#: src/gui/chat.cpp:283 -#, c-format -msgid "Whispering to %s: %s" +#: ../src/gui/chat.cpp:402 +msgid "Whispering to " +msgstr "" + +#: ../src/gui/chat.cpp:411 +msgid "Return toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:412 +msgid "Message closes chat." +msgstr "" + +#: ../src/gui/chat.cpp:417 +msgid "Return now toggles chat." +msgstr "" + +#: ../src/gui/chat.cpp:422 +msgid "Message now closes chat." msgstr "" -#: src/gui/chat.cpp:356 +#: ../src/gui/chat.cpp:426 +msgid "" +"Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" + +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help\" party for more information." +msgstr "" + +#: ../src/gui/chat.cpp:470 +msgid "No such spell!" +msgstr "" + +#: ../src/gui/chat.cpp:473 +msgid "The current server doesn't support spells" +msgstr "" + +#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +msgid "Present: " +msgstr "" + +#: ../src/gui/chat.cpp:504 +msgid "Attendance written to record log." +msgstr "" + +#: ../src/gui/chat.cpp:510 msgid "Unknown command" msgstr "" -#: src/gui/chat.cpp:366 +#: ../src/gui/chat.cpp:519 msgid "Trade failed!" msgstr "" -#: src/gui/chat.cpp:369 +#: ../src/gui/chat.cpp:522 msgid "Emote failed!" msgstr "" -#: src/gui/chat.cpp:372 +#: ../src/gui/chat.cpp:525 msgid "Sit failed!" msgstr "" -#: src/gui/chat.cpp:375 +#: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" msgstr "" -#: src/gui/chat.cpp:378 +#: ../src/gui/chat.cpp:531 msgid "Could not join party!" msgstr "" -#: src/gui/chat.cpp:381 +#: ../src/gui/chat.cpp:534 msgid "Cannot shout!" msgstr "" -#: src/gui/chat.cpp:389 +#: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: src/gui/chat.cpp:392 +#: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" msgstr "" -#: src/gui/chat.cpp:395 +#: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" msgstr "" -#: src/gui/chat.cpp:398 +#: ../src/gui/chat.cpp:551 msgid "You have no memos!" msgstr "" -#: src/gui/chat.cpp:401 +#: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" msgstr "" -#: src/gui/chat.cpp:404 +#: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: src/gui/chat.cpp:407 +#: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: src/gui/chat.cpp:410 +#: ../src/gui/chat.cpp:563 msgid "You need another red gem!" msgstr "" -#: src/gui/chat.cpp:413 +#: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" msgstr "" -#: src/gui/chat.cpp:416 +#: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" msgstr "" -#: src/gui/chat.cpp:419 +#: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" msgstr "" -#: src/gui/chat.cpp:425 +#: ../src/gui/chat.cpp:578 msgid "Warp failed..." msgstr "" -#: src/gui/chat.cpp:428 +#: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." msgstr "" -#: src/gui/chat.cpp:431 +#: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." msgstr "" -#: src/gui/chat.cpp:496 +#: ../src/gui/chat.cpp:652 +msgid "The current party prefix is " +msgstr "" + +#: ../src/gui/chat.cpp:657 +msgid "Party prefix must be one character long." +msgstr "" + +#: ../src/gui/chat.cpp:660 +msgid "Cannot use a '/' as the prefix." +msgstr "" + +#: ../src/gui/chat.cpp:663 +#, fuzzy +msgid "Changing prefix to " +msgstr "改变成OpenGL" + +#: ../src/gui/chat.cpp:673 msgid "-- Help --" msgstr "" -#: src/gui/chat.cpp:499 +#: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" msgstr "" -#: src/gui/chat.cpp:500 +#: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" msgstr "" -#: src/gui/chat.cpp:501 +#: ../src/gui/chat.cpp:677 msgid "/help: Display this help" msgstr "" -#: src/gui/chat.cpp:502 -msgid "/where: Display map name" +#: ../src/gui/chat.cpp:679 +msgid "/msg : Alternate form for /whisper" msgstr "" -#: src/gui/chat.cpp:503 -msgid "/whisper : Sends a private to " +#: ../src/gui/chat.cpp:680 +msgid "/present: Get list of players present" +msgstr "" + +#: ../src/gui/chat.cpp:682 +msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: src/gui/chat.cpp:505 +#: ../src/gui/chat.cpp:684 +msgid "/where: Display map name" +msgstr "" + +#: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" msgstr "" -#: src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:686 +msgid "/whisper : Sends a private to " +msgstr "" + +#: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" msgstr "" -#: src/gui/chat.cpp:507 +#: ../src/gui/chat.cpp:689 msgid "For more information, type /help " msgstr "" -#: src/gui/chat.cpp:512 +#: ../src/gui/chat.cpp:694 msgid "Command: /announce " msgstr "" -#: src/gui/chat.cpp:513 +#: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" msgstr "" -#: src/gui/chat.cpp:514 +#: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." msgstr "" -#: src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:702 msgid "Command: /clear" msgstr "" -#: src/gui/chat.cpp:521 +#: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." msgstr "" -#: src/gui/chat.cpp:527 +#: ../src/gui/chat.cpp:709 msgid "Command: /help" msgstr "" -#: src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." msgstr "" -#: src/gui/chat.cpp:530 +#: ../src/gui/chat.cpp:712 msgid "Command: /help " msgstr "" -#: src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:713 msgid "This command displays help on ." msgstr "" -#: src/gui/chat.cpp:536 +#: ../src/gui/chat.cpp:723 +msgid "Command: /present" +msgstr "" + +#: ../src/gui/chat.cpp:724 +msgid "" +"This command gets a list of players within hearing and sends it to either " +"the record log if recording, or the chat log otherwise." +msgstr "" + +#: ../src/gui/chat.cpp:734 +msgid "Command: /toggle " +msgstr "" + +#: ../src/gui/chat.cpp:735 +msgid "" +"This command sets whether the return key should toggle the chat log, or " +"whether the chat log turns off automatically." +msgstr "" + +#: ../src/gui/chat.cpp:737 +msgid "" +" can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" +"\", \"no\", \"false\" to turn the toggle off." +msgstr "" + +#: ../src/gui/chat.cpp:738 +msgid "Command: /toggle" +msgstr "" + +#: ../src/gui/chat.cpp:739 +msgid "This command displays the return toggle status." +msgstr "" + +#: ../src/gui/chat.cpp:744 msgid "Command: /where" msgstr "" -#: src/gui/chat.cpp:537 +#: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." msgstr "" -#: src/gui/chat.cpp:543 +#: ../src/gui/chat.cpp:751 +msgid "Command: /msg " +msgstr "" + +#: ../src/gui/chat.cpp:752 msgid "Command: /whisper " msgstr "" -#: src/gui/chat.cpp:544 +#: ../src/gui/chat.cpp:753 msgid "Command: /w " msgstr "" -#: src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." msgstr "" -#: src/gui/chat.cpp:547 +#: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: src/gui/chat.cpp:553 +#: ../src/gui/chat.cpp:762 msgid "Command: /who" msgstr "" -#: src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." msgstr "" -#: src/gui/chat.cpp:558 +#: ../src/gui/chat.cpp:767 msgid "Unknown command." msgstr "" -#: src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." msgstr "" -#: src/gui/confirm_dialog.cpp:35 +#: ../src/gui/colour.cpp:33 +msgid "GM" +msgstr "" + +#: ../src/gui/colour.cpp:34 +msgid "Player" +msgstr "" + +#: ../src/gui/colour.cpp:35 +msgid "Whisper" +msgstr "" + +#: ../src/gui/colour.cpp:36 +msgid "Is" +msgstr "" + +#: ../src/gui/colour.cpp:37 +#, fuzzy +msgid "Party" +msgstr "端口:" + +#: ../src/gui/colour.cpp:38 +#, fuzzy +msgid "Server" +msgstr "服务器:" + +#: ../src/gui/colour.cpp:39 +msgid "Logger" +msgstr "" + +#: ../src/gui/colour.cpp:40 +msgid "Hyperlink" +msgstr "" + +#: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" msgstr "是" -#: src/gui/confirm_dialog.cpp:36 +#: ../src/gui/confirm_dialog.cpp:38 msgid "No" msgstr "否" -#: src/gui/connection.cpp:49 src/gui/updatewindow.cpp:116 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 msgid "Connecting..." msgstr "连接中..." -#: src/gui/equipmentwindow.cpp:38 src/gui/menuwindow.cpp:62 +#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 +#: ../src/being.cpp:96 +msgid "Unable to load emotions" +msgstr "" + +#: ../src/gui/emotecontainer.cpp:53 +msgid "Unable to load selection.png" +msgstr "" + +#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 +msgid "Emote" +msgstr "" + +#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 +#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +msgid "Use" +msgstr "使用" + +#: ../src/gui/equipmentwindow.cpp:40 ../src/gui/menuwindow.cpp:64 +#: ../src/gui/menuwindow.cpp:105 msgid "Equipment" msgstr "装备" -#: src/gui/help.cpp:33 +#: ../src/gui/help.cpp:32 msgid "Help" msgstr "" -#: src/gui/help.cpp:41 +#: ../src/gui/help.cpp:40 msgid "Close" msgstr "" -#: src/gui/inventorywindow.cpp:46 src/gui/menuwindow.cpp:63 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "清单" -#: src/gui/inventorywindow.cpp:56 src/gui/inventorywindow.cpp:232 -#: src/gui/skill.cpp:134 -msgid "Use" -msgstr "使用" - -#: src/gui/inventorywindow.cpp:57 +#: ../src/gui/inventorywindow.cpp:55 msgid "Drop" msgstr "丢弃" -#: src/gui/inventorywindow.cpp:99 -#, c-format -msgid "Weight: %d / %d" +#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 +#, fuzzy +msgid "Description:" +msgstr "描述:%s" + +#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 +#, fuzzy +msgid "Effect:" +msgstr "影响: %s" + +#. Adjust widgets +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +msgid "Weight: " msgstr "" -#: src/gui/inventorywindow.cpp:104 -#, c-format -msgid "Slots used: %d / %d" +#: ../src/gui/inventorywindow.cpp:73 +msgid " g Slots: " +msgstr "" + +#: ../src/gui/inventorywindow.cpp:111 +msgid " g Slots: " msgstr "" -#: src/gui/inventorywindow.cpp:225 +#: ../src/gui/inventorywindow.cpp:168 +#, fuzzy +msgid "Name: " +msgstr "名称" + +#: ../src/gui/inventorywindow.cpp:170 +#, fuzzy +msgid "Effect: " +msgstr "影响: %s" + +#: ../src/gui/inventorywindow.cpp:172 +#, fuzzy +msgid "Description: " +msgstr "描述:%s" + +#: ../src/gui/inventorywindow.cpp:255 msgid "Unequip" msgstr "卸下装备" -#: src/gui/inventorywindow.cpp:228 +#: ../src/gui/inventorywindow.cpp:258 msgid "Equip" msgstr "装备" -#: src/gui/item_amount.cpp:76 +#: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." msgstr "请选择交易的物品数量" -#: src/gui/item_amount.cpp:80 +#: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." msgstr "请选择丢弃的物品数量" -#: src/gui/login.cpp:42 +#: ../src/gui/login.cpp:49 msgid "Login" msgstr "登陆" -#: src/gui/login.cpp:45 src/gui/register.cpp:66 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 msgid "Password:" msgstr "密码:" -#: src/gui/login.cpp:50 -msgid "Remember Username" +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +msgid "Port:" +msgstr "端口:" + +#: ../src/gui/login.cpp:55 +msgid "Recent:" msgstr "" -#: src/gui/login.cpp:53 src/gui/register.cpp:75 +#: ../src/gui/login.cpp:75 +msgid "Keep" +msgstr "保持" + +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 +#: ../src/gui/register.cpp:78 msgid "Register" msgstr "注册" -#: src/gui/menuwindow.cpp:61 +#: ../src/gui/menuwindow.cpp:63 ../src/gui/menuwindow.cpp:101 +#: ../src/gui/status.cpp:39 msgid "Status" msgstr "状态" -#: src/gui/menuwindow.cpp:64 src/gui/skill.cpp:119 +#: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 +#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 msgid "Skills" msgstr "技能" -#: src/gui/menuwindow.cpp:65 +#: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" msgstr "快捷键" -#: src/gui/menuwindow.cpp:66 src/main.cpp:716 +#: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 +#: ../src/main.cpp:756 msgid "Setup" msgstr "安装" -#: src/gui/minimap.cpp:34 +#: ../src/gui/minimap.cpp:39 +#, fuzzy +msgid "Map" +msgstr "小地图" + +#: ../src/gui/minimap.cpp:43 msgid "MiniMap" msgstr "小地图" -#: src/gui/npclistdialog.cpp:35 src/gui/npc_text.cpp:35 +#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" -#: src/gui/popupmenu.cpp:81 -#, c-format -msgid "@@trade|Trade With %s@@" +#: ../src/gui/popupmenu.cpp:81 +#, fuzzy +msgid "@@trade|Trade With " msgstr "@@交易|与%s交易@@" -#: src/gui/popupmenu.cpp:83 -#, c-format -msgid "@@attack|Attack %s@@" +#: ../src/gui/popupmenu.cpp:82 +#, fuzzy +msgid "@@attack|Attack " msgstr "@@攻击|攻击%s@@" -#: src/gui/popupmenu.cpp:114 +#: ../src/gui/popupmenu.cpp:88 +msgid "@@friend|Befriend " +msgstr "" + +#: ../src/gui/popupmenu.cpp:91 +msgid "@@disregard|Disregard " +msgstr "" + +#: ../src/gui/popupmenu.cpp:92 +msgid "@@ignore|Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +msgid "@@unignore|Un-Ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:97 +msgid "@@ignore|Completely ignore " +msgstr "" + +#: ../src/gui/popupmenu.cpp:109 +msgid "@@party-invite|Invite " +msgstr "" + +#. NPCs can be talked to (single option, candidate for removal +#. unless more options would be added) +#: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" msgstr "@@谈话|和NPC谈话@@" -#: src/gui/popupmenu.cpp:124 src/gui/popupmenu.cpp:140 -#: src/gui/popupmenu.cpp:293 +#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 +#: ../src/gui/popupmenu.cpp:302 msgid "@@cancel|Cancel@@" msgstr "@@取消|取消@@" -#: src/gui/popupmenu.cpp:136 +#: ../src/gui/popupmenu.cpp:139 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@捡起|捡起%s@@" -#: src/gui/popupmenu.cpp:283 +#: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@使用|装备@@" -#: src/gui/popupmenu.cpp:285 +#: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" msgstr "@@使用|装备@@" -#: src/gui/popupmenu.cpp:288 +#: ../src/gui/popupmenu.cpp:297 msgid "@@use|Use@@" msgstr "@@使用|使用@@" -#: src/gui/popupmenu.cpp:290 +#: ../src/gui/popupmenu.cpp:299 msgid "@@drop|Drop@@" msgstr "@@丢弃|丢弃@@" -#: src/gui/popupmenu.cpp:291 +#: ../src/gui/popupmenu.cpp:300 msgid "@@description|Description@@" msgstr "@@描述|描述@@" -#: src/gui/register.cpp:67 +#: ../src/gui/register.cpp:68 msgid "Confirm:" msgstr "确定" -#: src/gui/register.cpp:73 +#: ../src/gui/register.cpp:76 msgid "Male" msgstr "" -#: src/gui/register.cpp:74 +#: ../src/gui/register.cpp:77 msgid "Female" msgstr "" -#: src/gui/register.cpp:176 +#: ../src/gui/register.cpp:186 +#, c-format +msgid "RegisterDialog::register Username is %s" +msgstr "" + +#: ../src/gui/register.cpp:195 #, c-format msgid "The username needs to be at least %d characters long." msgstr "用户名至少需要%d个字符" -#: src/gui/register.cpp:184 +#: ../src/gui/register.cpp:203 #, c-format msgid "The username needs to be less than %d characters long." msgstr "用户名不能少于%d个字符" -#: src/gui/register.cpp:192 +#: ../src/gui/register.cpp:211 #, c-format msgid "The password needs to be at least %d characters long." msgstr "密码需要至少%d个字符" -#: src/gui/register.cpp:200 +#: ../src/gui/register.cpp:219 #, c-format msgid "The password needs to be less than %d characters long." msgstr "密码不能少于%d个字符" -#: src/gui/register.cpp:207 +#. Password does not match with the confirmation one +#: ../src/gui/register.cpp:226 msgid "Passwords do not match." msgstr "密码不一致." -#: src/gui/register.cpp:227 src/main.cpp:945 +#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 msgid "Error" msgstr "错误" -#: src/gui/setup_audio.cpp:40 +#: ../src/gui/setup_audio.cpp:39 msgid "Sound" msgstr "声音" -#: src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:45 msgid "Sfx volume" msgstr "音效声量" -#: src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:46 msgid "Music volume" msgstr "音乐声量" -#: src/gui/setup.cpp:58 +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "应用" -#: src/gui/setup.cpp:58 +#. Disable this button when the windows aren't created yet +#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "重置窗口" -#: src/gui/setup.cpp:79 +#: ../src/gui/setup.cpp:81 msgid "Video" msgstr "视频" -#: src/gui/setup.cpp:83 +#: ../src/gui/setup.cpp:85 msgid "Audio" msgstr "音频" -#: src/gui/setup.cpp:87 +#: ../src/gui/setup.cpp:89 msgid "Joystick" msgstr "游戏杆" -#: src/gui/setup.cpp:91 +#: ../src/gui/setup.cpp:93 msgid "Keyboard" msgstr "" -#: src/gui/setup.cpp:95 +#: ../src/gui/setup.cpp:97 +msgid "Colours" +msgstr "" + +#: ../src/gui/setup.cpp:101 msgid "Players" msgstr "" -#: src/gui/setup_joystick.cpp:36 src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_colours.cpp:38 +#, fuzzy +msgid "Color:" +msgstr "头发颜色" + +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" msgstr "按下开始校准按钮" -#: src/gui/setup_joystick.cpp:37 src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 msgid "Calibrate" msgstr "校准" -#: src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:38 msgid "Enable joystick" msgstr "启用游戏杆" -#: src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:73 msgid "Stop" msgstr "停止" -#: src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:74 msgid "Rotate the stick" msgstr "旋转手柄" -#: src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:93 #, fuzzy msgid "Default" msgstr "删除" -#: src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:114 msgid "Key Conflict(s) Detected." msgstr "" -#: src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:52 #, fuzzy msgid "Name" msgstr "名称" -#: src/gui/setup_players.cpp:54 +#: ../src/gui/setup_players.cpp:53 msgid "Relation" msgstr "" -#: src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:57 msgid "Neutral" msgstr "" -#: src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:58 msgid "Friend" msgstr "" -#: src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:59 msgid "Disregarded" msgstr "" -#: src/gui/setup_players.cpp:61 +#: ../src/gui/setup_players.cpp:60 msgid "Ignored" msgstr "" -#: src/gui/setup_players.cpp:214 +#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +msgid "???" +msgstr "" + +#: ../src/gui/setup_players.cpp:213 msgid "Save player list" msgstr "" -#: src/gui/setup_players.cpp:216 +#: ../src/gui/setup_players.cpp:215 msgid "Allow trading" msgstr "" -#: src/gui/setup_players.cpp:218 +#: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" msgstr "" -#: src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:244 msgid "When ignoring:" msgstr "" -#: src/gui/setup_video.cpp:112 +#: ../src/gui/setup_video.cpp:90 +msgid "No modes available" +msgstr "" + +#: ../src/gui/setup_video.cpp:92 +msgid "All resolutions available" +msgstr "" + +#: ../src/gui/setup_video.cpp:115 msgid "Full screen" msgstr "全屏" -#: src/gui/setup_video.cpp:113 +#: ../src/gui/setup_video.cpp:116 msgid "OpenGL" msgstr "OpenGL" -#: src/gui/setup_video.cpp:114 +#: ../src/gui/setup_video.cpp:117 msgid "Custom cursor" msgstr "通常的光标" -#: src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 +msgid "Particle effects" +msgstr "" + +#: ../src/gui/setup_video.cpp:119 +msgid "Speech bubbles" +msgstr "" + +#: ../src/gui/setup_video.cpp:120 +msgid "Show name" +msgstr "" + +#: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" msgstr "FPS限制" -#: src/gui/setup_video.cpp:135 +#: ../src/gui/setup_video.cpp:141 msgid "Gui opacity" msgstr "Gui 透明度" -#: src/gui/setup_video.cpp:192 +#: ../src/gui/setup_video.cpp:209 msgid "Scroll radius" msgstr "滚动半径" -#: src/gui/setup_video.cpp:200 +#: ../src/gui/setup_video.cpp:217 msgid "Scroll laziness" msgstr "拉动极限" -#: src/gui/setup_video.cpp:208 +#: ../src/gui/setup_video.cpp:225 msgid "Ambient FX" msgstr "环境音效" -#: src/gui/setup_video.cpp:215 src/gui/setup_video.cpp:412 +#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 msgid "off" msgstr "离线" -#: src/gui/setup_video.cpp:218 src/gui/setup_video.cpp:234 -#: src/gui/setup_video.cpp:415 src/gui/setup_video.cpp:429 +#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 +#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 msgid "low" msgstr "低" -#: src/gui/setup_video.cpp:221 src/gui/setup_video.cpp:240 -#: src/gui/setup_video.cpp:418 src/gui/setup_video.cpp:435 +#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 +#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 msgid "high" msgstr "高" -#: src/gui/setup_video.cpp:227 +#: ../src/gui/setup_video.cpp:244 msgid "Particle Detail" msgstr "" -#: src/gui/setup_video.cpp:237 src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 msgid "medium" msgstr "" -#: src/gui/setup_video.cpp:243 src/gui/setup_video.cpp:438 +#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 msgid "max" msgstr "" -#: src/gui/setup_video.cpp:309 +#: ../src/gui/setup_video.cpp:320 +msgid "Failed to switch to " +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +msgid "windowed" +msgstr "" + +#: ../src/gui/setup_video.cpp:321 +#, fuzzy +msgid "fullscreen" +msgstr "全屏" + +#: ../src/gui/setup_video.cpp:322 +msgid "mode and restoration of old mode also failed!" +msgstr "" + +#: ../src/gui/setup_video.cpp:329 msgid "Switching to full screen" msgstr "切换到全屏" -#: src/gui/setup_video.cpp:310 +#: ../src/gui/setup_video.cpp:330 msgid "Restart needed for changes to take effect." msgstr "只有改变生效后才能重启" -#: src/gui/setup_video.cpp:322 +#. OpenGL can currently only be changed by restarting, notify user. +#: ../src/gui/setup_video.cpp:342 msgid "Changing OpenGL" msgstr "改变成OpenGL" -#: src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:343 msgid "Applying change to OpenGL requires restart." msgstr "运用改变为OpenGL需要重新开始" -#: src/gui/skill.cpp:79 -msgid "Mystery Skill" +#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +msgid "Couldn't set " +msgstr "" + +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +msgid " video mode: " +msgstr "" + +#. TODO: Find out why the drawing area doesn't resize without a restart. +#: ../src/gui/setup_video.cpp:432 +msgid "Screen resolution changed" +msgstr "" + +#: ../src/gui/setup_video.cpp:433 +#, fuzzy +msgid "Restart your client for the change to take effect." +msgstr "只有改变生效后才能重启" + +#: ../src/gui/setup_video.cpp:451 +msgid "Particle effect settings changed" msgstr "" -#: src/gui/skill.cpp:132 src/gui/skill.cpp:188 +#: ../src/gui/setup_video.cpp:452 +#, fuzzy +msgid "Restart your client or change maps for the change to take effect." +msgstr "只有改变生效后才能重启" + +#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" msgstr "" -#: src/gui/skill.cpp:133 +#: ../src/gui/skill.cpp:131 msgid "Up" msgstr "" -#: src/gui/status.cpp:52 src/gui/status.cpp:235 +#: ../src/gui/skill.cpp:131 +msgid "inc" +msgstr "" + +#: ../src/gui/skill.cpp:132 +#, fuzzy +msgid "use" +msgstr "使用" + +#: ../src/gui/skill.cpp:257 +#, c-format +msgid "Error loading skills file: %s" +msgstr "" + +#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 +#: ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + +#: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" msgstr "等级:%d" -#: src/gui/status.cpp:53 src/gui/status.cpp:238 +#: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" msgstr "金钱:%d" -#: src/gui/status.cpp:127 +#. ---------------------- +#. Stats Part +#. ---------------------- +#. Static Labels +#: ../src/gui/status.cpp:125 #, fuzzy msgid "Stats" msgstr "状态" -#: src/gui/status.cpp:128 +#: ../src/gui/status.cpp:126 msgid "Total" msgstr "" -#: src/gui/status.cpp:129 +#: ../src/gui/status.cpp:127 msgid "Cost" msgstr "" -#: src/gui/status.cpp:132 +#. Derived Stats +#: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" msgstr "攻击 %+d" -#: src/gui/status.cpp:133 +#: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" msgstr "防护 %+d" -#: src/gui/status.cpp:134 +#: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" msgstr "攻击 %+d" -#: src/gui/status.cpp:135 +#: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" msgstr "防护 %+d" -#: src/gui/status.cpp:136 +#: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" msgstr "" -#: src/gui/status.cpp:137 +#: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" msgstr "" -#: src/gui/status.cpp:138 +#: ../src/gui/status.cpp:136 msgid "% Reflex:" msgstr "" -#: src/gui/status.cpp:282 +#: ../src/gui/status.cpp:280 #, fuzzy msgid "Strength" msgstr "力量" -#: src/gui/status.cpp:283 +#: ../src/gui/status.cpp:281 #, fuzzy msgid "Agility" msgstr "敏捷:" -#: src/gui/status.cpp:284 +#: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" msgstr "体力:" -#: src/gui/status.cpp:285 +#: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" msgstr "智力:" -#: src/gui/status.cpp:286 +#: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" msgstr "智慧:" -#: src/gui/status.cpp:287 +#: ../src/gui/status.cpp:285 msgid "Luck" msgstr "" -#: src/gui/status.cpp:305 +#: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" msgstr "" -#: src/gui/trade.cpp:61 +#: ../src/gui/trade.cpp:61 msgid "Add" msgstr "添加" -#: src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:64 msgid "Trade" msgstr "" -#: src/gui/trade.cpp:80 src/gui/trade.cpp:156 src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 #, c-format msgid "You get %d GP." msgstr "你得到%d GP." -#: src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:81 msgid "You give:" msgstr "你得到:" -#: src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:283 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: src/gui/updatewindow.cpp:93 +#: ../src/gui/updatewindow.cpp:79 +#, c-format +msgid "Couldn't load text file: %s" +msgstr "" + +#: ../src/gui/updatewindow.cpp:94 msgid "Updating..." msgstr "" -#: src/gui/updatewindow.cpp:119 +#: ../src/gui/updatewindow.cpp:116 msgid "Play" msgstr "" -#: src/gui/updatewindow.cpp:525 +#: ../src/gui/updatewindow.cpp:197 +msgid "Couldn't load news" +msgstr "" + +#: ../src/gui/updatewindow.cpp:329 +msgid "curl error " +msgstr "" + +#: ../src/gui/updatewindow.cpp:330 +msgid " host: " +msgstr "" + +#: ../src/gui/updatewindow.cpp:365 +#, c-format +msgid "Checksum for file %s failed: (%lx/%lx)" +msgstr "" + +#: ../src/gui/updatewindow.cpp:415 +msgid "Unable to create mThread" +msgstr "" + +#: ../src/gui/updatewindow.cpp:453 +msgid "##1 The update process is incomplete." +msgstr "" + +#: ../src/gui/updatewindow.cpp:454 +msgid "##1 It is strongly recommended that" +msgstr "" + +#: ../src/gui/updatewindow.cpp:455 +msgid "##1 you try again later" +msgstr "" + +#: ../src/gui/updatewindow.cpp:509 +#, c-format +msgid "%s already here" +msgstr "" + +#: ../src/gui/updatewindow.cpp:522 msgid "Completed" msgstr "" -#: src/resources/itemdb.cpp:99 +#: ../src/net/playerhandler.cpp:194 +msgid "" +"You are carrying more then half your weight. You are unable to regain health." +msgstr "" + +#: ../src/net/playerhandler.cpp:218 +msgid "You are dead." +msgstr "" + +#: ../src/net/playerhandler.cpp:219 +msgid "We regret to inform you that your character was killed in battle." +msgstr "" + +#: ../src/net/playerhandler.cpp:220 +msgid "You are not that alive anymore." +msgstr "" + +#: ../src/net/playerhandler.cpp:221 +msgid "The cold hands of the grim reaper are grabbing for your soul." +msgstr "" + +#: ../src/net/playerhandler.cpp:222 +msgid "Game Over!" +msgstr "" + +#: ../src/net/playerhandler.cpp:223 +msgid "Insert coin to continue" +msgstr "" + +#: ../src/net/playerhandler.cpp:224 +msgid "" +"No, kids. Your character did not really die. It... err... went to a better " +"place." +msgstr "" + +#: ../src/net/playerhandler.cpp:225 +msgid "" +"Your plan of breaking your enemies weapon by bashing it with your throat " +"failed." +msgstr "" + +#: ../src/net/playerhandler.cpp:226 +msgid "I guess this did not run too well." +msgstr "" + +#: ../src/net/playerhandler.cpp:227 +msgid "Do you want your possessions identified?" +msgstr "" + +#. Nethack reference +#: ../src/net/playerhandler.cpp:228 +msgid "Sadly, no trace of you was ever found..." +msgstr "" + +#. Secret of Mana reference +#: ../src/net/playerhandler.cpp:229 +msgid "Annihilated." +msgstr "" + +#. Final Fantasy VI reference +#: ../src/net/playerhandler.cpp:230 +msgid "Looks like you got your head handed to you." +msgstr "" + +#. Earthbound reference +#: ../src/net/playerhandler.cpp:231 +msgid "" +"You screwed up again, dump your body down the tubes and get you another one." +msgstr "" + +#. Leisure Suit Larry 1 Reference +#: ../src/net/playerhandler.cpp:232 +msgid "You're not dead yet. You're just resting." +msgstr "" + +#. Monty Python reference from a couple of skits +#: ../src/net/playerhandler.cpp:233 +msgid "You are no more." +msgstr "" + +#. Monty Python reference from the dead parrot sketch starting now +#: ../src/net/playerhandler.cpp:234 +msgid "You have ceased to be." +msgstr "" + +#: ../src/net/playerhandler.cpp:235 +msgid "You've expired and gone to meet your maker." +msgstr "" + +#: ../src/net/playerhandler.cpp:236 +msgid "You're a stiff." +msgstr "" + +#: ../src/net/playerhandler.cpp:237 +msgid "Bereft of life, you rest in peace." +msgstr "" + +#: ../src/net/playerhandler.cpp:238 +msgid "If you weren't so animated, you'd be pushing up the daisies." +msgstr "" + +#: ../src/net/playerhandler.cpp:239 +msgid "Your metabolic processes are now history." +msgstr "" + +#: ../src/net/playerhandler.cpp:240 +msgid "You're off the twig." +msgstr "" + +#: ../src/net/playerhandler.cpp:241 +msgid "You've kicked the bucket." +msgstr "" + +#: ../src/net/playerhandler.cpp:242 +msgid "" +"You've shuffled off your mortal coil, run down the curtain and joined the " +"bleedin' choir invisibile." +msgstr "" + +#: ../src/net/playerhandler.cpp:243 +msgid "You are an ex-player." +msgstr "" + +#: ../src/net/playerhandler.cpp:244 +msgid "You're pining for the fjords." +msgstr "" + +#: ../src/net/playerhandler.cpp:390 +msgid "Equip arrows first" +msgstr "" + +#: ../src/net/playerhandler.cpp:394 +#, c-format +msgid "0x013b: Unhandled message %i" +msgstr "" + +#: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" -#: src/main.cpp:769 +#: ../src/game.cpp:386 +msgid "Screenshot saved to ~/" +msgstr "" + +#: ../src/game.cpp:391 +msgid "Saving screenshot failed!" +msgstr "" + +#: ../src/game.cpp:392 +msgid "Error: could not save screenshot." +msgstr "" + +#: ../src/game.cpp:467 +msgid "Network Error" +msgstr "" + +#: ../src/game.cpp:468 +msgid "The connection to the server was lost, the program will now quit" +msgstr "" + +#: ../src/game.cpp:531 +msgid "Ignoring incoming trade requests" +msgstr "" + +#: ../src/game.cpp:536 +msgid "Accepting incoming trade requests" +msgstr "" + +#: ../src/game.cpp:638 +#, fuzzy +msgid "Are you sure you want to quit?" +msgstr "你确定想删除这个较色" + +#: ../src/game.cpp:644 +msgid "no" +msgstr "" + +#: ../src/game.cpp:785 +#, c-format +msgid "Warning: guichan input exception: %s" +msgstr "" + +#: ../src/main.cpp:206 +#, c-format +msgid "Error: Invalid update host: %s" +msgstr "" + +#: ../src/main.cpp:207 +msgid "Invalid update host: " +msgstr "" + +#: ../src/main.cpp:211 +msgid "Warning: no protocol was specified for the update host" +msgstr "" + +#: ../src/main.cpp:221 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:223 +msgid "Error creating updates directory!" +msgstr "" + +#: ../src/main.cpp:251 +msgid " can't be created, but it doesn't exist! Exiting." +msgstr "" + +#: ../src/main.cpp:260 +#, c-format +msgid "Starting Aethyra Version %s" +msgstr "" + +#: ../src/main.cpp:262 +msgid "Starting Aethyra - Version not defined" +msgstr "" + +#. Initialize SDL +#: ../src/main.cpp:266 +msgid "Initializing SDL..." +msgstr "" + +#: ../src/main.cpp:268 +msgid "Could not initialize SDL: " +msgstr "" + +#: ../src/main.cpp:281 +msgid " couldn't be set as home directory! Exiting." +msgstr "" + +#: ../src/main.cpp:301 +#, c-format +msgid "Can't find Resources directory\n" +msgstr "" + +#. Fill configuration with defaults +#: ../src/main.cpp:311 +msgid "Initializing configuration..." +msgstr "" + +#: ../src/main.cpp:425 +#, c-format +msgid "Warning: %s" +msgstr "" + +#: ../src/main.cpp:467 +msgid "aethyra" +msgstr "" + +#: ../src/main.cpp:468 +msgid "Options: " +msgstr "" + +#: ../src/main.cpp:469 +msgid " -C --configfile : Configuration file to use" +msgstr "" + +#: ../src/main.cpp:470 +msgid " -d --data : Directory to load game data from" +msgstr "" + +#: ../src/main.cpp:471 +msgid " -D --default : Bypass the login process with default settings" +msgstr "" + +#: ../src/main.cpp:472 +msgid " -h --help : Display this help" +msgstr "" + +#: ../src/main.cpp:473 +msgid " -H --updatehost : Use this update host" +msgstr "" + +#: ../src/main.cpp:474 +msgid " -p --playername : Login with this player" +msgstr "" + +#: ../src/main.cpp:475 +msgid " -P --password : Login with this password" +msgstr "" + +#: ../src/main.cpp:476 +msgid " -u --skipupdate : Skip the update downloads" +msgstr "" + +#: ../src/main.cpp:477 +msgid " -U --username : Login with this username" +msgstr "" + +#: ../src/main.cpp:478 +msgid " -v --version : Display the version" +msgstr "" + +#: ../src/main.cpp:484 ../src/main.cpp:487 +msgid "Aethyra version " +msgstr "" + +#: ../src/main.cpp:488 +msgid "(local build?, PACKAGE_VERSION is not defined)" +msgstr "" + +#: ../src/main.cpp:584 +#, fuzzy +msgid "Trying to connect to account server..." +msgstr "连接中..." + +#: ../src/main.cpp:585 +#, c-format +msgid "Username is %s" +msgstr "" + +#: ../src/main.cpp:639 +#, fuzzy +msgid "Trying to connect to char server..." +msgstr "连接中..." + +#: ../src/main.cpp:661 +#, c-format +msgid "Memorizing selected character %s" +msgstr "" + +#: ../src/main.cpp:667 +#, fuzzy +msgid "Trying to connect to map server..." +msgstr "连接中..." + +#: ../src/main.cpp:668 +#, fuzzy, c-format +msgid "Map: %s" +msgstr "名字:%s" + +#: ../src/main.cpp:798 +#, c-format +msgid "Couldn't load %s as wallpaper" +msgstr "" + +#: ../src/main.cpp:831 msgid "Got disconnected from server!" msgstr "" -#: src/main.cpp:956 +#: ../src/main.cpp:1034 #, fuzzy msgid "Connecting to map server..." msgstr "连接中..." -#: src/main.cpp:964 +#: ../src/main.cpp:1042 msgid "Connecting to character server..." msgstr "" -#: src/main.cpp:972 +#: ../src/main.cpp:1050 msgid "Connecting to account server..." msgstr "" @@ -951,9 +1675,6 @@ msgstr "" #~ msgid "Choose your Mana World Server" #~ msgstr "请选择你的魔法世界服务器" -#~ msgid "Port:" -#~ msgstr "端口:" - #~ msgid "Please type both the address and the port of a server." #~ msgstr "请输入服务器的IP地址和端口" @@ -980,6 +1701,3 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "总的力量:%d - 最大力量:%d" - -#~ msgid "Keep" -#~ msgstr "保持" diff --git a/src/gui/setup_colours.cpp b/src/gui/setup_colours.cpp index dca47630..b542839a 100644 --- a/src/gui/setup_colours.cpp +++ b/src/gui/setup_colours.cpp @@ -35,7 +35,7 @@ #include "../utils/gettext.h" Setup_Colours::Setup_Colours() : - mColourLabel(_("Colour:")), + mColourLabel(_("Color:")), mSelected(-1) { mColourBox = new gcn::ListBox(textColour); diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp index 0f52be41..0e960b84 100644 --- a/src/gui/setup_players.cpp +++ b/src/gui/setup_players.cpp @@ -281,8 +281,7 @@ Setup_Players::~Setup_Players(void) } -void -Setup_Players::reset() +void Setup_Players::reset() { // We now have to search through the list of ignore choices to find the // current selection. We could use an index into the table of config @@ -299,8 +298,7 @@ Setup_Players::reset() mIgnoreActionChoicesBox->setSelected(selection); } -void -Setup_Players::apply() +void Setup_Players::apply() { player_relations.setPersistIgnores(mPersistIgnores->isSelected()); player_relations.store(); @@ -312,13 +310,11 @@ Setup_Players::apply() | (mDefaultWhisper->isSelected()? PlayerRelation::WHISPER : 0)); } -void -Setup_Players::cancel() +void Setup_Players::cancel() { } -void -Setup_Players::action(const gcn::ActionEvent &event) +void Setup_Players::action(const gcn::ActionEvent &event) { if (event.getId() == ACTION_TABLE) { // temporarily eliminate ourselves: we are fully aware of this change, @@ -352,8 +348,7 @@ Setup_Players::action(const gcn::ActionEvent &event) } } -void -Setup_Players::updatedPlayer(const std::string &name) +void Setup_Players::updatedPlayer(const std::string &name) { mPlayerTableModel->playerRelationsUpdated(); mDefaultTrading->setSelected( diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index afc7b1b5..e424c43f 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -353,13 +353,12 @@ void Setup_Video::apply() mSpeechBubbleEnabled = config.getValue("speechbubble", 1); mNameEnabled = config.getValue("showownname", 0); mOpacity = config.getValue("guialpha", 0.8); - mOverlayDetail = (int)config.getValue("OverlayDetail", 2); + mOverlayDetail = (int) config.getValue("OverlayDetail", 2); mOpenGLEnabled = config.getValue("opengl", 0); } -int -Setup_Video::updateSlider(gcn::Slider *slider, gcn::TextField *field, - const std::string &configName) +int Setup_Video::updateSlider(gcn::Slider *slider, gcn::TextField *field, + const std::string &configName) { int value; std::stringstream temp(field->getText()); @@ -538,8 +537,7 @@ void Setup_Video::action(const gcn::ActionEvent &event) } } -void -Setup_Video::keyPressed(gcn::KeyEvent &event) +void Setup_Video::keyPressed(gcn::KeyEvent &event) { std::stringstream tempFps(mFpsField->getText()); diff --git a/src/gui/shortcutcontainer.cpp b/src/gui/shortcutcontainer.cpp index 88d9bb22..d03bc809 100644 --- a/src/gui/shortcutcontainer.cpp +++ b/src/gui/shortcutcontainer.cpp @@ -58,8 +58,7 @@ void ShortcutContainer::widgetResized(const gcn::Event &event) } } -int -ShortcutContainer::getIndexFromGrid(int pointX, int pointY) const +int ShortcutContainer::getIndexFromGrid(int pointX, int pointY) const { const gcn::Rectangle tRect = gcn::Rectangle( 0, 0, mGridWidth * mBoxWidth, mGridHeight * mBoxHeight); -- cgit v1.2.3-60-g2f50 From 50db322f400b80192d28a7104e4d3ae59e9caa16 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 12 Jan 2009 16:53:31 -0700 Subject: Since the po files are fixed now, remove ABOUT-NLS and config.rpath so that they don't require an autoreconf -i --force. Signed-off-by: Ira Rice --- ABOUT-NLS | 279 ----------------------------------------------------------- config.rpath | 0 po/en_GB.po | 3 +- 3 files changed, 1 insertion(+), 281 deletions(-) delete mode 100644 ABOUT-NLS delete mode 100644 config.rpath (limited to 'po') diff --git a/ABOUT-NLS b/ABOUT-NLS deleted file mode 100644 index 249a4b5b..00000000 --- a/ABOUT-NLS +++ /dev/null @@ -1,279 +0,0 @@ -Notes on the Free Translation Project -************************************* - - Free software is going international! The Free Translation Project -is a way to get maintainers of free software, translators, and users all -together, so that will gradually become able to speak many languages. -A few packages already provide translations for their messages. - - If you found this `ABOUT-NLS' file inside a distribution, you may -assume that the distributed package does use GNU `gettext' internally, -itself available at your nearest GNU archive site. But you do *not* -need to install GNU `gettext' prior to configuring, installing or using -this package with messages translated. - - Installers will find here some useful hints. These notes also -explain how users should proceed for getting the programs to use the -available translations. They tell how people wanting to contribute and -work at translations should contact the appropriate team. - - When reporting bugs in the `intl/' directory or bugs which may be -related to internationalization, you should tell about the version of -`gettext' which is used. The information can be found in the -`intl/VERSION' file, in internationalized packages. - -One advise in advance -===================== - - If you want to exploit the full power of internationalization, you -should configure it using - - ./configure --with-included-gettext - -to force usage of internationalizing routines provided within this -package, despite the existence of internationalizing capabilities in the -operating system where this package is being installed. So far, only -the `gettext' implementation in the GNU C library version 2 provides as -many features (such as locale alias or message inheritance) as the -implementation here. It is also not possible to offer this additional -functionality on top of a `catgets' implementation. Future versions of -GNU `gettext' will very likely convey even more functionality. So it -might be a good idea to change to GNU `gettext' as soon as possible. - - So you need not provide this option if you are using GNU libc 2 or -you have installed a recent copy of the GNU gettext package with the -included `libintl'. - -INSTALL Matters -=============== - - Some packages are "localizable" when properly installed; the -programs they contain can be made to speak your own native language. -Most such packages use GNU `gettext'. Other packages have their own -ways to internationalization, predating GNU `gettext'. - - By default, this package will be installed to allow translation of -messages. It will automatically detect whether the system provides -usable `catgets' (if using this is selected by the installer) or -`gettext' functions. If neither is available, the GNU `gettext' own -library will be used. This library is wholly contained within this -package, usually in the `intl/' subdirectory, so prior installation of -the GNU `gettext' package is *not* required. Installers may use -special options at configuration time for changing the default -behaviour. The commands: - - ./configure --with-included-gettext - ./configure --with-catgets - ./configure --disable-nls - -will respectively bypass any pre-existing `catgets' or `gettext' to use -the internationalizing routines provided within this package, enable -the use of the `catgets' functions (if found on the locale system), or -else, *totally* disable translation of messages. - - When you already have GNU `gettext' installed on your system and run -configure without an option for your new package, `configure' will -probably detect the previously built and installed `libintl.a' file and -will decide to use this. This might be not what is desirable. You -should use the more recent version of the GNU `gettext' library. I.e. -if the file `intl/VERSION' shows that the library which comes with this -package is more recent, you should use - - ./configure --with-included-gettext - -to prevent auto-detection. - - By default the configuration process will not test for the `catgets' -function and therefore they will not be used. The reasons are already -given above: the emulation on top of `catgets' cannot provide all the -extensions provided by the GNU `gettext' library. If you nevertheless -want to use the `catgets' functions use - - ./configure --with-catgets - -to enable the test for `catgets' (this causes no harm if `catgets' is -not available on your system). If you really select this option we -would like to hear about the reasons because we cannot think of any -good one ourself. - - Internationalized packages have usually many `po/LL.po' files, where -LL gives an ISO 639 two-letter code identifying the language. Unless -translations have been forbidden at `configure' time by using the -`--disable-nls' switch, all available translations are installed -together with the package. However, the environment variable `LINGUAS' -may be set, prior to configuration, to limit the installed set. -`LINGUAS' should then contain a space separated list of two-letter -codes, stating which languages are allowed. - -Using This Package -================== - - As a user, if your language has been installed for this package, you -only have to set the `LANG' environment variable to the appropriate -ISO 639 `LL' two-letter code prior to using the programs in the -package. For example, let's suppose that you speak German. At the -shell prompt, merely execute `setenv LANG de' (in `csh'), -`export LANG; LANG=de' (in `sh') or `export LANG=de' (in `bash'). This -can be done from your `.login' or `.profile' file, once and for all. - - An operating system might already offer message localization for -many of its programs, while other programs have been installed locally -with the full capabilities of GNU `gettext'. Just using `gettext' -extended syntax for `LANG' would break proper localization of already -available operating system programs. In this case, users should set -both `LANGUAGE' and `LANG' variables in their environment, as programs -using GNU `gettext' give preference to `LANGUAGE'. For example, some -Swedish users would rather read translations in German than English for -when Swedish is not available. This is easily accomplished by setting -`LANGUAGE' to `sv:de' while leaving `LANG' to `sv'. - -Translating Teams -================= - - For the Free Translation Project to be a success, we need interested -people who like their own language and write it well, and who are also -able to synergize with other translators speaking the same language. -Each translation team has its own mailing list, courtesy of Linux -International. You may reach your translation team at the address -`LL@li.org', replacing LL by the two-letter ISO 639 code for your -language. Language codes are *not* the same as the country codes given -in ISO 3166. The following translation teams exist, as of August 1998: - - Chinese `zh', Czech `cs', Danish `da', Dutch `nl', English `en', - Esperanto `eo', Finnish `fi', French `fr', German `de', Hungarian - `hu', Irish `ga', Italian `it', Indonesian `id', Japanese `ja', - Korean `ko', Latin `la', Norwegian `no', Persian `fa', Polish - `pl', Portuguese `pt', Russian `ru', Slovenian `sl', Spanish `es', - Swedish `sv', and Turkish `tr'. - -For example, you may reach the Chinese translation team by writing to -`zh@li.org'. - - If you'd like to volunteer to *work* at translating messages, you -should become a member of the translating team for your own language. -The subscribing address is *not* the same as the list itself, it has -`-request' appended. For example, speakers of Swedish can send a -message to `sv-request@li.org', having this message body: - - subscribe - - Keep in mind that team members are expected to participate -*actively* in translations, or at solving translational difficulties, -rather than merely lurking around. If your team does not exist yet and -you want to start one, or if you are unsure about what to do or how to -get started, please write to `translation@iro.umontreal.ca' to reach the -coordinator for all translator teams. - - The English team is special. It works at improving and uniformizing -the terminology in use. Proven linguistic skill are praised more than -programming skill, here. - -Available Packages -================== - - Languages are not equally supported in all packages. The following -matrix shows the current state of internationalization, as of August -1998. The matrix shows, in regard of each package, for which languages -PO files have been submitted to translation coordination. - - Ready PO files cs da de el en es fi fr it - .----------------------------. - bash | [] [] | - bison | [] [] | - clisp | [] [] [] [] | - cpio | [] [] [] | - diffutils | [] [] [] | - enscript | [] [] [] [] | - fileutils | [] [] [] [] | - findutils | [] [] [] [] | - flex | [] [] | - gcal | [] [] | - gettext | [] [] [] [] [] | - grep | [] [] [] [] | - hello | [] [] [] [] [] | - id-utils | [] [] | - indent | [] [] | - libc | [] [] [] | - m4 | [] [] | - make | [] [] [] | - music | [] | - ptx | [] [] [] | - recode | [] [] [] [] | - sed | | - sh-utils | [] [] [] | - sharutils | [] [] [] [] [] | - tar | [] [] [] [] | - texinfo | [] [] [] | - textutils | [] [] [] [] | - wdiff | [] [] [] [] | - wget | [] [] [] [] | - `----------------------------' - cs da de el en es fi fr it - 7 4 26 4 1 18 1 26 4 - - ja ko nl no pl pt ru sl sv - .----------------------------. - bash | [] | 3 - bison | [] | 3 - clisp | | 4 - cpio | [] [] [] | 6 - diffutils | [] [] | 5 - enscript | [] [] | 6 - fileutils | [] [] [] [] [] [] [] | 11 - findutils | [] [] [] [] [] | 9 - flex | [] [] | 4 - gcal | [] [] [] | 5 - gettext | [] [] [] [] [] [] [] | 13 - grep | [] [] [] [] [] [] [] | 11 - hello | [] [] [] [] [] [] [] | 12 - id-utils | [] | 3 - indent | [] [] [] | 5 - libc | [] [] [] [] [] | 8 - m4 | [] [] [] [] | 6 - make | [] [] [] | 6 - music | [] | 2 - ptx | [] [] [] [] [] | 8 - recode | [] [] [] [] [] | 9 - sed | | 0 - sh-utils | [] [] [] [] [] | 8 - sharutils | [] [] | 7 - tar | [] [] [] [] [] [] [] | 11 - texinfo | [] | 4 - textutils | [] [] [] [] [] | 9 - wdiff | [] [] [] [] | 8 - wget | [] | 5 - `----------------------------' - 18 teams ja ko nl no pl pt ru sl sv - 29 domains 1 12 21 11 19 7 5 7 17 191 - - Some counters in the preceding matrix are higher than the number of -visible blocks let us expect. This is because a few extra PO files are -used for implementing regional variants of languages, or language -dialects. - - For a PO file in the matrix above to be effective, the package to -which it applies should also have been internationalized and -distributed as such by its maintainer. There might be an observable -lag between the mere existence a PO file and its wide availability in a -distribution. - - If August 1998 seems to be old, you may fetch a more recent copy of -this `ABOUT-NLS' file on most GNU archive sites. - -Using `gettext' in new packages -=============================== - - If you are writing a freely available program and want to -internationalize it you are welcome to use GNU `gettext' in your -package. Of course the GNU Public License applies to your sources from -then if you include `gettext' directly in your distribution on but -since you are writing free software anyway this is no restriction. - - Once the sources are change appropriately and the setup can handle to -use of `gettext' the only thing missing are the translations. The Free -Translation Project is also available for packages which are not -developed inside the GNU project. Therefore the information given above -applies also for every other Free Software Project. Contact -`translation@iro.umontreal.ca' to make the `.pot' files available to -the translation teams. - diff --git a/config.rpath b/config.rpath deleted file mode 100644 index e69de29b..00000000 diff --git a/po/en_GB.po b/po/en_GB.po index 4d10d394..31fbf2bb 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -858,9 +858,8 @@ msgid "Players" msgstr "" #: ../src/gui/setup_colours.cpp:38 -#, fuzzy msgid "Color:" -msgstr "Hair Colour:" +msgstr "Colour:" #: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 msgid "Press the button to start calibration" -- cgit v1.2.3-60-g2f50 From e7f4e78f76972ca3882b9d2763ae9cab31675d3a Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 12 Jan 2009 17:57:13 -0700 Subject: Fixed color spelling for American English. Signed-off-by: Ira Rice --- po/ar.po | 7 ++++--- po/ca.po | 4 ++-- po/cs.po | 7 ++++--- po/da.po | 7 ++++--- po/de.po | 7 ++++--- po/en_GB.po | 4 ++-- po/eo.po | 4 ++-- po/es.po | 7 ++++--- po/fi.po | 7 ++++--- po/fr.po | 7 ++++--- po/he.po | 7 ++++--- po/hr.po | 7 ++++--- po/id.po | 7 ++++--- po/it.po | 7 ++++--- po/ja.po | 7 ++++--- po/nl.po | 7 ++++--- po/pl.po | 7 ++++--- po/pt_BR.po | 7 ++++--- po/ru.po | 7 ++++--- po/sk.po | 7 ++++--- po/sv.po | 7 ++++--- po/th.po | 7 ++++--- po/zh_CN.po | 7 ++++--- src/gui/setup.cpp | 2 +- 24 files changed, 87 insertions(+), 67 deletions(-) (limited to 'po') diff --git a/po/ar.po b/po/ar.po index e07e5814..baa6ca73 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-07-16 18:28+0000\n" "Last-Translator: صقر بن عبدالله \n" "Language-Team: Arabic \n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "لون الشعر:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/ca.po b/po/ca.po index 569fdab4..0f69f976 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-07-03 17:21+0000\n" "Last-Translator: Habari \n" "Language-Team: Catalan \n" @@ -837,7 +837,7 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" +msgid "Colors" msgstr "" #: ../src/gui/setup.cpp:101 diff --git a/po/cs.po b/po/cs.po index 9191a30c..b8e8c402 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-12-17 16:31+0000\n" "Last-Translator: Lubos \n" "Language-Team: Czech \n" @@ -844,8 +844,9 @@ msgid "Keyboard" msgstr "Klávesnice" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Barva vlasů:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/da.po b/po/da.po index 99f118ef..b6468804 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-12-28 14:45+0000\n" "Last-Translator: Niels L Ellegaard \n" "Language-Team: Danish \n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "Tastatur" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Hårfarve:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/de.po b/po/de.po index bd230744..36f02ac3 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-10-13 00:25+0000\n" "Last-Translator: Aeneas Jaißle \n" "Language-Team: German\n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "Tastatur" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Haarfarbe" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/en_GB.po b/po/en_GB.po index 31fbf2bb..3a4e4e56 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -850,8 +850,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +msgid "Colors" +msgstr "Colours" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/eo.po b/po/eo.po index 0692acc3..9b8d53a4 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-11-10 22:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Esperanto \n" @@ -835,7 +835,7 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" +msgid "Colors" msgstr "" #: ../src/gui/setup.cpp:101 diff --git a/po/es.po b/po/es.po index 442a5e8e..a9750855 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-10-15 01:37+0000\n" "Last-Translator: catalania \n" "Language-Team: Spanish \n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "Teclado" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Color de pelo:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/fi.po b/po/fi.po index f7aef242..16f6e5ab 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-12-30 10:23+0000\n" "Last-Translator: ville-v \n" "Language-Team: Finnish \n" @@ -851,8 +851,9 @@ msgid "Keyboard" msgstr "Näppäimistö" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Hiusten väri:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/fr.po b/po/fr.po index 4e365259..b1821706 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-12-26 10:43+0000\n" "Last-Translator: Johan Serre \n" "Language-Team: French\n" @@ -851,8 +851,9 @@ msgid "Keyboard" msgstr "Clavier" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Couleur des cheveux" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/he.po b/po/he.po index 9b622a04..c8a6d581 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-10-20 00:23+0000\n" "Last-Translator: Ddorda \n" "Language-Team: Hebrew \n" @@ -851,8 +851,9 @@ msgid "Keyboard" msgstr "מקלדת" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "צבע שיער:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/hr.po b/po/hr.po index fb7f13e7..786f7b3b 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-12-28 23:36+0000\n" "Last-Translator: Dino Paskvan \n" "Language-Team: Croatian \n" @@ -844,8 +844,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Boja kose:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/id.po b/po/id.po index 1d6a8530..084898ad 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-03-26 09:11+0000\n" "Last-Translator: ActiveFile \n" "Language-Team: Indonesian \n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Warna Rambut:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/it.po b/po/it.po index b1bf327c..760ea76d 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2007-12-03 01:45+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Italian\n" @@ -852,8 +852,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Colore Capelli" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/ja.po b/po/ja.po index f82bdaef..07dff2f7 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-06-28 16:27+0000\n" "Last-Translator: fate \n" "Language-Team: Japanese \n" @@ -846,8 +846,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "髪の色:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/nl.po b/po/nl.po index ed33a824..3cbd5247 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-10-10 00:04+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Dutch\n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Haarkleur:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/pl.po b/po/pl.po index 84f5e412..55371e43 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-10-10 05:26+0000\n" "Last-Translator: Michał Trzebiatowski \n" "Language-Team: \n" @@ -852,8 +852,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Kolor włosów:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/pt_BR.po b/po/pt_BR.po index a1e318a6..aaf8de44 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-12-14 21:37+0000\n" "Last-Translator: Enrico Nicoletto \n" "Language-Team: Brazilian Portuguese \n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "Teclado" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Cor do Cabelo:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/ru.po b/po/ru.po index 9dc5c43a..82955c54 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-01-08 11:50+0000\n" "Last-Translator: idle sign \n" "Language-Team: Russian \n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Цвет волос:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/sk.po b/po/sk.po index e6b7a602..ef9d85bf 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-12-30 14:07+0000\n" "Last-Translator: TomasKovacik \n" "Language-Team: Slovak \n" @@ -842,8 +842,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Farba vlasov:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/sv.po b/po/sv.po index e4c7a401..b0b4dc07 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-05-07 19:04+0000\n" "Last-Translator: Kess Vargavind \n" "Language-Team: Swedish \n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Hårfärg:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/th.po b/po/th.po index b5937c8d..866c30ee 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-11-25 06:16+0000\n" "Last-Translator: Tharawut Paripaiboon \n" "Language-Team: Thai \n" @@ -838,8 +838,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "สีผม:" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/po/zh_CN.po b/po/zh_CN.po index 7fca175b..05dc2b57 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-12 17:52-0700\n" "PO-Revision-Date: 2008-09-17 14:41+0000\n" "Last-Translator: luojie-dune \n" "Language-Team: Simplified Chinese \n" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "头发颜色" #: ../src/gui/setup.cpp:101 msgid "Players" diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 66f15f03..551fe5bb 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -94,7 +94,7 @@ Setup::Setup(): mTabs.push_back(tab); tab = new Setup_Colours(); - panel->addTab(tab, _("Colours")); + panel->addTab(tab, _("Colors")); mTabs.push_back(tab); tab = new Setup_Players(); -- cgit v1.2.3-60-g2f50 From 10a9dbacd9334caede10f1b21d42cdf7e1efcd03 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Thu, 15 Jan 2009 11:06:32 -0700 Subject: Style cleanups throughout most of the code. Splitting function type from the function names should no longer be around. Signed-off-by: Ira Rice --- po/POTFILES.in | 4 + po/ar.po | 243 ++++++++++++++++++++++++++++------ po/ca.po | 237 +++++++++++++++++++++++++++++----- po/cs.po | 238 +++++++++++++++++++++++++++++----- po/da.po | 239 +++++++++++++++++++++++++++++----- po/de.po | 239 +++++++++++++++++++++++++++++----- po/en_GB.po | 239 +++++++++++++++++++++++++++++----- po/eo.po | 237 +++++++++++++++++++++++++++++----- po/es.po | 239 +++++++++++++++++++++++++++++----- po/fi.po | 239 +++++++++++++++++++++++++++++----- po/fr.po | 239 +++++++++++++++++++++++++++++----- po/he.po | 239 +++++++++++++++++++++++++++++----- po/hr.po | 238 +++++++++++++++++++++++++++++----- po/id.po | 239 +++++++++++++++++++++++++++++----- po/it.po | 239 +++++++++++++++++++++++++++++----- po/ja.po | 238 +++++++++++++++++++++++++++++----- po/nl.po | 239 +++++++++++++++++++++++++++++----- po/pl.po | 239 +++++++++++++++++++++++++++++----- po/pt.po | 244 +++++++++++++++++++++++++++++------ po/pt_BR.po | 239 +++++++++++++++++++++++++++++----- po/ru.po | 239 +++++++++++++++++++++++++++++----- po/sk.po | 238 +++++++++++++++++++++++++++++----- po/sv.po | 239 +++++++++++++++++++++++++++++----- po/th.po | 238 +++++++++++++++++++++++++++++----- po/zh_CN.po | 239 +++++++++++++++++++++++++++++----- src/animatedsprite.h | 24 ++-- src/being.cpp | 3 - src/configuration.cpp | 2 - src/equipment.cpp | 3 +- src/floor_item.h | 18 +-- src/graphics.cpp | 18 ++- src/graphics.h | 20 ++- src/gui/browserbox.cpp | 9 +- src/gui/button.cpp | 3 +- src/gui/buttonbox.cpp | 3 +- src/gui/buttonbox.h | 3 +- src/gui/char_select.cpp | 12 +- src/gui/char_server.cpp | 9 +- src/gui/chat.h | 265 +++++++++++++++++++------------------- src/gui/debugwindow.cpp | 3 +- src/gui/emotecontainer.h | 14 +- src/gui/emotewindow.h | 1 - src/gui/inttextbox.cpp | 3 +- src/gui/inttextbox.h | 3 +- src/gui/itempopup.cpp | 113 ---------------- src/gui/itempopup.h | 51 -------- src/gui/listbox.cpp | 3 +- src/gui/login.cpp | 29 ++--- src/gui/login.h | 9 +- src/gui/passwordfield.h | 3 +- src/gui/playerbox.cpp | 6 +- src/gui/playerbox.h | 3 +- src/gui/progressbar.cpp | 9 +- src/gui/progressbar.h | 24 ++-- src/gui/register.cpp | 21 +-- src/gui/register.h | 9 +- src/gui/setup_video.h | 11 +- src/gui/status.h | 1 - src/gui/table.cpp | 84 ++++-------- src/gui/table_model.cpp | 39 ++---- src/gui/truetypefont.cpp | 11 +- src/gui/truetypefont.h | 2 - src/gui/updatewindow.cpp | 6 +- src/gui/viewport.cpp | 2 - src/gui/widgets/resizegrip.cpp | 3 +- src/gui/window.h | 9 +- src/item.h | 36 ++---- src/map.h | 26 ++-- src/monster.h | 3 +- src/net/messagein.cpp | 21 +-- src/net/messagein.h | 20 +-- src/net/network.cpp | 3 +- src/net/network.h | 54 +++----- src/net/partyhandler.cpp | 3 +- src/net/playerhandler.cpp | 2 +- src/net/tradehandler.cpp | 38 +++--- src/npc.cpp | 15 +-- src/particlecontainer.cpp | 21 +-- src/particleemitter.cpp | 3 +- src/particleemitter.h | 3 +- src/player_relations.cpp | 57 +++----- src/properties.h | 9 +- src/resources/action.h | 6 +- src/resources/animation.cpp | 9 +- src/resources/animation.h | 18 +-- src/resources/buddylist.cpp | 2 +- src/resources/buddylist.h | 2 +- src/resources/colordb.cpp | 11 +- src/resources/image.h | 29 ++--- src/resources/imagewriter.h | 2 +- src/resources/itemdb.cpp | 16 +-- src/resources/iteminfo.cpp | 10 +- src/resources/monsterdb.cpp | 16 +-- src/resources/monsterdb.h | 6 +- src/resources/monsterinfo.cpp | 6 +- src/resources/monsterinfo.h | 40 +++--- src/resources/music.cpp | 6 +- src/resources/music.h | 6 +- src/resources/npcdb.cpp | 15 +-- src/resources/npcdb.h | 6 +- src/resources/resource.cpp | 6 +- src/resources/resource.h | 6 +- src/resources/resourcemanager.cpp | 3 +- src/resources/soundeffect.cpp | 3 +- src/resources/soundeffect.h | 3 +- src/resources/spritedef.cpp | 25 ++-- src/resources/spritedef.h | 23 ++-- src/sprite.h | 12 +- src/utils/xml.cpp | 9 +- src/utils/xml.h | 9 +- 110 files changed, 5422 insertions(+), 1801 deletions(-) delete mode 100644 src/gui/itempopup.cpp delete mode 100644 src/gui/itempopup.h (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 5f244d22..a3a9f01c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -37,7 +37,11 @@ src/gui/status.cpp src/gui/trade.cpp src/gui/updatewindow.cpp src/net/playerhandler.cpp +src/net/tradehandler.cpp +src/resources/colordb.cpp src/resources/itemdb.cpp +src/resources/monsterdb.cpp +src/resources/npcdb.cpp src/being.cpp src/game.cpp src/main.cpp diff --git a/po/ar.po b/po/ar.po index baa6ca73..3710bf45 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-07-16 18:28+0000\n" "Last-Translator: صقر بن عبدالله \n" "Language-Team: Arabic \n" @@ -57,8 +57,8 @@ msgstr "بيع" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "إلغاء" @@ -136,7 +136,7 @@ msgstr "إنشاء شخصيّة" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "الاسم:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "الخادوم:" @@ -331,9 +331,8 @@ msgid "Cannot use a '/' as the prefix." msgstr "" #: ../src/gui/chat.cpp:663 -#, fuzzy msgid "Changing prefix to " -msgstr "تغيير OpenGL" +msgstr "" #: ../src/gui/chat.cpp:673 msgid "-- Help --" @@ -539,12 +538,12 @@ msgstr "نعم" msgid "No" msgstr "لا" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "جارِ الاتّصال..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +641,11 @@ msgstr "انتقاء كمّيّة من المواد لإسقاطها." msgid "Login" msgstr "ولوج" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "كلمة السرّ:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "المنفذ:" @@ -658,8 +657,8 @@ msgstr "" msgid "Keep" msgstr "ترك" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "تسجيل" @@ -766,49 +765,49 @@ msgstr "@@إسقاط|إسقاط@@" msgid "@@description|Description@@" msgstr "@@الوصف|الوصف@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "تأكيد:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "يجب أن يكون طول اسم المستخدم على الأقل %d محارف." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "يجب أن يكون طول اسم المستخدم أقل من %d محارف." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "يجب أن تكون طول كلمة السرّ على الأقل %d محارف." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "يجب أن يكون طول كلمة السرّ أقل من %d محارف." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "كلمات السرّ غير متطابقة." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "خطأ" @@ -859,7 +858,6 @@ msgid "Players" msgstr "" #: ../src/gui/setup_colours.cpp:38 -#, fuzzy msgid "Color:" msgstr "لون الشعر:" @@ -1229,58 +1227,58 @@ msgstr "أنت تقدّم:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1411,6 +1409,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1420,10 +1422,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@تجارة|متاجرة مع %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "إلغاء" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/ca.po b/po/ca.po index 0f69f976..71f6c6da 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-07-03 17:21+0000\n" "Last-Translator: Habari \n" "Language-Team: Catalan \n" @@ -56,8 +56,8 @@ msgstr "" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "" @@ -135,7 +135,7 @@ msgstr "" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "nom" @@ -179,7 +179,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "" @@ -534,12 +534,12 @@ msgstr "si" msgid "No" msgstr "no" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "" #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -633,11 +633,11 @@ msgstr "" msgid "Login" msgstr "" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "" @@ -649,8 +649,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "" @@ -753,49 +753,49 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "" @@ -1199,58 +1199,58 @@ msgstr "" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1381,6 +1381,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1390,10 +1394,175 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +msgid "Trade with " +msgstr "" + +#: ../src/net/tradehandler.cpp:128 +msgid " cancelled" +msgstr "" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/cs.po b/po/cs.po index b8e8c402..e046aad8 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-12-17 16:31+0000\n" "Last-Translator: Lubos \n" "Language-Team: Czech \n" @@ -56,8 +56,8 @@ msgstr "Prodej" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Zrušit" @@ -136,7 +136,7 @@ msgstr "Vytvořit postavu" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Jméno:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Server:" @@ -538,12 +538,12 @@ msgstr "Ano" msgid "No" msgstr "Ne" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Připojuji se..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -639,11 +639,11 @@ msgstr "Vyberte množství zboží, které chcete upustit." msgid "Login" msgstr "" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Heslo:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Port:" @@ -655,8 +655,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Registrace" @@ -760,49 +760,49 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "Muž" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "Žena" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Uživatelské jméno musí být nejméně %d znaků dlouhé." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Uživatelské jméno musí být kratší než %d znaků." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Heslo musí být kratší než %d znaků." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Hesla se neshodují." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Chyba" @@ -1218,58 +1218,58 @@ msgstr "" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1400,6 +1400,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1409,10 +1413,176 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +msgid "Trade with " +msgstr "" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Zrušit" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/da.po b/po/da.po index b6468804..d3ffa234 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-12-28 14:45+0000\n" "Last-Translator: Niels L Ellegaard \n" "Language-Team: Danish \n" @@ -57,8 +57,8 @@ msgstr "Sælg" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Fortryd" @@ -136,7 +136,7 @@ msgstr "Lav figur." #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Navn:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Server:" @@ -539,12 +539,12 @@ msgstr "Ja" msgid "No" msgstr "Nej" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Opretter forbindelse..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Vælg hvor mange du vil smide," msgid "Login" msgstr "Log Ind" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Adgangskode:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Port:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Behold" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Registrer" @@ -766,49 +766,49 @@ msgstr "@@drop|Smid@@" msgid "@@description|Description@@" msgstr "@@description|Beskrivelse@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Bekræft:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "Mand" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "Kvinde" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Brugernavnet skal mindst være %d bogstaver langt." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Brugernavnet skal være mindre end %d bogstaver langt." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Adgangskoden skal mindst være %d bogstaver langt." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Adgangskoden skal være mindre end %d bogstaver langt." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Adgangskoder stemmer ikke overens." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Fejl" @@ -1229,58 +1229,58 @@ msgstr "Du giver:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1411,6 +1411,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1420,10 +1424,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Byt Med %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Fortryd" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/de.po b/po/de.po index 36f02ac3..e8a39a98 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-10-13 00:25+0000\n" "Last-Translator: Aeneas Jaißle \n" "Language-Team: German\n" @@ -57,8 +57,8 @@ msgstr "Verkaufen" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Abbrechen" @@ -136,7 +136,7 @@ msgstr "Charakter erstellen" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Name :" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Server:" @@ -539,12 +539,12 @@ msgstr "Ja" msgid "No" msgstr "Nein" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Verbinde..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Wähle aus, wieviele Gegenstände Du wegwerfen möchtest." msgid "Login" msgstr "Anmelden" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Passwort:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Port:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Erinnern" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Registrieren" @@ -766,49 +766,49 @@ msgstr "@@drop|Fallen lassen@@" msgid "@@description|Description@@" msgstr "@@description|Beschreibung@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Bestätigen:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "Männlich" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "Weiblich" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Der Nutzername muss aus mindestens %d Zeichen bestehen." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Der Nutzername muss kürzer als %d Zeichen sein." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Das Passwort muss aus mindestens %d bestehen." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Das Passwort muss kürzer als %d Zeichen sein." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Passwörter stimmen nicht überein." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Fehler" @@ -1231,58 +1231,58 @@ msgstr "Du gibst:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1413,6 +1413,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1422,10 +1426,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Mit %s handeln@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Abbrechen" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 3a4e4e56..93256370 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-05-10 16:51+0000\n" "Last-Translator: Me \n" "Language-Team: English (United Kingdom) \n" @@ -57,8 +57,8 @@ msgstr "Sell" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancel" @@ -136,7 +136,7 @@ msgstr "Create Character" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Name:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Server:" @@ -539,12 +539,12 @@ msgstr "Yes" msgid "No" msgstr "No" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Connecting..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Select amount of items to drop." msgid "Login" msgstr "Login" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Password:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Port:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Keep" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Register" @@ -766,49 +766,49 @@ msgstr "@@drop|Drop@@" msgid "@@description|Description@@" msgstr "@@description|Description@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Confirm:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "The username needs to be at least %d characters long." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "The username needs to be less than %d characters long." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "The password needs to be at least %d characters long." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "The password needs to be less than %d characters long." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Passwords do not match." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Error" @@ -1227,58 +1227,58 @@ msgstr "You give:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1409,6 +1409,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1418,10 +1422,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Trade With %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Cancel" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/eo.po b/po/eo.po index 9b8d53a4..d7d627c8 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-11-10 22:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Esperanto \n" @@ -56,8 +56,8 @@ msgstr "" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "" @@ -135,7 +135,7 @@ msgstr "" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "" @@ -178,7 +178,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "" @@ -533,12 +533,12 @@ msgstr "" msgid "No" msgstr "" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "" #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -631,11 +631,11 @@ msgstr "" msgid "Login" msgstr "" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "" @@ -647,8 +647,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "" @@ -751,49 +751,49 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "" @@ -1196,58 +1196,58 @@ msgstr "" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1378,6 +1378,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1387,10 +1391,175 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +msgid "Trade with " +msgstr "" + +#: ../src/net/tradehandler.cpp:128 +msgid " cancelled" +msgstr "" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/es.po b/po/es.po index a9750855..6e88cb57 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-10-15 01:37+0000\n" "Last-Translator: catalania \n" "Language-Team: Spanish \n" @@ -57,8 +57,8 @@ msgstr "Vender" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancelar" @@ -136,7 +136,7 @@ msgstr "Crear Personaje" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nombre:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Servidor:" @@ -539,12 +539,12 @@ msgstr "Sí" msgid "No" msgstr "No" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Conectando…" #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Seleccione objetos para soltar." msgid "Login" msgstr "conectarse" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Contraseña:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Puerto:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Mantener" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Registrar" @@ -766,49 +766,49 @@ msgstr "@@drop|Tirar@@" msgid "@@description|Description@@" msgstr "@@description|Descripción@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Confirmar:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "El nombre de usuario debe tener al menos %d caracteres." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "El nombre de usuario puede tener como máximo %d caracteres." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "La contraseña debe tener al menos %d caracteres." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "La contraseña puede tener como máximo %d caracteres." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Las contraseñas no coinciden." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Error" @@ -1229,58 +1229,58 @@ msgstr "Tu das:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1411,6 +1411,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1420,10 +1424,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Comerciar con %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Cancelar" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/fi.po b/po/fi.po index 16f6e5ab..472fbd83 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-12-30 10:23+0000\n" "Last-Translator: ville-v \n" "Language-Team: Finnish \n" @@ -57,8 +57,8 @@ msgstr "Myy" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Peru" @@ -137,7 +137,7 @@ msgstr "Luo hahmo" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nimi:" @@ -182,7 +182,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Palvelin:" @@ -540,12 +540,12 @@ msgstr "Kyllä" msgid "No" msgstr "Ei" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Yhdistetään..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -643,11 +643,11 @@ msgstr "Anna pudotettavien tavaroiden määrä." msgid "Login" msgstr "Kirjaudu sisään" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Salasana:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Portti:" @@ -659,8 +659,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Rekisteröidy" @@ -767,49 +767,49 @@ msgstr "@@drop|Pudota maahan@@" msgid "@@description|Description@@" msgstr "@@description|Kuvaus@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Vahvista:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "Miespuolinen" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "Naispuolinen" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Käyttäjänimen tulee olla vähintään %d merkkiä pitkä" -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Käyttäjänimen tulee olla alle %d merkkiä pitkä." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Salasanan tulee olla vähintään %d merkkiä pitkä" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Salasanan tulee olla alle %d merkkiä pitkä." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Salasanat eivät täsmää." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Virhe" @@ -1230,58 +1230,58 @@ msgstr "Annat:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1412,6 +1412,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1421,10 +1425,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Vaihda tavaroita %s kanssa@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Peru" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/fr.po b/po/fr.po index b1821706..7f522152 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-12-26 10:43+0000\n" "Last-Translator: Johan Serre \n" "Language-Team: French\n" @@ -58,8 +58,8 @@ msgstr "Vendre" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Annuler" @@ -137,7 +137,7 @@ msgstr "Création du personnage" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nom :" @@ -182,7 +182,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Serveur :" @@ -540,12 +540,12 @@ msgstr "Oui" msgid "No" msgstr "Non" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Connexion..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -643,11 +643,11 @@ msgstr "Choisissez le nombre d'objets à lâcher." msgid "Login" msgstr "Connexion" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Mot de passe :" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Port :" @@ -659,8 +659,8 @@ msgstr "" msgid "Keep" msgstr "Conserver" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "S'inscrire" @@ -767,49 +767,49 @@ msgstr "@@drop|Lâcher@@" msgid "@@description|Description@@" msgstr "@@description|Description@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Vérification :" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "Masculin" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "Féminin" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Le nom d'utilisateur doit faire au moins %d caractères." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Le nom d'utilisateur doit faire moins de %d caractères." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Le mot de passe doit faire au moins %d caractères." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Le mot de passe doit faire moins de %d caractères." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Les deux mots de passe ne correspondent pas." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Erreur" @@ -1234,58 +1234,58 @@ msgstr "Vous donnez :" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1416,6 +1416,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1425,10 +1429,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Troquer avec %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Annuler" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/he.po b/po/he.po index c8a6d581..a098c887 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-10-20 00:23+0000\n" "Last-Translator: Ddorda \n" "Language-Team: Hebrew \n" @@ -57,8 +57,8 @@ msgstr "מכר" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "ביטול" @@ -137,7 +137,7 @@ msgstr "צור שחקן" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "שם:" @@ -182,7 +182,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "שרת:" @@ -540,12 +540,12 @@ msgstr "כן" msgid "No" msgstr "לא" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "מתחבר..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -643,11 +643,11 @@ msgstr "בחר כמות חפצים להשליך." msgid "Login" msgstr "התחברות" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "סיסמה:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "פורט:" @@ -659,8 +659,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "הרשם" @@ -767,49 +767,49 @@ msgstr "@@drop|השלך@@" msgid "@@description|Description@@" msgstr "@@description|תיאור@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "אשר:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "זכר" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "נקבה" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "שם המשתמש חייב להכיל לפחות %d תוים." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "שם המשתמש חייב להכיל פחות מ-%d תוים." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "הסיסמה חייבת להכיל לפחות %d תוים." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "הסיסמה חייבת להכיל פחות מ-%d תוים." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "הסיסמאות אינן תואמות." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "שגיאה" @@ -1230,58 +1230,58 @@ msgstr "אתה נותן:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1412,6 +1412,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1421,10 +1425,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|סחור עם %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "ביטול" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/hr.po b/po/hr.po index 786f7b3b..10e68177 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-12-28 23:36+0000\n" "Last-Translator: Dino Paskvan \n" "Language-Team: Croatian \n" @@ -56,8 +56,8 @@ msgstr "" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Poništi" @@ -136,7 +136,7 @@ msgstr "Stvori Lika" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Ime:" @@ -180,7 +180,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "" @@ -535,12 +535,12 @@ msgstr "Da" msgid "No" msgstr "Ne" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Spajanje..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -638,11 +638,11 @@ msgstr "Odaberi količinu predmeta za ispuštanje." msgid "Login" msgstr "Korisničko ime" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Lozinka" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "" @@ -654,8 +654,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Registriraj se" @@ -760,49 +760,49 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "Muško" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "Žensko" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Greška" @@ -1216,58 +1216,58 @@ msgstr "" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1398,6 +1398,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1407,10 +1411,176 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +msgid "Trade with " +msgstr "" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Poništi" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/id.po b/po/id.po index 084898ad..cf39a880 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-03-26 09:11+0000\n" "Last-Translator: ActiveFile \n" "Language-Team: Indonesian \n" @@ -57,8 +57,8 @@ msgstr "Jual" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Batal" @@ -136,7 +136,7 @@ msgstr "Buat Karakter" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nama:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Server:" @@ -539,12 +539,12 @@ msgstr "Ya" msgid "No" msgstr "Tidak" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Menyambung..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Pilih jumlah item yang mau di buang" msgid "Login" msgstr "Login" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Kata Sandi:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Port:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Pertahankan" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Mendaftar" @@ -766,49 +766,49 @@ msgstr "@@drop|Buang@@" msgid "@@description|Description@@" msgstr "@@description|Deskripsi@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Konfirmasi:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Panjang username setidak-tidaknya %d karakter" -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Panjang kata-sandi setidak-tidaknya %d karakter" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Kata sandi tidak sama." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Kesalahan" @@ -1229,58 +1229,58 @@ msgstr "Anda memberikan:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1411,6 +1411,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1420,10 +1424,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Dagang Dengan %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Batal" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/it.po b/po/it.po index 760ea76d..342aab49 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2007-12-03 01:45+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Italian\n" @@ -59,8 +59,8 @@ msgstr "Vendi" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancella" @@ -138,7 +138,7 @@ msgstr "Crea Personaggio" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nome :" @@ -183,7 +183,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Server:" @@ -541,12 +541,12 @@ msgstr "Si" msgid "No" msgstr "No" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Connessione..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -644,11 +644,11 @@ msgstr "Seleziona la quantità di oggetti da lasciare." msgid "Login" msgstr "Autenticazione" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Password:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Porta:" @@ -660,8 +660,8 @@ msgstr "" msgid "Keep" msgstr "Mantieni" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Registra" @@ -768,49 +768,49 @@ msgstr "@@drop|Lascia@@" msgid "@@description|Description@@" msgstr "@@description|Descrizione@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Conferma:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Il nome utente deve contenere almeno %d caratteri." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Il nome utente deve avere meno di %d caratteri." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "La password deve essere lunga almeno %d caratteri." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "La password deve contenere meno di %d caratteri." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Le password non corrispondono." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Errore" @@ -1231,58 +1231,58 @@ msgstr "Dai:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1413,6 +1413,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1422,10 +1426,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Scambia Con %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Cancella" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/ja.po b/po/ja.po index 07dff2f7..2f0cf9f4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-06-28 16:27+0000\n" "Last-Translator: fate \n" "Language-Team: Japanese \n" @@ -56,8 +56,8 @@ msgstr "" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "取消" @@ -135,7 +135,7 @@ msgstr "キャラを作成" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "名前:" @@ -180,7 +180,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "サーバ:" @@ -537,12 +537,12 @@ msgstr "はい" msgid "No" msgstr "いいえ" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "接続しています..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -640,11 +640,11 @@ msgstr "" msgid "Login" msgstr "ログイン" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "パスワード:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "ポート:" @@ -656,8 +656,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "" @@ -762,49 +762,49 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "パスワードが一致していません。" -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "エラー" @@ -1218,58 +1218,58 @@ msgstr "" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1400,6 +1400,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1409,10 +1413,176 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +msgid "Trade with " +msgstr "" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "取消" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/nl.po b/po/nl.po index 3cbd5247..2ee556d1 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-10-10 00:04+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Dutch\n" @@ -57,8 +57,8 @@ msgstr "" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Annuleren" @@ -136,7 +136,7 @@ msgstr "Personage Aanmaken" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Naam:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Server:" @@ -539,12 +539,12 @@ msgstr "Ja" msgid "No" msgstr "Nee" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Verbinden..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Selecteer het aantal exemplaren om neer te leggen" msgid "Login" msgstr "Inloggen" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Wachtword:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Poort:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Behouden" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Aanmelden" @@ -766,49 +766,49 @@ msgstr "@@drop|Neerleggen@@" msgid "@@description|Description@@" msgstr "@@description|Beschrijving@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Bevestigen:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "De gebruikersnaam moet uit ten minste %d tekens bestaan." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "De gebruikersnaam moet uit minder dan %d tekens bestaan." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Het wachtwoord moet uit ten minste %d tekens bestaan." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Het wachtwoord moet uit minder dan %d tekens bestaan." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Wachtwoorden komen niet overeen." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Fout" @@ -1225,58 +1225,58 @@ msgstr "Je geeft:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1407,6 +1407,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1416,10 +1420,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Handelen met %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Annuleren" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/pl.po b/po/pl.po index 55371e43..d1e98691 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-10-10 05:26+0000\n" "Last-Translator: Michał Trzebiatowski \n" "Language-Team: \n" @@ -59,8 +59,8 @@ msgstr "Sprzedaj" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Anuluj" @@ -138,7 +138,7 @@ msgstr "Stwórz postać" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Imię:" @@ -183,7 +183,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Serwer:" @@ -541,12 +541,12 @@ msgstr "Tak" msgid "No" msgstr "Nie" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Łączenie..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -644,11 +644,11 @@ msgstr "Wybierz ilość przedmiotów do upuszczenia." msgid "Login" msgstr "Użytkownik" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Hasło:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Port:" @@ -660,8 +660,8 @@ msgstr "" msgid "Keep" msgstr "Zachowaj" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Rejestruj" @@ -768,49 +768,49 @@ msgstr "@@drop|Upuść@@" msgid "@@description|Description@@" msgstr "@@description|Opis@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Potwierdź:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "Mężczyzna" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "Kobieta" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Nazwa użytkownika musi być długa na conajmniej %d znaków." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Nazwa użytkownika musi mieć mniej niż %d znaków." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Hasło musi mieć conajmniej %d znaków." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Hasło nie może mieć więcej jak %d znaków." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Hasła nie zgadzają się." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Błąd" @@ -1232,58 +1232,58 @@ msgstr "Dajesz:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1414,6 +1414,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1423,10 +1427,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Targ z %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Anuluj" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/pt.po b/po/pt.po index 09f31b9b..72737624 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 16:41-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-02-03 10:14+0000\n" "Last-Translator: Tiago Silva \n" "Language-Team: Portuguese \n" @@ -57,8 +57,8 @@ msgstr "Vender" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancelar" @@ -136,7 +136,7 @@ msgstr "Criar Personagem" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nome:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Servidor:" @@ -539,12 +539,12 @@ msgstr "Sim" msgid "No" msgstr "Não" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Conectando..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Seleccionar a quantidade de itens a largar." msgid "Login" msgstr "Autenticar" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Senha:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Porta:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Manter" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Registo" @@ -766,49 +766,49 @@ msgstr "@@drop|Largar@@" msgid "@@description|Description@@" msgstr "@@descrição|Descrição@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Confirmar:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "O nome de utilizador necessita de pelo menos %d caracteres." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "O nome de utilizador só pode ter %d caracteres." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "A password necessita de pelo menos %d caracteres." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "A password só pode ter até %d caracteres." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "As senhas não coincidem." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Erro" @@ -850,8 +850,9 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -msgid "Colours" -msgstr "" +#, fuzzy +msgid "Colors" +msgstr "Cor de Cabelo:" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1236,58 +1237,58 @@ msgstr "Dá:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1418,6 +1419,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1427,10 +1432,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Negociar com %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Cancelar" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index aaf8de44..58ec5d1b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-12-14 21:37+0000\n" "Last-Translator: Enrico Nicoletto \n" "Language-Team: Brazilian Portuguese \n" @@ -57,8 +57,8 @@ msgstr "Vender" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancelar" @@ -136,7 +136,7 @@ msgstr "Criar Personagem" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nome:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Servidor:" @@ -539,12 +539,12 @@ msgstr "Sim" msgid "No" msgstr "Não" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Conectando..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Selecionar montante de itens para descartar." msgid "Login" msgstr "Login" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Senha:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Porta:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Manter" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Registrar" @@ -766,49 +766,49 @@ msgstr "@@descartar|Descartar@@" msgid "@@description|Description@@" msgstr "@@descrição|Descrição@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Confirmar:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "Homem" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "Mulher" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "O nome do usuário precisa ter pelo menos %d caracteres." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "O nome do usuário tem que ser inferior a %d caracteres." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "A senha deve ter pelo menos %d caracteres." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "A senha deve ser menor que %d caracteres." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Senhas não conferem." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Erro" @@ -1229,58 +1229,58 @@ msgstr "Você dá:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1411,6 +1411,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1420,10 +1424,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@Negociar|Negociar com %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Cancelar" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/ru.po b/po/ru.po index 82955c54..6d1d3a98 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-01-08 11:50+0000\n" "Last-Translator: idle sign \n" "Language-Team: Russian \n" @@ -57,8 +57,8 @@ msgstr "Продать" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Отмена" @@ -136,7 +136,7 @@ msgstr "Создать персонажа" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Имя:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Сервер:" @@ -539,12 +539,12 @@ msgstr "Да" msgid "No" msgstr "Нет" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Соединение..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Сколько предметов сбросить." msgid "Login" msgstr "Вход" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Пароль:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Порт:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Оставить" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Зарегистрироваться" @@ -766,49 +766,49 @@ msgstr "@@drop|Сбросить@@" msgid "@@description|Description@@" msgstr "@@description|Описание@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Подтвердите:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Имя пользователя должно содержать не менее %d символов." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Имя пользователя не должно содержать более %d символов." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Пароль должен содержать не менее %d символов." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Пароль не должен содержать более %d символов." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Пароли не совпадают." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Ошибка" @@ -1229,58 +1229,58 @@ msgstr "Вы отдаете:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1411,6 +1411,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1420,10 +1424,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Торговать с %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Отмена" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/sk.po b/po/sk.po index ef9d85bf..8b0eec38 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-12-30 14:07+0000\n" "Last-Translator: TomasKovacik \n" "Language-Team: Slovak \n" @@ -56,8 +56,8 @@ msgstr "" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Zrušiť" @@ -136,7 +136,7 @@ msgstr "Vytvoriť postavu" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Meno" @@ -180,7 +180,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "" @@ -535,12 +535,12 @@ msgstr "" msgid "No" msgstr "" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "" #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -638,11 +638,11 @@ msgstr "" msgid "Login" msgstr "" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "" @@ -654,8 +654,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "" @@ -758,49 +758,49 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "Muž" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "Žena" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "" @@ -1209,58 +1209,58 @@ msgstr "" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1391,6 +1391,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1400,10 +1404,176 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +msgid "Trade with " +msgstr "" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Zrušiť" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/sv.po b/po/sv.po index b0b4dc07..88148c62 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-05-07 19:04+0000\n" "Last-Translator: Kess Vargavind \n" "Language-Team: Swedish \n" @@ -57,8 +57,8 @@ msgstr "Sälj" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Avbryt" @@ -136,7 +136,7 @@ msgstr "Skapa karaktär" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Namn:" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "Server:" @@ -539,12 +539,12 @@ msgstr "Ja" msgid "No" msgstr "Nej" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "Ansluter..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "Välj antal föremål att släppa." msgid "Login" msgstr "Användarnamn" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "Lösenord:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "Port:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "Behåll" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "Registrera" @@ -766,49 +766,49 @@ msgstr "@@drop|Släpp@@" msgid "@@description|Description@@" msgstr "@@description|Beskrivning@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "Bekräfta:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Användarnamnet måste vara minst %d tecken långt." -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Användarnamnet måste vara kortare än %d tecken." -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Lösenordet måste vara minst %d tecken långt." -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Lösenordet måste vara kortare än %d tecken." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "Lösenorden stämmer inte överens." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "Fel" @@ -1229,58 +1229,58 @@ msgstr "Du ger:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1411,6 +1411,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1420,10 +1424,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@trade|Handla med %s@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "Avbryt" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/th.po b/po/th.po index 866c30ee..70a4bc2c 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-11-25 06:16+0000\n" "Last-Translator: Tharawut Paripaiboon \n" "Language-Team: Thai \n" @@ -56,8 +56,8 @@ msgstr "" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "ยกเลิก" @@ -136,7 +136,7 @@ msgstr "สร้างตัวละคร" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "ชื่อ:" @@ -180,7 +180,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "" @@ -535,12 +535,12 @@ msgstr "ใช่" msgid "No" msgstr "ไม่" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "กำลังเชื่อมต่อ..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -634,11 +634,11 @@ msgstr "" msgid "Login" msgstr "เข้าระบบ" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "รหัสผ่าน:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "" @@ -650,8 +650,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "สมัครสมาชิก" @@ -754,49 +754,49 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "ยืนยัน:" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "ชาย" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "หญิง" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "ผิดพลาด" @@ -1210,58 +1210,58 @@ msgstr "" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1392,6 +1392,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1401,10 +1405,176 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +msgid "Trade with " +msgstr "" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "ยกเลิก" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 05dc2b57..c69f2cf8 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-12 17:52-0700\n" +"POT-Creation-Date: 2009-01-15 11:01-0700\n" "PO-Revision-Date: 2008-09-17 14:41+0000\n" "Last-Translator: luojie-dune \n" "Language-Team: Simplified Chinese \n" @@ -57,8 +57,8 @@ msgstr "出售" #: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:79 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:115 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "取消" @@ -136,7 +136,7 @@ msgstr "创建角色" #: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 #: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:64 msgid "Name:" msgstr "名称" @@ -181,7 +181,7 @@ msgstr "" msgid "Global announcement from " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:69 +#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" msgstr "服务器:" @@ -539,12 +539,12 @@ msgstr "是" msgid "No" msgstr "否" -#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:113 +#: ../src/gui/connection.cpp:48 ../src/gui/updatewindow.cpp:112 msgid "Connecting..." msgstr "连接中..." #: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:96 +#: ../src/being.cpp:93 msgid "Unable to load emotions" msgstr "" @@ -642,11 +642,11 @@ msgstr "请选择丢弃的物品数量" msgid "Login" msgstr "登陆" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:67 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 msgid "Password:" msgstr "密码:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:70 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 msgid "Port:" msgstr "端口:" @@ -658,8 +658,8 @@ msgstr "" msgid "Keep" msgstr "保持" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:62 -#: ../src/gui/register.cpp:78 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 +#: ../src/gui/register.cpp:76 msgid "Register" msgstr "注册" @@ -766,49 +766,49 @@ msgstr "@@丢弃|丢弃@@" msgid "@@description|Description@@" msgstr "@@描述|描述@@" -#: ../src/gui/register.cpp:68 +#: ../src/gui/register.cpp:66 msgid "Confirm:" msgstr "确定" -#: ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:74 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:77 +#: ../src/gui/register.cpp:75 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:186 +#: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:195 +#: ../src/gui/register.cpp:192 #, c-format msgid "The username needs to be at least %d characters long." msgstr "用户名至少需要%d个字符" -#: ../src/gui/register.cpp:203 +#: ../src/gui/register.cpp:200 #, c-format msgid "The username needs to be less than %d characters long." msgstr "用户名不能少于%d个字符" -#: ../src/gui/register.cpp:211 +#: ../src/gui/register.cpp:208 #, c-format msgid "The password needs to be at least %d characters long." msgstr "密码需要至少%d个字符" -#: ../src/gui/register.cpp:219 +#: ../src/gui/register.cpp:216 #, c-format msgid "The password needs to be less than %d characters long." msgstr "密码不能少于%d个字符" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:226 +#: ../src/gui/register.cpp:223 msgid "Passwords do not match." msgstr "密码不一致." -#: ../src/gui/register.cpp:246 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 msgid "Error" msgstr "错误" @@ -1229,58 +1229,58 @@ msgstr "你得到:" msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" -#: ../src/gui/updatewindow.cpp:79 +#: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" msgstr "" -#: ../src/gui/updatewindow.cpp:94 +#: ../src/gui/updatewindow.cpp:93 msgid "Updating..." msgstr "" -#: ../src/gui/updatewindow.cpp:116 +#: ../src/gui/updatewindow.cpp:115 msgid "Play" msgstr "" -#: ../src/gui/updatewindow.cpp:197 +#: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" msgstr "" -#: ../src/gui/updatewindow.cpp:329 +#: ../src/gui/updatewindow.cpp:327 msgid "curl error " msgstr "" -#: ../src/gui/updatewindow.cpp:330 +#: ../src/gui/updatewindow.cpp:328 msgid " host: " msgstr "" -#: ../src/gui/updatewindow.cpp:365 +#: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" msgstr "" -#: ../src/gui/updatewindow.cpp:415 +#: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" msgstr "" -#: ../src/gui/updatewindow.cpp:453 +#: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." msgstr "" -#: ../src/gui/updatewindow.cpp:454 +#: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" msgstr "" -#: ../src/gui/updatewindow.cpp:455 +#: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" msgstr "" -#: ../src/gui/updatewindow.cpp:509 +#: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" msgstr "" -#: ../src/gui/updatewindow.cpp:522 +#: ../src/gui/updatewindow.cpp:520 msgid "Completed" msgstr "" @@ -1411,6 +1411,10 @@ msgstr "" msgid "You're pining for the fjords." msgstr "" +#: ../src/net/playerhandler.cpp:267 +msgid "You picked up " +msgstr "" + #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" msgstr "" @@ -1420,10 +1424,177 @@ msgstr "" msgid "0x013b: Unhandled message %i" msgstr "" +#: ../src/net/tradehandler.cpp:91 +msgid "Request for trade" +msgstr "" + +#: ../src/net/tradehandler.cpp:93 +msgid " wants to trade with you, do you accept?" +msgstr "" + +#. Too far away +#: ../src/net/tradehandler.cpp:107 +msgid "Trading isn't possible. Trade partner is too far away." +msgstr "" + +#. Character doesn't exist +#: ../src/net/tradehandler.cpp:111 +msgid "Trading isn't possible. Character doesn't exist." +msgstr "" + +#. Invite request check failed... +#: ../src/net/tradehandler.cpp:115 +msgid "Trade cancelled due to an unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:121 +msgid "Trade: You and " +msgstr "" + +#: ../src/net/tradehandler.cpp:127 +#, fuzzy +msgid "Trade with " +msgstr "@@交易|与%s交易@@" + +#: ../src/net/tradehandler.cpp:128 +#, fuzzy +msgid " cancelled" +msgstr "取消" + +#. Shouldn't happen as well, but to be sure +#: ../src/net/tradehandler.cpp:135 +msgid "Unhandled trade cancel packet" +msgstr "" + +#. Add item failed - player overweighted +#: ../src/net/tradehandler.cpp:185 +msgid "Failed adding item. Trade partner is over weighted." +msgstr "" + +#. Add item failed - player has no free slot +#: ../src/net/tradehandler.cpp:190 +msgid "Failed adding item. Trade partner has no free slot." +msgstr "" + +#: ../src/net/tradehandler.cpp:194 +msgid "Failed adding item for unknown reason." +msgstr "" + +#: ../src/net/tradehandler.cpp:207 +msgid "Trade canceled." +msgstr "" + +#: ../src/net/tradehandler.cpp:214 +msgid "Trade completed." +msgstr "" + +#: ../src/resources/colordb.cpp:56 +#, c-format +msgid "Trying TMW's color file, %s." +msgstr "" + +#: ../src/resources/colordb.cpp:66 +msgid "ColorDB: Failed" +msgstr "" + +#: ../src/resources/colordb.cpp:83 +#, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "" + +#: ../src/resources/colordb.cpp:98 +msgid "Unloading color database..." +msgstr "" + +#: ../src/resources/colordb.cpp:113 +#, c-format +msgid "ColorDB: Error, unknown dye ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:52 +msgid "Initializing item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:55 +msgid "Unknown item" +msgstr "" + +#: ../src/resources/itemdb.cpp:65 +msgid "ItemDB: Error while loading items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:77 +msgid "ItemDB: Invalid or missing item ID in items.xml!" +msgstr "" + +#: ../src/resources/itemdb.cpp:82 +#, c-format +msgid "ItemDB: Redefinition of item ID %d" +msgstr "" + #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" msgstr "" +#: ../src/resources/itemdb.cpp:142 +msgid "Unloading item database..." +msgstr "" + +#: ../src/resources/itemdb.cpp:160 +#, c-format +msgid "ItemDB: Error, unknown item ID# %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:199 +#, c-format +msgid "ItemDB: Ignoring unknown sound event '%s'" +msgstr "" + +#: ../src/resources/monsterdb.cpp:44 +msgid "unnamed" +msgstr "" + +#: ../src/resources/monsterdb.cpp:46 +msgid "Initializing monster database..." +msgstr "" + +#: ../src/resources/monsterdb.cpp:53 +msgid "Monster Database: Error while loading monster.xml!" +msgstr "" + +#: ../src/resources/monsterdb.cpp:84 +#, c-format +msgid "" +"MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" +msgstr "" + +#: ../src/resources/monsterdb.cpp:121 +#, c-format +msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" +msgstr "" + +#: ../src/resources/monsterdb.cpp:159 +#, c-format +msgid "MonsterDB: Warning, unknown monster ID %d requested" +msgstr "" + +#: ../src/resources/npcdb.cpp:48 +msgid "Initializing NPC database..." +msgstr "" + +#: ../src/resources/npcdb.cpp:55 +msgid "NPC Database: Error while loading npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:67 +msgid "NPC Database: NPC with missing ID in npcs.xml!" +msgstr "" + +#: ../src/resources/npcdb.cpp:125 +#, c-format +msgid "NPCDB: Warning, unknown NPC ID %d requested" +msgstr "" + #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" msgstr "" diff --git a/src/animatedsprite.h b/src/animatedsprite.h index 405bf42e..ddc663f2 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -60,50 +60,42 @@ class AnimatedSprite /** * Resets the animated sprite. */ - void - reset(); + void reset(); /** * Plays an action using the current direction */ - void - play(SpriteAction action); + void play(SpriteAction action); /** * Inform the animation of the passed time so that it can output the * correct animation frame. */ - void - update(int time); + void update(int time); /** * Draw the current animation frame at the coordinates given in screen * pixels. */ - bool - draw(Graphics* graphics, int posX, int posY) const; + bool draw(Graphics* graphics, int posX, int posY) const; /** * gets the width in pixels of the image of the current frame */ - int - getWidth() const; + int getWidth() const; /** * gets the height in pixels of the image of the current frame */ - int - getHeight() const; + int getHeight() const; /** * Sets the direction. */ - void - setDirection(SpriteDirection direction); + void setDirection(SpriteDirection direction); private: - bool - updateCurrentAnimation(unsigned int dt); + bool updateCurrentAnimation(unsigned int dt); SpriteDirection mDirection; /**< The sprite direction. */ int mLastTime; /**< The last time update was called. */ diff --git a/src/being.cpp b/src/being.cpp index 5eb62b2d..69da1182 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -48,9 +48,6 @@ #include "utils/tostring.h" #include "utils/xml.h" -#define BEING_EFFECTS_FILE "effects.xml" -#define HAIR_FILE "hair.xml" - int Being::instances = 0; int Being::mNumberOfHairstyles = 1; ImageSet *Being::emotionSet = NULL; diff --git a/src/configuration.cpp b/src/configuration.cpp index a2ce4500..4fb6a42b 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -87,7 +87,6 @@ void ConfigurationObject::clear(void) mOptions.clear(); } - ConfigurationObject::~ConfigurationObject(void) { clear(); @@ -190,7 +189,6 @@ void ConfigurationObject::writeToXML(xmlTextWriterPtr writer) } } - void Configuration::write() { // Do not attempt to write to file that cannot be opened for writing diff --git a/src/equipment.cpp b/src/equipment.cpp index f1d1d4f2..828de46b 100644 --- a/src/equipment.cpp +++ b/src/equipment.cpp @@ -32,8 +32,7 @@ Equipment::Equipment(): std::fill_n(mEquipment, EQUIPMENT_SIZE, 0); } -void -Equipment::setEquipment(int index, int inventoryIndex) +void Equipment::setEquipment(int index, int inventoryIndex) { mEquipment[index] = inventoryIndex; Item* item = player_node->getInventory()->getItem(inventoryIndex); diff --git a/src/floor_item.h b/src/floor_item.h index b747310b..4a4e8fb3 100644 --- a/src/floor_item.h +++ b/src/floor_item.h @@ -51,42 +51,36 @@ class FloorItem : public Sprite /** * Returns instance id of this item. */ - unsigned int - getId() const { return mId; } + unsigned int getId() const { return mId; } /** * Returns the item id. */ - unsigned int - getItemId() const { return mItem->getId(); } + unsigned int getItemId() const { return mItem->getId(); } /** * Returns the x coordinate. */ - unsigned short - getX() const { return mX; } + unsigned short getX() const { return mX; } /** * Returns the y coordinate. */ - unsigned short - getY() const { return mY; } + unsigned short getY() const { return mY; } /** * Returns the pixel y coordinate. * * @see Sprite::getPixelY() */ - int - getPixelY() const { return mY * 32; } + int getPixelY() const { return mY * 32; } /** * Draws this floor item to the given graphics context. * * @see Sprite::draw(Graphics, int, int) */ - void - draw(Graphics *graphics, int offsetX, int offsetY) const + void draw(Graphics *graphics, int offsetX, int offsetY) const { graphics->drawImage(mItem->getImage(), mX * 32 + offsetX, diff --git a/src/graphics.cpp b/src/graphics.cpp index 784e6e77..55ccc3b4 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -178,13 +178,12 @@ void Graphics::drawImagePattern(Image *image, int x, int y, int w, int h) } } -void -Graphics::drawImageRect(int x, int y, int w, int h, - Image *topLeft, Image *topRight, - Image *bottomLeft, Image *bottomRight, - Image *top, Image *right, - Image *bottom, Image *left, - Image *center) +void Graphics::drawImageRect(int x, int y, int w, int h, + Image *topLeft, Image *topRight, + Image *bottomLeft, Image *bottomRight, + Image *top, Image *right, + Image *bottom, Image *left, + Image *center) { pushClipArea(gcn::Rectangle(x, y, w, h)); @@ -222,9 +221,8 @@ Graphics::drawImageRect(int x, int y, int w, int h, popClipArea(); } -void -Graphics::drawImageRect(int x, int y, int w, int h, - const ImageRect &imgRect) +void Graphics::drawImageRect(int x, int y, int w, int h, + const ImageRect &imgRect) { drawImageRect(x, y, w, h, imgRect.grid[0], imgRect.grid[2], imgRect.grid[6], imgRect.grid[8], diff --git a/src/graphics.h b/src/graphics.h index efdd1ac1..bc9a95bd 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -95,17 +95,15 @@ class Graphics : public gcn::SDLGraphics { * @return true if the image was blitted properly * false otherwise. */ - virtual bool - drawImage(Image *image, - int srcX, int srcY, - int dstX, int dstY, - int width, int height, - bool useColor = false); - - virtual void - drawImagePattern(Image *image, - int x, int y, - int w, int h); + virtual bool drawImage(Image *image, + int srcX, int srcY, + int dstX, int dstY, + int width, int height, + bool useColor = false); + + virtual void drawImagePattern(Image *image, + int x, int y, + int w, int h); /** * Draws a rectangle using images. 4 corner images, 4 side images and 1 diff --git a/src/gui/browserbox.cpp b/src/gui/browserbox.cpp index 8be32ebb..7621b856 100644 --- a/src/gui/browserbox.cpp +++ b/src/gui/browserbox.cpp @@ -210,8 +210,7 @@ struct MouseOverLink int mX, mY; }; -void -BrowserBox::mousePressed(gcn::MouseEvent &event) +void BrowserBox::mousePressed(gcn::MouseEvent &event) { LinkIterator i = find_if(mLinks.begin(), mLinks.end(), MouseOverLink(event.getX(), event.getY())); @@ -221,8 +220,7 @@ BrowserBox::mousePressed(gcn::MouseEvent &event) } } -void -BrowserBox::mouseMoved(gcn::MouseEvent &event) +void BrowserBox::mouseMoved(gcn::MouseEvent &event) { LinkIterator i = find_if(mLinks.begin(), mLinks.end(), MouseOverLink(event.getX(), event.getY())); @@ -230,8 +228,7 @@ BrowserBox::mouseMoved(gcn::MouseEvent &event) mSelectedLink = (i != mLinks.end()) ? (i - mLinks.begin()) : -1; } -void -BrowserBox::draw(gcn::Graphics *graphics) +void BrowserBox::draw(gcn::Graphics *graphics) { if (mOpaque) { diff --git a/src/gui/button.cpp b/src/gui/button.cpp index 40ecd1b7..9653242c 100644 --- a/src/gui/button.cpp +++ b/src/gui/button.cpp @@ -122,8 +122,7 @@ Button::~Button() } } -void -Button::draw(gcn::Graphics *graphics) +void Button::draw(gcn::Graphics *graphics) { int mode; diff --git a/src/gui/buttonbox.cpp b/src/gui/buttonbox.cpp index 903d971d..d29f3c58 100644 --- a/src/gui/buttonbox.cpp +++ b/src/gui/buttonbox.cpp @@ -34,8 +34,7 @@ ButtonBox::ButtonBox(const std::string &title, const std::string &buttonTxt, add(button); } -void -ButtonBox::action(const gcn::ActionEvent &event) +void ButtonBox::action(const gcn::ActionEvent &event) { if (event.getId() == "activate") { diff --git a/src/gui/buttonbox.h b/src/gui/buttonbox.h index edde4aa4..1741f7ba 100644 --- a/src/gui/buttonbox.h +++ b/src/gui/buttonbox.h @@ -60,8 +60,7 @@ class ButtonBox : public Window, public gcn::ActionListener * * @param event is the event that is generated */ - void - action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event); private: diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp index 08fcd2b2..750c6d6f 100644 --- a/src/gui/char_select.cpp +++ b/src/gui/char_select.cpp @@ -308,8 +308,7 @@ CharCreateDialog::~CharCreateDialog() charServerHandler.setCharCreateDialog(0); } -void -CharCreateDialog::action(const gcn::ActionEvent &event) +void CharCreateDialog::action(const gcn::ActionEvent &event) { int numberOfColors = ColorDB::size(); if (event.getId() == "create") { @@ -340,22 +339,19 @@ CharCreateDialog::action(const gcn::ActionEvent &event) } } -std::string -CharCreateDialog::getName() +std::string CharCreateDialog::getName() { std::string name = mNameField->getText(); trim(name); return name; } -void -CharCreateDialog::unlock() +void CharCreateDialog::unlock() { mCreateButton->setEnabled(true); } -void -CharCreateDialog::attemptCharCreate() +void CharCreateDialog::attemptCharCreate() { // Send character infos MessageOut outMsg(mNetwork); diff --git a/src/gui/char_server.cpp b/src/gui/char_server.cpp index ff401332..d5452532 100644 --- a/src/gui/char_server.cpp +++ b/src/gui/char_server.cpp @@ -98,8 +98,7 @@ ServerSelectDialog::~ServerSelectDialog() delete mServerListModel; } -void -ServerSelectDialog::action(const gcn::ActionEvent &event) +void ServerSelectDialog::action(const gcn::ActionEvent &event) { if (event.getId() == "ok") { mOkButton->setEnabled(false); @@ -114,14 +113,12 @@ ServerSelectDialog::action(const gcn::ActionEvent &event) } } -int -ServerListModel::getNumberOfElements() +int ServerListModel::getNumberOfElements() { return n_server; } -std::string -ServerListModel::getElementAt(int i) +std::string ServerListModel::getElementAt(int i) { const SERVER_INFO *si = server_info[i]; return si->name + " (" + toString(si->online_users) + ")"; diff --git a/src/gui/chat.h b/src/gui/chat.h index 437dc115..9e137499 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -107,149 +107,142 @@ struct CHATSKILL * \ingroup Interface */ class ChatWindow : public Window, public gcn::ActionListener, - public gcn::KeyListener + public gcn::KeyListener { public: - /** - * Constructor. - */ - ChatWindow(Network *network); - - /** - * Destructor: used to write back values to the config file - */ - ~ChatWindow(); - - /** - * Logic (updates components' size) - */ - void logic(); - - /** - * Adds a line of text to our message list. Parameters: - * - * @param line Text message. - * @parem own Type of message (usually the owner-type). - */ - void chatLog(std::string line, int own, bool ignoreRecord = false); - - /** - * Calls original chat_log() after processing the packet. - */ - void chatLog(CHATSKILL); - - /** - * Performs action. - */ - void action(const gcn::ActionEvent &event); - - /** - * Request focus for typing chat message. - */ - void requestChatFocus(); - - /** - * Checks whether ChatWindow is Focused or not. - */ - bool isInputFocused(); - - /** - * Determines whether to send a command or an ordinary message, then - * contructs packets & sends them. - * - * @param nick The character's name to display in front. - * @param msg The message text which is to be send. - * - * NOTE: - * The nickname is required by the server, if not specified - * the message may not be sent unless a command was intended - * which requires another packet to be constructed! you can - * achieve this by putting a slash ("/") infront of the - * message followed by the command name and the message. - * of course all slash-commands need implemented handler- - * routines. ;-) - * remember, a line starting with "@" is not a command that needs - * to be parsed rather is sent using the normal chat-packet. - * - * EXAMPLE: - * // for an global announcement /- command - * chatlog.chat_send("", "/announce Hello to all logged in users!"); - * // for simple message by a user /- message - * chatlog.chat_send("Zaeiru", "Hello to all users on the screen!"); - */ - void - chatSend(const std::string &nick, std::string msg); - - /** Called when key is pressed */ - void - keyPressed(gcn::KeyEvent &event); - - /** Called to set current text */ - void - setInputText(std::string input_str); - - /** Override to reset mTmpVisible */ - void - setVisible(bool visible); + /** + * Constructor. + */ + ChatWindow(Network *network); + + /** + * Destructor: used to write back values to the config file + */ + ~ChatWindow(); + + /** + * Logic (updates components' size) + */ + void logic(); + + /** + * Adds a line of text to our message list. Parameters: + * + * @param line Text message. + * @parem own Type of message (usually the owner-type). + */ + void chatLog(std::string line, int own, bool ignoreRecord = false); + + /** + * Calls original chat_log() after processing the packet. + */ + void chatLog(CHATSKILL); + + /** + * Performs action. + */ + void action(const gcn::ActionEvent &event); + + /** + * Request focus for typing chat message. + */ + void requestChatFocus(); + + /** + * Checks whether ChatWindow is Focused or not. + */ + bool isInputFocused(); + + /** + * Determines whether to send a command or an ordinary message, then + * contructs packets & sends them. + * + * @param nick The character's name to display in front. + * @param msg The message text which is to be send. + * + * NOTE: + * The nickname is required by the server, if not specified + * the message may not be sent unless a command was intended + * which requires another packet to be constructed! you can + * achieve this by putting a slash ("/") infront of the + * message followed by the command name and the message. + * of course all slash-commands need implemented handler- + * routines. ;-) + * remember, a line starting with "@" is not a command that needs + * to be parsed rather is sent using the normal chat-packet. + * + * EXAMPLE: + * // for an global announcement /- command + * chatlog.chat_send("", "/announce Hello to all logged in users!"); + * // for simple message by a user /- message + * chatlog.chat_send("Zaeiru", "Hello to all users on the screen!"); + */ + void chatSend(const std::string &nick, std::string msg); + + /** Called when key is pressed */ + void keyPressed(gcn::KeyEvent &event); + + /** Called to set current text */ + void setInputText(std::string input_str); + + /** Override to reset mTmpVisible */ + void setVisible(bool visible); /** - * Scrolls the chat window - * - * @param amount direction and amount to scroll. Negative numbers scroll - * up, positive numbers scroll down. The absolute amount indicates the - * amount of 1/8ths of chat window real estate that should be scrolled. - */ - void - scroll(int amount); - - /** - * party implements the partying chat commands - * - * @param command is the party command to perform - * @param msg is the remainder of the message - */ - void - party(const std::string &command, const std::string &msg); - - /** - * help implements the /help command - * - * @param msg1 is the command that the player needs help on - * @param msg2 is the sub-command relating to the command - */ - void - help(const std::string &msg1, const std::string &msg2); + * Scrolls the chat window + * + * @param amount direction and amount to scroll. Negative numbers scroll + * up, positive numbers scroll down. The absolute amount indicates the + * amount of 1/8ths of chat window real estate that should be scrolled. + */ + void scroll(int amount); + + /** + * party implements the partying chat commands + * + * @param command is the party command to perform + * @param msg is the remainder of the message + */ + void party(const std::string &command, const std::string &msg); + + /** + * help implements the /help command + * + * @param msg1 is the command that the player needs help on + * @param msg2 is the sub-command relating to the command + */ + void help(const std::string &msg1, const std::string &msg2); private: - Network *mNetwork; - bool mTmpVisible; - - /** One item in the chat log */ - struct CHATLOG - { - std::string nick; - std::string text; - int own; - }; - - /** Constructs failed messages for actions */ - std::string const_msg(CHATSKILL); - - gcn::TextField *mChatInput; /**< Input box for typing chat messages */ - BrowserBox *mTextOutput; /**< Text box for displaying chat history */ - ScrollArea *mScrollArea; /**< Scroll area around text output */ - - typedef std::list History; - typedef History::iterator HistoryIterator; - History mHistory; /**< Command history */ - HistoryIterator mCurHist; /**< History iterator */ - Recorder *mRecorder; /**< Recording class */ - char mPartyPrefix; /**< Messages beginning with the prefix are sent to - the party */ - bool mReturnToggles; /**< Marks whether toggles the chat log - or not */ - Party *mParty; + Network *mNetwork; + bool mTmpVisible; + + /** One item in the chat log */ + struct CHATLOG + { + std::string nick; + std::string text; + int own; + }; + + /** Constructs failed messages for actions */ + std::string const_msg(CHATSKILL); + + gcn::TextField *mChatInput; /**< Input box for typing chat messages */ + BrowserBox *mTextOutput; /**< Text box for displaying chat history */ + ScrollArea *mScrollArea; /**< Scroll area around text output */ + + typedef std::list History; + typedef History::iterator HistoryIterator; + History mHistory; /**< Command history */ + HistoryIterator mCurHist; /**< History iterator */ + Recorder *mRecorder; /**< Recording class */ + char mPartyPrefix; /**< Messages beginning with the prefix are sent to + the party */ + bool mReturnToggles; /**< Marks whether toggles the chat log + or not */ + Party *mParty; }; extern ChatWindow *chatWindow; diff --git a/src/gui/debugwindow.cpp b/src/gui/debugwindow.cpp index 7fc63096..63f4762a 100644 --- a/src/gui/debugwindow.cpp +++ b/src/gui/debugwindow.cpp @@ -67,8 +67,7 @@ DebugWindow::DebugWindow(): add(mParticleCountLabel); } -void -DebugWindow::logic() +void DebugWindow::logic() { // Get the current mouse position int mouseX, mouseY; diff --git a/src/gui/emotecontainer.h b/src/gui/emotecontainer.h index f5922a9c..2a115f0b 100644 --- a/src/gui/emotecontainer.h +++ b/src/gui/emotecontainer.h @@ -33,15 +33,13 @@ #include "../resources/imageset.h" class Image; -class Inventory; -class Emote; namespace gcn { class SelectionListener; } /** - * An item container. Used to show items in inventory and trade dialog. + * An emote container. Used to show emotes in inventory and trade dialog. * * \ingroup GUI */ @@ -61,7 +59,7 @@ class EmoteContainer : public gcn::Widget, virtual ~EmoteContainer(); /** - * Draws the items. + * Draws the emotes. */ void draw(gcn::Graphics *graphics); @@ -76,12 +74,12 @@ class EmoteContainer : public gcn::Widget, void mousePressed(gcn::MouseEvent &event); /** - * Returns the selected item. + * Returns the selected emote. */ int getSelectedEmote(); /** - * Sets selected item to NULL. + * Sets selected emote to NULL. */ void selectNone(); @@ -106,12 +104,12 @@ class EmoteContainer : public gcn::Widget, private: /** - * Sets the currently selected item. Invalid (e.g., negative) indices set `no item'. + * Sets the currently selected emote. Invalid (e.g., negative) indices set `no emotr'. */ void setSelectedEmoteIndex(int index); /** - * Find the current item index by the most recently used item ID + * Find the current emote index by the most recently used emote ID */ void refindSelectedEmote(void); diff --git a/src/gui/emotewindow.h b/src/gui/emotewindow.h index a382e37d..dbe4efd7 100644 --- a/src/gui/emotewindow.h +++ b/src/gui/emotewindow.h @@ -67,7 +67,6 @@ class EmoteWindow : public Window, gcn::ActionListener, void widgetResized(const gcn::Event &event); private: - EmoteContainer *mEmotes; gcn::Button *mUseButton; diff --git a/src/gui/inttextbox.cpp b/src/gui/inttextbox.cpp index df8cf24e..4cb885c3 100644 --- a/src/gui/inttextbox.cpp +++ b/src/gui/inttextbox.cpp @@ -29,8 +29,7 @@ IntTextBox::IntTextBox(int i): { } -void -IntTextBox::keyPressed(gcn::KeyEvent &event) +void IntTextBox::keyPressed(gcn::KeyEvent &event) { const gcn::Key &key = event.getKey(); diff --git a/src/gui/inttextbox.h b/src/gui/inttextbox.h index 9c6e8bf4..d134fcd7 100644 --- a/src/gui/inttextbox.h +++ b/src/gui/inttextbox.h @@ -55,8 +55,7 @@ class IntTextBox : public TextField /** * Responds to key presses. */ - void - keyPressed(gcn::KeyEvent &event); + void keyPressed(gcn::KeyEvent &event); private: int mMin; /**< Minimum value */ diff --git a/src/gui/itempopup.cpp b/src/gui/itempopup.cpp deleted file mode 100644 index 055cbe44..00000000 --- a/src/gui/itempopup.cpp +++ /dev/null @@ -1,113 +0,0 @@ -/* - * The Legend of Mazzeroth - * Copyright (C) 2008, The Legend of Mazzeroth Development Team - * - * This file is part of The Legend of Mazzeroth based on original code - * from The Mana World. - * - * The Legend of Mazzeroth is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * The Legend of Mazzeroth is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with The Legend of Mazzeroth; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#include - -#include "gui.h" -#include "itempopup.h" - -#include "widgets/layout.h" - -#include "../resources/image.h" -#include "../resources/iteminfo.h" -#include "../resources/resourcemanager.h" -#include "../utils/gettext.h" -#include "../utils/strprintf.h" - -ItemPopup::ItemPopup() -{ - - setResizable(false); - setTitleBarHeight(0); - - // Item Name - mItemName = new gcn::Label("Label"); - mItemName->setFont(gui->getFont()); - mItemName->setPosition(2, 2); - mItemName->setWidth(getWidth() - 4); - - // Item Description - mItemDesc = new TextBox(); - mItemDesc->setEditable(false); - mItemDescScroll = new ScrollArea(mItemDesc); - - mItemDescScroll->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); - mItemDescScroll->setVerticalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); - mItemDescScroll->setDimension(gcn::Rectangle(0, 0, 196, 14)); - mItemDescScroll->setOpaque(false); - mItemDescScroll->setPosition(2, 15); - - // Item Effect - mItemEffect = new TextBox(); - mItemEffect->setEditable(false); - mItemEffectScroll = new ScrollArea(mItemEffect); - - mItemEffectScroll->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); - mItemEffectScroll->setVerticalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); - mItemEffectScroll->setDimension(gcn::Rectangle(0, 0, 196, 14)); - mItemEffectScroll->setOpaque(false); - mItemEffectScroll->setPosition(2, 35); - - add(mItemName); - add(mItemDescScroll); - add(mItemEffectScroll); - - setLocationRelativeTo(getParent()); - - // LEEOR / TODO: This causes an exception error. - //moveToBottom(getParent()); - - mItemDesc->setTextWrapped( "" ); - mItemEffect->setTextWrapped( "" ); -} - -void ItemPopup::setItem(Item *item) -{ - - ItemInfo const *info = item ? &item->getInfo() : NULL; - - mItemName->setCaption(info->getName()); - mItemDesc->setTextWrapped( info->getDescription() ); - mItemEffect->setTextWrapped( info->getEffect() ); - - int numRowsDesc = mItemDesc->getNumberOfRows(); - int numRowsEffect = mItemEffect->getNumberOfRows(); - - if(info->getEffect() == "") - { - setContentSize(200, (numRowsDesc * 14) + 30); - } else { - setContentSize(200, (numRowsDesc * 14) + (numRowsEffect*14) + 30); - } - - mItemDescScroll->setDimension(gcn::Rectangle(2, 0, 196, numRowsDesc * 14)); - - mItemEffectScroll->setDimension(gcn::Rectangle(2, 0, 196, numRowsEffect * 14)); - - mItemDescScroll->setPosition(2, 20); - mItemEffectScroll->setPosition(2, (numRowsDesc * 15) + 25); -} - -unsigned int ItemPopup::getNumRows() -{ - return mItemDesc->getNumberOfRows(), mItemEffect->getNumberOfRows(); -} diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h deleted file mode 100644 index 0082ec2c..00000000 --- a/src/gui/itempopup.h +++ /dev/null @@ -1,51 +0,0 @@ -/* -* - * The Legend of Mazzeroth - * Copyright (C) 2008, The Legend of Mazzeroth Development Team - * - * This file is part of The Legend of Mazzeroth based on original code - * from The Mana World. - * - * The Legend of Mazzeroth is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * The Legend of Mazzeroth is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with The Legend of Mazzeroth; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#ifndef _LOM_ITEMPOPUP_H__ -#define _LOM_ITEMPOPUP_H__ - -#include "scrollarea.h" -#include "textbox.h" -#include "window.h" - -#include "../item.h" - -class ItemPopup : public Window - { - public: - - ItemPopup(); - - void setItem(Item *item); - unsigned int getNumRows(); - - private: - gcn::Label *mItemName; - TextBox *mItemDesc; - TextBox *mItemEffect; - ScrollArea *mItemDescScroll; - ScrollArea *mItemEffectScroll; - - }; - -#endif diff --git a/src/gui/listbox.cpp b/src/gui/listbox.cpp index 4dca66a0..7e28e1f5 100644 --- a/src/gui/listbox.cpp +++ b/src/gui/listbox.cpp @@ -57,8 +57,7 @@ void ListBox::draw(gcn::Graphics *graphics) } } -void -ListBox::mouseDragged(gcn::MouseEvent &event) +void ListBox::mouseDragged(gcn::MouseEvent &event) { // Pretend mouse is pressed continuously while dragged. Causes list // selection to be updated as is default in many GUIs. diff --git a/src/gui/login.cpp b/src/gui/login.cpp index 18976b46..bba69754 100644 --- a/src/gui/login.cpp +++ b/src/gui/login.cpp @@ -188,8 +188,7 @@ bool LoginDialog::canSubmit() state == LOGIN_STATE; } -bool -LoginDialog::isUShort(const std::string &str) +bool LoginDialog::isUShort(const std::string &str) { if (str == "") { @@ -212,8 +211,7 @@ LoginDialog::isUShort(const std::string &str) return true; } -unsigned short -LoginDialog::getUShort(const std::string &str) +unsigned short LoginDialog::getUShort(const std::string &str) { unsigned long l = 0; for (std::string::const_iterator strPtr = str.begin(), strEnd = str.end(); @@ -228,9 +226,8 @@ LoginDialog::getUShort(const std::string &str) * LoginDialog::DropDownList */ -void -LoginDialog::DropDownList::saveEntry(const std::string &server, - const std::string &port, int &saved) +void LoginDialog::DropDownList::saveEntry(const std::string &server, + const std::string &port, int &saved) { if (saved < MAX_SERVER_LIST_SIZE && server != "") { @@ -272,9 +269,8 @@ LoginDialog::DropDownList::DropDownList(std::string prefix, } } -void -LoginDialog::DropDownList::save(const std::string &server, - const std::string &port) +void LoginDialog::DropDownList::save(const std::string &server, + const std::string &port) { int position = 0; saveEntry(server, port, position); @@ -292,14 +288,12 @@ LoginDialog::DropDownList::save(const std::string &server, } } -int -LoginDialog::DropDownList::getNumberOfElements() +int LoginDialog::DropDownList::getNumberOfElements() { return mServers.size(); } -std::string -LoginDialog::DropDownList::getElementAt(int i) +std::string LoginDialog::DropDownList::getElementAt(int i) { if (i < 0 || i >= getNumberOfElements()) { @@ -308,8 +302,7 @@ LoginDialog::DropDownList::getElementAt(int i) return getServerAt(i) + ":" + getPortAt(i); } -std::string -LoginDialog::DropDownList::getServerAt(int i) +std::string LoginDialog::DropDownList::getServerAt(int i) { if (i < 0 || i >= getNumberOfElements()) { @@ -318,9 +311,7 @@ LoginDialog::DropDownList::getServerAt(int i) return mServers.at(i); } - -std::string -LoginDialog::DropDownList::getPortAt(int i) +std::string LoginDialog::DropDownList::getPortAt(int i) { if (i < 0 || i >= getNumberOfElements()) { diff --git a/src/gui/login.h b/src/gui/login.h index 3b911424..d1d75ebc 100644 --- a/src/gui/login.h +++ b/src/gui/login.h @@ -74,8 +74,7 @@ class LoginDialog : public Window, public gcn::ActionListener, * Returns whether submit can be enabled. This is true in the login * state, when all necessary fields have some text. */ - bool - canSubmit(); + bool canSubmit(); /** * Function to decide whether string is an unsigned short or not @@ -84,8 +83,7 @@ class LoginDialog : public Window, public gcn::ActionListener, * * @return true is str is an unsigned short, false otherwise */ - static bool - isUShort(const std::string &str); + static bool isUShort(const std::string &str); /** * Converts string to an unsigned short (undefined if invalid) @@ -94,8 +92,7 @@ class LoginDialog : public Window, public gcn::ActionListener, * * @return the value str represents */ - static unsigned short - getUShort(const std::string &str); + static unsigned short getUShort(const std::string &str); DropDown *mServerDropDown; gcn::TextField *mUserField; diff --git a/src/gui/passwordfield.h b/src/gui/passwordfield.h index 9aa6ab49..e31b1779 100644 --- a/src/gui/passwordfield.h +++ b/src/gui/passwordfield.h @@ -31,7 +31,8 @@ * * \ingroup GUI */ -class PasswordField : public TextField { +class PasswordField : public TextField +{ public: /** * Constructor, initializes the password field with the given string. diff --git a/src/gui/playerbox.cpp b/src/gui/playerbox.cpp index e5227e5a..92722417 100644 --- a/src/gui/playerbox.cpp +++ b/src/gui/playerbox.cpp @@ -76,8 +76,7 @@ PlayerBox::~PlayerBox() } } -void -PlayerBox::draw(gcn::Graphics *graphics) +void PlayerBox::draw(gcn::Graphics *graphics) { if (mPlayer) { @@ -90,8 +89,7 @@ PlayerBox::draw(gcn::Graphics *graphics) } } -void -PlayerBox::drawFrame(gcn::Graphics *graphics) +void PlayerBox::drawFrame(gcn::Graphics *graphics) { int w, h, bs; bs = getFrameSize(); diff --git a/src/gui/playerbox.h b/src/gui/playerbox.h index 7aec87bf..3ccb5fad 100644 --- a/src/gui/playerbox.h +++ b/src/gui/playerbox.h @@ -53,8 +53,7 @@ class PlayerBox : public gcn::ScrollArea * player to NULL causes the box not to draw any * character. */ - void - setPlayer(const Player *player) { mPlayer = player; } + void setPlayer(const Player *player) { mPlayer = player; } /** * Draws the scroll area. diff --git a/src/gui/progressbar.cpp b/src/gui/progressbar.cpp index 708a2991..b4117c80 100644 --- a/src/gui/progressbar.cpp +++ b/src/gui/progressbar.cpp @@ -88,8 +88,7 @@ void ProgressBar::logic() if (mBlueToGo < mBlue) mBlue--; } -void -ProgressBar::draw(gcn::Graphics *graphics) +void ProgressBar::draw(gcn::Graphics *graphics) { static_cast(graphics)-> drawImageRect(0, 0, getWidth(), getHeight(), mBorder); @@ -104,16 +103,14 @@ ProgressBar::draw(gcn::Graphics *graphics) } } -void -ProgressBar::setProgress(float progress) +void ProgressBar::setProgress(float progress) { if (progress < 0.0f) mProgress = 0.0; else if (progress > 1.0f) mProgress = 1.0; else mProgress = progress; } -void -ProgressBar::setColor(Uint8 red, Uint8 green, Uint8 blue) +void ProgressBar::setColor(Uint8 red, Uint8 green, Uint8 blue) { mRedToGo = red; mGreenToGo = green; diff --git a/src/gui/progressbar.h b/src/gui/progressbar.h index a20c901f..d2ace66c 100644 --- a/src/gui/progressbar.h +++ b/src/gui/progressbar.h @@ -52,50 +52,42 @@ class ProgressBar : public gcn::Widget { /** * Performs progress bar logic (fading colors) */ - void - logic(); + void logic(); /** * Draws the progress bar. */ - void - draw(gcn::Graphics *graphics); + void draw(gcn::Graphics *graphics); /** * Sets the current progress. */ - void - setProgress(float progress); + void setProgress(float progress); /** * Returns the current progress. */ - float - getProgress() { return mProgress; } + float getProgress() { return mProgress; } /** * Change the filling of the progress bar. */ - void - setColor(Uint8, Uint8 green, Uint8 blue); + void setColor(Uint8, Uint8 green, Uint8 blue); /** * Get The red value of color */ - Uint8 - getRed() { return mRed; } + Uint8 getRed() { return mRed; } /** * Get The red value of color */ - Uint8 - getGreen() { return mGreen; } + Uint8 getGreen() { return mGreen; } /** * Get The red value of color */ - Uint8 - getBlue() { return mBlue; } + Uint8 getBlue() { return mBlue; } private: float mProgress; diff --git a/src/gui/register.cpp b/src/gui/register.cpp index 5d687425..568ec5ff 100644 --- a/src/gui/register.cpp +++ b/src/gui/register.cpp @@ -43,14 +43,12 @@ #include "../utils/gettext.h" #include "../utils/strprintf.h" -void -WrongDataNoticeListener::setTarget(gcn::TextField *textField) +void WrongDataNoticeListener::setTarget(gcn::TextField *textField) { mTarget = textField; } -void -WrongDataNoticeListener::action(const gcn::ActionEvent &event) +void WrongDataNoticeListener::action(const gcn::ActionEvent &event) { if (event.getId() == "ok") { @@ -173,8 +171,7 @@ RegisterDialog::~RegisterDialog() delete mWrongDataNoticeListener; } -void -RegisterDialog::action(const gcn::ActionEvent &event) +void RegisterDialog::action(const gcn::ActionEvent &event) { if (event.getId() == "cancel") { @@ -263,14 +260,12 @@ RegisterDialog::action(const gcn::ActionEvent &event) } } -void -RegisterDialog::keyPressed(gcn::KeyEvent &keyEvent) +void RegisterDialog::keyPressed(gcn::KeyEvent &keyEvent) { mRegisterButton->setEnabled(canSubmit()); } -bool -RegisterDialog::canSubmit() +bool RegisterDialog::canSubmit() { return !mUserField->getText().empty() && !mPasswordField->getText().empty() && @@ -280,8 +275,7 @@ RegisterDialog::canSubmit() state == REGISTER_STATE; } -bool -RegisterDialog::isUShort(const std::string &str) +bool RegisterDialog::isUShort(const std::string &str) { if (str == "") { @@ -304,8 +298,7 @@ RegisterDialog::isUShort(const std::string &str) return true; } -unsigned short -RegisterDialog::getUShort(const std::string &str) +unsigned short RegisterDialog::getUShort(const std::string &str) { unsigned long l = 0; for (std::string::const_iterator strPtr = str.begin(), strEnd = str.end(); diff --git a/src/gui/register.h b/src/gui/register.h index 87a11bb9..4c1d9f88 100644 --- a/src/gui/register.h +++ b/src/gui/register.h @@ -84,8 +84,7 @@ class RegisterDialog : public Window, public gcn::ActionListener, * Returns whether submit can be enabled. This is true in the register * state, when all necessary fields have some text. */ - bool - canSubmit(); + bool canSubmit(); /** * Function to decide whether string is an unsigned short or not @@ -94,8 +93,7 @@ class RegisterDialog : public Window, public gcn::ActionListener, * * @return true if str is an unsigned short, false otherwise */ - static bool - isUShort(const std::string &str); + static bool isUShort(const std::string &str); /** * Converts string to an unsigned short (undefined if invalid) @@ -104,8 +102,7 @@ class RegisterDialog : public Window, public gcn::ActionListener, * * @return the value str represents */ - static unsigned short - getUShort(const std::string &str); + static unsigned short getUShort(const std::string &str); gcn::TextField *mUserField; gcn::TextField *mPasswordField; diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index dfc3da38..370a2d2e 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -42,8 +42,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, void action(const gcn::ActionEvent &event); /** Called when key is pressed */ - void - keyPressed(gcn::KeyEvent &event); + void keyPressed(gcn::KeyEvent &event); private: bool mFullScreenEnabled; @@ -86,12 +85,10 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, gcn::Slider *mParticleDetailSlider; gcn::Label *mParticleDetailField; - void - updateSliders(bool originalValues); + void updateSliders(bool originalValues); - int - updateSlider(gcn::Slider *slider, gcn::TextField *field, - const std::string &configName); + int updateSlider(gcn::Slider *slider, gcn::TextField *field, + const std::string &configName); }; #endif diff --git a/src/gui/status.h b/src/gui/status.h index eb4171c9..aa20d094 100644 --- a/src/gui/status.h +++ b/src/gui/status.h @@ -33,7 +33,6 @@ class LocalPlayer; class ProgressBar; - /** * The player status dialog. * diff --git a/src/gui/table.cpp b/src/gui/table.cpp index e4d7812e..264d9864 100644 --- a/src/gui/table.cpp +++ b/src/gui/table.cpp @@ -63,8 +63,7 @@ GuiTableActionListener::~GuiTableActionListener(void) } } -void -GuiTableActionListener::action(const gcn::ActionEvent& actionEvent) +void GuiTableActionListener::action(const gcn::ActionEvent& actionEvent) { mTable->setSelected(mRow, mColumn); mTable->distributeActionEvent(); @@ -88,14 +87,12 @@ GuiTable::~GuiTable(void) delete mModel; } -TableModel * -GuiTable::getModel(void) const +TableModel* GuiTable::getModel(void) const { return mModel; } -void -GuiTable::setModel(TableModel *new_model) +void GuiTable::setModel(TableModel *new_model) { if (mModel) { uninstallActionListeners(); @@ -112,9 +109,7 @@ GuiTable::setModel(TableModel *new_model) } } - -void -GuiTable::recomputeDimensions(void) +void GuiTable::recomputeDimensions(void) { int rows_nr = mModel->getRows(); int columns_nr = mModel->getColumns(); @@ -136,33 +131,28 @@ GuiTable::recomputeDimensions(void) setHeight(height); } -void -GuiTable::setSelected(int row, int column) +void GuiTable::setSelected(int row, int column) { mSelectedColumn = column; mSelectedRow = row; } -int -GuiTable::getSelectedRow(void) +int GuiTable::getSelectedRow(void) { return mSelectedRow; } -int -GuiTable::getSelectedColumn(void) +int GuiTable::getSelectedColumn(void) { return mSelectedColumn; } -void -GuiTable::setLinewiseSelection(bool linewise) +void GuiTable::setLinewiseSelection(bool linewise) { mLinewiseMode = linewise; } -int -GuiTable::getRowHeight(void) +int GuiTable::getRowHeight(void) { if (mModel) return mModel->getRowHeight() + 1; // border @@ -170,8 +160,7 @@ GuiTable::getRowHeight(void) return 0; } -int -GuiTable::getColumnWidth(int i) +int GuiTable::getColumnWidth(int i) { if (mModel) return mModel->getColumnWidth(i) + 1; // border @@ -179,16 +168,14 @@ GuiTable::getColumnWidth(int i) return 0; } -void -GuiTable::uninstallActionListeners(void) +void GuiTable::uninstallActionListeners(void) { for (std::vector::const_iterator it = action_listeners.begin(); it != action_listeners.end(); it++) delete *it; action_listeners.clear(); } -void -GuiTable::installActionListeners(void) +void GuiTable::installActionListeners(void) { if (!mModel) return; @@ -207,8 +194,7 @@ GuiTable::installActionListeners(void) } // -- widget ops -void -GuiTable::draw(gcn::Graphics* graphics) +void GuiTable::draw(gcn::Graphics* graphics) { graphics->setColor(getBackgroundColor()); graphics->fillRectangle(gcn::Rectangle(0, 0, getWidth(), getHeight())); @@ -282,42 +268,35 @@ GuiTable::draw(gcn::Graphics* graphics) } } -void -GuiTable::logic(void) +void GuiTable::logic(void) { } -void -GuiTable::moveToTop(gcn::Widget *widget) +void GuiTable::moveToTop(gcn::Widget *widget) { gcn::Widget::moveToTop(widget); this->mTopWidget = widget; } -void -GuiTable::moveToBottom(gcn::Widget *widget) +void GuiTable::moveToBottom(gcn::Widget *widget) { gcn::Widget::moveToBottom(widget); if (widget == this->mTopWidget) this->mTopWidget = NULL; } -gcn::Rectangle -GuiTable::getChildrenArea(void) +gcn::Rectangle GuiTable::getChildrenArea(void) { return gcn::Rectangle(0, 0, getWidth(), getHeight()); } // -- KeyListener notifications -void -GuiTable::keyPressed(gcn::KeyEvent& keyEvent) +void GuiTable::keyPressed(gcn::KeyEvent& keyEvent) { } - // -- MouseListener notifications -void -GuiTable::mousePressed(gcn::MouseEvent& mouseEvent) +void GuiTable::mousePressed(gcn::MouseEvent& mouseEvent) { if (mouseEvent.getButton() == gcn::MouseEvent::LEFT) { int row = getRowForY(mouseEvent.getY()); @@ -332,24 +311,20 @@ GuiTable::mousePressed(gcn::MouseEvent& mouseEvent) } } -void -GuiTable::mouseWheelMovedUp(gcn::MouseEvent& mouseEvent) +void GuiTable::mouseWheelMovedUp(gcn::MouseEvent& mouseEvent) { } -void -GuiTable::mouseWheelMovedDown(gcn::MouseEvent& mouseEvent) +void GuiTable::mouseWheelMovedDown(gcn::MouseEvent& mouseEvent) { } -void -GuiTable::mouseDragged(gcn::MouseEvent& mouseEvent) +void GuiTable::mouseDragged(gcn::MouseEvent& mouseEvent) { } // -- TableModelListener notifications -void -GuiTable::modelUpdated(bool completed) +void GuiTable::modelUpdated(bool completed) { if (completed) { recomputeDimensions(); @@ -360,8 +335,7 @@ GuiTable::modelUpdated(bool completed) } } -gcn::Widget * -GuiTable::getWidgetAt(int x, int y) +gcn::Widget* GuiTable::getWidgetAt(int x, int y) { int row = getRowForY(y); int column = getColumnForX(x); @@ -381,8 +355,7 @@ GuiTable::getWidgetAt(int x, int y) return NULL; } -int -GuiTable::getRowForY(int y) +int GuiTable::getRowForY(int y) { int row = y / getRowHeight(); @@ -393,8 +366,7 @@ GuiTable::getRowForY(int y) return row; } -int -GuiTable::getColumnForX(int x) +int GuiTable::getColumnForX(int x) { int column; int delta = 0; @@ -412,9 +384,7 @@ GuiTable::getColumnForX(int x) return column; } - -void -GuiTable::_setFocusHandler(gcn::FocusHandler* focusHandler) +void GuiTable::_setFocusHandler(gcn::FocusHandler* focusHandler) { gcn::Widget::_setFocusHandler(focusHandler); diff --git a/src/gui/table_model.cpp b/src/gui/table_model.cpp index e1afef96..9911eec3 100644 --- a/src/gui/table_model.cpp +++ b/src/gui/table_model.cpp @@ -25,27 +25,23 @@ #include "table_model.h" -void -TableModel::installListener(TableModelListener *listener) +void TableModel::installListener(TableModelListener *listener) { listeners.insert(listener); } -void -TableModel::removeListener(TableModelListener *listener) +void TableModel::removeListener(TableModelListener *listener) { listeners.erase(listener); } -void -TableModel::signalBeforeUpdate(void) +void TableModel::signalBeforeUpdate(void) { for (std::set::const_iterator it = listeners.begin(); it != listeners.end(); it++) (*it)->modelUpdated(false); } -void -TableModel::signalAfterUpdate(void) +void TableModel::signalAfterUpdate(void) { for (std::set::const_iterator it = listeners.begin(); it != listeners.end(); it++) (*it)->modelUpdated(true); @@ -72,16 +68,14 @@ StaticTableModel::~StaticTableModel(void) delete *it; } -void -StaticTableModel::resize(void) +void StaticTableModel::resize(void) { mRows = getRows(); mColumns = getColumns(); mTableModel.resize(mRows * mColumns, NULL); } -void -StaticTableModel::set(int row, int column, gcn::Widget *widget) +void StaticTableModel::set(int row, int column, gcn::Widget *widget) { if (row >= mRows || row < 0 || column >= mColumns || column < 0) @@ -106,14 +100,12 @@ StaticTableModel::set(int row, int column, gcn::Widget *widget) signalAfterUpdate(); } -gcn::Widget * -StaticTableModel::getElementAt(int row, int column) +gcn::Widget* StaticTableModel::getElementAt(int row, int column) { return mTableModel[WIDGET_AT(row, column)]; } -void -StaticTableModel::fixColumnWidth(int column, int width) +void StaticTableModel::fixColumnWidth(int column, int width) { if (width < 0 || column < 0 || column >= mColumns) @@ -122,8 +114,7 @@ StaticTableModel::fixColumnWidth(int column, int width) mWidths[column] = -width; // Negate to tag as fixed } -void -StaticTableModel::fixRowHeight(int height) +void StaticTableModel::fixRowHeight(int height) { if (height < 0) return; @@ -131,14 +122,12 @@ StaticTableModel::fixRowHeight(int height) mHeight = -height; } -int -StaticTableModel::getRowHeight(void) +int StaticTableModel::getRowHeight(void) { return abs(mHeight); } -int -StaticTableModel::getColumnWidth(int column) +int StaticTableModel::getColumnWidth(int column) { if (column < 0 || column >= mColumns) return 0; @@ -146,14 +135,12 @@ StaticTableModel::getColumnWidth(int column) return abs(mWidths[column]); } -int -StaticTableModel::getRows(void) +int StaticTableModel::getRows(void) { return mRows; } -int -StaticTableModel::getColumns(void) +int StaticTableModel::getColumns(void) { return mColumns; } diff --git a/src/gui/truetypefont.cpp b/src/gui/truetypefont.cpp index 7f9abd3a..248afcbf 100644 --- a/src/gui/truetypefont.cpp +++ b/src/gui/truetypefont.cpp @@ -17,16 +17,14 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * $Id$ */ -#include "truetypefont.h" - #include #include +#include "truetypefont.h" + #include "../graphics.h" #include "../resources/image.h" @@ -77,7 +75,6 @@ class TextChunk gcn::Color color; }; - // Word surfaces cache static std::list cache; typedef std::list::iterator CacheIterator; @@ -114,8 +111,8 @@ TrueTypeFont::~TrueTypeFont() } void TrueTypeFont::drawString(gcn::Graphics *graphics, - const std::string &text, - int x, int y) + const std::string &text, + int x, int y) { if (text.empty()) { diff --git a/src/gui/truetypefont.h b/src/gui/truetypefont.h index 7a4ee9ac..67c39e6a 100644 --- a/src/gui/truetypefont.h +++ b/src/gui/truetypefont.h @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * $Id$ */ #ifndef _TMW_TRUETYPEFONT_H diff --git a/src/gui/updatewindow.cpp b/src/gui/updatewindow.cpp index fab048fc..9311b59b 100644 --- a/src/gui/updatewindow.cpp +++ b/src/gui/updatewindow.cpp @@ -69,8 +69,7 @@ static unsigned long fadler32(FILE *file) /** * Load the given file into a vector of strings. */ -std::vector -loadTextFile(const std::string &fileName) +std::vector loadTextFile(const std::string &fileName) { std::vector lines; std::ifstream fin(fileName.c_str()); @@ -242,8 +241,7 @@ int UpdaterWindow::updateProgress(void *ptr, return 0; } -size_t -UpdaterWindow::memoryWrite(void *ptr, size_t size, size_t nmemb, FILE *stream) +size_t UpdaterWindow::memoryWrite(void *ptr, size_t size, size_t nmemb, FILE *stream) { UpdaterWindow *uw = reinterpret_cast(stream); size_t totalMem = size * nmemb; diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index 5bb29987..5fcb7dc9 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -46,8 +46,6 @@ extern volatile int tick_time; -extern volatile int tick_time; - Viewport::Viewport(): mMap(0), mPixelViewX(0.0f), diff --git a/src/gui/widgets/resizegrip.cpp b/src/gui/widgets/resizegrip.cpp index 87527f0a..6009d5f5 100644 --- a/src/gui/widgets/resizegrip.cpp +++ b/src/gui/widgets/resizegrip.cpp @@ -56,8 +56,7 @@ ResizeGrip::~ResizeGrip() } } -void -ResizeGrip::draw(gcn::Graphics *graphics) +void ResizeGrip::draw(gcn::Graphics *graphics) { static_cast(graphics)->drawImage(gripImage, 0, 0); } diff --git a/src/gui/window.h b/src/gui/window.h index 89cc75a5..d864290c 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -157,8 +157,7 @@ class Window : public gcn::Window, gcn::WidgetListener * * @return The parent window or NULL if there is none. */ - Window* - getParentWindow() { return mParent; } + Window* getParentWindow() { return mParent; } /** * Schedule this window for deletion. It will be deleted at the start @@ -198,14 +197,12 @@ class Window : public gcn::Window, gcn::WidgetListener /** * Sets the name of the window. This is not the window title. */ - void - setWindowName(const std::string &name) { mWindowName = name; } + void setWindowName(const std::string &name) { mWindowName = name; } /** * Returns the name of the window. This is not the window title. */ - const std::string& - getWindowName() { return mWindowName; } + const std::string& getWindowName() { return mWindowName; } /** * Reads the position (and the size for resizable windows) in the diff --git a/src/item.h b/src/item.h index eb6fed77..bb6fcbdc 100644 --- a/src/item.h +++ b/src/item.h @@ -46,14 +46,12 @@ class Item /** * Sets the item id, identifying the item type. */ - void - setId(int id); + void setId(int id); /** * Returns the item id. */ - int - getId() const { return mId; } + int getId() const { return mId; } /** * Returns the item image. @@ -63,62 +61,52 @@ class Item /** * Sets the number of items. */ - void - setQuantity(int quantity) { mQuantity = quantity; } + void setQuantity(int quantity) { mQuantity = quantity; } /** * Increases the number of items by the given amount. */ - void - increaseQuantity(int amount) { mQuantity += amount; } + void increaseQuantity(int amount) { mQuantity += amount; } /** * Returns the number of items. */ - int - getQuantity() const { return mQuantity; } + int getQuantity() const { return mQuantity; } /** * Sets whether this item is considered equipment. */ - void - setEquipment(bool equipment) { mEquipment = equipment; } + void setEquipment(bool equipment) { mEquipment = equipment; } /** * Returns whether this item is considered equipment. */ - bool - isEquipment() const { return mEquipment; } + bool isEquipment() const { return mEquipment; } /** * Sets whether this item is equipped. */ - void - setEquipped(bool equipped) { mEquipped = equipped; } + void setEquipped(bool equipped) { mEquipped = equipped; } /** * Returns whether this item is equipped. */ - bool - isEquipped() const { return mEquipped; } + bool isEquipped() const { return mEquipped; } /** * Sets the inventory index of this item. */ - void - setInvIndex(int index) { mInvIndex = index; } + void setInvIndex(int index) { mInvIndex = index; } /** * Returns the inventory index of this item. */ - int - getInvIndex() const { return mInvIndex; } + int getInvIndex() const { return mInvIndex; } /** * Returns information about this item type. */ - const ItemInfo& - getInfo() const { return ItemDB::get(mId); } + const ItemInfo& getInfo() const { return ItemDB::get(mId); } protected: int mId; /**< Item type id. */ diff --git a/src/map.h b/src/map.h index 81d0b629..b299fdb5 100644 --- a/src/map.h +++ b/src/map.h @@ -182,8 +182,7 @@ class Map : public Properties /** * Finds the tile set that a tile with the given global id is part of. */ - Tileset* - getTilesetWithGid(int gid) const; + Tileset* getTilesetWithGid(int gid) const; /** * Get tile reference. @@ -203,26 +202,22 @@ class Map : public Properties /** * Returns the width of this map. */ - int - getWidth() const { return mWidth; } + int getWidth() const { return mWidth; } /** * Returns the height of this map. */ - int - getHeight() const { return mHeight; } + int getHeight() const { return mHeight; } /** * Returns the tile width of this map. */ - int - getTileWidth() const { return mTileWidth; } + int getTileWidth() const { return mTileWidth; } /** * Returns the tile height used by this map. */ - int - getTileHeight() const { return mTileHeight; } + int getTileHeight() const { return mTileHeight; } /** * Find a path from one location to the next. @@ -232,14 +227,12 @@ class Map : public Properties /** * Adds a sprite to the map. */ - SpriteIterator - addSprite(Sprite *sprite); + SpriteIterator addSprite(Sprite *sprite); /** * Removes a sprite from the map. */ - void - removeSprite(SpriteIterator iterator); + void removeSprite(SpriteIterator iterator); /** * Adds a particle effect @@ -266,9 +259,8 @@ class Map : public Properties /** * Draws the overlay graphic to the given graphics output. */ - void - drawOverlay(Graphics *graphics, float scrollX, float scrollY, - int detail); + void drawOverlay(Graphics *graphics, float scrollX, float scrollY, + int detail); /** * Tells whether a tile is occupied by a being. diff --git a/src/monster.h b/src/monster.h index cb8f7f18..7a8cd2a7 100644 --- a/src/monster.h +++ b/src/monster.h @@ -62,8 +62,7 @@ class Monster : public Being /** * Returns the MonsterInfo, with static data about this monster. */ - const MonsterInfo& - getInfo() const; + const MonsterInfo& getInfo() const; /** * Determine whether the mob should show it's name diff --git a/src/net/messagein.cpp b/src/net/messagein.cpp index 345e02fc..387af70c 100644 --- a/src/net/messagein.cpp +++ b/src/net/messagein.cpp @@ -38,15 +38,13 @@ MessageIn::MessageIn(const char *data, unsigned int length): mId = readInt16(); } -Sint8 -MessageIn::readInt8() +Sint8 MessageIn::readInt8() { assert(mPos < mLength); return mData[mPos++]; } -Sint16 -MessageIn::readInt16() +Sint16 MessageIn::readInt16() { assert(mPos + 2 <= mLength); mPos += 2; @@ -57,8 +55,7 @@ MessageIn::readInt16() #endif } -Sint32 -MessageIn::readInt32() +Sint32 MessageIn::readInt32() { assert(mPos + 4 <= mLength); mPos += 4; @@ -69,8 +66,7 @@ MessageIn::readInt32() #endif } -void -MessageIn::readCoordinates(Uint16 &x, Uint16 &y, Uint8 &direction) +void MessageIn::readCoordinates(Uint16 &x, Uint16 &y, Uint8 &direction) { assert(mPos + 3 <= mLength); @@ -119,8 +115,7 @@ MessageIn::readCoordinates(Uint16 &x, Uint16 &y, Uint8 &direction) mPos += 3; } -void -MessageIn::readCoordinatePair(Uint16 &srcX, Uint16 &srcY, +void MessageIn::readCoordinatePair(Uint16 &srcX, Uint16 &srcY, Uint16 &dstX, Uint16 &dstY) { assert(mPos + 5 <= mLength); @@ -142,15 +137,13 @@ MessageIn::readCoordinatePair(Uint16 &srcX, Uint16 &srcY, mPos += 5; } -void -MessageIn::skip(unsigned int length) +void MessageIn::skip(unsigned int length) { assert(mPos + length <= mLength); mPos += length; } -std::string -MessageIn::readString(int length) +std::string MessageIn::readString(int length) { // Get string length if (length < 0) { diff --git a/src/net/messagein.h b/src/net/messagein.h index 81db6cdc..90804497 100644 --- a/src/net/messagein.h +++ b/src/net/messagein.h @@ -43,14 +43,12 @@ class MessageIn /** * Returns the message ID. */ - short - getId() { return mId; } + short getId() { return mId; } /** * Returns the message length. */ - unsigned int - getLength() { return mLength; } + unsigned int getLength() { return mLength; } Sint8 readInt8(); /**< Reads a byte. */ Sint16 readInt16(); /**< Reads a short. */ @@ -60,30 +58,26 @@ class MessageIn * Reads a special 3 byte block used by eAthena, containing x and y * coordinates and direction. */ - void - readCoordinates(Uint16 &x, Uint16 &y, Uint8 &direction); + void readCoordinates(Uint16 &x, Uint16 &y, Uint8 &direction); /** * Reads a special 5 byte block used by eAthena, containing a source * and destination coordinate pair. */ - void - readCoordinatePair(Uint16 &srcX, Uint16 &srcY, - Uint16 &dstX, Uint16 &dstY); + void readCoordinatePair(Uint16 &srcX, Uint16 &srcY, + Uint16 &dstX, Uint16 &dstY); /** * Skips a given number of bytes. */ - void - skip(unsigned int length); + void skip(unsigned int length); /** * Reads a string. If a length is not given (-1), it is assumed * that the length of the string is stored in a short at the * start of the string. */ - std::string - readString(int length = -1); + std::string readString(int length = -1); private: const char* mData; /**< The message data. */ diff --git a/src/net/network.cpp b/src/net/network.cpp index c9f8d1bd..60d54a7a 100644 --- a/src/net/network.cpp +++ b/src/net/network.cpp @@ -431,8 +431,7 @@ char *iptostring(int address) return asciiIP; } -void -Network::setError(const std::string& error) +void Network::setError(const std::string& error) { logger->log("Network error: %s", error.c_str()); mError = error; diff --git a/src/net/network.h b/src/net/network.h index 43b4dbbc..6270e0de 100644 --- a/src/net/network.h +++ b/src/net/network.h @@ -46,47 +46,33 @@ class Network ~Network(); - bool - connect(const std::string &address, short port); + bool connect(const std::string &address, short port); - void - disconnect(); + void disconnect(); - void - registerHandler(MessageHandler *handler); + void registerHandler(MessageHandler *handler); - void - unregisterHandler(MessageHandler *handler); + void unregisterHandler(MessageHandler *handler); - void - clearHandlers(); + void clearHandlers(); - int - getState() const { return mState; } + int getState() const { return mState; } - const std::string& - getError() const { return mError; } + const std::string& getError() const { return mError; } - bool - isConnected() const { return mState == CONNECTED; } + bool isConnected() const { return mState == CONNECTED; } - int - getInSize() const { return mInSize; } + int getInSize() const { return mInSize; } - void - skip(int len); + void skip(int len); - bool - messageReady(); + bool messageReady(); - MessageIn - getNextMessage(); + MessageIn getNextMessage(); - void - dispatchMessages(); + void dispatchMessages(); - void - flush(); + void flush(); // ERROR replaced by NET_ERROR because already defined in Windows enum { @@ -98,17 +84,13 @@ class Network }; protected: - void - setError(const std::string& error); + void setError(const std::string& error); - Uint16 - readWord(int pos); + Uint16 readWord(int pos); - bool - realConnect(); + bool realConnect(); - void - receive(); + void receive(); TCPsocket mSocket; diff --git a/src/net/partyhandler.cpp b/src/net/partyhandler.cpp index 9b5f3080..d4b7455b 100644 --- a/src/net/partyhandler.cpp +++ b/src/net/partyhandler.cpp @@ -50,8 +50,7 @@ PartyHandler::PartyHandler(Party *party) : mParty(party) handledMessages = _messages; } -void -PartyHandler::handleMessage(MessageIn *msg) +void PartyHandler::handleMessage(MessageIn *msg) { switch (msg->getId()) { diff --git a/src/net/playerhandler.cpp b/src/net/playerhandler.cpp index 83b26743..59c7d0d6 100644 --- a/src/net/playerhandler.cpp +++ b/src/net/playerhandler.cpp @@ -264,7 +264,7 @@ void PlayerHandler::handleMessage(MessageIn *msg) Uint32 curGp = player_node->mGp; player_node->mGp = msg->readInt32(); if (player_node->mGp > curGp) - chatWindow->chatLog("You picked up " + + chatWindow->chatLog(_("You picked up ") + toString(player_node->mGp - curGp) + " GP", BY_SERVER); } diff --git a/src/net/tradehandler.cpp b/src/net/tradehandler.cpp index 746e1d06..07134746 100644 --- a/src/net/tradehandler.cpp +++ b/src/net/tradehandler.cpp @@ -32,6 +32,8 @@ #include "../gui/confirm_dialog.h" #include "../gui/trade.h" +#include "../utils/gettext.h" + std::string tradePartnerName; /** @@ -86,9 +88,9 @@ void TradeHandler::handleMessage(MessageIn *msg) player_node->setTrading(true); ConfirmDialog *dlg; - dlg = new ConfirmDialog("Request for trade", + dlg = new ConfirmDialog(_("Request for trade"), tradePartnerName + - " wants to trade with you, do you accept?"); + _(" wants to trade with you, do you accept?")); dlg->addActionListener(&listener); } else @@ -102,37 +104,35 @@ void TradeHandler::handleMessage(MessageIn *msg) switch (msg->readInt8()) { case 0: // Too far away - chatWindow->chatLog("Trading isn't possible. " - "Trade partner is too far away.", + chatWindow->chatLog(_("Trading isn't possible. Trade partner is too far away."), BY_SERVER); break; case 1: // Character doesn't exist - chatWindow->chatLog("Trading isn't possible. " - "Character doesn't exist.", + chatWindow->chatLog(_("Trading isn't possible. Character doesn't exist."), BY_SERVER); break; case 2: // Invite request check failed... - chatWindow->chatLog("Trade cancelled due to an " - "unknown reason.", BY_SERVER); + chatWindow->chatLog(_("Trade cancelled due to an unknown reason."), + BY_SERVER); break; case 3: // Trade accepted tradeWindow->reset(); tradeWindow->setCaption( - "Trade: You and " + tradePartnerName); + _("Trade: You and ") + tradePartnerName); tradeWindow->setVisible(true); break; case 4: // Trade cancelled if (player_relations.hasPermission(tradePartnerName, PlayerRelation::SPEECH_LOG)) - chatWindow->chatLog("Trade with " + tradePartnerName + - " cancelled", BY_SERVER); + chatWindow->chatLog(_("Trade with ") + tradePartnerName + + _(" cancelled"), BY_SERVER); // otherwise ignore silently tradeWindow->setVisible(false); player_node->setTrading(false); break; default: // Shouldn't happen as well, but to be sure - chatWindow->chatLog("Unhandled trade cancel packet", + chatWindow->chatLog(_("Unhandled trade cancel packet"), BY_SERVER); break; } @@ -182,19 +182,17 @@ void TradeHandler::handleMessage(MessageIn *msg) break; case 1: // Add item failed - player overweighted - chatWindow->chatLog("Failed adding item. Trade " - "partner is over weighted.", + chatWindow->chatLog(_("Failed adding item. Trade partner is over weighted."), BY_SERVER); break; case 2: // Add item failed - player has no free slot - chatWindow->chatLog("Failed adding item. Trade " - "partner has no free slot.", + chatWindow->chatLog(_("Failed adding item. Trade partner has no free slot."), BY_SERVER); break; default: - chatWindow->chatLog("Failed adding item for " - "unknown reason.", BY_SERVER); + chatWindow->chatLog(_("Failed adding item for unknown reason."), + BY_SERVER); break; } } @@ -206,14 +204,14 @@ void TradeHandler::handleMessage(MessageIn *msg) break; case SMSG_TRADE_CANCEL: - chatWindow->chatLog("Trade canceled.", BY_SERVER); + chatWindow->chatLog(_("Trade canceled."), BY_SERVER); tradeWindow->setVisible(false); tradeWindow->reset(); player_node->setTrading(false); break; case SMSG_TRADE_COMPLETE: - chatWindow->chatLog("Trade completed.", BY_SERVER); + chatWindow->chatLog(_("Trade completed."), BY_SERVER); tradeWindow->setVisible(false); tradeWindow->reset(); player_node->setTrading(false); diff --git a/src/npc.cpp b/src/npc.cpp index 2aa15209..a2fb7d38 100644 --- a/src/npc.cpp +++ b/src/npc.cpp @@ -111,8 +111,7 @@ NPC::getType() const return Being::NPC; } -void -NPC::talk() +void NPC::talk() { MessageOut outMsg(mNetwork); outMsg.writeInt16(CMSG_NPC_TALK); @@ -121,16 +120,14 @@ NPC::talk() current_npc = this; } -void -NPC::nextDialog() +void NPC::nextDialog() { MessageOut outMsg(mNetwork); outMsg.writeInt16(CMSG_NPC_NEXT_REQUEST); outMsg.writeInt32(mId); } -void -NPC::dialogChoice(char choice) +void NPC::dialogChoice(char choice) { MessageOut outMsg(mNetwork); outMsg.writeInt16(CMSG_NPC_LIST_CHOICE); @@ -142,8 +139,7 @@ NPC::dialogChoice(char choice) * TODO Unify the buy() and sell() methods, without sacrificing readability of * the code calling the method. buy(bool buySell) would be bad... */ -void -NPC::buy() +void NPC::buy() { MessageOut outMsg(mNetwork); outMsg.writeInt16(CMSG_NPC_BUY_SELL_REQUEST); @@ -151,8 +147,7 @@ NPC::buy() outMsg.writeInt8(0); } -void -NPC::sell() +void NPC::sell() { MessageOut outMsg(mNetwork); outMsg.writeInt16(CMSG_NPC_BUY_SELL_REQUEST); diff --git a/src/particlecontainer.cpp b/src/particlecontainer.cpp index fbfb1505..b90db9f1 100644 --- a/src/particlecontainer.cpp +++ b/src/particlecontainer.cpp @@ -36,8 +36,7 @@ ParticleContainer::~ParticleContainer() delete mNext; } -void -ParticleContainer::clear() +void ParticleContainer::clear() { clearLocally(); if (mNext) @@ -57,8 +56,7 @@ ParticleList::ParticleList(ParticleContainer *parent, bool delParent) : ParticleList::~ParticleList() {} -void -ParticleList::addLocally(Particle *particle) +void ParticleList::addLocally(Particle *particle) { if (particle) { @@ -68,8 +66,7 @@ ParticleList::addLocally(Particle *particle) } } -void -ParticleList::removeLocally(Particle *particle) +void ParticleList::removeLocally(Particle *particle) { for (std::list::iterator it = mElements.begin(); it != mElements.end(); it++) @@ -79,8 +76,7 @@ ParticleList::removeLocally(Particle *particle) } } -void -ParticleList::clearLocally() +void ParticleList::clearLocally() { for (std::list::iterator it = mElements.begin(); it != mElements.end(); it++) @@ -117,8 +113,7 @@ ParticleVector::ParticleVector(ParticleContainer *parent, bool delParent) : ParticleVector::~ParticleVector() {}; -void -ParticleVector::setLocally(int index, Particle *particle) +void ParticleVector::setLocally(int index, Particle *particle) { assert(index >= 0); @@ -130,8 +125,7 @@ ParticleVector::setLocally(int index, Particle *particle) mIndexedElements[index] = particle; } -void -ParticleVector::delLocally(int index) +void ParticleVector::delLocally(int index) { assert(index >= 0); @@ -146,8 +140,7 @@ ParticleVector::delLocally(int index) } } -void -ParticleVector::clearLocally() +void ParticleVector::clearLocally() { for (unsigned int i = 0; i < mIndexedElements.size(); i++) delLocally(i); diff --git a/src/particleemitter.cpp b/src/particleemitter.cpp index bdfaa5ba..fef34b22 100644 --- a/src/particleemitter.cpp +++ b/src/particleemitter.cpp @@ -329,8 +329,7 @@ ParticleEmitter::readParticleEmitterProp(xmlNodePtr propertyNode, T def) } -std::list -ParticleEmitter::createParticles(int tick) +std::list ParticleEmitter::createParticles(int tick) { std::list newParticles; diff --git a/src/particleemitter.h b/src/particleemitter.h index 809a6ded..e16ee241 100644 --- a/src/particleemitter.h +++ b/src/particleemitter.h @@ -70,8 +70,7 @@ class ParticleEmitter /** * Sets the target of the particles that are created */ - void - setTarget(Particle *target) + void setTarget(Particle *target) { mParticleTarget = target; }; private: diff --git a/src/player_relations.cpp b/src/player_relations.cpp index ef00a738..5eb47433 100644 --- a/src/player_relations.cpp +++ b/src/player_relations.cpp @@ -91,8 +91,7 @@ PlayerRelationsManager::PlayerRelationsManager() : { } -void -PlayerRelationsManager::clear() +void PlayerRelationsManager::clear() { std::vector *names = getPlayers(); for (std::vector::const_iterator @@ -105,8 +104,7 @@ PlayerRelationsManager::clear() #define PLAYER_IGNORE_STRATEGY "player-ignore-strategy" #define DEFAULT_PERMISSIONS "default-player-permissions" -int -PlayerRelationsManager::getPlayerIgnoreStrategyIndex(const std::string &name) +int PlayerRelationsManager::getPlayerIgnoreStrategyIndex(const std::string &name) { std::vector *strategies = getPlayerIgnoreStrategies(); for (unsigned int i = 0; i < strategies->size(); i++) @@ -116,8 +114,7 @@ PlayerRelationsManager::getPlayerIgnoreStrategyIndex(const std::string &name) return -1; } -void -PlayerRelationsManager::load() +void PlayerRelationsManager::load() { clear(); @@ -134,8 +131,7 @@ PlayerRelationsManager::load() } -void -PlayerRelationsManager::init() +void PlayerRelationsManager::init() { load(); @@ -143,8 +139,7 @@ PlayerRelationsManager::init() clear(); // Yes, we still keep them around in the config file until the next update. } -void -PlayerRelationsManager::store() +void PlayerRelationsManager::store() { config.setList::const_iterator, std::pair, @@ -161,8 +156,7 @@ PlayerRelationsManager::store() config.write(); } -void -PlayerRelationsManager::signalUpdate(const std::string &name) +void PlayerRelationsManager::signalUpdate(const std::string &name) { store(); @@ -170,8 +164,7 @@ PlayerRelationsManager::signalUpdate(const std::string &name) (*it)->updatedPlayer(name); } -unsigned int -PlayerRelationsManager::checkPermissionSilently(const std::string &player_name, unsigned int flags) +unsigned int PlayerRelationsManager::checkPermissionSilently(const std::string &player_name, unsigned int flags) { PlayerRelation *r = mRelations[player_name]; if (!r) @@ -196,16 +189,14 @@ PlayerRelationsManager::checkPermissionSilently(const std::string &player_name, } } -bool -PlayerRelationsManager::hasPermission(Being *being, unsigned int flags) +bool PlayerRelationsManager::hasPermission(Being *being, unsigned int flags) { if (being->getType() == Being::PLAYER) return hasPermission(being->getName(), flags) == flags; return true; } -bool -PlayerRelationsManager::hasPermission(const std::string &name, unsigned int flags) +bool PlayerRelationsManager::hasPermission(const std::string &name, unsigned int flags) { unsigned int rejections = flags & ~checkPermissionSilently(name, flags); bool permitted = rejections == 0; @@ -224,8 +215,7 @@ PlayerRelationsManager::hasPermission(const std::string &name, unsigned int flag return permitted; } -void -PlayerRelationsManager::setRelation(const std::string &player_name, PlayerRelation::relation relation) +void PlayerRelationsManager::setRelation(const std::string &player_name, PlayerRelation::relation relation) { PlayerRelation *r = mRelations[player_name]; if (r == NULL) @@ -236,8 +226,7 @@ PlayerRelationsManager::setRelation(const std::string &player_name, PlayerRelati signalUpdate(player_name); } -std::vector * -PlayerRelationsManager::getPlayers() +std::vector * PlayerRelationsManager::getPlayers() { std::vector *retval = new std::vector(); @@ -250,8 +239,7 @@ PlayerRelationsManager::getPlayers() return retval; } -void -PlayerRelationsManager::removePlayer(const std::string &name) +void PlayerRelationsManager::removePlayer(const std::string &name) { if (mRelations[name]) delete mRelations[name]; @@ -262,8 +250,7 @@ PlayerRelationsManager::removePlayer(const std::string &name) } -PlayerRelation::relation -PlayerRelationsManager::getRelation(const std::string &name) +PlayerRelation::relation PlayerRelationsManager::getRelation(const std::string &name) { if (mRelations[name]) return mRelations[name]->mRelation; @@ -274,14 +261,12 @@ PlayerRelationsManager::getRelation(const std::string &name) //////////////////////////////////////// // defaults -unsigned int -PlayerRelationsManager::getDefault() const +unsigned int PlayerRelationsManager::getDefault() const { return mDefaultPermissions; } -void -PlayerRelationsManager::setDefault(unsigned int permissions) +void PlayerRelationsManager::setDefault(unsigned int permissions) { mDefaultPermissions = permissions; @@ -303,8 +288,7 @@ public: mShortName = PLAYER_IGNORE_STRATEGY_NOP; } - virtual void - ignore(Player *player, unsigned int flags) + virtual void ignore(Player *player, unsigned int flags) { } }; @@ -318,8 +302,7 @@ public: mShortName = "dotdotdot"; } - virtual void - ignore(Player *player, unsigned int flags) + virtual void ignore(Player *player, unsigned int flags) { player->setSpeech("...", 5); } @@ -335,8 +318,7 @@ public: mShortName = "blinkname"; } - virtual void - ignore(Player *player, unsigned int flags) + virtual void ignore(Player *player, unsigned int flags) { player->flash(200); } @@ -352,8 +334,7 @@ public: mShortName = shortname; } - virtual void - ignore(Player *player, unsigned int flags) + virtual void ignore(Player *player, unsigned int flags) { player->setEmote(mEmotion, IGNORE_EMOTE_TIME); } diff --git a/src/properties.h b/src/properties.h index 86fffea3..038acd91 100644 --- a/src/properties.h +++ b/src/properties.h @@ -46,8 +46,7 @@ class Properties * @return the value of the given property or the given default when it * doesn't exist. */ - const std::string& - getProperty(const std::string &name, const std::string &def = "") const + const std::string& getProperty(const std::string &name, const std::string &def = "") const { PropertyMap::const_iterator i = mProperties.find(name); return (i != mProperties.end()) ? i->second : def; @@ -81,8 +80,7 @@ class Properties * @return true when a property is defined, * false otherwise. */ - bool - hasProperty(const std::string &name) const + bool hasProperty(const std::string &name) const { return (mProperties.find(name) != mProperties.end()); } @@ -93,8 +91,7 @@ class Properties * @param name The name of the property. * @param value The value of the property. */ - void - setProperty(const std::string &name, const std::string &value) + void setProperty(const std::string &name, const std::string &value) { mProperties[name] = value; } diff --git a/src/resources/action.h b/src/resources/action.h index 09eb066e..5f159a00 100644 --- a/src/resources/action.h +++ b/src/resources/action.h @@ -44,11 +44,9 @@ class Action */ ~Action(); - void - setAnimation(int direction, Animation *animation); + void setAnimation(int direction, Animation *animation); - Animation* - getAnimation(int direction) const; + Animation* getAnimation(int direction) const; protected: typedef std::map Animations; diff --git a/src/resources/animation.cpp b/src/resources/animation.cpp index 596c5fac..5721c7f0 100644 --- a/src/resources/animation.cpp +++ b/src/resources/animation.cpp @@ -30,22 +30,19 @@ Animation::Animation(): { } -void -Animation::addFrame(Image *image, unsigned int delay, int offsetX, int offsetY) +void Animation::addFrame(Image *image, unsigned int delay, int offsetX, int offsetY) { Frame frame = { image, delay, offsetX, offsetY }; mFrames.push_back(frame); mDuration += delay; } -void -Animation::addTerminator() +void Animation::addTerminator() { addFrame(NULL, 0, 0, 0); } -bool -Animation::isTerminator(const Frame &candidate) +bool Animation::isTerminator(const Frame &candidate) { return (candidate.image == NULL); } diff --git a/src/resources/animation.h b/src/resources/animation.h index 8dfe8614..93e100bd 100644 --- a/src/resources/animation.h +++ b/src/resources/animation.h @@ -54,39 +54,33 @@ class Animation /** * Appends a new animation at the end of the sequence. */ - void - addFrame(Image *image, unsigned int delay, int offsetX, int offsetY); + void addFrame(Image *image, unsigned int delay, int offsetX, int offsetY); /** * Appends an animation terminator that states that the animation * should not loop. */ - void - addTerminator(); + void addTerminator(); /** * Returns the frame at the specified index. */ - Frame* - getFrame(int index) { return &(mFrames[index]); } + Frame* getFrame(int index) { return &(mFrames[index]); } /** * Returns the length of this animation in frames. */ - unsigned int - getLength() const { return mFrames.size(); } + unsigned int getLength() const { return mFrames.size(); } /** * Returns the duration of this animation. */ - int - getDuration() const { return mDuration; } + int getDuration() const { return mDuration; } /** * Determines whether the given animation frame is a terminator. */ - static bool - isTerminator(const Frame &phase); + static bool isTerminator(const Frame &phase); protected: std::vector mFrames; diff --git a/src/resources/buddylist.cpp b/src/resources/buddylist.cpp index 1bd98680..8c02735a 100644 --- a/src/resources/buddylist.cpp +++ b/src/resources/buddylist.cpp @@ -111,7 +111,7 @@ bool BuddyList::removeBuddy(const std::string buddy) return false; } -int BuddyList::getNumberOfElements() +int BuddyList::getNumberOfElements() { return mBuddylist.size(); } diff --git a/src/resources/buddylist.h b/src/resources/buddylist.h index 6a3de8c4..092abc6a 100644 --- a/src/resources/buddylist.h +++ b/src/resources/buddylist.h @@ -52,7 +52,7 @@ class BuddyList : public gcn::ListModel { /** * Returns the number of buddy on the list */ - int getNumberOfElements(); + int getNumberOfElements(); /** * Returns the buddy of the number or null diff --git a/src/resources/colordb.cpp b/src/resources/colordb.cpp index bdc6211a..f80ca6b3 100644 --- a/src/resources/colordb.cpp +++ b/src/resources/colordb.cpp @@ -27,6 +27,7 @@ #include "../log.h" #include "../utils/dtor.h" +#include "../utils/gettext.h" #include "../utils/xml.h" #define HAIR_COLOR_FILE "colors.xml" @@ -52,7 +53,7 @@ void ColorDB::load() if (!root || !xmlStrEqual(root->name, BAD_CAST "colors")) { - logger->log("Trying TMW's color file, %s.", TMW_COLOR_FILE); + logger->log(_("Trying TMW's color file, %s."), TMW_COLOR_FILE); TMWHair = true; @@ -62,7 +63,7 @@ void ColorDB::load() root = doc->rootNode(); if (!root || !xmlStrEqual(root->name, BAD_CAST "colors")) { - logger->log("ColorDB: Failed"); + logger->log(_("ColorDB: Failed")); mColors[0] = mFail; mLoaded = true; @@ -79,7 +80,7 @@ void ColorDB::load() if (mColors.find(id) != mColors.end()) { - logger->log("ColorDB: Redefinition of dye ID %d", id); + logger->log(_("ColorDB: Redefinition of dye ID %d"), id); } TMWHair ? mColors[id] = XML::getProperty(node, "value", "#FFFFFF") : @@ -94,7 +95,7 @@ void ColorDB::load() void ColorDB::unload() { - logger->log("Unloading color database..."); + logger->log(_("Unloading color database...")); mColors.clear(); mLoaded = false; @@ -109,7 +110,7 @@ std::string& ColorDB::get(int id) if (i == mColors.end()) { - logger->log("ColorDB: Error, unknown dye ID# %d", id); + logger->log(_("ColorDB: Error, unknown dye ID# %d"), id); return mFail; } else diff --git a/src/resources/image.h b/src/resources/image.h index 6eb33ed9..a2e52d3d 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -55,8 +55,7 @@ class Image : public Resource /** * Destructor. */ - virtual - ~Image(); + virtual ~Image(); /** * Loads an image from a buffer in memory. @@ -89,21 +88,17 @@ class Image : public Resource /** * Frees the resources created by SDL. */ - virtual void - unload(); + virtual void unload(); /** * Returns the width of the image. */ - virtual int - getWidth() const { return mBounds.w; } - + virtual int getWidth() const { return mBounds.w; } /** * Returns the height of the image. */ - virtual int - getHeight() const { return mBounds.h; } + virtual int getHeight() const { return mBounds.h; } /** * Creates a new image with the desired clipping rectangle. @@ -111,20 +106,17 @@ class Image : public Resource * @return NULL if creation failed and a valid * object otherwise. */ - virtual Image* - getSubImage(int x, int y, int width, int height); + virtual Image* getSubImage(int x, int y, int width, int height); /** * Sets the alpha value of this image. */ - void - setAlpha(float alpha); + void setAlpha(float alpha); /** * Returns the alpha value of this image. */ - float - getAlpha(); + float getAlpha(); #ifdef USE_OPENGL /** @@ -134,7 +126,6 @@ class Image : public Resource static void setLoadAsOpenGL(bool useOpenGL); #endif - protected: /** * Constructor. @@ -146,8 +137,7 @@ class Image : public Resource /** * Returns the first power of two equal or bigger than the input. */ - static int - powerOfTwo(int input); + static int powerOfTwo(int input); #endif Image(SDL_Surface *image); @@ -193,8 +183,7 @@ class SubImage : public Image * @return NULL if creation failed and a valid * image otherwise. */ - Image* - getSubImage(int x, int y, int width, int height); + Image* getSubImage(int x, int y, int width, int height); private: Image *mParent; diff --git a/src/resources/imagewriter.h b/src/resources/imagewriter.h index 632e2ae4..0dcc0c33 100644 --- a/src/resources/imagewriter.h +++ b/src/resources/imagewriter.h @@ -27,5 +27,5 @@ class ImageWriter { public: static bool writePNG(SDL_Surface *surface, - const std::string &filename); + const std::string &filename); }; diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp index 027b9e16..270083ef 100644 --- a/src/resources/itemdb.cpp +++ b/src/resources/itemdb.cpp @@ -49,10 +49,10 @@ void ItemDB::load() if (mLoaded) return; - logger->log("Initializing item database..."); + logger->log(_("Initializing item database...")); mUnknown = new ItemInfo(); - mUnknown->setName("Unknown item"); + mUnknown->setName(_("Unknown item")); mUnknown->setImageName(""); mUnknown->setSprite("error.xml", GENDER_MALE); mUnknown->setSprite("error.xml", GENDER_FEMALE); @@ -62,7 +62,7 @@ void ItemDB::load() if (!rootNode || !xmlStrEqual(rootNode->name, BAD_CAST "items")) { - logger->error("ItemDB: Error while loading items.xml!"); + logger->error(_("ItemDB: Error while loading items.xml!")); } for_each_xml_child_node(node, rootNode) @@ -74,12 +74,12 @@ void ItemDB::load() if (id == 0) { - logger->log("ItemDB: Invalid or missing item ID in items.xml!"); + logger->log(_("ItemDB: Invalid or missing item ID in items.xml!")); continue; } else if (mItemInfos.find(id) != mItemInfos.end()) { - logger->log("ItemDB: Redefinition of item ID %d", id); + logger->log(_("ItemDB: Redefinition of item ID %d"), id); } int type = XML::getProperty(node, "type", 0); @@ -139,7 +139,7 @@ void ItemDB::load() void ItemDB::unload() { - logger->log("Unloading item database..."); + logger->log(_("Unloading item database...")); delete mUnknown; mUnknown = NULL; @@ -157,7 +157,7 @@ const ItemInfo& ItemDB::get(int id) if (i == mItemInfos.end()) { - logger->log("ItemDB: Error, unknown item ID# %d", id); + logger->log(_("ItemDB: Error, unknown item ID# %d"), id); return *mUnknown; } else @@ -196,7 +196,7 @@ void loadSoundRef(ItemInfo *itemInfo, xmlNodePtr node) } else { - logger->log("ItemDB: Ignoring unknown sound event '%s'", + logger->log(_("ItemDB: Ignoring unknown sound event '%s'"), event.c_str()); } } diff --git a/src/resources/iteminfo.cpp b/src/resources/iteminfo.cpp index 6f669376..4c04678a 100644 --- a/src/resources/iteminfo.cpp +++ b/src/resources/iteminfo.cpp @@ -22,8 +22,7 @@ #include "itemdb.h" #include "iteminfo.h" -const std::string& -ItemInfo::getSprite(Gender gender) const +const std::string& ItemInfo::getSprite(Gender gender) const { if (mView) { @@ -66,15 +65,12 @@ void ItemInfo::setWeaponType(int type) } } -void -ItemInfo::addSound(EquipmentSoundEvent event, const std::string &filename) +void ItemInfo::addSound(EquipmentSoundEvent event, const std::string &filename) { mSounds[event].push_back("sfx/" + filename); } - -const std::string& -ItemInfo::getSound(EquipmentSoundEvent event) const +const std::string& ItemInfo::getSound(EquipmentSoundEvent event) const { static const std::string empty; std::map< EquipmentSoundEvent, std::vector >::const_iterator i; diff --git a/src/resources/monsterdb.cpp b/src/resources/monsterdb.cpp index 7e2d7a1d..92009826 100644 --- a/src/resources/monsterdb.cpp +++ b/src/resources/monsterdb.cpp @@ -25,6 +25,7 @@ #include "../log.h" #include "../utils/dtor.h" +#include "../utils/gettext.h" #include "../utils/xml.h" namespace @@ -34,23 +35,22 @@ namespace bool mLoaded = false; } -void -MonsterDB::load() +void MonsterDB::load() { if (mLoaded) return; mUnknown.addSprite("error.xml"); - mUnknown.setName("unnamed"); + mUnknown.setName(_("unnamed")); - logger->log("Initializing monster database..."); + logger->log(_("Initializing monster database...")); XML::Document doc("monsters.xml"); xmlNodePtr rootNode = doc.rootNode(); if (!rootNode || !xmlStrEqual(rootNode->name, BAD_CAST "monsters")) { - logger->error("Monster Database: Error while loading monster.xml!"); + logger->error(_("Monster Database: Error while loading monster.xml!")); } //iterate s @@ -81,7 +81,7 @@ MonsterDB::load() } else { - logger->log("MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one", + logger->log(_("MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one"), targetCursor.c_str(), currentInfo->getName().c_str()); currentInfo->setTargetCursorSize(Being::TC_MEDIUM); } @@ -118,7 +118,7 @@ MonsterDB::load() } else { - logger->log("MonsterDB: Warning, sound effect %s for unknown event %s of monster %s", + logger->log(_("MonsterDB: Warning, sound effect %s for unknown event %s of monster %s"), filename, event.c_str(), currentInfo->getName().c_str()); } } @@ -156,7 +156,7 @@ const MonsterInfo &MonsterDB::get(int id) if (i == mMonsterInfos.end()) { - logger->log("MonsterDB: Warning, unknown monster ID %d requested", id); + logger->log(_("MonsterDB: Warning, unknown monster ID %d requested"), id); return mUnknown; } else diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h index f1d69e72..2e186c15 100644 --- a/src/resources/monsterdb.h +++ b/src/resources/monsterdb.h @@ -31,11 +31,9 @@ */ namespace MonsterDB { - void - load(); + void load(); - void - unload(); + void unload(); const MonsterInfo& get(int id); diff --git a/src/resources/monsterinfo.cpp b/src/resources/monsterinfo.cpp index 4a71a122..faa759af 100644 --- a/src/resources/monsterinfo.cpp +++ b/src/resources/monsterinfo.cpp @@ -36,8 +36,7 @@ MonsterInfo::~MonsterInfo() } -void -MonsterInfo::addSound(MonsterSoundEvent event, std::string filename) +void MonsterInfo::addSound(MonsterSoundEvent event, std::string filename) { if (mSounds.find(event) == mSounds.end()) { @@ -48,8 +47,7 @@ MonsterInfo::addSound(MonsterSoundEvent event, std::string filename) } -std::string -MonsterInfo::getSound(MonsterSoundEvent event) const +std::string MonsterInfo::getSound(MonsterSoundEvent event) const { std::map* >::const_iterator i; diff --git a/src/resources/monsterinfo.h b/src/resources/monsterinfo.h index 05a78c5a..8d36cc06 100644 --- a/src/resources/monsterinfo.h +++ b/src/resources/monsterinfo.h @@ -56,43 +56,35 @@ class MonsterInfo */ ~MonsterInfo(); - void - setName(std::string name) { mName = name; } + void setName(std::string name) { mName = name; } - void - addSprite(std::string filename) { mSprites.push_back(filename); } + void addSprite(std::string filename) { mSprites.push_back(filename); } - void - setTargetCursorSize(Being::TargetCursorSize targetCursorSize) + void setTargetCursorSize(Being::TargetCursorSize targetCursorSize) { mTargetCursorSize = targetCursorSize; } - void - addSound(MonsterSoundEvent event, std::string filename); + void addSound(MonsterSoundEvent event, std::string filename); - void - addParticleEffect(std::string filename); + void addParticleEffect(std::string filename); - const std::string& - getName() const { return mName; } + const std::string& getName() const + { return mName; } - const std::list& - getSprites() const { return mSprites; } + const std::list& getSprites() const + { return mSprites; } - Being::TargetCursorSize - getTargetCursorSize() const { return mTargetCursorSize; } + Being::TargetCursorSize getTargetCursorSize() const + { return mTargetCursorSize; } - std::string - getSound(MonsterSoundEvent event) const; + std::string getSound(MonsterSoundEvent event) const; - std::string - getAttackParticleEffect() const { return mAttackParticle; } + std::string getAttackParticleEffect() const { return mAttackParticle; } - void - addAttackParticleEffect(const std::string &particleEffect) + void addAttackParticleEffect(const std::string &particleEffect) { mAttackParticle = particleEffect; } - const std::list& - getParticleEffects() const { return mParticleEffects; } + const std::list& getParticleEffects() const + { return mParticleEffects; } private: std::string mName; diff --git a/src/resources/music.cpp b/src/resources/music.cpp index 2386aa43..ed71d62c 100644 --- a/src/resources/music.cpp +++ b/src/resources/music.cpp @@ -55,8 +55,7 @@ Resource *Music::load(void *buffer, unsigned bufferSize) } } -bool -Music::play(int loops) +bool Music::play(int loops) { /* * Warning: loops should be always set to -1 (infinite) with current @@ -71,8 +70,7 @@ Music::play(int loops) return mChannel != -1; } -void -Music::stop() +void Music::stop() { /* * Warning: very dungerous trick, it could try to stop channels occupied diff --git a/src/resources/music.h b/src/resources/music.h index d50150b8..322cfecd 100644 --- a/src/resources/music.h +++ b/src/resources/music.h @@ -56,14 +56,12 @@ class Music : public Resource * @return true if the playback started properly * false otherwise. */ - virtual bool - play(int loops); + virtual bool play(int loops); /** * Stops the music. */ - virtual void - stop(); + virtual void stop(); protected: /** diff --git a/src/resources/npcdb.cpp b/src/resources/npcdb.cpp index 3ae58067..bfa22214 100644 --- a/src/resources/npcdb.cpp +++ b/src/resources/npcdb.cpp @@ -25,6 +25,7 @@ #include "../log.h" #include "../utils/dtor.h" +#include "../utils/gettext.h" #include "../utils/xml.h" namespace @@ -44,14 +45,14 @@ void NPCDB::load() unknownSprite->variant = 0; mUnknown.sprites.push_back(unknownSprite); - logger->log("Initializing NPC database..."); + logger->log(_("Initializing NPC database...")); XML::Document doc("npcs.xml"); xmlNodePtr rootNode = doc.rootNode(); if (!rootNode || !xmlStrEqual(rootNode->name, BAD_CAST "npcs")) { - logger->error("NPC Database: Error while loading items.xml!"); + logger->error(_("NPC Database: Error while loading npcs.xml!")); } //iterate s @@ -63,7 +64,7 @@ void NPCDB::load() int id = XML::getProperty(npcNode, "id", 0); if (id == 0) { - logger->log("NPC Database: NPC with missing ID in npcs.xml!"); + logger->log(_("NPC Database: NPC with missing ID in npcs.xml!")); continue; } @@ -90,8 +91,7 @@ void NPCDB::load() mLoaded = true; } -void -NPCDB::unload() +void NPCDB::unload() { for ( NPCInfosIterator i = mNPCInfos.begin(); i != mNPCInfos.end(); @@ -116,14 +116,13 @@ NPCDB::unload() mLoaded = false; } -const NPCInfo& -NPCDB::get(int id) +const NPCInfo& NPCDB::get(int id) { NPCInfosIterator i = mNPCInfos.find(id); if (i == mNPCInfos.end()) { - logger->log("NPCDB: Warning, unknown NPC ID %d requested", id); + logger->log(_("NPCDB: Warning, unknown NPC ID %d requested"), id); return mUnknown; } else diff --git a/src/resources/npcdb.h b/src/resources/npcdb.h index b4539866..1883d747 100644 --- a/src/resources/npcdb.h +++ b/src/resources/npcdb.h @@ -45,11 +45,9 @@ typedef std::map NPCInfos; */ namespace NPCDB { - void - load(); + void load(); - void - unload(); + void unload(); const NPCInfo& get(int id); diff --git a/src/resources/resource.cpp b/src/resources/resource.cpp index e9310905..82562691 100644 --- a/src/resources/resource.cpp +++ b/src/resources/resource.cpp @@ -28,14 +28,12 @@ Resource::~Resource() { } -void -Resource::incRef() +void Resource::incRef() { mRefCount++; } -void -Resource::decRef() +void Resource::decRef() { // Reference may not already have reached zero assert(mRefCount != 0); diff --git a/src/resources/resource.h b/src/resources/resource.h index e85e3147..168fd70a 100644 --- a/src/resources/resource.h +++ b/src/resources/resource.h @@ -41,8 +41,7 @@ class Resource /** * Increments the internal reference count. */ - void - incRef(); + void incRef(); /** * Decrements the reference count and deletes the object @@ -51,8 +50,7 @@ class Resource * @return true if the object was deleted * false otherwise. */ - void - decRef(); + void decRef(); /** * Return the path identifying this resource. diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp index a317e445..99b84506 100644 --- a/src/resources/resourcemanager.cpp +++ b/src/resources/resourcemanager.cpp @@ -418,8 +418,7 @@ void *ResourceManager::loadFile(const std::string &fileName, int &fileSize) return buffer; } -std::vector -ResourceManager::loadTextFile(const std::string &fileName) +std::vector ResourceManager::loadTextFile(const std::string &fileName) { int contentsLength; char *fileContents = (char*)loadFile(fileName, contentsLength); diff --git a/src/resources/soundeffect.cpp b/src/resources/soundeffect.cpp index e21fd2b0..f7b2b874 100644 --- a/src/resources/soundeffect.cpp +++ b/src/resources/soundeffect.cpp @@ -47,8 +47,7 @@ Resource *SoundEffect::load(void *buffer, unsigned bufferSize) } } -bool -SoundEffect::play(int loops, int volume) +bool SoundEffect::play(int loops, int volume) { Mix_VolumeChunk(mChunk, volume); diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index c3ff6668..b9abefd7 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -58,8 +58,7 @@ class SoundEffect : public Resource * @return true if the playback started properly * false otherwise. */ - virtual bool - play(int loops, int volume); + virtual bool play(int loops, int volume); protected: /** diff --git a/src/resources/spritedef.cpp b/src/resources/spritedef.cpp index b4193fd3..41b1e789 100644 --- a/src/resources/spritedef.cpp +++ b/src/resources/spritedef.cpp @@ -32,8 +32,7 @@ #include "../log.h" #include "../utils/xml.h" -Action* -SpriteDef::getAction(SpriteAction action) const +Action* SpriteDef::getAction(SpriteAction action) const { Actions::const_iterator i = mActions.find(action); @@ -146,8 +145,7 @@ void SpriteDef::loadImageSet(xmlNodePtr node, std::string const &palettes) mImageSets[name] = imageSet; } -void -SpriteDef::loadAction(xmlNodePtr node, int variant_offset) +void SpriteDef::loadAction(xmlNodePtr node, int variant_offset) { const std::string actionName = XML::getProperty(node, "name", ""); const std::string imageSetName = XML::getProperty(node, "imageset", ""); @@ -187,10 +185,9 @@ SpriteDef::loadAction(xmlNodePtr node, int variant_offset) } } -void -SpriteDef::loadAnimation(xmlNodePtr animationNode, - Action *action, ImageSet *imageSet, - int variant_offset) +void SpriteDef::loadAnimation(xmlNodePtr animationNode, + Action *action, ImageSet *imageSet, + int variant_offset) { const std::string directionName = XML::getProperty(animationNode, "direction", ""); @@ -267,8 +264,7 @@ SpriteDef::loadAnimation(xmlNodePtr animationNode, } // for frameNode } -void -SpriteDef::includeSprite(xmlNodePtr includeNode) +void SpriteDef::includeSprite(xmlNodePtr includeNode) { // TODO: Perform circular dependency check, since it's easy to crash the // client this way. @@ -289,8 +285,7 @@ SpriteDef::includeSprite(xmlNodePtr includeNode) loadSprite(rootNode, 0); } -void -SpriteDef::substituteAction(SpriteAction complete, SpriteAction with) +void SpriteDef::substituteAction(SpriteAction complete, SpriteAction with) { if (mActions.find(complete) == mActions.end()) { @@ -324,8 +319,7 @@ SpriteDef::~SpriteDef() } } -SpriteAction -SpriteDef::makeSpriteAction(const std::string& action) +SpriteAction SpriteDef::makeSpriteAction(const std::string& action) { if (action == "" || action == "default") { return ACTION_DEFAULT; @@ -377,8 +371,7 @@ SpriteDef::makeSpriteAction(const std::string& action) } } -SpriteDirection -SpriteDef::makeSpriteDirection(const std::string& direction) +SpriteDirection SpriteDef::makeSpriteDirection(const std::string& direction) { if (direction == "" || direction == "default") { return DIRECTION_DEFAULT; diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 4b712340..033de6cd 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -103,22 +103,19 @@ class SpriteDef : public Resource /** * Loads an action element. */ - void - loadAction(xmlNodePtr node, int variant_offset); + void loadAction(xmlNodePtr node, int variant_offset); /** * Loads an animation element. */ - void - loadAnimation(xmlNodePtr animationNode, - Action *action, ImageSet *imageSet, - int variant_offset); + void loadAnimation(xmlNodePtr animationNode, + Action *action, ImageSet *imageSet, + int variant_offset); /** * Include another sprite into this one. */ - void - includeSprite(xmlNodePtr includeNode); + void includeSprite(xmlNodePtr includeNode); /** * Complete missing actions by copying existing ones. @@ -129,21 +126,17 @@ class SpriteDef : public Resource * When there are no animations defined for the action "complete", its * animations become a copy of those of the action "with". */ - void - substituteAction(SpriteAction complete, SpriteAction with); + void substituteAction(SpriteAction complete, SpriteAction with); /** * Converts a string into a SpriteAction enum. */ - static SpriteAction - makeSpriteAction(const std::string &action); + static SpriteAction makeSpriteAction(const std::string &action); /** * Converts a string into a SpriteDirection enum. */ - static SpriteDirection - makeSpriteDirection(const std::string &direction); - + static SpriteDirection makeSpriteDirection(const std::string &direction); typedef std::map ImageSets; typedef ImageSets::iterator ImageSetIterator; diff --git a/src/sprite.h b/src/sprite.h index 0e0a95db..52825db2 100644 --- a/src/sprite.h +++ b/src/sprite.h @@ -44,30 +44,26 @@ class Sprite * would support setting a translation offset. It already does this * partly with the clipping rectangle support. */ - virtual void - draw(Graphics *graphics, int offsetX, int offsetY) const = 0; + virtual void draw(Graphics *graphics, int offsetX, int offsetY) const = 0; /** * Returns the horizontal size of the sprites graphical representation * in pixels or 0 when it is undefined. */ - virtual int - getWidth() const + virtual int getWidth() const { return 0; } /** * Returns the vertical size of the sprites graphical representation * in pixels or 0 when it is undefined. */ - virtual int - getHeight() const + virtual int getHeight() const { return 0; } /** * Returns the pixel Y coordinate of the sprite. */ - virtual int - getPixelY() const = 0; + virtual int getPixelY() const = 0; }; #endif diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp index e511ced3..db78d08c 100644 --- a/src/utils/xml.cpp +++ b/src/utils/xml.cpp @@ -61,8 +61,7 @@ namespace XML return mDoc ? xmlDocGetRootElement(mDoc) : 0; } - int - getProperty(xmlNodePtr node, const char* name, int def) + int getProperty(xmlNodePtr node, const char* name, int def) { int &ret = def; @@ -75,8 +74,7 @@ namespace XML return ret; } - double - getFloatProperty(xmlNodePtr node, const char* name, double def) + double getFloatProperty(xmlNodePtr node, const char* name, double def) { double &ret = def; @@ -89,8 +87,7 @@ namespace XML return ret; } - std::string - getProperty(xmlNodePtr node, const char *name, const std::string &def) + std::string getProperty(xmlNodePtr node, const char *name, const std::string &def) { xmlChar *prop = xmlGetProp(node, BAD_CAST name); if (prop) { diff --git a/src/utils/xml.h b/src/utils/xml.h index 9e691963..403fe6d9 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -71,20 +71,17 @@ namespace XML /** * Gets an integer property from an xmlNodePtr. */ - int - getProperty(xmlNodePtr node, const char *name, int def); + int getProperty(xmlNodePtr node, const char *name, int def); /** * Gets an floating point property from an xmlNodePtr. */ - double - getFloatProperty(xmlNodePtr node, const char *name, double def); + double getFloatProperty(xmlNodePtr node, const char *name, double def); /** * Gets a string property from an xmlNodePtr. */ - std::string - getProperty(xmlNodePtr node, const char *name, const std::string &def); + std::string getProperty(xmlNodePtr node, const char *name, const std::string &def); /** * Finds the first child node with the given name -- cgit v1.2.3-60-g2f50 From 0a18932056e2a72f41cdd14c831344ad80cfb35b Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Thu, 15 Jan 2009 19:48:00 -0700 Subject: Added emote database, which is loosely based off of the NPC database. Also changed all emotes to be animated sprites now, and to load from emotes.xml. This gives us a bit more flexibility to not only add more emotes in the future, but allowing them to be animated as well. NOTE: This commit, unlike the previous emote commits, breaks emotes if you don't have the xml file. This will be available on Aethyra soon, but is not rolled into an update at the moment. Signed-off-by: Ira Rice --- po/POTFILES.in | 1 + src/CMakeLists.txt | 2 + src/Makefile.am | 3 +- src/being.cpp | 26 ++++--- src/being.h | 4 +- src/gui/emotecontainer.cpp | 29 +++++--- src/gui/emotecontainer.h | 6 +- src/gui/emoteshortcutcontainer.cpp | 42 +++++++---- src/gui/emoteshortcutcontainer.h | 7 +- src/gui/emotewindow.cpp | 10 +-- src/gui/emotewindow.h | 2 +- src/main.cpp | 7 +- src/npc.cpp | 3 +- src/npc.h | 3 +- src/resources/emotedb.cpp | 148 +++++++++++++++++++++++++++++++++++++ src/resources/emotedb.h | 62 ++++++++++++++++ src/resources/npcdb.cpp | 2 +- 17 files changed, 301 insertions(+), 56 deletions(-) create mode 100644 src/resources/emotedb.cpp create mode 100644 src/resources/emotedb.h (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index a3a9f01c..534bdd70 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -39,6 +39,7 @@ src/gui/updatewindow.cpp src/net/playerhandler.cpp src/net/tradehandler.cpp src/resources/colordb.cpp +src/resources/emotedb.cpp src/resources/itemdb.cpp src/resources/monsterdb.cpp src/resources/npcdb.cpp diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 657d8e6b..dbdd64b6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -233,6 +233,8 @@ SET(SRCS resources/colordb.h resources/dye.cpp resources/dye.h + resources/emotedb.cpp + resources/emotedb.h resources/image.cpp resources/image.h resources/imageloader.cpp diff --git a/src/Makefile.am b/src/Makefile.am index a54bb5c8..5c519832 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -131,7 +131,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/speechbubble.h \ gui/status.cpp \ gui/status.h \ - gui/table.h \ gui/table.cpp \ gui/table.h \ gui/table_model.cpp \ @@ -200,6 +199,8 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ resources/colordb.h \ resources/dye.cpp \ resources/dye.h \ + resources/emotedb.cpp \ + resources/emotedb.h \ resources/image.cpp \ resources/image.h \ resources/imageloader.cpp \ diff --git a/src/being.cpp b/src/being.cpp index 69da1182..883344d8 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -35,6 +35,7 @@ #include "sound.h" #include "text.h" +#include "resources/emotedb.h" #include "resources/imageset.h" #include "resources/itemdb.h" #include "resources/iteminfo.h" @@ -50,7 +51,7 @@ int Being::instances = 0; int Being::mNumberOfHairstyles = 1; -ImageSet *Being::emotionSet = NULL; +std::vector Being::emotionSet; static const int X_SPEECH_OFFSET = 18; static const int Y_SPEECH_OFFSET = 60; @@ -87,10 +88,18 @@ Being::Being(int id, int job, Map *map): if (instances == 0) { - // Load the emotion set - ResourceManager *rm = ResourceManager::getInstance(); - emotionSet = rm->getImageSet("graphics/sprites/emotions.png", 30, 32); - if (!emotionSet) logger->error(_("Unable to load emotions")); + // Setup emote sprites + for (int i = 0; i <= EmoteDB::getLast(); i++) + { + EmoteInfo info = EmoteDB::get(i); + + if (info.sprites != EmoteDB::getUnknown().sprites) + { + std::string file = "graphics/sprites/" + info.sprites.front()->sprite; + int variant = info.sprites.front()->variant; + emotionSet.push_back(AnimatedSprite::load(file, variant)); + } + } // Hairstyles are encoded as negative numbers. Count how far negative we can go. int hairstyles = 1; @@ -117,8 +126,7 @@ Being::~Being() if (instances == 0) { - emotionSet->decRef(); - emotionSet = NULL; + delete_all(emotionSet); } delete mSpeechBubble; @@ -448,8 +456,8 @@ void Being::drawEmotion(Graphics *graphics, int offsetX, int offsetY) const int py = mPy + offsetY - 60; const int emotionIndex = mEmotion - 1; - if (emotionIndex >= 0 && emotionIndex < (int) emotionSet->size()) - graphics->drawImage(emotionSet->get(emotionIndex), px, py); + if (emotionIndex >= 0 && emotionIndex < EmoteDB::getLast()) + emotionSet[emotionIndex]->draw(graphics, px, py); } void Being::drawSpeech(Graphics *graphics, int offsetX, int offsetY) diff --git a/src/being.h b/src/being.h index 54c9d717..4534b1ea 100644 --- a/src/being.h +++ b/src/being.h @@ -431,8 +431,8 @@ class Being : public Sprite // Speech Bubble components SpeechBubble *mSpeechBubble; - static int instances; /**< Number of Being instances */ - static ImageSet *emotionSet; /**< Emoticons used by beings */ + static int instances; /**< Number of Being instances */ + static std::vector emotionSet; /**< Emoticons used by beings */ }; #endif diff --git a/src/gui/emotecontainer.cpp b/src/gui/emotecontainer.cpp index c3e20c41..691211ca 100644 --- a/src/gui/emotecontainer.cpp +++ b/src/gui/emotecontainer.cpp @@ -25,14 +25,17 @@ #include "emotecontainer.h" #include "emoteshortcut.h" +#include "../animatedsprite.h" #include "../configuration.h" #include "../graphics.h" #include "../log.h" +#include "../resources/emotedb.h" #include "../resources/image.h" #include "../resources/iteminfo.h" #include "../resources/resourcemanager.h" +#include "../utils/dtor.h" #include "../utils/gettext.h" #include "../utils/tostring.h" @@ -46,15 +49,25 @@ EmoteContainer::EmoteContainer(): { ResourceManager *resman = ResourceManager::getInstance(); - mEmoteImg = resman->getImageSet("graphics/sprites/emotions.png", 30, 32); - if (!mEmoteImg) logger->error(_("Unable to load emotions")); + // Setup emote sprites + for (int i = 0; i <= EmoteDB::getLast(); i++) + { + EmoteInfo info = EmoteDB::get(i); + + if (info.sprites != EmoteDB::getUnknown().sprites) + { + std::string file = "graphics/sprites/" + info.sprites.front()->sprite; + int variant = info.sprites.front()->variant; + mEmoteImg.push_back(AnimatedSprite::load(file, variant)); + } + } mSelImg = resman->getImage("graphics/gui/selection.png"); if (!mSelImg) logger->error(_("Unable to load selection.png")); mSelImg->setAlpha(config.getValue("guialpha", 0.8)); - mMaxEmote = mEmoteImg->size(); + mMaxEmote = EmoteDB::getLast() + 1; addMouseListener(this); addWidgetListener(this); @@ -62,11 +75,8 @@ EmoteContainer::EmoteContainer(): EmoteContainer::~EmoteContainer() { - if (mEmoteImg) - { - mEmoteImg->decRef(); - mEmoteImg = NULL; - } + delete_all(mEmoteImg); + if (!mSelImg) { mSelImg->decRef(); @@ -90,8 +100,7 @@ void EmoteContainer::draw(gcn::Graphics *graphics) int emoteY = ((i) / columns) * gridHeight; // Draw emote icon - static_cast(graphics)->drawImage( - mEmoteImg->get(i), emoteX, emoteY); + mEmoteImg[i]->draw(static_cast(graphics), emoteX, emoteY); // Draw selection image below selected item if (mSelectedEmoteIndex == i) diff --git a/src/gui/emotecontainer.h b/src/gui/emotecontainer.h index 2a115f0b..2231e01a 100644 --- a/src/gui/emotecontainer.h +++ b/src/gui/emotecontainer.h @@ -23,6 +23,7 @@ #define _AETHYRA_EMOTECONTAINER_H__ #include +#include #include #include @@ -30,8 +31,7 @@ #include "../guichanfwd.h" -#include "../resources/imageset.h" - +class AnimatedSprite; class Image; namespace gcn { @@ -123,7 +123,7 @@ class EmoteContainer : public gcn::Widget, */ void distributeValueChangedEvent(void); - ImageSet *mEmoteImg; + std::vector mEmoteImg; Image *mSelImg; int mSelectedEmoteIndex; diff --git a/src/gui/emoteshortcutcontainer.cpp b/src/gui/emoteshortcutcontainer.cpp index de9f8bab..edaa8602 100644 --- a/src/gui/emoteshortcutcontainer.cpp +++ b/src/gui/emoteshortcutcontainer.cpp @@ -21,6 +21,7 @@ #include "emoteshortcutcontainer.h" +#include "../animatedsprite.h" #include "../emoteshortcut.h" #include "../graphics.h" #include "../inventory.h" @@ -30,12 +31,16 @@ #include "../localplayer.h" #include "../log.h" +#include "../resources/emotedb.h" #include "../resources/image.h" #include "../resources/resourcemanager.h" +#include "../utils/dtor.h" #include "../utils/gettext.h" #include "../utils/tostring.h" +static const int MAX_ITEMS = 12; + EmoteShortcutContainer::EmoteShortcutContainer(): mEmoteClicked(false), mEmoteMoved(0) @@ -48,10 +53,21 @@ EmoteShortcutContainer::EmoteShortcutContainer(): ResourceManager *resman = ResourceManager::getInstance(); mBackgroundImg = resman->getImage("graphics/gui/item_shortcut_bgr.png"); - mEmoteImg = resman->getImageSet("graphics/sprites/emotions.png", 30, 32); - if (!mEmoteImg) logger->error(_("Unable to load emotions")); - mMaxItems = emoteShortcut->getEmoteCount(); + // Setup emote sprites + for (int i = 0; i <= EmoteDB::getLast(); i++) + { + EmoteInfo info = EmoteDB::get(i); + + if (info.sprites != EmoteDB::getUnknown().sprites) + { + std::string file = "graphics/sprites/" + info.sprites.front()->sprite; + int variant = info.sprites.front()->variant; + mEmoteImg.push_back(AnimatedSprite::load(file, variant)); + } + } + + mMaxItems = MAX_ITEMS; mBoxHeight = mBackgroundImg->getHeight(); mBoxWidth = mBackgroundImg->getWidth(); @@ -60,11 +76,8 @@ EmoteShortcutContainer::EmoteShortcutContainer(): EmoteShortcutContainer::~EmoteShortcutContainer() { mBackgroundImg->decRef(); - if (mEmoteImg) - { - mEmoteImg->decRef(); - mEmoteImg=NULL; - } + + delete_all(mEmoteImg); } void EmoteShortcutContainer::draw(gcn::Graphics *graphics) @@ -88,21 +101,20 @@ void EmoteShortcutContainer::draw(gcn::Graphics *graphics) if (emoteShortcut->getEmote(i)) { - static_cast(graphics)->drawImage( - mEmoteImg->get(emoteShortcut->getEmote(i) - 1), emoteX + 2, emoteY + 10); + mEmoteImg[emoteShortcut->getEmote(i) - 1]->draw(g, emoteX + 2, emoteY + 10); } } if (mEmoteMoved) { // Draw the emote image being dragged by the cursor. - Image* image = mEmoteImg->get(mEmoteMoved-1); - if (image) + AnimatedSprite* sprite = mEmoteImg[mEmoteMoved - 1]; + if (sprite) { - const int tPosX = mCursorPosX - (image->getWidth() / 2); - const int tPosY = mCursorPosY - (image->getHeight() / 2); + const int tPosX = mCursorPosX - (sprite->getWidth() / 2); + const int tPosY = mCursorPosY - (sprite->getHeight() / 2); - g->drawImage(image, tPosX, tPosY); + sprite->draw(g, tPosX, tPosY); } } } diff --git a/src/gui/emoteshortcutcontainer.h b/src/gui/emoteshortcutcontainer.h index 5b3f61cd..f8a07dcc 100644 --- a/src/gui/emoteshortcutcontainer.h +++ b/src/gui/emoteshortcutcontainer.h @@ -22,6 +22,8 @@ #ifndef _AETHYRA_EMOTESHORTCUTCONTAINER_H__ #define _AETHYRA_EMOTESHORTCUTCONTAINER_H__ +#include + #include #include #include @@ -30,8 +32,7 @@ #include "../guichanfwd.h" -#include "../resources/imageset.h" - +class AnimatedSprite; class Image; /** @@ -73,7 +74,7 @@ class EmoteShortcutContainer : public ShortcutContainer void mouseReleased(gcn::MouseEvent &event); private: - ImageSet *mEmoteImg; + std::vector mEmoteImg; bool mEmoteClicked; int mEmoteMoved; diff --git a/src/gui/emotewindow.cpp b/src/gui/emotewindow.cpp index af9648ef..9639d9b6 100644 --- a/src/gui/emotewindow.cpp +++ b/src/gui/emotewindow.cpp @@ -48,13 +48,13 @@ EmoteWindow::EmoteWindow(): mEmotes = new EmoteContainer(); mEmotes->addSelectionListener(this); - mInvenScroll = new ScrollArea(mEmotes); - mInvenScroll->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); + mEmoteScroll = new ScrollArea(mEmotes); + mEmoteScroll->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); draw(); add(mUseButton); - add(mInvenScroll); + add(mEmoteScroll); mUseButton->setSize(60, mUseButton->getHeight()); @@ -80,8 +80,8 @@ void EmoteWindow::draw() mUseButton->setPosition(8, height - 8 - mUseButton->getHeight()); - mInvenScroll->setSize(width - 16, mUseButton->getY() - 18); - mInvenScroll->setPosition(8, 10); + mEmoteScroll->setSize(width - 16, mUseButton->getY() - 18); + mEmoteScroll->setPosition(8, 10); setMinHeight(130); } diff --git a/src/gui/emotewindow.h b/src/gui/emotewindow.h index dbe4efd7..a996db99 100644 --- a/src/gui/emotewindow.h +++ b/src/gui/emotewindow.h @@ -70,7 +70,7 @@ class EmoteWindow : public Window, gcn::ActionListener, EmoteContainer *mEmotes; gcn::Button *mUseButton; - gcn::ScrollArea *mInvenScroll; + gcn::ScrollArea *mEmoteScroll; }; extern EmoteWindow *emoteWindow; diff --git a/src/main.cpp b/src/main.cpp index 61b90b12..a1109092 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -74,6 +74,7 @@ #include "net/network.h" #include "resources/colordb.h" +#include "resources/emotedb.h" #include "resources/image.h" #include "resources/itemdb.h" #include "resources/monsterdb.h" @@ -402,7 +403,7 @@ void init_engine(const Options &options) // Initialize the item shortcuts. itemShortcut = new ItemShortcut(); - + // Initialize the emote shortcuts. emoteShortcut = new EmoteShortcut(); @@ -437,7 +438,6 @@ void exit_engine() { // Before config.write() since it writes the shortcuts to the config delete itemShortcut; - delete emoteShortcut; config.write(); @@ -453,6 +453,7 @@ void exit_engine() // Unload XML databases ColorDB::unload(); + EmoteDB::unload(); ItemDB::unload(); MonsterDB::unload(); NPCDB::unload(); @@ -903,6 +904,8 @@ int main(int argc, char *argv[]) ItemDB::load(); MonsterDB::load(); NPCDB::load(); + EmoteDB::load(); + state = CHAR_CONNECT_STATE; break; diff --git a/src/npc.cpp b/src/npc.cpp index a2fb7d38..a9aa216c 100644 --- a/src/npc.cpp +++ b/src/npc.cpp @@ -105,8 +105,7 @@ void NPC::setSprite(int slot, int id, std::string color) Being::setSprite(slot, id, color); } -Being::Type -NPC::getType() const +Being::Type NPC::getType() const { return Being::NPC; } diff --git a/src/npc.h b/src/npc.h index 6e150e2b..af1dfc66 100644 --- a/src/npc.h +++ b/src/npc.h @@ -39,8 +39,7 @@ class NPC : public Player void setGender(Gender gender); void setSprite(int slot, int id, std::string color); - virtual Type - getType() const; + virtual Type getType() const; void talk(); void nextDialog(); diff --git a/src/resources/emotedb.cpp b/src/resources/emotedb.cpp new file mode 100644 index 00000000..03096eff --- /dev/null +++ b/src/resources/emotedb.cpp @@ -0,0 +1,148 @@ +/* + * Aethyra + * Copyright 2009 Aethyra Development Team + * + * This file is part of Aethyra. + * + * Aethyra is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * Aethyra is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Aethyra; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#include "emotedb.h" +#include "resourcemanager.h" + +#include "../log.h" + +#include "../utils/dtor.h" +#include "../utils/gettext.h" +#include "../utils/xml.h" + +namespace +{ + EmoteInfos mEmoteInfos; + EmoteInfo mUnknown; + bool mLoaded = false; + int mLastEmote = 0; +} + +void EmoteDB::load() +{ + if (mLoaded) + return; + + mLastEmote = 0; + + EmoteSprite *unknownSprite = new EmoteSprite; + unknownSprite->sprite = "error.xml"; + unknownSprite->name = "unknown"; + unknownSprite->variant = 0; + mUnknown.sprites.push_back(unknownSprite); + + logger->log(_("Initializing emote database...")); + + XML::Document doc("emotes.xml"); + xmlNodePtr rootNode = doc.rootNode(); + + if (!rootNode || !xmlStrEqual(rootNode->name, BAD_CAST "emotes")) + { + logger->log(_("Emote Database: Error while loading emotes.xml!")); + return; + } + + //iterate s + for_each_xml_child_node(emoteNode, rootNode) + { + if (!xmlStrEqual(emoteNode->name, BAD_CAST "emote")) + continue; + + int id = XML::getProperty(emoteNode, "id", -1); + if (id == -1) + { + logger->log(_("Emote Database: Emote with missing ID in emotes.xml!")); + continue; + } + + EmoteInfo *currentInfo = new EmoteInfo; + + for_each_xml_child_node(spriteNode, emoteNode) + { + if (xmlStrEqual(spriteNode->name, BAD_CAST "sprite")) + { + EmoteSprite *currentSprite = new EmoteSprite; + currentSprite->sprite = (const char*) spriteNode->xmlChildrenNode->content; + currentSprite->variant = XML::getProperty(spriteNode, "variant", 0); + currentInfo->sprites.push_back(currentSprite); + } + else if (xmlStrEqual(spriteNode->name, BAD_CAST "particlefx")) + { + std::string particlefx = (const char*) spriteNode->xmlChildrenNode->content; + currentInfo->particles.push_back(particlefx); + } + } + mEmoteInfos[id] = currentInfo; + if (id > mLastEmote) mLastEmote = id; + } + + mLoaded = true; +} + +void EmoteDB::unload() +{ + for ( EmoteInfosIterator i = mEmoteInfos.begin(); + i != mEmoteInfos.end(); + i++) + { + while (!i->second->sprites.empty()) + { + delete i->second->sprites.front(); + i->second->sprites.pop_front(); + } + delete i->second; + } + + mEmoteInfos.clear(); + + while (!mUnknown.sprites.empty()) + { + delete mUnknown.sprites.front(); + mUnknown.sprites.pop_front(); + } + + mLoaded = false; +} + +const EmoteInfo& EmoteDB::get(int id) +{ + EmoteInfosIterator i = mEmoteInfos.find(id); + + if (i == mEmoteInfos.end()) + { + logger->log(_("EmoteDB: Warning, unknown emote ID %d requested"), id); + return mUnknown; + } + else + { + return *(i->second); + } +} + +const EmoteInfo& EmoteDB::getUnknown() +{ + return mUnknown; +} + +const int& EmoteDB::getLast() +{ + return mLastEmote; +} diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h new file mode 100644 index 00000000..9e904cc1 --- /dev/null +++ b/src/resources/emotedb.h @@ -0,0 +1,62 @@ +/* + * Aethyra + * Copyright 2009 Aethyra Development Team + * + * This file is part of Aethyra. + * + * Aethyra is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * Aethyra is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Aethyra; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef _AETHYRA_EMOTE_DB_H +#define _AETHYRA_EMOTE_DB_H + +#include +#include +#include + +struct EmoteSprite +{ + std::string sprite; + std::string name; + int variant; +}; + +struct EmoteInfo +{ + std::list sprites; + std::list particles; +}; + +typedef std::map EmoteInfos; + +/** + * Emote information database. + */ +namespace EmoteDB +{ + void load(); + + void unload(); + + const EmoteInfo& get(int id); + + const EmoteInfo& getUnknown(); + + const int& getLast(); + + typedef EmoteInfos::iterator EmoteInfosIterator; +} + +#endif diff --git a/src/resources/npcdb.cpp b/src/resources/npcdb.cpp index bfa22214..0908d67d 100644 --- a/src/resources/npcdb.cpp +++ b/src/resources/npcdb.cpp @@ -55,7 +55,7 @@ void NPCDB::load() logger->error(_("NPC Database: Error while loading npcs.xml!")); } - //iterate s + //iterate s for_each_xml_child_node(npcNode, rootNode) { if (!xmlStrEqual(npcNode->name, BAD_CAST "npc")) -- cgit v1.2.3-60-g2f50 From 96e52fbc4a48a141e4d4cb4a06249eb66ae38d2b Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Fri, 16 Jan 2009 15:27:43 -0700 Subject: Updated translation files to prep for new build. Signed-off-by: Ira Rice --- po/ar.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/ca.po | 294 ++++++++++++++++++++++++++++--------------------------- po/cs.po | 304 ++++++++++++++++++++++++++++----------------------------- po/da.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/de.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/en_GB.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/eo.po | 289 +++++++++++++++++++++++++++--------------------------- po/es.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/fi.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/fr.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/he.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/hr.po | 314 ++++++++++++++++++++++++++++++----------------------------- po/id.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/it.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/ja.po | 314 ++++++++++++++++++++++++++++++----------------------------- po/nl.po | 314 ++++++++++++++++++++++++++++++----------------------------- po/pl.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/pt.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/pt_BR.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/ru.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/sk.po | 314 ++++++++++++++++++++++++++++++----------------------------- po/sv.po | 316 +++++++++++++++++++++++++++++++----------------------------- po/th.po | 294 ++++++++++++++++++++++++++++--------------------------- po/zh_CN.po | 316 +++++++++++++++++++++++++++++++----------------------------- 24 files changed, 3820 insertions(+), 3673 deletions(-) (limited to 'po') diff --git a/po/ar.po b/po/ar.po index 3710bf45..fa5aef7b 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-07-16 18:28+0000\n" "Last-Translator: صقر بن عبدالله \n" "Language-Team: Arabic \n" @@ -33,7 +33,6 @@ msgstr "مغادرة" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "الوصف: %s" @@ -53,12 +52,12 @@ msgstr "إيقاف" msgid "Sell" msgstr "بيع" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "إلغاء" @@ -70,13 +69,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "هل أنت متأكّد من حذف هذه الشخصيّة؟" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "إنتقاء الشخصيّة" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "الاسم: %s" @@ -86,69 +84,68 @@ msgstr "الاسم: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "المستوى: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "المستوى: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "النقود: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "السّابق" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "التّالي" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "جديد" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "حذف" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "موافق" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "إنشاء شخصيّة" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "الاسم:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "لون الشعر:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "قصّة الشعر:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "إنشاء" @@ -542,12 +539,7 @@ msgstr "لا" msgid "Connecting..." msgstr "جارِ الاتّصال..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -557,7 +549,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "استخدام" @@ -574,8 +566,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "الجردة" @@ -583,49 +575,24 @@ msgstr "الجردة" msgid "Drop" msgstr "إسقاط" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "الوصف: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "التأثير: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "الاسم:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "التأثير: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "الوصف: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "تجريد من العتاد" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "استعمال العتاد" @@ -677,7 +644,7 @@ msgid "Shortcut" msgstr "اختصار" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "تثبيت" @@ -807,7 +774,7 @@ msgstr "يجب أن يكون طول كلمة السرّ أقل من %d محار msgid "Passwords do not match." msgstr "كلمات السرّ غير متطابقة." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "خطأ" @@ -815,20 +782,20 @@ msgstr "خطأ" msgid "Sound" msgstr "صوت" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "حجم صوت المؤثرّات" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "حجم صوت الموسيقا" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "تطبيق" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "تصفير النوافذ" @@ -861,11 +828,11 @@ msgstr "" msgid "Color:" msgstr "لون الشعر:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "إضغط على الزرّ لبدأ المعايرة" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "معايرة" @@ -873,28 +840,28 @@ msgstr "معايرة" msgid "Enable joystick" msgstr "تفعيل عصا الألعاب" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "إيقاف" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "تدوير العصا" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "حذف" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -939,7 +906,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -979,105 +946,105 @@ msgstr "" msgid "FPS Limit:" msgstr "حدّ FPS:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "عتمة واجهة المستخدم" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "نصف قطر اللفّ" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "كسل اللفّ" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "مؤثّرات محيطة" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "واقف" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "منخفض" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "مرتفع" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "ملء الشاشة" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "جارِ ملء الشاشة" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "يجب إعادة التشغيل لتفعّل التغييرات." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "تغيير OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "تطبيق التغيير على OpenGL يحتاج لإعادة تشغيل." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "يجب إعادة التشغيل لتفعّل التغييرات." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "يجب إعادة التشغيل لتفعّل التغييرات." @@ -1206,24 +1173,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "إضافة" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "إضافة" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "أنت تحصل على %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "أنت تقدّم:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1509,6 +1480,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1635,177 +1623,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "جارِ الاتّصال..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "جارِ الاتّصال..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "جارِ الاتّصال..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "الاسم: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "جارِ الاتّصال..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "الوصف: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "التأثير: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "الاسم:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "التأثير: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "الوصف: %s" + #~ msgid "Unregister" #~ msgstr "إلغاء التسجيل" diff --git a/po/ca.po b/po/ca.po index 71f6c6da..0415ed64 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-07-03 17:21+0000\n" "Last-Translator: Habari \n" "Language-Team: Catalan \n" @@ -33,7 +33,6 @@ msgstr "sortir" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" @@ -52,12 +51,12 @@ msgstr "" msgid "Sell" msgstr "" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "" @@ -69,13 +68,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "" @@ -85,69 +83,68 @@ msgstr "" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, c-format msgid "Job Level: %d" msgstr "" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "nom" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "" @@ -538,12 +535,7 @@ msgstr "no" msgid "Connecting..." msgstr "" -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -553,7 +545,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "" @@ -570,8 +562,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" @@ -579,45 +571,24 @@ msgstr "" msgid "Drop" msgstr "" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -msgid "Description:" -msgstr "" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -msgid "Effect:" -msgstr "" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "nom" - -#: ../src/gui/inventorywindow.cpp:170 -msgid "Effect: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:172 -msgid "Description: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "" @@ -669,7 +640,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "" @@ -795,7 +766,7 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "" @@ -803,20 +774,20 @@ msgstr "" msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" @@ -848,11 +819,11 @@ msgstr "" msgid "Color:" msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "" @@ -860,27 +831,27 @@ msgstr "" msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 msgid "Default" msgstr "" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -925,7 +896,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -965,103 +936,103 @@ msgstr "" msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 msgid "Restart your client or change maps for the change to take effect." msgstr "" @@ -1178,24 +1149,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1479,6 +1454,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1604,169 +1596,173 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 msgid "Trying to connect to account server..." msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 msgid "Trying to connect to char server..." msgstr "" -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 msgid "Trying to connect to map server..." msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, c-format msgid "Map: %s" msgstr "" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 msgid "Connecting to map server..." msgstr "" -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "nom" diff --git a/po/cs.po b/po/cs.po index e046aad8..edceaf79 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-12-17 16:31+0000\n" "Last-Translator: Lubos \n" "Language-Team: Czech \n" @@ -33,7 +33,6 @@ msgstr "" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Popis: %s" @@ -52,12 +51,12 @@ msgstr "" msgid "Sell" msgstr "Prodej" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Zrušit" @@ -69,14 +68,13 @@ msgstr "Potvrďte vymazání postavy" msgid "Are you sure you want to delete this character?" msgstr "Jste si jistí, že chcete vymazat tuto postavu?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "Vytvořit postavu" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Jméno: %s" @@ -86,69 +84,68 @@ msgstr "Jméno: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Úroveň: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Úroveň: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Peníze: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Předchozí" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Další" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Nová" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Odstranit" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Vytvořit postavu" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Jméno:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Barva vlasů:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Styl vlasů:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Vytvořit" @@ -542,12 +539,7 @@ msgstr "Ne" msgid "Connecting..." msgstr "Připojuji se..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -557,7 +549,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "" @@ -574,8 +566,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventář" @@ -583,47 +575,24 @@ msgstr "Inventář" msgid "Drop" msgstr "Upustit" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Popis: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -msgid "Effect:" -msgstr "" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Jméno:" - -#: ../src/gui/inventorywindow.cpp:170 -msgid "Effect: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Popis: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Vybavit" @@ -675,7 +644,7 @@ msgid "Shortcut" msgstr "Zkratka" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Nastavení" @@ -802,7 +771,7 @@ msgstr "Heslo musí být kratší než %d znaků." msgid "Passwords do not match." msgstr "Hesla se neshodují." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Chyba" @@ -810,20 +779,20 @@ msgstr "Chyba" msgid "Sound" msgstr "Zvuk" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" @@ -857,11 +826,11 @@ msgstr "" msgid "Color:" msgstr "Barva vlasů:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Kalibrovat" @@ -869,28 +838,28 @@ msgstr "Kalibrovat" msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Odstranit" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -935,7 +904,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -975,103 +944,103 @@ msgstr "" msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 msgid "Restart your client or change maps for the change to take effect." msgstr "" @@ -1197,24 +1166,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1499,6 +1472,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1625,177 +1615,189 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Připojuji se..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Připojuji se..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Připojuji se..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Jméno: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Připojuji se..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Popis: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Jméno:" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Popis: %s" + #~ msgid "Remember Username" #~ msgstr "Zapamatovat uživatelské jméno" diff --git a/po/da.po b/po/da.po index d3ffa234..87afa59d 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-12-28 14:45+0000\n" "Last-Translator: Niels L Ellegaard \n" "Language-Team: Danish \n" @@ -33,7 +33,6 @@ msgstr "Afslut" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beskrivelse: %s" @@ -53,12 +52,12 @@ msgstr "Stop" msgid "Sell" msgstr "Sælg" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Fortryd" @@ -70,13 +69,12 @@ msgstr "Er du sikker på at du vil slette denne figur?" msgid "Are you sure you want to delete this character?" msgstr "Er du sikker på at du vil slette denne figur?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Vælg Bruger" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Navn; %s" @@ -86,69 +84,68 @@ msgstr "Navn; %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Niveau: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Niveau: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Penge: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Forrige" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Næste" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Opret" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Slet" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "O.k." -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Lav figur." -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Navn:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Hårfarve:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Frisure:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Opret" @@ -543,12 +540,7 @@ msgstr "Nej" msgid "Connecting..." msgstr "Opretter forbindelse..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Brug" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventarliste" @@ -584,49 +576,24 @@ msgstr "Inventarliste" msgid "Drop" msgstr "Smid" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Beskrivelse: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Effekt: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Navn:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Effekt: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Beskrivelse: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Tag af" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Tag på" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "Genvej" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Opsætning" @@ -808,7 +775,7 @@ msgstr "Adgangskoden skal være mindre end %d bogstaver langt." msgid "Passwords do not match." msgstr "Adgangskoder stemmer ikke overens." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Fejl" @@ -816,20 +783,20 @@ msgstr "Fejl" msgid "Sound" msgstr "Lyd" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Lydstyrke på effekter" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Lydstyrke på musik" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Anvend" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Nulstil vinduer" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "Hårfarve:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Tryk på knappen for at starte justeringen." -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Justering" @@ -875,28 +842,28 @@ msgstr "Justering" msgid "Enable joystick" msgstr "Aktiver joystick" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Stop" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Roter joystick" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Slet" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,105 +948,105 @@ msgstr "" msgid "FPS Limit:" msgstr "FPS grænse:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Gennemsigtighed" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Følsomhed på mus" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Acceleration på mus" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Omgivende FX" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "fra" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "lav" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "høj" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Fuld Skærm" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Skifter til fuld skærm" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Ændringerne kræver at du genstarter klienten." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Skrifter til OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "Ændringerne til OpenGL kræver at du genstarter klienten." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Ændringerne kræver at du genstarter klienten." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Ændringerne kræver at du genstarter klienten." @@ -1208,24 +1175,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Tilføj" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Tilføj" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Du får %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Du giver:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1511,6 +1482,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1637,177 +1625,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Opretter forbindelse..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Opretter forbindelse..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Opretter forbindelse..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Navn; %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Opretter forbindelse..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Beskrivelse: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Effekt: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Navn:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Effekt: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Beskrivelse: %s" + #~ msgid "Remember Username" #~ msgstr "Husk dette brugernavn." diff --git a/po/de.po b/po/de.po index e8a39a98..ed92c46d 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-10-13 00:25+0000\n" "Last-Translator: Aeneas Jaißle \n" "Language-Team: German\n" @@ -33,7 +33,6 @@ msgstr "Beenden" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beschreibung: %s" @@ -53,12 +52,12 @@ msgstr "Stopp" msgid "Sell" msgstr "Verkaufen" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Abbrechen" @@ -70,13 +69,12 @@ msgstr "Bestätige Charakter-Löschung" msgid "Are you sure you want to delete this character?" msgstr "Bist du sicher, dass du diesen Charakter löschen möchtest?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Spielfigur auswählen" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Name : %s" @@ -86,69 +84,68 @@ msgstr "Name : %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Stufe: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Stufe: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Geld: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Zurück" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Weiter" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Neu" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Löschen" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Charakter erstellen" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Name :" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Haarfarbe" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Frisur" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Erstellen" @@ -543,12 +540,7 @@ msgstr "Nein" msgid "Connecting..." msgstr "Verbinde..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Benutzen" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventar" @@ -584,49 +576,24 @@ msgstr "Inventar" msgid "Drop" msgstr "Wegwerfen" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Beschreibung: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Effekt: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Name :" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Effekt: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Beschreibung: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Ablegen" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Ausrüsten" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "Tastenkürzel" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Einstellungen" @@ -808,7 +775,7 @@ msgstr "Das Passwort muss kürzer als %d Zeichen sein." msgid "Passwords do not match." msgstr "Passwörter stimmen nicht überein." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Fehler" @@ -816,20 +783,20 @@ msgstr "Fehler" msgid "Sound" msgstr "Ton" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Lautstärke der Klangeffekte" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Latustärke der Musik" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Anwenden" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Fenster zurücksetzen" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "Haarfarbe" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Knopf drücken um die Kalibrierung zu starten" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Kalibrieren" @@ -875,28 +842,28 @@ msgstr "Kalibrieren" msgid "Enable joystick" msgstr "Joystick aktivieren" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Stopp" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Kreise den Steuerknüppel" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Löschen" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,107 +948,107 @@ msgstr "" msgid "FPS Limit:" msgstr "FPS-Limit:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "GUI Transparenz" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Scroll-Radius" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Scroll-Trägheit" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Hintergrundeffekte" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "Aus" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "Niedrig" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "Hoch" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Vollbild" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Wechsle zum Vollbildmodus" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Ändere OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" "Änderungen an OpenGL werden erst nach einem Neustart der Anwendung " "übernommen." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." @@ -1210,24 +1177,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Hinzufügen" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Hinzufügen" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Du erhälst %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Du gibst:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1513,6 +1484,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1639,177 +1627,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Verbinde..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Verbinde..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Verbinde..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Name : %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Verbinde..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Beschreibung: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Effekt: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Name :" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Effekt: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Beschreibung: %s" + #~ msgid "Remember Username" #~ msgstr "Benutzernamen merken" diff --git a/po/en_GB.po b/po/en_GB.po index 93256370..b6713923 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-05-10 16:51+0000\n" "Last-Translator: Me \n" "Language-Team: English (United Kingdom) \n" @@ -33,7 +33,6 @@ msgstr "Exit" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Description: %s" @@ -53,12 +52,12 @@ msgstr "Stop" msgid "Sell" msgstr "Sell" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancel" @@ -70,13 +69,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "Are you sure you want to delete this character?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Select Character" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Name: %s" @@ -86,69 +84,68 @@ msgstr "Name: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Level: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Level: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Money: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Previous" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Next" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "New" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Delete" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Create Character" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Name:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Hair Colour:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Hair Style:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Create" @@ -543,12 +540,7 @@ msgstr "No" msgid "Connecting..." msgstr "Connecting..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Use" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventory" @@ -584,49 +576,24 @@ msgstr "Inventory" msgid "Drop" msgstr "Drop" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Description: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Effect: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Name:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Effect: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Description: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Unequip" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Equip" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "Shortcut" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Setup" @@ -808,7 +775,7 @@ msgstr "The password needs to be less than %d characters long." msgid "Passwords do not match." msgstr "Passwords do not match." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Error" @@ -816,20 +783,20 @@ msgstr "Error" msgid "Sound" msgstr "Sound" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Sfx volume" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Music volume" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Apply" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Reset Windows" @@ -861,11 +828,11 @@ msgstr "" msgid "Color:" msgstr "Colour:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Press the button to start calibration" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Calibrate" @@ -873,28 +840,28 @@ msgstr "Calibrate" msgid "Enable joystick" msgstr "Enable joystick" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Stop" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Rotate the stick" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Delete" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -939,7 +906,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -979,105 +946,105 @@ msgstr "" msgid "FPS Limit:" msgstr "FPS Limit:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Gui opacity" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Scroll radius" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Scroll laziness" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Ambient FX" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "off" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "low" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "high" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Full screen" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Switching to full screen" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Restart needed for changes to take effect." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Changing OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "Applying change to OpenGL requires restart." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Restart needed for changes to take effect." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Restart needed for changes to take effect." @@ -1206,24 +1173,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Add" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Add" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "You get %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "You give:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1509,6 +1480,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1635,177 +1623,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Connecting..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Connecting..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Connecting..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Name: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Connecting..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Description: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Effect: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Name:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Effect: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Description: %s" + #~ msgid "Unregister" #~ msgstr "Unregister" diff --git a/po/eo.po b/po/eo.po index d7d627c8..eb490c33 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-11-10 22:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Esperanto \n" @@ -33,7 +33,6 @@ msgstr "" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" @@ -52,12 +51,12 @@ msgstr "" msgid "Sell" msgstr "" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "" @@ -69,13 +68,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "" @@ -85,69 +83,68 @@ msgstr "" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, c-format msgid "Job Level: %d" msgstr "" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "" @@ -537,12 +534,7 @@ msgstr "" msgid "Connecting..." msgstr "" -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -552,7 +544,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "" @@ -569,8 +561,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" @@ -578,44 +570,24 @@ msgstr "" msgid "Drop" msgstr "" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -msgid "Description:" -msgstr "" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -msgid "Effect:" -msgstr "" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -msgid "Name: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:170 -msgid "Effect: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:172 -msgid "Description: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "" @@ -667,7 +639,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "" @@ -793,7 +765,7 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "" @@ -801,20 +773,20 @@ msgstr "" msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" @@ -846,11 +818,11 @@ msgstr "" msgid "Color:" msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "" @@ -858,27 +830,27 @@ msgstr "" msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 msgid "Default" msgstr "" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -922,7 +894,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -962,103 +934,103 @@ msgstr "" msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 msgid "Restart your client or change maps for the change to take effect." msgstr "" @@ -1175,24 +1147,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1476,6 +1452,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1601,169 +1594,169 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 msgid "Trying to connect to account server..." msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 msgid "Trying to connect to char server..." msgstr "" -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 msgid "Trying to connect to map server..." msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, c-format msgid "Map: %s" msgstr "" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 msgid "Connecting to map server..." msgstr "" -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" diff --git a/po/es.po b/po/es.po index 6e88cb57..217e924a 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-10-15 01:37+0000\n" "Last-Translator: catalania \n" "Language-Team: Spanish \n" @@ -33,7 +33,6 @@ msgstr "Salir" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descripción: %s" @@ -53,12 +52,12 @@ msgstr "Detener" msgid "Sell" msgstr "Vender" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancelar" @@ -70,13 +69,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "¿Seguro que quieres borrar este personaje?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Seleccionar personaje" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Nombre: %s" @@ -86,69 +84,68 @@ msgstr "Nombre: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nivel: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nivel: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Dinero: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Anterior" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Siguiente" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Nuevo" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Eliminar" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Aceptar" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Crear Personaje" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nombre:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Color de pelo:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "corte de pelo" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Crear" @@ -543,12 +540,7 @@ msgstr "No" msgid "Connecting..." msgstr "Conectando…" -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Usar" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventario" @@ -584,49 +576,24 @@ msgstr "Inventario" msgid "Drop" msgstr "tirar" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Descripción: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Efecto: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Nombre:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Efecto: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Descripción: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "quitarselo" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Equipar" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "Atajos" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Configuración" @@ -808,7 +775,7 @@ msgstr "La contraseña puede tener como máximo %d caracteres." msgid "Passwords do not match." msgstr "Las contraseñas no coinciden." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Error" @@ -816,20 +783,20 @@ msgstr "Error" msgid "Sound" msgstr "Sonido" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Volumen efectos" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Volumen musica" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Aplicar" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Reiniciar ventanas" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "Color de pelo:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Presione el botón para comenzar la calibración" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Calibrar" @@ -875,28 +842,28 @@ msgstr "Calibrar" msgid "Enable joystick" msgstr "Activar joystick" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Detener" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Gire el stick" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Eliminar" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,105 +948,105 @@ msgstr "" msgid "FPS Limit:" msgstr "Límite de FPS:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Transparencia menus" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Ratio de scroll" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Velocidad de scroll" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Efectos ambientales" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "desactivado" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "bajo" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "alto" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Pantalla completa" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Cambiar a pantalla completa" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Se necesita reiniciar para aplicar los cambios." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Cambiar a OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "Se necesita reiniciar para aplicar los cambios hechos a OpenGL." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Se necesita reiniciar para aplicar los cambios." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Se necesita reiniciar para aplicar los cambios." @@ -1208,24 +1175,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Añadir" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Añadir" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Tu consigues %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Tu das:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1511,6 +1482,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1637,177 +1625,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Conectando…" -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Conectando…" -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Conectando…" -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Nombre: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Conectando…" -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Descripción: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Efecto: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Nombre:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Efecto: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Descripción: %s" + #~ msgid "Unregister" #~ msgstr "Cancelar Cuenta" diff --git a/po/fi.po b/po/fi.po index 472fbd83..1bd73914 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-12-30 10:23+0000\n" "Last-Translator: ville-v \n" "Language-Team: Finnish \n" @@ -33,7 +33,6 @@ msgstr "Sulje" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Kuvaus: %s" @@ -53,12 +52,12 @@ msgstr "Lopeta" msgid "Sell" msgstr "Myy" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Peru" @@ -70,14 +69,13 @@ msgstr "Vahvista hahmon poistopyyntö" msgid "Are you sure you want to delete this character?" msgstr "Oletko varma, että haluat poistaa tämän hahmon?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "Luo hahmo" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Nimi: %s" @@ -87,69 +85,68 @@ msgstr "Nimi: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Taso: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Taso: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Rahatilanne: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Edellinen" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Seuraava" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Uusi" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Poista" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Luo hahmo" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nimi:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Hiusten väri:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Hiustyyli:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Luo" @@ -544,12 +541,7 @@ msgstr "Ei" msgid "Connecting..." msgstr "Yhdistetään..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -559,7 +551,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Käytä" @@ -576,8 +568,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Tavaraluettelo" @@ -585,49 +577,24 @@ msgstr "Tavaraluettelo" msgid "Drop" msgstr "Pudota" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Kuvaus: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Vaikutus: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Nimi:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Vaikutus: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Kuvaus: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Poista varuste käytöstä" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Ota käyttöön" @@ -679,7 +646,7 @@ msgid "Shortcut" msgstr "Pikavalinnat" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Asetukset" @@ -809,7 +776,7 @@ msgstr "Salasanan tulee olla alle %d merkkiä pitkä." msgid "Passwords do not match." msgstr "Salasanat eivät täsmää." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Virhe" @@ -817,20 +784,20 @@ msgstr "Virhe" msgid "Sound" msgstr "Ääni" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Äänitehosteiden voimakkuus" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Musiikin voimakkuus" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Käytä" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Palauta ikkunoiden oletusasetukset" @@ -864,11 +831,11 @@ msgstr "" msgid "Color:" msgstr "Hiusten väri:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Paina tätä nappia aloittaaksesi peliohjaimen kalibroinnin" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Kalibroi" @@ -876,28 +843,28 @@ msgstr "Kalibroi" msgid "Enable joystick" msgstr "Peliohjaintuki päälle" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Lopeta" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Käytä ohjain ääriasennoissaan pyörittämällä" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Poista" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -942,7 +909,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -982,105 +949,105 @@ msgstr "" msgid "FPS Limit:" msgstr "Piirtonopeusrajoitin (kuvaa / sekunti)" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Käyttöliittymän läpinäkyvyys" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Kameran perässälaahaus" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Kameran perässälaahauksen tiukkuus" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Taustaäänet" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "pois päältä" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "matala" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "korkea" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Kokoruututila" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Kokoruututilaan siirtyminen" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Vaihdetaan OpenGL -toimintatilaan" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "OpenGL -asetusten muutokset vaativat ohjelman uudelleenkäynnistyksen" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." @@ -1209,24 +1176,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Lisää" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Lisää" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Sait %d GP" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Annat:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1512,6 +1483,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1638,177 +1626,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Yhdistetään..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Yhdistetään..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Yhdistetään..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Nimi: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Yhdistetään..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Kuvaus: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Vaikutus: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Nimi:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Vaikutus: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Kuvaus: %s" + #~ msgid "Remember Username" #~ msgstr "Muista käyttäjätunnus" diff --git a/po/fr.po b/po/fr.po index 7f522152..9201ff5c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-12-26 10:43+0000\n" "Last-Translator: Johan Serre \n" "Language-Team: French\n" @@ -34,7 +34,6 @@ msgstr "Quitter" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Description : %s" @@ -54,12 +53,12 @@ msgstr "Stop" msgid "Sell" msgstr "Vendre" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Annuler" @@ -71,13 +70,12 @@ msgstr "Confirmer la suppression du personnage" msgid "Are you sure you want to delete this character?" msgstr "Êtes-vous certain de vouloir supprimer ce personnage ?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Choix du personnage" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Nom : %s" @@ -87,69 +85,68 @@ msgstr "Nom : %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Niveau : %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Niveau : %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Argent : %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Précédent" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Suivant" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Nouveau" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Supprimer" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Création du personnage" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nom :" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Couleur des cheveux" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Coiffure :" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Créer" @@ -544,12 +541,7 @@ msgstr "Non" msgid "Connecting..." msgstr "Connexion..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -559,7 +551,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Utiliser" @@ -576,8 +568,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventaire" @@ -585,49 +577,24 @@ msgstr "Inventaire" msgid "Drop" msgstr "Lâcher" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Description : %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Effet : %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Nom :" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Effet : %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Description : %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Retirer" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Équiper" @@ -679,7 +646,7 @@ msgid "Shortcut" msgstr "Raccourci" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Configuration" @@ -809,7 +776,7 @@ msgstr "Le mot de passe doit faire moins de %d caractères." msgid "Passwords do not match." msgstr "Les deux mots de passe ne correspondent pas." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Erreur" @@ -817,20 +784,20 @@ msgstr "Erreur" msgid "Sound" msgstr "Son" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Volume des effets sonores" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Volume de la musique" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Appliquer" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Rétablir les fenêtres" @@ -864,11 +831,11 @@ msgstr "" msgid "Color:" msgstr "Couleur des cheveux" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Presser le bouton pour démarrer la calibration" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Calibrer" @@ -876,28 +843,28 @@ msgstr "Calibrer" msgid "Enable joystick" msgstr "Activer le joystick" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Stop" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Tourner le joystick" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Supprimer" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -942,7 +909,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -982,108 +949,108 @@ msgstr "" msgid "FPS Limit:" msgstr "Limite FPS :" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Opacité de l'interface" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Rayon du scrolling" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Paresse du scrolling" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Effets ambiants" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "aucun" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "léger" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "complet" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Plein écran" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Passage en plein écran" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "" "Les changements ne seront pris en compte qu'au prochain démarrage du jeu." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Changement OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" "Le changement OpenGL ne sera pris en compte qu'au prochain démarrage du jeu." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "" "Les changements ne seront pris en compte qu'au prochain démarrage du jeu." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "" @@ -1213,24 +1180,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Ajouter" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Ajouter" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Vous obtenez %d PO." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Vous donnez :" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1516,6 +1487,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1642,177 +1630,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Connexion..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Connexion..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Connexion..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Nom : %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Connexion..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Description : %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Effet : %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Nom :" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Effet : %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Description : %s" + #~ msgid "Remember Username" #~ msgstr "Se souvenir du nom d'utilisateur" diff --git a/po/he.po b/po/he.po index a098c887..2d77d9f1 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-10-20 00:23+0000\n" "Last-Translator: Ddorda \n" "Language-Team: Hebrew \n" @@ -33,7 +33,6 @@ msgstr "יציאה" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "תיאור: %s" @@ -53,12 +52,12 @@ msgstr "עצור" msgid "Sell" msgstr "מכר" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "ביטול" @@ -70,14 +69,13 @@ msgstr "אשר מחיקת שחקן" msgid "Are you sure you want to delete this character?" msgstr "האם אתה בטוח כי ברצונך למחוק את השחקן?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "צור שחקן" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "שם: %s" @@ -87,69 +85,68 @@ msgstr "שם: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "רמה: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "רמה: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "זהב: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "הקודם" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "הבא" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "חדש" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "מחק" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "אישור" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "צור שחקן" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "שם:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "צבע שיער:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "תיספורת:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "צור" @@ -544,12 +541,7 @@ msgstr "לא" msgid "Connecting..." msgstr "מתחבר..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -559,7 +551,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "השתמש" @@ -576,8 +568,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "ציוד" @@ -585,49 +577,24 @@ msgstr "ציוד" msgid "Drop" msgstr "השלך" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "תיאור: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "השפעה: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "שם:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "השפעה: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "תיאור: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "הורד" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "החזק" @@ -679,7 +646,7 @@ msgid "Shortcut" msgstr "קיצור-דרך" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "הגדרות" @@ -809,7 +776,7 @@ msgstr "הסיסמה חייבת להכיל פחות מ-%d תוים." msgid "Passwords do not match." msgstr "הסיסמאות אינן תואמות." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "שגיאה" @@ -817,20 +784,20 @@ msgstr "שגיאה" msgid "Sound" msgstr "צליל" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "עוצמת SFX" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "עוצמת מוזיקה" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "אשר" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "אתחל חלונות" @@ -864,11 +831,11 @@ msgstr "" msgid "Color:" msgstr "צבע שיער:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "לחץ על הכפתור בכדי להתחיל בכיול" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "כייל" @@ -876,28 +843,28 @@ msgstr "כייל" msgid "Enable joystick" msgstr "אפשר ג'ויסטיק" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "עצור" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "סובב את המקל" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "מחק" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -942,7 +909,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -982,105 +949,105 @@ msgstr "" msgid "FPS Limit:" msgstr "הגבלת FPS:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "אטימות Gui" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "תווך גלילה" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "עצלנות גלילה" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "אופף FX" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "כבוי" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "נמוך" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "גבוה" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "מסך מלא" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "מחליף למסך מלא" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "משנה OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "אישור שינויים עבור OpenGL דורש איתחול." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." @@ -1209,24 +1176,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "הוסף" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "הוסף" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "אתה מקבל %d זהב." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "אתה נותן:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1512,6 +1483,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1638,177 +1626,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "מתחבר..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "מתחבר..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "מתחבר..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "שם: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "מתחבר..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "תיאור: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "השפעה: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "שם:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "השפעה: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "תיאור: %s" + #~ msgid "Remember Username" #~ msgstr "זכור שם משתמש" diff --git a/po/hr.po b/po/hr.po index 10e68177..3eba733c 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-12-28 23:36+0000\n" "Last-Translator: Dino Paskvan \n" "Language-Team: Croatian \n" @@ -33,7 +33,6 @@ msgstr "Izlaz" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Opis: %s" @@ -52,12 +51,12 @@ msgstr "" msgid "Sell" msgstr "" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Poništi" @@ -69,14 +68,13 @@ msgstr "Potvrdi Brisanje Lika" msgid "Are you sure you want to delete this character?" msgstr "Da li ste sigurni da želite obrisati ovog lika?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "Stvori Lika" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Ime: %s" @@ -86,69 +84,68 @@ msgstr "Ime: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nivo: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nivo: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Novac: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Prethodni" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Slijedeći" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Novi" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Obriši" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "U redu" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Stvori Lika" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Ime:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Boja kose:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Frizura:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Stvori" @@ -539,12 +536,7 @@ msgstr "Ne" msgid "Connecting..." msgstr "Spajanje..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -554,7 +546,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Upotrijebi" @@ -571,8 +563,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Zalihe" @@ -580,49 +572,24 @@ msgstr "Zalihe" msgid "Drop" msgstr "Ispusti" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Opis: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Učinak: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Ime:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Učinak: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Opis: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Skini opremu" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Opremi" @@ -674,7 +641,7 @@ msgid "Shortcut" msgstr "Kratica" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Podešavanje" @@ -802,7 +769,7 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Greška" @@ -810,20 +777,20 @@ msgstr "Greška" msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" @@ -857,11 +824,11 @@ msgstr "" msgid "Color:" msgstr "Boja kose:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "" @@ -869,28 +836,28 @@ msgstr "" msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Obriši" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -935,7 +902,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -975,103 +942,103 @@ msgstr "" msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 msgid "Restart your client or change maps for the change to take effect." msgstr "" @@ -1195,24 +1162,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1497,6 +1468,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1623,177 +1611,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Spajanje..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Spajanje..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Spajanje..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Ime: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Spajanje..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Opis: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Učinak: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Ime:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Učinak: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Opis: %s" + #~ msgid "Remember Username" #~ msgstr "Zapamti korisničko ime" diff --git a/po/id.po b/po/id.po index cf39a880..0ee3c5b4 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-03-26 09:11+0000\n" "Last-Translator: ActiveFile \n" "Language-Team: Indonesian \n" @@ -33,7 +33,6 @@ msgstr "Keluar" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Deskripsi: %s" @@ -53,12 +52,12 @@ msgstr "Berhenti" msgid "Sell" msgstr "Jual" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Batal" @@ -70,13 +69,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "Apakah anda bersungguh-sungguh ingin menghapus karakter ini?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Pilih Karakter" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Nama: %s" @@ -86,69 +84,68 @@ msgstr "Nama: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Tingkatan: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Tingkatan: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Uang: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Sebelumnya" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Berikutnya" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Buat baru" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Hapus" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Buat Karakter" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nama:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Warna Rambut:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Gaya Rambut:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Buat" @@ -543,12 +540,7 @@ msgstr "Tidak" msgid "Connecting..." msgstr "Menyambung..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Gunakan" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventaris" @@ -584,49 +576,24 @@ msgstr "Inventaris" msgid "Drop" msgstr "Jatuh" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Deskripsi: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Efek: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Nama:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Efek: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Deskripsi: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "Tombol Singkat" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Atur" @@ -808,7 +775,7 @@ msgstr "" msgid "Passwords do not match." msgstr "Kata sandi tidak sama." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Kesalahan" @@ -816,20 +783,20 @@ msgstr "Kesalahan" msgid "Sound" msgstr "Suara" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Volume sfx" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Volume Musik" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Terapkan" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "Warna Rambut:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Tekan tombol untuk memulai kalibrasi" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Kalibrasi" @@ -875,28 +842,28 @@ msgstr "Kalibrasi" msgid "Enable joystick" msgstr "Membolehkan joistik" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Berhenti" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Memutar tongkat" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Hapus" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,105 +948,105 @@ msgstr "" msgid "FPS Limit:" msgstr "Batas FPS" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Radius gulungan" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "mati" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "rendah" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "tinggi" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Layar penuh" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Mengganti ke layar penuh" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Memulai dari awal di butuhkan untuk melihat efek" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Mengubah OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "Mendaftar perubahan ke OpenGL membutuhkan memulai dari awal" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Memulai dari awal di butuhkan untuk melihat efek" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Memulai dari awal di butuhkan untuk melihat efek" @@ -1208,24 +1175,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Tambah" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Tambah" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Anda mendapatkan %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Anda memberikan:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1511,6 +1482,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1637,177 +1625,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Menyambung..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Menyambung..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Menyambung..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Nama: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Menyambung..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Deskripsi: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Efek: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Nama:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Efek: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Deskripsi: %s" + #~ msgid "Unregister" #~ msgstr "Tidak terdaftar" diff --git a/po/it.po b/po/it.po index 342aab49..1df6f016 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2007-12-03 01:45+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Italian\n" @@ -35,7 +35,6 @@ msgstr "Esci" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descrizione : %s" @@ -55,12 +54,12 @@ msgstr "Ferma" msgid "Sell" msgstr "Vendi" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancella" @@ -72,13 +71,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "Sei sicuro di voler cancellare questo personaggio?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Scelta Personaggio" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Nome : %s" @@ -88,69 +86,68 @@ msgstr "Nome : %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Livello: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Livello: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Monete: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Precedente" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Prossimo" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Nuovo" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Elimina" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Crea Personaggio" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nome :" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Colore Capelli" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Stile Capelli:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Create" @@ -545,12 +542,7 @@ msgstr "No" msgid "Connecting..." msgstr "Connessione..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -560,7 +552,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Usa" @@ -577,8 +569,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventario" @@ -586,49 +578,24 @@ msgstr "Inventario" msgid "Drop" msgstr "Lascia" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Descrizione : %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Effetto : %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Nome :" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Effetto : %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Descrizione : %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Rimuovi" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Equipaggia" @@ -680,7 +647,7 @@ msgid "Shortcut" msgstr "Scorciatoia" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Impostazioni" @@ -810,7 +777,7 @@ msgstr "La password deve contenere meno di %d caratteri." msgid "Passwords do not match." msgstr "Le password non corrispondono." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Errore" @@ -818,20 +785,20 @@ msgstr "Errore" msgid "Sound" msgstr "Suono" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Volume effetti sonori" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Volume musica" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Applica" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Resetta finestre" @@ -865,11 +832,11 @@ msgstr "" msgid "Color:" msgstr "Colore Capelli" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Premi il pulsante per cominciare la calibrazione" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Calibra" @@ -877,28 +844,28 @@ msgstr "Calibra" msgid "Enable joystick" msgstr "Abilita joystick" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Ferma" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Ruota la manopola" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Elimina" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -943,7 +910,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -983,105 +950,105 @@ msgstr "" msgid "FPS Limit:" msgstr "Limita FPS:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Opacità IU" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Raggio dello scroll" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Lentezza dello scroll" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Suoni ambientali" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "Spento" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "Basso" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "Alto" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Schermo intero" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Modalità a schermo intero" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Modifica OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "Applicare le modifiche ad OpenGL richiede il riavvio." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." @@ -1210,24 +1177,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Aggiungi" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Aggiungi" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Ottieni %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Dai:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1513,6 +1484,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1639,177 +1627,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Connessione..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Connessione..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Connessione..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Nome : %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Connessione..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Descrizione : %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Effetto : %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Nome :" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Effetto : %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Descrizione : %s" + #~ msgid "Unregister" #~ msgstr "Cancella registrazione" diff --git a/po/ja.po b/po/ja.po index 2f0cf9f4..4e4ba8b8 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-06-28 16:27+0000\n" "Last-Translator: fate \n" "Language-Team: Japanese \n" @@ -33,7 +33,6 @@ msgstr "終了" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "名状: %s" @@ -52,12 +51,12 @@ msgstr "" msgid "Sell" msgstr "" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "取消" @@ -69,13 +68,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "このキャラは消してもいいですか?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "キャラを選択" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "名前: %s" @@ -85,69 +83,68 @@ msgstr "名前: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "レベル: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "レベル: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "GP: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "前へ" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "次へ" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "新規" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "削除" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "了解" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "キャラを作成" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "名前:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "髪の色:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "髪型:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "作成" @@ -541,12 +538,7 @@ msgstr "いいえ" msgid "Connecting..." msgstr "接続しています..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -556,7 +548,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "使う" @@ -573,8 +565,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" @@ -582,49 +574,24 @@ msgstr "" msgid "Drop" msgstr "" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "名状: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "効用: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "名前:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "効用: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "名状: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "" @@ -676,7 +643,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "セットアップ" @@ -804,7 +771,7 @@ msgstr "" msgid "Passwords do not match." msgstr "パスワードが一致していません。" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "エラー" @@ -812,20 +779,20 @@ msgstr "エラー" msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" @@ -859,11 +826,11 @@ msgstr "" msgid "Color:" msgstr "髪の色:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "" @@ -871,28 +838,28 @@ msgstr "" msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "削除" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -937,7 +904,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -977,103 +944,103 @@ msgstr "" msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 msgid "Restart your client or change maps for the change to take effect." msgstr "" @@ -1197,24 +1164,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1499,6 +1470,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1625,177 +1613,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "接続しています..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "接続しています..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "接続しています..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "名前: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "接続しています..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "名状: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "効用: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "名前:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "効用: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "名状: %s" + #~ msgid "Unregister" #~ msgstr "登録削除" diff --git a/po/nl.po b/po/nl.po index 2ee556d1..96247edc 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-10-10 00:04+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Dutch\n" @@ -33,7 +33,6 @@ msgstr "Afsluiten" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beschrijving: %s" @@ -53,12 +52,12 @@ msgstr "Stoppen" msgid "Sell" msgstr "" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Annuleren" @@ -70,13 +69,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "Weet je zeker dat je deze personage wilt verwijderen?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Kies Personage" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Naam: %s" @@ -86,69 +84,68 @@ msgstr "Naam: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Level: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Level: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Geld: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Vorige" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Volgende" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Nieuw" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Verwijderen" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Oké" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Personage Aanmaken" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Naam:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Haarkleur:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Haarstijl:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Aanmaken" @@ -543,12 +540,7 @@ msgstr "Nee" msgid "Connecting..." msgstr "Verbinden..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Gebruiken" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventaris" @@ -584,49 +576,24 @@ msgstr "Inventaris" msgid "Drop" msgstr "Neerleggen" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Beschrijving: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Effect: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Naam:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Effect: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Beschrijving: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Afdoen" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Uitrusten" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Configureren" @@ -808,7 +775,7 @@ msgstr "Het wachtwoord moet uit minder dan %d tekens bestaan." msgid "Passwords do not match." msgstr "Wachtwoorden komen niet overeen." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Fout" @@ -816,20 +783,20 @@ msgstr "Fout" msgid "Sound" msgstr "Geluid" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Volume van geluiden" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Muziek volume" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Toepassen" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Vensters in beginstand" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "Haarkleur:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Druk op de knop om het kalibreren te starten" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Kalibreren" @@ -875,28 +842,28 @@ msgstr "Kalibreren" msgid "Enable joystick" msgstr "Joystick activeren" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Stoppen" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Maak rondjes met de stick" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Verwijderen" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,105 +948,105 @@ msgstr "" msgid "FPS Limit:" msgstr "FPS limiet:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Dekking van de GUI" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Scroll radius" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Scroll vertraging" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Omgevingseffecten" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "uit" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "laag" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "hoog" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Volledig scherm" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Overgaan naar volledig scherm" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "De veranderingen worden pas actief na opnieuw opstarten" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Veranderen van OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "Het wisselen van of naar OpenGL wordt pas actief na opnieuw opstarten" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "De veranderingen worden pas actief na opnieuw opstarten" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "De veranderingen worden pas actief na opnieuw opstarten" @@ -1204,24 +1171,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Je geeft:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1507,6 +1478,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1633,177 +1621,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Verbinden..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Verbinden..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Verbinden..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Naam: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Verbinden..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Beschrijving: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Effect: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Naam:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Effect: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Beschrijving: %s" + #~ msgid "Unregister" #~ msgstr "Registreren" diff --git a/po/pl.po b/po/pl.po index d1e98691..9c409ecb 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-10-10 05:26+0000\n" "Last-Translator: Michał Trzebiatowski \n" "Language-Team: \n" @@ -35,7 +35,6 @@ msgstr "Wyjdź" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Opis: %s" @@ -55,12 +54,12 @@ msgstr "Zatrzymaj" msgid "Sell" msgstr "Sprzedaj" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Anuluj" @@ -72,13 +71,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "Czy jesteś pewien, że chcesz usunąć tę postać?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Wybierz postać" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Imię: %s" @@ -88,69 +86,68 @@ msgstr "Imię: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Poziom: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Poziom: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Pieniądze: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Poprzedni" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Następny" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Nowa" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Usuń" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Stwórz postać" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Imię:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Kolor włosów:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Fryzura:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Stwórz" @@ -545,12 +542,7 @@ msgstr "Nie" msgid "Connecting..." msgstr "Łączenie..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -560,7 +552,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Użyj" @@ -577,8 +569,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inwentarz" @@ -586,49 +578,24 @@ msgstr "Inwentarz" msgid "Drop" msgstr "Upuść" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Opis: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Efekt: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Imię:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Efekt: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Opis: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Zdejmij" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Załóż" @@ -680,7 +647,7 @@ msgid "Shortcut" msgstr "Skrót" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Konfiguracja" @@ -810,7 +777,7 @@ msgstr "Hasło nie może mieć więcej jak %d znaków." msgid "Passwords do not match." msgstr "Hasła nie zgadzają się." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Błąd" @@ -818,20 +785,20 @@ msgstr "Błąd" msgid "Sound" msgstr "Dźwięk" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Głośność efektów dźwiękowych" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Głośność muzyki" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Zastosuj" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Zresetuj okna" @@ -865,11 +832,11 @@ msgstr "" msgid "Color:" msgstr "Kolor włosów:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Wciśnij przycisk aby rozpocząć kalibrację" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Kalibruj" @@ -877,28 +844,28 @@ msgstr "Kalibruj" msgid "Enable joystick" msgstr "Włącz joystick" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Zatrzymaj" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Obróć drążek" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Usuń" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -943,7 +910,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -983,106 +950,106 @@ msgstr "" msgid "FPS Limit:" msgstr "Limit FPS:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Przezroczystość GUI" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Skok przy przewijaniu ekranu" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Opóźnienie przy przewijaniu ekranu" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Dźwięki otoczenia" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "wyłączone" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "niskie" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "wysokie" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Pełen ekran" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Przełączanie na pełen ekran" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Zmień ustawienia OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" "Zastosowywanie zmian w konfiguracji OpenGL wymaga ponownego uruchomienia." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." @@ -1211,24 +1178,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Dodaj" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Dodaj" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Otrzymujesz %d GP" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Dajesz:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1514,6 +1485,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1640,177 +1628,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Łączenie..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Łączenie..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Łączenie..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Imię: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Łączenie..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Opis: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Efekt: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Imię:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Efekt: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Opis: %s" + #~ msgid "Unregister" #~ msgstr "Wyrejestruj" diff --git a/po/pt.po b/po/pt.po index 72737624..fffa1efc 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-02-03 10:14+0000\n" "Last-Translator: Tiago Silva \n" "Language-Team: Portuguese \n" @@ -33,7 +33,6 @@ msgstr "Sair" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descrição: %s" @@ -53,12 +52,12 @@ msgstr "Parar" msgid "Sell" msgstr "Vender" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancelar" @@ -70,13 +69,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "Tem a certeza que quer apagar este personagem" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Seleccione um Personagem" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Nome: %s" @@ -86,69 +84,68 @@ msgstr "Nome: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nível: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nível: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Dinheiro: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Anterior" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Seguinte" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Novo" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Eliminar" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Criar Personagem" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nome:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Cor de Cabelo:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Estilo do Cabelo:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Criar" @@ -543,12 +540,7 @@ msgstr "Não" msgid "Connecting..." msgstr "Conectando..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Usar" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventário" @@ -584,49 +576,24 @@ msgstr "Inventário" msgid "Drop" msgstr "Largar" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Descrição: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Efeito: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Nome:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Efeito: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Descrição: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Desequipar" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Equipar" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "Atalho" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Configuração" @@ -808,7 +775,7 @@ msgstr "A password só pode ter até %d caracteres." msgid "Passwords do not match." msgstr "As senhas não coincidem." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Erro" @@ -816,20 +783,20 @@ msgstr "Erro" msgid "Sound" msgstr "Som" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Volume dos Efeitos" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Volume da Música" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Aplicar" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Reiniciar Janelas" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "Cor de Cabelo:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Pressione o botão para começar a calibragem" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Calibrar" @@ -875,28 +842,28 @@ msgstr "Calibrar" msgid "Enable joystick" msgstr "Habilitar Joystick" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Parar" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Rode o manipulo" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Eliminar" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,105 +948,105 @@ msgstr "" msgid "FPS Limit:" msgstr "Limite de FPS:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Opacidade do Interface" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Efeitos Ambientais" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "desligado" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "baixo" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "elevado" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Ecrã completo" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Mudar para ecrã completo" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "É necessário reiniciar para as alterações terem efeito." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Mudando OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "É necessário reiniciar para as alterações ao OpenGl terem efeito." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "É necessário reiniciar para as alterações terem efeito." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "É necessário reiniciar para as alterações terem efeito." @@ -1216,24 +1183,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Adicionar" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Adicionar" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Recebe %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Dá:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1519,6 +1490,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1645,177 +1633,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Conectando..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Conectando..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Conectando..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Nome: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Conectando..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Descrição: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Efeito: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Nome:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Efeito: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Descrição: %s" + #~ msgid "Unregister" #~ msgstr "Remover o Registo" diff --git a/po/pt_BR.po b/po/pt_BR.po index 58ec5d1b..c8550606 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-12-14 21:37+0000\n" "Last-Translator: Enrico Nicoletto \n" "Language-Team: Brazilian Portuguese \n" @@ -33,7 +33,6 @@ msgstr "Sair" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Descrição: %s" @@ -53,12 +52,12 @@ msgstr "Parar" msgid "Sell" msgstr "Vender" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancelar" @@ -70,13 +69,12 @@ msgstr "Confimar exclusão do personagem" msgid "Are you sure you want to delete this character?" msgstr "Tem certeza de que deseja excluir este personagem?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Selecionar personagem" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Nome: %s" @@ -86,69 +84,68 @@ msgstr "Nome: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nível: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nível: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Dinheiro: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Anterior" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Próximo" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Novo" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Excluir" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Criar Personagem" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Nome:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Cor do Cabelo:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Estilo do Cabelo:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Criar" @@ -543,12 +540,7 @@ msgstr "Não" msgid "Connecting..." msgstr "Conectando..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Usar" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventório" @@ -584,49 +576,24 @@ msgstr "Inventório" msgid "Drop" msgstr "Descartar" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Descrição: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Efeito: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Nome:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Efeito: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Descrição: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Desequipar" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Equipar" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "Atalho" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Configurar" @@ -808,7 +775,7 @@ msgstr "A senha deve ser menor que %d caracteres." msgid "Passwords do not match." msgstr "Senhas não conferem." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Erro" @@ -816,20 +783,20 @@ msgstr "Erro" msgid "Sound" msgstr "Som" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Volume Sfx" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Volume da Música" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Aplicar" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Restaurar janelas" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "Cor do Cabelo:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Aperto o botão para começar a calibração" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Calibrar" @@ -875,28 +842,28 @@ msgstr "Calibrar" msgid "Enable joystick" msgstr "Habilitar joystick" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Parar" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Excluir" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,105 +948,105 @@ msgstr "" msgid "FPS Limit:" msgstr "Limite FPS:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Opacidade da GUI" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Ambiente FX" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "desligado" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "baixo" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "alto" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Tela cheia" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Mudando para Tela cheia" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "É preciso reiniciar para as mudanças terem efeito." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Trocando OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "Aplicando mudança a OpenGL requer reiniciar o jogo." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "É preciso reiniciar para as mudanças terem efeito." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "É preciso reiniciar para as mudanças terem efeito." @@ -1208,24 +1175,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Adicionar" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Adicionar" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Voc pegou %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Você dá:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1511,6 +1482,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1637,177 +1625,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Conectando..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Conectando..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Conectando..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Nome: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Conectando..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Descrição: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Efeito: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Nome:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Efeito: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Descrição: %s" + #~ msgid "Remember Username" #~ msgstr "Lembrar nome de usuário" diff --git a/po/ru.po b/po/ru.po index 6d1d3a98..f1dc2710 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-01-08 11:50+0000\n" "Last-Translator: idle sign \n" "Language-Team: Russian \n" @@ -33,7 +33,6 @@ msgstr "Выход" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Описание: %s" @@ -53,12 +52,12 @@ msgstr "Стоп" msgid "Sell" msgstr "Продать" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Отмена" @@ -70,13 +69,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "Вы уверены, что хотите удалить этого персонажа?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Выбор персонажа" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Имя: %s" @@ -86,69 +84,68 @@ msgstr "Имя: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Уровень: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Уровень: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Деньги: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Предыдущий" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Следующий" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Новый" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Удалить" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Создать персонажа" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Имя:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Цвет волос:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Стрижка:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Создать" @@ -543,12 +540,7 @@ msgstr "Нет" msgid "Connecting..." msgstr "Соединение..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Использовать" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Инвентарь" @@ -584,49 +576,24 @@ msgstr "Инвентарь" msgid "Drop" msgstr "Сбросить" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Описание: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Эффект: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Имя:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Эффект: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Описание: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Снять" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Надеть" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "Клавиша" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Настройка" @@ -808,7 +775,7 @@ msgstr "Пароль не должен содержать более %d симв msgid "Passwords do not match." msgstr "Пароли не совпадают." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Ошибка" @@ -816,20 +783,20 @@ msgstr "Ошибка" msgid "Sound" msgstr "Звук" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Громкость эффектов" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Громкость музыки" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Применить" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Восстановить расположение окон" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "Цвет волос:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Нажмите кнопку, чтобы начать калибровку" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Калибровать" @@ -875,28 +842,28 @@ msgstr "Калибровать" msgid "Enable joystick" msgstr "Использовать джойстик" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Стоп" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Вращайте рукоять" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Удалить" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,105 +948,105 @@ msgstr "" msgid "FPS Limit:" msgstr "Ограничение кадр/с:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Прозрачность интерфейса" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Радиус прокрутки" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Заторможенность прокрутки" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Эффекты окружающей среды" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "выкл" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "низ." -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "выс." -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "На полный экран" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Переключение в полноэкранный режим" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Переключение на OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "Переход к OpenGL требует перезагрузки игры." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." @@ -1208,24 +1175,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Добавить" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Добавить" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Вы получили %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Вы отдаете:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1511,6 +1482,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1637,177 +1625,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Соединение..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Соединение..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Соединение..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Имя: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Соединение..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Описание: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Эффект: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Имя:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Эффект: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Описание: %s" + #~ msgid "Unregister" #~ msgstr "Удалить регистрацию" diff --git a/po/sk.po b/po/sk.po index 8b0eec38..3c98e8d8 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-12-30 14:07+0000\n" "Last-Translator: TomasKovacik \n" "Language-Team: Slovak \n" @@ -33,7 +33,6 @@ msgstr "Ukončiť" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Popis: %s" @@ -52,12 +51,12 @@ msgstr "" msgid "Sell" msgstr "" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Zrušiť" @@ -69,14 +68,13 @@ msgstr "Potvrdte zmazanie postavy" msgid "Are you sure you want to delete this character?" msgstr "Naozaj chcete odstrániť túto postavu?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "Vytvoriť postavu" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "" @@ -86,69 +84,68 @@ msgstr "" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Level: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Level: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Peniaze: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Predchádzajúci" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Nasledujúci" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Nový" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Vymazať" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ano" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Vytvoriť postavu" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Meno" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Farba vlasov:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Štýl vlasov:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Vytvoriť" @@ -539,12 +536,7 @@ msgstr "" msgid "Connecting..." msgstr "" -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -554,7 +546,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "" @@ -571,8 +563,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" @@ -580,49 +572,24 @@ msgstr "" msgid "Drop" msgstr "" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Popis: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Effekt: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Meno" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Effekt: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Popis: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "" @@ -674,7 +641,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "" @@ -800,7 +767,7 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "" @@ -808,20 +775,20 @@ msgstr "" msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" @@ -855,11 +822,11 @@ msgstr "" msgid "Color:" msgstr "Farba vlasov:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "" @@ -867,28 +834,28 @@ msgstr "" msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Vymazať" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -933,7 +900,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -973,103 +940,103 @@ msgstr "" msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 msgid "Restart your client or change maps for the change to take effect." msgstr "" @@ -1188,24 +1155,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1490,6 +1461,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1616,173 +1604,193 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 msgid "Trying to connect to account server..." msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 msgid "Trying to connect to char server..." msgstr "" -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 msgid "Trying to connect to map server..." msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, c-format msgid "Map: %s" msgstr "" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 msgid "Connecting to map server..." msgstr "" -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Popis: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Effekt: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Meno" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Effekt: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Popis: %s" + #~ msgid "Account and Character Management" #~ msgstr "Účet a správa postáv" diff --git a/po/sv.po b/po/sv.po index 88148c62..85e7588d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-05-07 19:04+0000\n" "Last-Translator: Kess Vargavind \n" "Language-Team: Swedish \n" @@ -33,7 +33,6 @@ msgstr "Avsluta" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "Beskrivning: %s" @@ -53,12 +52,12 @@ msgstr "Stopp" msgid "Sell" msgstr "Sälj" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Avbryt" @@ -70,13 +69,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "Är du säker på att du vill ta bort den här karaktären?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "Välj karaktär" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "Namn: %s" @@ -86,69 +84,68 @@ msgstr "Namn: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "Nivå: %d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "Nivå: %d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "Pengar: %d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "Föregående" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "Nästa" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "Ny" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "Ta bort" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "Ok" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "Skapa karaktär" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "Namn:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "Hårfärg:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "Frisyr:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "Skapa" @@ -543,12 +540,7 @@ msgstr "Nej" msgid "Connecting..." msgstr "Ansluter..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "Använd" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventarium" @@ -584,49 +576,24 @@ msgstr "Inventarium" msgid "Drop" msgstr "Släpp" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "Beskrivning: %s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "Effekt: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "Namn:" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "Effekt: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "Beskrivning: %s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "Avrusta" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "Utrusta" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "Genväg" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "Inställningar" @@ -808,7 +775,7 @@ msgstr "Lösenordet måste vara kortare än %d tecken." msgid "Passwords do not match." msgstr "Lösenorden stämmer inte överens." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "Fel" @@ -816,20 +783,20 @@ msgstr "Fel" msgid "Sound" msgstr "Ljud" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "Volym för ljudeffekter" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "Musikvolym" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "Verkställ" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "Återställ fönster" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "Hårfärg:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "Klicka på knappen för att starta kalibreringen" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "Kalibrera" @@ -875,28 +842,28 @@ msgstr "Kalibrera" msgid "Enable joystick" msgstr "Aktivera joystick" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "Stopp" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "Rotera spaken" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "Ta bort" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,105 +948,105 @@ msgstr "" msgid "FPS Limit:" msgstr "FPS-gräns:" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Genomskinlighet" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "Rullningsradie" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "Tröghet för rullning" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "Omgivande FX" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "av" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "låg" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "hög" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "Helskärm" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "Byte till helskärm" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "Omstart krävs för att ändringarna ska synas." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "Ändrar OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "Ändringar i OpenGL kräver omstart." -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Omstart krävs för att ändringarna ska synas." -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Omstart krävs för att ändringarna ska synas." @@ -1208,24 +1175,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "Lägg till" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "Lägg till" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "Du får %d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "Du ger:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1511,6 +1482,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1637,177 +1625,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "Ansluter..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "Ansluter..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "Ansluter..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "Namn: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "Ansluter..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "Beskrivning: %s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "Effekt: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "Namn:" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "Effekt: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "Beskrivning: %s" + #~ msgid "Unregister" #~ msgstr "Avregistrera" diff --git a/po/th.po b/po/th.po index 70a4bc2c..cc7f58df 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-11-25 06:16+0000\n" "Last-Translator: Tharawut Paripaiboon \n" "Language-Team: Thai \n" @@ -33,7 +33,6 @@ msgstr "ออก" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "" @@ -52,12 +51,12 @@ msgstr "" msgid "Sell" msgstr "" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "ยกเลิก" @@ -69,14 +68,13 @@ msgstr "ยืนยันการลบตัวละคร" msgid "Are you sure you want to delete this character?" msgstr "คุณแน่ใจแล้วหรือที่จะลบตัวละครนี้?" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 #, fuzzy msgid "Select Character" msgstr "สร้างตัวละคร" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "ชื่อ: %s" @@ -86,69 +84,68 @@ msgstr "ชื่อ: %s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, c-format msgid "Job Level: %d" msgstr "" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "ก่อนหน้า" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "ถัดไป" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "สร้างใหม่" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "ลบทิ้ง" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "ตกลง" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "สร้างตัวละคร" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "ชื่อ:" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "สีผม:" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "ทรงผม:" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "สร้าง" @@ -539,12 +536,7 @@ msgstr "ไม่" msgid "Connecting..." msgstr "กำลังเชื่อมต่อ..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -554,7 +546,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "ใช้" @@ -571,8 +563,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" @@ -580,45 +572,24 @@ msgstr "" msgid "Drop" msgstr "ทิ้ง" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -msgid "Description:" -msgstr "" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -msgid "Effect:" -msgstr "" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "ชื่อ:" - -#: ../src/gui/inventorywindow.cpp:170 -msgid "Effect: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:172 -msgid "Description: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "" @@ -670,7 +641,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "ตั้งค่า" @@ -796,7 +767,7 @@ msgstr "" msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "ผิดพลาด" @@ -804,20 +775,20 @@ msgstr "ผิดพลาด" msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "" @@ -851,11 +822,11 @@ msgstr "" msgid "Color:" msgstr "สีผม:" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "" @@ -863,28 +834,28 @@ msgstr "" msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "ลบทิ้ง" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -929,7 +900,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -969,103 +940,103 @@ msgstr "" msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 msgid "Restart your client or change maps for the change to take effect." msgstr "" @@ -1189,24 +1160,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "" -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1491,6 +1466,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1617,177 +1609,181 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "กำลังเชื่อมต่อ..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "กำลังเชื่อมต่อ..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "กำลังเชื่อมต่อ..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "ชื่อ: %s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "กำลังเชื่อมต่อ..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Name: " +#~ msgstr "ชื่อ:" + #~ msgid "Change Password" #~ msgstr "เปลี่ยนรหัสผ่าน" diff --git a/po/zh_CN.po b/po/zh_CN.po index c69f2cf8..2cc1d038 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-15 11:01-0700\n" +"POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-09-17 14:41+0000\n" "Last-Translator: luojie-dune \n" "Language-Team: Simplified Chinese \n" @@ -33,7 +33,6 @@ msgstr "退出" #: ../src/gui/buy.cpp:62 ../src/gui/buy.cpp:205 ../src/gui/buy.cpp:223 #: ../src/gui/sell.cpp:70 ../src/gui/sell.cpp:230 ../src/gui/sell.cpp:244 -#: ../src/gui/trade.cpp:94 ../src/gui/trade.cpp:266 #, c-format msgid "Description: %s" msgstr "描述:%s" @@ -53,12 +52,12 @@ msgstr "停止" msgid "Sell" msgstr "出售" -#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:96 -#: ../src/gui/char_select.cpp:259 ../src/gui/char_server.cpp:59 +#: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 +#: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 #: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:121 -#: ../src/gui/trade.cpp:63 ../src/gui/updatewindow.cpp:114 +#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "取消" @@ -70,13 +69,12 @@ msgstr "" msgid "Are you sure you want to delete this character?" msgstr "你确定想删除这个较色" -#: ../src/gui/char_select.cpp:80 +#: ../src/gui/char_select.cpp:81 msgid "Select Character" msgstr "选择较色" -#: ../src/gui/char_select.cpp:86 ../src/gui/char_select.cpp:169 -#: ../src/gui/char_select.cpp:181 ../src/gui/trade.cpp:92 -#: ../src/gui/trade.cpp:264 +#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 +#: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" msgstr "名字:%s" @@ -86,69 +84,68 @@ msgstr "名字:%s" #. ---------------------- #. Status Part #. ----------- -#: ../src/gui/char_select.cpp:87 ../src/gui/char_select.cpp:170 -#: ../src/gui/char_select.cpp:182 ../src/gui/status.cpp:49 +#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:174 +#: ../src/gui/char_select.cpp:187 ../src/gui/status.cpp:49 #: ../src/gui/status.cpp:230 #, c-format msgid "Level: %d" msgstr "等级:%d" -#: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:171 -#: ../src/gui/char_select.cpp:183 +#: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 +#: ../src/gui/char_select.cpp:188 #, fuzzy, c-format msgid "Job Level: %d" msgstr "等级:%d" -#: ../src/gui/char_select.cpp:89 ../src/gui/char_select.cpp:184 +#: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format msgid "Money: %d" msgstr "金钱:%d" -#: ../src/gui/char_select.cpp:91 +#: ../src/gui/char_select.cpp:93 msgid "Previous" msgstr "上一页" -#: ../src/gui/char_select.cpp:92 +#: ../src/gui/char_select.cpp:94 msgid "Next" msgstr "下一页" -#: ../src/gui/char_select.cpp:93 +#: ../src/gui/char_select.cpp:95 msgid "New" msgstr "新建" -#: ../src/gui/char_select.cpp:94 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 msgid "Delete" msgstr "删除" -#: ../src/gui/char_select.cpp:95 ../src/gui/item_amount.cpp:59 -#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:62 +#: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 +#: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" msgstr "OK" -#: ../src/gui/char_select.cpp:172 +#: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" msgstr "" -#: ../src/gui/char_select.cpp:241 +#: ../src/gui/char_select.cpp:247 msgid "Create Character" msgstr "创建角色" -#: ../src/gui/char_select.cpp:251 ../src/gui/inventorywindow.cpp:66 -#: ../src/gui/inventorywindow.cpp:158 ../src/gui/login.cpp:51 +#: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 msgid "Name:" msgstr "名称" -#: ../src/gui/char_select.cpp:254 +#: ../src/gui/char_select.cpp:260 msgid "Hair Color:" msgstr "头发颜色" -#: ../src/gui/char_select.cpp:257 +#: ../src/gui/char_select.cpp:263 msgid "Hair Style:" msgstr "发型" -#: ../src/gui/char_select.cpp:258 +#: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "建立" @@ -543,12 +540,7 @@ msgstr "否" msgid "Connecting..." msgstr "连接中..." -#: ../src/gui/emotecontainer.cpp:50 ../src/gui/emoteshortcutcontainer.cpp:52 -#: ../src/being.cpp:93 -msgid "Unable to load emotions" -msgstr "" - -#: ../src/gui/emotecontainer.cpp:53 +#: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" msgstr "" @@ -558,7 +550,7 @@ msgid "Emote" msgstr "" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:262 ../src/gui/skill.cpp:132 +#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 msgid "Use" msgstr "使用" @@ -575,8 +567,8 @@ msgstr "" msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/menuwindow.cpp:65 -#: ../src/gui/menuwindow.cpp:109 +#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "清单" @@ -584,49 +576,24 @@ msgstr "清单" msgid "Drop" msgstr "丢弃" -#: ../src/gui/inventorywindow.cpp:68 ../src/gui/inventorywindow.cpp:162 -#, fuzzy -msgid "Description:" -msgstr "描述:%s" - -#: ../src/gui/inventorywindow.cpp:70 ../src/gui/inventorywindow.cpp:160 -#, fuzzy -msgid "Effect:" -msgstr "影响: %s" - #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:110 +#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " msgstr "" -#: ../src/gui/inventorywindow.cpp:73 +#: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:111 +#: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " msgstr "" -#: ../src/gui/inventorywindow.cpp:168 -#, fuzzy -msgid "Name: " -msgstr "名称" - -#: ../src/gui/inventorywindow.cpp:170 -#, fuzzy -msgid "Effect: " -msgstr "影响: %s" - -#: ../src/gui/inventorywindow.cpp:172 -#, fuzzy -msgid "Description: " -msgstr "描述:%s" - -#: ../src/gui/inventorywindow.cpp:255 +#: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" msgstr "卸下装备" -#: ../src/gui/inventorywindow.cpp:258 +#: ../src/gui/inventorywindow.cpp:203 msgid "Equip" msgstr "装备" @@ -678,7 +645,7 @@ msgid "Shortcut" msgstr "快捷键" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/main.cpp:756 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 msgid "Setup" msgstr "安装" @@ -808,7 +775,7 @@ msgstr "密码不能少于%d个字符" msgid "Passwords do not match." msgstr "密码不一致." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1022 +#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" msgstr "错误" @@ -816,20 +783,20 @@ msgstr "错误" msgid "Sound" msgstr "声音" -#: ../src/gui/setup_audio.cpp:45 +#: ../src/gui/setup_audio.cpp:46 msgid "Sfx volume" msgstr "音效声量" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Music volume" msgstr "音乐声量" -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:116 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:116 msgid "Apply" msgstr "应用" #. Disable this button when the windows aren't created yet -#: ../src/gui/setup.cpp:59 ../src/gui/setup.cpp:70 ../src/gui/setup.cpp:126 +#: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" msgstr "重置窗口" @@ -863,11 +830,11 @@ msgstr "" msgid "Color:" msgstr "头发颜色" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" msgstr "按下开始校准按钮" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:68 +#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 msgid "Calibrate" msgstr "校准" @@ -875,28 +842,28 @@ msgstr "校准" msgid "Enable joystick" msgstr "启用游戏杆" -#: ../src/gui/setup_joystick.cpp:73 +#: ../src/gui/setup_joystick.cpp:75 msgid "Stop" msgstr "停止" -#: ../src/gui/setup_joystick.cpp:74 +#: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" msgstr "旋转手柄" -#: ../src/gui/setup_keyboard.cpp:87 +#: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:93 +#: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" msgstr "删除" -#: ../src/gui/setup_keyboard.cpp:114 +#: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" @@ -941,7 +908,7 @@ msgstr "" msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:244 +#: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" msgstr "" @@ -981,105 +948,105 @@ msgstr "" msgid "FPS Limit:" msgstr "FPS限制" -#: ../src/gui/setup_video.cpp:141 +#: ../src/gui/setup_video.cpp:142 msgid "Gui opacity" msgstr "Gui 透明度" -#: ../src/gui/setup_video.cpp:209 +#: ../src/gui/setup_video.cpp:210 msgid "Scroll radius" msgstr "滚动半径" -#: ../src/gui/setup_video.cpp:217 +#: ../src/gui/setup_video.cpp:218 msgid "Scroll laziness" msgstr "拉动极限" -#: ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:226 msgid "Ambient FX" msgstr "环境音效" -#: ../src/gui/setup_video.cpp:232 ../src/gui/setup_video.cpp:491 +#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 msgid "off" msgstr "离线" -#: ../src/gui/setup_video.cpp:235 ../src/gui/setup_video.cpp:251 -#: ../src/gui/setup_video.cpp:494 ../src/gui/setup_video.cpp:508 +#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 +#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 msgid "low" msgstr "低" -#: ../src/gui/setup_video.cpp:238 ../src/gui/setup_video.cpp:257 -#: ../src/gui/setup_video.cpp:497 ../src/gui/setup_video.cpp:514 +#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 +#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 msgid "high" msgstr "高" -#: ../src/gui/setup_video.cpp:244 +#: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" msgstr "" -#: ../src/gui/setup_video.cpp:254 ../src/gui/setup_video.cpp:511 +#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:260 ../src/gui/setup_video.cpp:517 +#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:320 +#: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:322 #, fuzzy msgid "fullscreen" msgstr "全屏" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:329 +#: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" msgstr "切换到全屏" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:331 msgid "Restart needed for changes to take effect." msgstr "只有改变生效后才能重启" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:342 +#: ../src/gui/setup_video.cpp:343 msgid "Changing OpenGL" msgstr "改变成OpenGL" -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:344 msgid "Applying change to OpenGL requires restart." msgstr "运用改变为OpenGL需要重新开始" -#: ../src/gui/setup_video.cpp:420 ../src/main.cpp:394 +#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:432 +#: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:434 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "只有改变生效后才能重启" -#: ../src/gui/setup_video.cpp:451 +#: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "只有改变生效后才能重启" @@ -1208,24 +1175,28 @@ msgstr "" msgid "Remaining Status Points: %d" msgstr "" -#: ../src/gui/trade.cpp:61 -msgid "Add" -msgstr "添加" +#: ../src/gui/trade.cpp:51 +msgid "Trade: You" +msgstr "" -#: ../src/gui/trade.cpp:64 +#: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" msgstr "" -#: ../src/gui/trade.cpp:80 ../src/gui/trade.cpp:156 ../src/gui/trade.cpp:204 +#: ../src/gui/trade.cpp:63 +msgid "Add" +msgstr "添加" + +#: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." msgstr "你得到%d GP." -#: ../src/gui/trade.cpp:81 +#: ../src/gui/trade.cpp:83 msgid "You give:" msgstr "你得到:" -#: ../src/gui/trade.cpp:283 +#: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" @@ -1511,6 +1482,23 @@ msgstr "" msgid "ColorDB: Error, unknown dye ID# %d" msgstr "" +#: ../src/resources/emotedb.cpp:52 +msgid "Initializing emote database..." +msgstr "" + +#: ../src/resources/emotedb.cpp:59 +msgid "Emote Database: Error while loading emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:72 +msgid "Emote Database: Emote with missing ID in emotes.xml!" +msgstr "" + +#: ../src/resources/emotedb.cpp:131 +#, c-format +msgid "EmoteDB: Warning, unknown emote ID %d requested" +msgstr "" + #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." msgstr "" @@ -1637,177 +1625,197 @@ msgstr "" msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:206 +#: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:208 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:211 +#: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:221 +#: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:223 +#: ../src/main.cpp:224 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:251 +#: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:260 +#: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:262 +#: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:266 +#: ../src/main.cpp:267 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:268 +#: ../src/main.cpp:269 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:281 +#: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:301 +#: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:311 +#: ../src/main.cpp:312 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:425 +#: ../src/main.cpp:426 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:467 +#: ../src/main.cpp:468 msgid "aethyra" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:469 msgid "Options: " msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:473 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:475 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:476 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:478 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:479 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:484 ../src/main.cpp:487 +#: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:488 +#: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:584 +#: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." msgstr "连接中..." -#: ../src/main.cpp:585 +#: ../src/main.cpp:586 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:639 +#: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." msgstr "连接中..." -#: ../src/main.cpp:661 +#: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:667 +#: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." msgstr "连接中..." -#: ../src/main.cpp:668 +#: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" msgstr "名字:%s" -#: ../src/main.cpp:798 +#: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:831 +#: ../src/main.cpp:832 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1034 +#: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." msgstr "连接中..." -#: ../src/main.cpp:1042 +#: ../src/main.cpp:1045 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1050 +#: ../src/main.cpp:1053 msgid "Connecting to account server..." msgstr "" +#, fuzzy +#~ msgid "Description:" +#~ msgstr "描述:%s" + +#, fuzzy +#~ msgid "Effect:" +#~ msgstr "影响: %s" + +#, fuzzy +#~ msgid "Name: " +#~ msgstr "名称" + +#, fuzzy +#~ msgid "Effect: " +#~ msgstr "影响: %s" + +#, fuzzy +#~ msgid "Description: " +#~ msgstr "描述:%s" + #~ msgid "Unregister" #~ msgstr "注销" -- cgit v1.2.3-60-g2f50 From 3b367d91c41323e4ea18cce6b67f3791f7d25b3a Mon Sep 17 00:00:00 2001 From: GonzoDark Date: Sun, 18 Jan 2009 22:32:27 +0100 Subject: This will update the Danish Translation file da.po I hope you enjoy it, I used a LOT of hours on this baby! Signed-off-by: GonzoDark --- po/da.po | 656 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 336 insertions(+), 320 deletions(-) (limited to 'po') diff --git a/po/da.po b/po/da.po index 87afa59d..7686a9ae 100644 --- a/po/da.po +++ b/po/da.po @@ -9,8 +9,8 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-01-16 15:17-0700\n" "PO-Revision-Date: 2008-12-28 14:45+0000\n" -"Last-Translator: Niels L Ellegaard \n" -"Language-Team: Danish \n" +"Last-Translator: GonzoDark AKA IchigoBlack \n" +"Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -46,7 +46,7 @@ msgstr "Effekt: %s" #: ../src/gui/buysell.cpp:30 #, fuzzy msgid "Shop" -msgstr "Stop" +msgstr "Butik" #: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" @@ -63,21 +63,21 @@ msgstr "Fortryd" #: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" -msgstr "Er du sikker på at du vil slette denne figur?" +msgstr "Bekræft sletning af karakter" #: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" -msgstr "Er du sikker på at du vil slette denne figur?" +msgstr "Er du sikker på at du vil slette denne karakter?" #: ../src/gui/char_select.cpp:81 msgid "Select Character" -msgstr "Vælg Bruger" +msgstr "Vælg Karakter" #: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 #: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" -msgstr "Navn; %s" +msgstr "Navn: %s" #. ---------------------- #. Status Part @@ -120,17 +120,17 @@ msgstr "Slet" #: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 #: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 -msgid "Ok" -msgstr "O.k." +msgid "OK" +msgstr "OK" #: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" -msgstr "" +msgstr "Guld: %d" #: ../src/gui/char_select.cpp:247 msgid "Create Character" -msgstr "Lav figur." +msgstr "Lav Bruger" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:64 @@ -152,31 +152,31 @@ msgstr "Opret" #: ../src/gui/char_server.cpp:51 #, fuzzy msgid "Select Server" -msgstr "Vælg Bruger" +msgstr "Vælg Server" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 #: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" -msgstr "" +msgstr "OK" #: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" -msgstr "Opret" +msgstr "Chat" #. Fix the owner of welcome message. #: ../src/gui/chat.cpp:136 msgid "Welcome" -msgstr "" +msgstr "Velkommen" #: ../src/gui/chat.cpp:147 msgid "Global announcement: " -msgstr "" +msgstr "Global meddelelse: " #: ../src/gui/chat.cpp:152 msgid "Global announcement from " -msgstr "" +msgstr "Global meddelelse fra " #: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 msgid "Server:" @@ -184,349 +184,356 @@ msgstr "Server:" #: ../src/gui/chat.cpp:291 msgid "Trying to send a blank party message." -msgstr "" +msgstr "Prøver at sende en blank gruppe besked." #: ../src/gui/chat.cpp:402 msgid "Whispering to " -msgstr "" +msgstr "Hvisker til " #: ../src/gui/chat.cpp:411 msgid "Return toggles chat." -msgstr "" +msgstr "Retur bringer focus på chatten." #: ../src/gui/chat.cpp:412 msgid "Message closes chat." -msgstr "" +msgstr "Besked lukker chat." #: ../src/gui/chat.cpp:417 msgid "Return now toggles chat." -msgstr "" +msgstr "Enter bringer nu focus på chatten." #: ../src/gui/chat.cpp:422 msgid "Message now closes chat." -msgstr "" +msgstr "Besked lukker nu chat." #: ../src/gui/chat.cpp:426 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" +"Mulighederne til /toggle er \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." #: ../src/gui/chat.cpp:432 -msgid "Unknown party command... Type \"/help\" party for more information." -msgstr "" +msgid "Unknown party command... Type \"/help party\" party for more information." +msgstr "Ukendt gruppe kommando... Skriv \"/help party\" for mere information." #: ../src/gui/chat.cpp:470 msgid "No such spell!" -msgstr "" +msgstr "Trylleformularen findes ikke!" #: ../src/gui/chat.cpp:473 msgid "The current server doesn't support spells" -msgstr "" +msgstr "Den nuværende server understøtter ikke trylleformulare" #: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 msgid "Present: " -msgstr "" +msgstr "Til stede: " #: ../src/gui/chat.cpp:504 msgid "Attendance written to record log." -msgstr "" +msgstr "Fremmøde skrives til loggen" #: ../src/gui/chat.cpp:510 msgid "Unknown command" -msgstr "" +msgstr "Ukendt kommando" #: ../src/gui/chat.cpp:519 msgid "Trade failed!" -msgstr "" +msgstr "Handel fejlede!" #: ../src/gui/chat.cpp:522 msgid "Emote failed!" -msgstr "" +msgstr "Emote fejlede!" #: ../src/gui/chat.cpp:525 msgid "Sit failed!" -msgstr "" +msgstr "Sæt dig fejlede!" #: ../src/gui/chat.cpp:528 msgid "Chat creating failed!" -msgstr "" +msgstr "Chat skabelsen fejlede!" #: ../src/gui/chat.cpp:531 msgid "Could not join party!" -msgstr "" +msgstr "Kunne ikke tilslutte sig gruppen!" #: ../src/gui/chat.cpp:534 msgid "Cannot shout!" -msgstr "" +msgstr "Kan ikke råbe!" #: ../src/gui/chat.cpp:542 msgid "You have not yet reached a high enough lvl!" -msgstr "" +msgstr "Du er ikke nået til det rette Niveau endnu!" #: ../src/gui/chat.cpp:545 msgid "Insufficient HP!" -msgstr "" +msgstr "Utilstrækkelig HP!" #: ../src/gui/chat.cpp:548 msgid "Insufficient SP!" -msgstr "" +msgstr "Utilstrækkelig SP!" #: ../src/gui/chat.cpp:551 msgid "You have no memos!" -msgstr "" +msgstr "Du har ingen memorandaer!" #: ../src/gui/chat.cpp:554 msgid "You cannot do that right now!" -msgstr "" +msgstr "Det kan du ikke gøre lige nu!" #: ../src/gui/chat.cpp:557 msgid "Seems you need more Zeny... ;-)" -msgstr "" +msgstr "Det ser ud til at du har behov for flere Zeny... ;-)" #: ../src/gui/chat.cpp:560 msgid "You cannot use this skill with that kind of weapon!" -msgstr "" +msgstr "Du kan ikke bruge denne færdighed med dette slags våben!" #: ../src/gui/chat.cpp:563 msgid "You need another red gem!" -msgstr "" +msgstr "Du har behov for en rød krystal mere" #: ../src/gui/chat.cpp:566 msgid "You need another blue gem!" -msgstr "" +msgstr "Du har behov for en blå krystal mere" #: ../src/gui/chat.cpp:569 msgid "You're carrying to much to do this!" -msgstr "" +msgstr "Du har for meget på dig, til at kunne gøre dette" #: ../src/gui/chat.cpp:572 msgid "Huh? What's that?" -msgstr "" +msgstr "Hmm? Hvad er det?" #: ../src/gui/chat.cpp:578 msgid "Warp failed..." -msgstr "" +msgstr "Warp mislykkede..." #: ../src/gui/chat.cpp:581 msgid "Could not steal anything..." -msgstr "" +msgstr "Kunne ikke stjæle noget som helst..." #: ../src/gui/chat.cpp:584 msgid "Poison had no effect..." -msgstr "" +msgstr "Giften havde ingen effekt..." #: ../src/gui/chat.cpp:652 msgid "The current party prefix is " -msgstr "" +msgstr "Det nuværende gruppe præfiks er " #: ../src/gui/chat.cpp:657 msgid "Party prefix must be one character long." -msgstr "" +msgstr "Gruppens præfiks skal være et bogstav langt. " #: ../src/gui/chat.cpp:660 msgid "Cannot use a '/' as the prefix." -msgstr "" +msgstr "Kan ikke bruge '/' som præfikset" #: ../src/gui/chat.cpp:663 #, fuzzy msgid "Changing prefix to " -msgstr "Skrifter til OpenGL" +msgstr "Ændre præfikset til " #: ../src/gui/chat.cpp:673 msgid "-- Help --" -msgstr "" +msgstr "--Hjælp--" #: ../src/gui/chat.cpp:675 msgid "/announce: Global announcement (GM only)" -msgstr "" +msgstr "/announce: Global meddelelse (Kun for GM)" #: ../src/gui/chat.cpp:676 msgid "/clear: Clears this window" -msgstr "" +msgstr "/clear: Rydder dette vindue" #: ../src/gui/chat.cpp:677 msgid "/help: Display this help" -msgstr "" +msgstr "/help: Viser denne hjælp" #: ../src/gui/chat.cpp:679 msgid "/msg : Alternate form for /whisper" -msgstr "" +msgstr "/msg : Alternativ form for /whisper" #: ../src/gui/chat.cpp:680 msgid "/present: Get list of players present" -msgstr "" +msgstr "/present: Får listen af tilstedeværende brugere" #: ../src/gui/chat.cpp:682 msgid "/toggle: Determine whether toggles the chat log." -msgstr "" +msgstr "/toggle: Bestemmer om bringer focus på chat loggen." #: ../src/gui/chat.cpp:684 msgid "/where: Display map name" -msgstr "" +msgstr "/where: Viser bane navnet" #: ../src/gui/chat.cpp:685 msgid "/w : Short form for /whisper" -msgstr "" +msgstr "/w : Kort form for /whisper" #: ../src/gui/chat.cpp:686 msgid "/whisper : Sends a private to " -msgstr "" +msgstr "/whisper : Sender en privat besked til det givne brugernavn" #: ../src/gui/chat.cpp:688 msgid "/who: Display number of online users" -msgstr "" +msgstr "/who: Viser antalet af online brugere" #: ../src/gui/chat.cpp:689 msgid "For more information, type /help " -msgstr "" +msgstr "For at få mere information, skriv /help " #: ../src/gui/chat.cpp:694 msgid "Command: /announce " -msgstr "" +msgstr "Kommando: /announce " #: ../src/gui/chat.cpp:695 msgid "*** only available to a GM ***" -msgstr "" +msgstr "*** kun tilgængelig for en GM ***" #: ../src/gui/chat.cpp:696 msgid "This command sends the message to all players currently online." -msgstr "" +msgstr "Denne kommando sender beskeden til alle brugere online." #: ../src/gui/chat.cpp:702 msgid "Command: /clear" -msgstr "" +msgstr "Kommando: /clear" #: ../src/gui/chat.cpp:703 msgid "This command clears the chat log of previous chat." -msgstr "" +msgstr "Denne commando rydder chat loggen" #: ../src/gui/chat.cpp:709 msgid "Command: /help" -msgstr "" +msgstr "Kommando: /help" #: ../src/gui/chat.cpp:710 msgid "This command displays a list of all commands available." -msgstr "" +msgstr "Denne kommando viser en liste over alle tilgængelige kommandoer" #: ../src/gui/chat.cpp:712 msgid "Command: /help " -msgstr "" +msgstr "Kommando: /help " #: ../src/gui/chat.cpp:713 msgid "This command displays help on ." -msgstr "" +msgstr "Denne kommando viser hjælp for " #: ../src/gui/chat.cpp:723 msgid "Command: /present" -msgstr "" +msgstr "Kommando: /present" #: ../src/gui/chat.cpp:724 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" +"Denne kommando finder en liste over brugere, der er inden for en lytteradius, og sender listen til enten " +"record loggen, hvis du optager, ellers er det chat loggen." #: ../src/gui/chat.cpp:734 msgid "Command: /toggle " -msgstr "" +msgstr "Kommando /toggle " #: ../src/gui/chat.cpp:735 msgid "" "This command sets whether the return key should toggle the chat log, or " "whether the chat log turns off automatically." msgstr "" +"Denne kommando bestemmer om retur, skal bruges til at fokusere på chat loggen, eller" +"om chat om chat loggen, automatisk skal slå fra." #: ../src/gui/chat.cpp:737 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" +" kan være en ud af \"1\", \"yes\", \"true\" for at slå fokusering af chat vindue til, eller \"0" +"\", \"no\", \"false\" for at slå fokusering af chat vindue fra." #: ../src/gui/chat.cpp:738 msgid "Command: /toggle" -msgstr "" +msgstr "Kommando: /toggle" #: ../src/gui/chat.cpp:739 msgid "This command displays the return toggle status." -msgstr "" +msgstr "Denne kommando viser fokusering af chat vinduets status." #: ../src/gui/chat.cpp:744 msgid "Command: /where" -msgstr "" +msgstr "kommando: /where" #: ../src/gui/chat.cpp:745 msgid "This command displays the name of the current map." -msgstr "" +msgstr "Denne kommando viser det nuværende bane navn." #: ../src/gui/chat.cpp:751 msgid "Command: /msg " -msgstr "" +msgstr "Kommando: /msg " #: ../src/gui/chat.cpp:752 msgid "Command: /whisper " -msgstr "" +msgstr "Kommando: /whisper " #: ../src/gui/chat.cpp:753 msgid "Command: /w " -msgstr "" +msgstr "Kommando: /w " #: ../src/gui/chat.cpp:754 msgid "This command sends the message to ." -msgstr "" +msgstr "Denne kommando sender beskeden til ." #: ../src/gui/chat.cpp:756 msgid "If the has spaces in it, enclose it in double quotes (\")." -msgstr "" +msgstr "Hvis navnet har mellemrum i det, skal det omringes med følgende (\")." #: ../src/gui/chat.cpp:762 msgid "Command: /who" -msgstr "" +msgstr "Kommando: /who" #: ../src/gui/chat.cpp:763 msgid "This command displays the number of players currently online." -msgstr "" +msgstr "Denne kommando viser det antal af online brugere, der nuværende er online." #: ../src/gui/chat.cpp:767 msgid "Unknown command." -msgstr "" +msgstr "Ukendt kommando" #: ../src/gui/chat.cpp:768 msgid "Type /help for a list of commands." -msgstr "" +msgstr "Skriv /help for at få en liste med kommandoer" #: ../src/gui/colour.cpp:33 msgid "GM" -msgstr "" +msgstr "GM" #: ../src/gui/colour.cpp:34 msgid "Player" -msgstr "" +msgstr "Bruger" #: ../src/gui/colour.cpp:35 msgid "Whisper" -msgstr "" +msgstr "Hvisk" #: ../src/gui/colour.cpp:36 msgid "Is" -msgstr "" +msgstr "Er" #: ../src/gui/colour.cpp:37 #, fuzzy msgid "Party" -msgstr "Port:" +msgstr "Gruppe" #: ../src/gui/colour.cpp:38 #, fuzzy msgid "Server" -msgstr "Server:" +msgstr "Server" #: ../src/gui/colour.cpp:39 msgid "Logger" -msgstr "" +msgstr "Logger" #: ../src/gui/colour.cpp:40 msgid "Hyperlink" -msgstr "" +msgstr "Hyperlink" #: ../src/gui/confirm_dialog.cpp:37 msgid "Yes" @@ -542,12 +549,12 @@ msgstr "Opretter forbindelse..." #: ../src/gui/emotecontainer.cpp:60 msgid "Unable to load selection.png" -msgstr "" +msgstr "Kan ikke loade valgte-billede.png" #: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" -msgstr "" +msgstr "Emote" #: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 #: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 @@ -561,11 +568,11 @@ msgstr "Udstyr" #: ../src/gui/help.cpp:32 msgid "Help" -msgstr "" +msgstr "Hjælp" #: ../src/gui/help.cpp:40 msgid "Close" -msgstr "" +msgstr "Luk" #: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 @@ -579,15 +586,15 @@ msgstr "Smid" #. Adjust widgets #: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 msgid "Weight: " -msgstr "" +msgstr "Vægt: " #: ../src/gui/inventorywindow.cpp:67 msgid " g Slots: " -msgstr "" +msgstr " g Pladser: " #: ../src/gui/inventorywindow.cpp:101 msgid " g Slots: " -msgstr "" +msgstr " g Pladser: " #: ../src/gui/inventorywindow.cpp:200 msgid "Unequip" @@ -599,11 +606,11 @@ msgstr "Tag på" #: ../src/gui/item_amount.cpp:75 msgid "Select amount of items to trade." -msgstr "Vælge hvor mange du vil bytte." +msgstr "Vælg hvor mange genstande du vil bytte." #: ../src/gui/item_amount.cpp:79 msgid "Select amount of items to drop." -msgstr "Vælg hvor mange du vil smide," +msgstr "Vælg hvor mange genstande du vil smide." #: ../src/gui/login.cpp:49 msgid "Login" @@ -619,7 +626,7 @@ msgstr "Port:" #: ../src/gui/login.cpp:55 msgid "Recent:" -msgstr "" +msgstr "Nuværende:" #: ../src/gui/login.cpp:75 msgid "Keep" @@ -665,42 +672,42 @@ msgstr "NPC" #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " -msgstr "@@trade|Byt Med %s@@" +msgstr "@@trade|Byt Med " #: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@attack|Attack " -msgstr "@@attack|Angrib %s@@" +msgstr "@@attack|Angrib " #: ../src/gui/popupmenu.cpp:88 msgid "@@friend|Befriend " -msgstr "" +msgstr "@@friend|Bliv ven med " #: ../src/gui/popupmenu.cpp:91 msgid "@@disregard|Disregard " -msgstr "" +msgstr "@@disregard|Se bort fra " #: ../src/gui/popupmenu.cpp:92 msgid "@@ignore|Ignore " -msgstr "" +msgstr "@@ignore|Bloker " #: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 msgid "@@unignore|Un-Ignore " -msgstr "" +msgstr "@@unignore|Fjern blokering " #: ../src/gui/popupmenu.cpp:97 msgid "@@ignore|Completely ignore " -msgstr "" +msgstr "@@ignore|Bloker fuldstændig " #: ../src/gui/popupmenu.cpp:109 msgid "@@party-invite|Invite " -msgstr "" +msgstr "@@party-invite|Inviter " #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) #: ../src/gui/popupmenu.cpp:117 msgid "@@talk|Talk To NPC@@" -msgstr "@@talk|Snak med NPC@@" +msgstr "@@talk|Snak Til NPC@@" #: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 #: ../src/gui/popupmenu.cpp:302 @@ -715,7 +722,7 @@ msgstr "@@pickup|Saml Op %s@@" #: ../src/gui/popupmenu.cpp:292 #, fuzzy msgid "@@use|Unequip@@" -msgstr "@@use|Tag på@@" +msgstr "@@use|Tag af@@" #: ../src/gui/popupmenu.cpp:294 msgid "@@use|Equip@@" @@ -748,7 +755,7 @@ msgstr "Kvinde" #: ../src/gui/register.cpp:183 #, c-format msgid "RegisterDialog::register Username is %s" -msgstr "" +msgstr "RegisterDialog::register Brugernavn er %s" #: ../src/gui/register.cpp:192 #, c-format @@ -773,7 +780,7 @@ msgstr "Adgangskoden skal være mindre end %d bogstaver langt." #. Password does not match with the confirmation one #: ../src/gui/register.cpp:223 msgid "Passwords do not match." -msgstr "Adgangskoder stemmer ikke overens." +msgstr "De indtastede adgangskoder stemmer ikke overens." #: ../src/gui/register.cpp:243 ../src/main.cpp:1025 msgid "Error" @@ -798,7 +805,7 @@ msgstr "Anvend" #. Disable this button when the windows aren't created yet #: ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:71 ../src/gui/setup.cpp:126 msgid "Reset Windows" -msgstr "Nulstil vinduer" +msgstr "Nulstil Vinduer" #: ../src/gui/setup.cpp:81 msgid "Video" @@ -819,16 +826,16 @@ msgstr "Tastatur" #: ../src/gui/setup.cpp:97 #, fuzzy msgid "Colors" -msgstr "Hårfarve:" +msgstr "Farver:" #: ../src/gui/setup.cpp:101 msgid "Players" -msgstr "" +msgstr "Brugere" #: ../src/gui/setup_colours.cpp:38 #, fuzzy msgid "Color:" -msgstr "Hårfarve:" +msgstr "Farve:" #: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 msgid "Press the button to start calibration" @@ -848,24 +855,24 @@ msgstr "Stop" #: ../src/gui/setup_joystick.cpp:76 msgid "Rotate the stick" -msgstr "Roter joystick" +msgstr "Rotere joysticket" #: ../src/gui/setup_keyboard.cpp:88 msgid "Assign" -msgstr "" +msgstr "Tildel" #: ../src/gui/setup_keyboard.cpp:94 #, fuzzy msgid "Default" -msgstr "Slet" +msgstr "Standart" #: ../src/gui/setup_keyboard.cpp:115 msgid "Key Conflict(s) Detected." -msgstr "" +msgstr "Tast Konfikt(er) Opdaget." #: ../src/gui/setup_keyboard.cpp:116 msgid "Resolve them, or gameplay may result in strange behaviour." -msgstr "" +msgstr "Løs problemet, ellers kan spillet risikere at opfører sig ustabilt." #: ../src/gui/setup_players.cpp:52 #, fuzzy @@ -874,51 +881,51 @@ msgstr "Navn:" #: ../src/gui/setup_players.cpp:53 msgid "Relation" -msgstr "" +msgstr "Relation" #: ../src/gui/setup_players.cpp:57 msgid "Neutral" -msgstr "" +msgstr "Neutral" #: ../src/gui/setup_players.cpp:58 msgid "Friend" -msgstr "" +msgstr "Ven" #: ../src/gui/setup_players.cpp:59 msgid "Disregarded" -msgstr "" +msgstr "Se bort fra" #: ../src/gui/setup_players.cpp:60 msgid "Ignored" -msgstr "" +msgstr "Ignorer" #: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 msgid "???" -msgstr "" +msgstr "???" #: ../src/gui/setup_players.cpp:213 msgid "Save player list" -msgstr "" +msgstr "Gem bruger liste" #: ../src/gui/setup_players.cpp:215 msgid "Allow trading" -msgstr "" +msgstr "Tillad handel" #: ../src/gui/setup_players.cpp:217 msgid "Allow whispers" -msgstr "" +msgstr "Tillad hviskere" #: ../src/gui/setup_players.cpp:245 msgid "When ignoring:" -msgstr "" +msgstr "Når ignorer:" #: ../src/gui/setup_video.cpp:90 msgid "No modes available" -msgstr "" +msgstr "Ingen opsætning tilgængelig" #: ../src/gui/setup_video.cpp:92 msgid "All resolutions available" -msgstr "" +msgstr "Alle opløsninger er tilgængelige" #: ../src/gui/setup_video.cpp:115 msgid "Full screen" @@ -934,15 +941,15 @@ msgstr "Brugerdefineret Musepil" #: ../src/gui/setup_video.cpp:118 msgid "Particle effects" -msgstr "" +msgstr "Partikel effekter" #: ../src/gui/setup_video.cpp:119 msgid "Speech bubbles" -msgstr "" +msgstr "Snakke bobler" #: ../src/gui/setup_video.cpp:120 msgid "Show name" -msgstr "" +msgstr "Vis navn" #: ../src/gui/setup_video.cpp:122 msgid "FPS Limit:" @@ -980,23 +987,23 @@ msgstr "høj" #: ../src/gui/setup_video.cpp:245 msgid "Particle Detail" -msgstr "" +msgstr "Partikel Detalje" #: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 msgid "medium" -msgstr "" +msgstr "mellem" #: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 msgid "max" -msgstr "" +msgstr "maks" #: ../src/gui/setup_video.cpp:321 msgid "Failed to switch to " -msgstr "" +msgstr "Fejlede i at skifte til " #: ../src/gui/setup_video.cpp:322 msgid "windowed" -msgstr "" +msgstr "vinduet" #: ../src/gui/setup_video.cpp:322 #, fuzzy @@ -1005,7 +1012,7 @@ msgstr "Fuld Skærm" #: ../src/gui/setup_video.cpp:323 msgid "mode and restoration of old mode also failed!" -msgstr "" +msgstr "opsætning og genoprettelse af gammel opsætning fejlede også!" #: ../src/gui/setup_video.cpp:330 msgid "Switching to full screen" @@ -1026,16 +1033,16 @@ msgstr "Ændringerne til OpenGL kræver at du genstarter klienten." #: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 msgid "Couldn't set " -msgstr "" +msgstr "Kunne ikke definere " #: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 msgid " video mode: " -msgstr "" +msgstr " skærm opsætning: " #. TODO: Find out why the drawing area doesn't resize without a restart. #: ../src/gui/setup_video.cpp:433 msgid "Screen resolution changed" -msgstr "" +msgstr "Skærm opløsning ændret" #: ../src/gui/setup_video.cpp:434 #, fuzzy @@ -1044,25 +1051,25 @@ msgstr "Ændringerne kræver at du genstarter klienten." #: ../src/gui/setup_video.cpp:452 msgid "Particle effect settings changed" -msgstr "" +msgstr "Partikel effekt opsætningen er ændret" #: ../src/gui/setup_video.cpp:453 #, fuzzy msgid "Restart your client or change maps for the change to take effect." -msgstr "Ændringerne kræver at du genstarter klienten." +msgstr "Ændringerne kræver at du genstarter klienten, eller skifter bane." #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" -msgstr "" +msgstr "Færdigheds points: %d" #: ../src/gui/skill.cpp:131 msgid "Up" -msgstr "" +msgstr "Op" #: ../src/gui/skill.cpp:131 msgid "inc" -msgstr "" +msgstr "inc" #: ../src/gui/skill.cpp:132 #, fuzzy @@ -1072,22 +1079,22 @@ msgstr "Brug" #: ../src/gui/skill.cpp:257 #, c-format msgid "Error loading skills file: %s" -msgstr "" +msgstr "Fejl under loading af færdigheds fil: %s" #: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 #: ../src/net/playerhandler.cpp:248 msgid "Message" -msgstr "" +msgstr "Besked" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format msgid "Job: %d" -msgstr "Niveau: %d" +msgstr "Karriere: %d" #: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 #, fuzzy, c-format msgid "Money: %d GP" -msgstr "Penge: %d" +msgstr "Penge: %d GP" #. ---------------------- #. Stats Part @@ -1100,46 +1107,46 @@ msgstr "Status" #: ../src/gui/status.cpp:126 msgid "Total" -msgstr "" +msgstr "Total" #: ../src/gui/status.cpp:127 msgid "Cost" -msgstr "" +msgstr "Pris" #. Derived Stats #: ../src/gui/status.cpp:130 #, fuzzy msgid "Attack:" -msgstr "Angrib %+d" +msgstr "Angrib:" #: ../src/gui/status.cpp:131 #, fuzzy msgid "Defense:" -msgstr "Forsvar %+d" +msgstr "Forsvar:" #: ../src/gui/status.cpp:132 #, fuzzy msgid "M.Attack:" -msgstr "Angrib %+d" +msgstr "M.Angrib:" #: ../src/gui/status.cpp:133 #, fuzzy msgid "M.Defense:" -msgstr "Forsvar %+d" +msgstr "M.Forsvar:" #: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" -msgstr "" +msgstr "% Nøjagtighed:" #: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" -msgstr "" +msgstr "% Undvig:" #: ../src/gui/status.cpp:136 msgid "% Reflex:" -msgstr "" +msgstr "% Refleks:" #: ../src/gui/status.cpp:280 #, fuzzy @@ -1154,34 +1161,34 @@ msgstr "Adræthed" #: ../src/gui/status.cpp:282 #, fuzzy msgid "Vitality" -msgstr "Helbred:" +msgstr "Helbred" #: ../src/gui/status.cpp:283 #, fuzzy msgid "Intelligence" -msgstr "Intelligens:" +msgstr "Intelligens" #: ../src/gui/status.cpp:284 #, fuzzy msgid "Dexterity" -msgstr "Behændighed:" +msgstr "Behændighed" #: ../src/gui/status.cpp:285 msgid "Luck" -msgstr "" +msgstr "Held" #: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" -msgstr "" +msgstr "Tilgode Status Points" #: ../src/gui/trade.cpp:51 msgid "Trade: You" -msgstr "" +msgstr "Handel: Dig" #: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" -msgstr "" +msgstr "Handel" #: ../src/gui/trade.cpp:63 msgid "Add" @@ -1198,629 +1205,638 @@ msgstr "Du giver:" #: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." -msgstr "" +msgstr "Fejlede i at tilføje genstand. Du kan ikke overlappe en slags genstand på vinduet." #: ../src/gui/updatewindow.cpp:78 #, c-format msgid "Couldn't load text file: %s" -msgstr "" +msgstr "Kunne ikke loade tekst fil: %s" #: ../src/gui/updatewindow.cpp:93 msgid "Updating..." -msgstr "" +msgstr "Updatere..." #: ../src/gui/updatewindow.cpp:115 msgid "Play" -msgstr "" +msgstr "Spil" #: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" -msgstr "" +msgstr "Kunne ikke loade nyhederne" #: ../src/gui/updatewindow.cpp:327 msgid "curl error " -msgstr "" +msgstr "curl fejl " #: ../src/gui/updatewindow.cpp:328 msgid " host: " -msgstr "" +msgstr " host: " #: ../src/gui/updatewindow.cpp:363 #, c-format msgid "Checksum for file %s failed: (%lx/%lx)" -msgstr "" +msgstr "Checksum for fil %s fejlede: (%lx/%lx)" #: ../src/gui/updatewindow.cpp:413 msgid "Unable to create mThread" -msgstr "" +msgstr "Kunne ikke skabe mThread" #: ../src/gui/updatewindow.cpp:451 msgid "##1 The update process is incomplete." -msgstr "" +msgstr "##1 Opdateringsprocessen er ikke færdiggjort" #: ../src/gui/updatewindow.cpp:452 msgid "##1 It is strongly recommended that" -msgstr "" +msgstr "##1 Det er varmt anbefalet at" #: ../src/gui/updatewindow.cpp:453 msgid "##1 you try again later" -msgstr "" +msgstr "##1 du prøver igen senere" #: ../src/gui/updatewindow.cpp:507 #, c-format msgid "%s already here" -msgstr "" +msgstr "%s allerede her" #: ../src/gui/updatewindow.cpp:520 msgid "Completed" -msgstr "" +msgstr "Udført" #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." msgstr "" +"Du bære på mere en halvdelen af din vægt. Du kan derfor ikke genvinde liv." #: ../src/net/playerhandler.cpp:218 msgid "You are dead." -msgstr "" +msgstr "Du er død." #: ../src/net/playerhandler.cpp:219 msgid "We regret to inform you that your character was killed in battle." -msgstr "" +msgstr "Vi er ked af at måtte informere dig, om at din karakter var dræbt i kamp." #: ../src/net/playerhandler.cpp:220 msgid "You are not that alive anymore." -msgstr "" +msgstr "Du er ikke så levende som du engang har været." #: ../src/net/playerhandler.cpp:221 msgid "The cold hands of the grim reaper are grabbing for your soul." -msgstr "" +msgstr "De kolder hænder der tilhøre Grim Reaper, griber ud efter din sjæl" #: ../src/net/playerhandler.cpp:222 msgid "Game Over!" -msgstr "" +msgstr "Game Over!" #: ../src/net/playerhandler.cpp:223 msgid "Insert coin to continue" -msgstr "" +msgstr "Indsæt en mønt for at fortsætte" #: ../src/net/playerhandler.cpp:224 msgid "" "No, kids. Your character did not really die. It... err... went to a better " "place." msgstr "" +"Nej, børn. Din karakter døde ikke rigtigt. Den.. err... tog til et bedre " +"sted." #: ../src/net/playerhandler.cpp:225 msgid "" "Your plan of breaking your enemies weapon by bashing it with your throat " "failed." msgstr "" +"Din plan om at smadre fjendens våben, ved at benytte din hals " +"fejlede." #: ../src/net/playerhandler.cpp:226 msgid "I guess this did not run too well." -msgstr "" +msgstr "Jeg går ud fra at dette ikke gik alt for godt." #: ../src/net/playerhandler.cpp:227 msgid "Do you want your possessions identified?" -msgstr "" +msgstr "Du vil gerne have dine ejendele identificeret?" #. Nethack reference #: ../src/net/playerhandler.cpp:228 msgid "Sadly, no trace of you was ever found..." -msgstr "" +msgstr "Desværre, blev der aldrig fundet noget spor efter dig..." #. Secret of Mana reference #: ../src/net/playerhandler.cpp:229 msgid "Annihilated." -msgstr "" +msgstr "Udslettet." #. Final Fantasy VI reference #: ../src/net/playerhandler.cpp:230 msgid "Looks like you got your head handed to you." -msgstr "" +msgstr "Det ser ud til at du fik du hoved udleveret til dig." #. Earthbound reference #: ../src/net/playerhandler.cpp:231 msgid "" "You screwed up again, dump your body down the tubes and get you another one." msgstr "" +"Du kvajede dig igen, smid din krop ned i kloakken og find dig en ny." #. Leisure Suit Larry 1 Reference #: ../src/net/playerhandler.cpp:232 msgid "You're not dead yet. You're just resting." -msgstr "" +msgstr "Du er ikke død endnu. Du hviler dig bare." #. Monty Python reference from a couple of skits #: ../src/net/playerhandler.cpp:233 msgid "You are no more." -msgstr "" +msgstr "Du er ikke mere." #. Monty Python reference from the dead parrot sketch starting now #: ../src/net/playerhandler.cpp:234 msgid "You have ceased to be." -msgstr "" +msgstr "Du er holdt op med at være til." #: ../src/net/playerhandler.cpp:235 msgid "You've expired and gone to meet your maker." -msgstr "" +msgstr "Du er udløbet og er gået hen for at møde din skaber." #: ../src/net/playerhandler.cpp:236 msgid "You're a stiff." -msgstr "" +msgstr "Du er en hård nød at knække, men desværre død." #: ../src/net/playerhandler.cpp:237 msgid "Bereft of life, you rest in peace." -msgstr "" +msgstr "Du siver langtsomt ud af din krop, du kan nu endelig slappe af." #: ../src/net/playerhandler.cpp:238 msgid "If you weren't so animated, you'd be pushing up the daisies." -msgstr "" +msgstr "Hvis det ikke var fordi du var så animeret, kunne du sikker imponere Chuck Norris." #: ../src/net/playerhandler.cpp:239 msgid "Your metabolic processes are now history." -msgstr "" +msgstr "Din tid er ovre." #: ../src/net/playerhandler.cpp:240 msgid "You're off the twig." -msgstr "" +msgstr "Drik noget syre." #: ../src/net/playerhandler.cpp:241 msgid "You've kicked the bucket." -msgstr "" +msgstr "Du har stillet træskoene." #: ../src/net/playerhandler.cpp:242 msgid "" "You've shuffled off your mortal coil, run down the curtain and joined the " "bleedin' choir invisibile." msgstr "" +"Du har spist af dødens pølse for den sidste gang." + #: ../src/net/playerhandler.cpp:243 msgid "You are an ex-player." -msgstr "" +msgstr "Du er en forhenværende spiller." #: ../src/net/playerhandler.cpp:244 msgid "You're pining for the fjords." -msgstr "" +msgstr "Du er tabt bag en vogn." #: ../src/net/playerhandler.cpp:267 msgid "You picked up " -msgstr "" +msgstr "Du samlede op " #: ../src/net/playerhandler.cpp:390 msgid "Equip arrows first" -msgstr "" +msgstr "Tag først pile på" #: ../src/net/playerhandler.cpp:394 #, c-format msgid "0x013b: Unhandled message %i" -msgstr "" +msgstr "0x013b: Unbehandlet besked %i" #: ../src/net/tradehandler.cpp:91 msgid "Request for trade" -msgstr "" +msgstr "Ansøg om lov til at handle" #: ../src/net/tradehandler.cpp:93 msgid " wants to trade with you, do you accept?" -msgstr "" +msgstr " vil gerne handle med dig, vil du acceptere?" #. Too far away #: ../src/net/tradehandler.cpp:107 msgid "Trading isn't possible. Trade partner is too far away." -msgstr "" +msgstr "Du kan ikke handle. Handle partneren er for langt væk." #. Character doesn't exist #: ../src/net/tradehandler.cpp:111 msgid "Trading isn't possible. Character doesn't exist." -msgstr "" +msgstr "Du kan ikke handle. Karakteren findes ikke." #. Invite request check failed... #: ../src/net/tradehandler.cpp:115 msgid "Trade cancelled due to an unknown reason." -msgstr "" +msgstr "Handlen blev annulleret af en ukendt grund." #: ../src/net/tradehandler.cpp:121 msgid "Trade: You and " -msgstr "" +msgstr "Handel: Dig og " #: ../src/net/tradehandler.cpp:127 #, fuzzy msgid "Trade with " -msgstr "@@trade|Byt Med %s@@" +msgstr "Handel med " #: ../src/net/tradehandler.cpp:128 #, fuzzy msgid " cancelled" -msgstr "Fortryd" +msgstr " afbrudt" #. Shouldn't happen as well, but to be sure #: ../src/net/tradehandler.cpp:135 msgid "Unhandled trade cancel packet" -msgstr "" +msgstr "Ubehandlet handel annullerede pakken" #. Add item failed - player overweighted #: ../src/net/tradehandler.cpp:185 msgid "Failed adding item. Trade partner is over weighted." -msgstr "" +msgstr "Fejlede i at tilføje genstand. Handels partneren bære på for meget." #. Add item failed - player has no free slot #: ../src/net/tradehandler.cpp:190 msgid "Failed adding item. Trade partner has no free slot." -msgstr "" +msgstr "Fejlede i at tilføje genstand. Handels partneren har ikke flere frie pladser." #: ../src/net/tradehandler.cpp:194 msgid "Failed adding item for unknown reason." -msgstr "" +msgstr "Fejlede i at tilføje genstand af en ukendt grund." #: ../src/net/tradehandler.cpp:207 msgid "Trade canceled." -msgstr "" +msgstr "Handel annulleret." #: ../src/net/tradehandler.cpp:214 msgid "Trade completed." -msgstr "" +msgstr "Handel er komplet." #: ../src/resources/colordb.cpp:56 #, c-format msgid "Trying TMW's color file, %s." -msgstr "" +msgstr "Prøver TMW's farve fil, %s." #: ../src/resources/colordb.cpp:66 msgid "ColorDB: Failed" -msgstr "" +msgstr "ColorDB: Fejlede" #: ../src/resources/colordb.cpp:83 #, c-format -msgid "ColorDB: Redefinition of dye ID %d" +msgid "ColorDB: Ny definition af dye ID %d" msgstr "" #: ../src/resources/colordb.cpp:98 msgid "Unloading color database..." -msgstr "" +msgstr "Udlæser farve database..." #: ../src/resources/colordb.cpp:113 #, c-format msgid "ColorDB: Error, unknown dye ID# %d" -msgstr "" +msgstr "ColorDB: Fejl, ukendt dye ID# %d" #: ../src/resources/emotedb.cpp:52 msgid "Initializing emote database..." -msgstr "" +msgstr "startede emote database..." #: ../src/resources/emotedb.cpp:59 msgid "Emote Database: Error while loading emotes.xml!" -msgstr "" +msgstr "Emote Database: Fejl under læsning af emotes.xml!" #: ../src/resources/emotedb.cpp:72 msgid "Emote Database: Emote with missing ID in emotes.xml!" -msgstr "" +msgstr "Emote Database: Emote med manglende ID i emotes.xml!" #: ../src/resources/emotedb.cpp:131 #, c-format msgid "EmoteDB: Warning, unknown emote ID %d requested" -msgstr "" +msgstr "EmoteDB: Warning, unknown emote ID %d requested" #: ../src/resources/itemdb.cpp:52 msgid "Initializing item database..." -msgstr "" +msgstr "Startede genstans database..." #: ../src/resources/itemdb.cpp:55 msgid "Unknown item" -msgstr "" +msgstr "Ukendt genstand" #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" -msgstr "" +msgstr "ItemDB: Fejl under læsningen af items.xml!" #: ../src/resources/itemdb.cpp:77 msgid "ItemDB: Invalid or missing item ID in items.xml!" -msgstr "" +msgstr "ItemDB: Ugyldig eller manglende genstand ID i items.xml!" #: ../src/resources/itemdb.cpp:82 #, c-format msgid "ItemDB: Redefinition of item ID %d" -msgstr "" +msgstr "ItemDB: Ny definition af genstand ID %d" #: ../src/resources/itemdb.cpp:99 msgid "Unnamed" -msgstr "" +msgstr "Unavngivet" #: ../src/resources/itemdb.cpp:142 msgid "Unloading item database..." -msgstr "" +msgstr "Udlæser genstands databasen..." #: ../src/resources/itemdb.cpp:160 #, c-format msgid "ItemDB: Error, unknown item ID# %d" -msgstr "" +msgstr "ItemDB: Fejl, ukendt genstand ID# %d" #: ../src/resources/itemdb.cpp:199 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" -msgstr "" +msgstr "ItemDB: Ignorerer ukendt lyd begivenhed '%s'" #: ../src/resources/monsterdb.cpp:44 msgid "unnamed" -msgstr "" +msgstr "unavngivet" #: ../src/resources/monsterdb.cpp:46 msgid "Initializing monster database..." -msgstr "" +msgstr "Starter monster database..." #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" -msgstr "" +msgstr "Monster Database: Fejl under indlæsningen ad monster.xml!" #: ../src/resources/monsterdb.cpp:84 #, c-format msgid "" "MonsterDB: Unknown target cursor type \"%s\" for %s - using medium sized one" msgstr "" +"MonsterDB: Ukendt mål mus skriver \"%s\" for %s - at bruge en mellem størelse" #: ../src/resources/monsterdb.cpp:121 #, c-format msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" -msgstr "" +msgstr "MonsterDB: Advarsel, lyd effekt %s for ukendt begivenhed %s af monster %s" #: ../src/resources/monsterdb.cpp:159 #, c-format msgid "MonsterDB: Warning, unknown monster ID %d requested" -msgstr "" +msgstr "MonsterDB: Advarsel, ukendt monster ID %d efterspurgt" #: ../src/resources/npcdb.cpp:48 msgid "Initializing NPC database..." -msgstr "" +msgstr "Starter NPC database..." #: ../src/resources/npcdb.cpp:55 msgid "NPC Database: Error while loading npcs.xml!" -msgstr "" +msgstr "NPC Database: Fejl under indlæsning af npcs.xml!" #: ../src/resources/npcdb.cpp:67 msgid "NPC Database: NPC with missing ID in npcs.xml!" -msgstr "" +msgstr "NPC Database: NPC med manglende ID i npcs.xml!" #: ../src/resources/npcdb.cpp:125 #, c-format msgid "NPCDB: Warning, unknown NPC ID %d requested" -msgstr "" +msgstr "NPCDB: Advarsel, ukendt NPC ID %d efterspurgt" #: ../src/game.cpp:386 msgid "Screenshot saved to ~/" -msgstr "" +msgstr "Skærmbillede gemt under ~/" #: ../src/game.cpp:391 msgid "Saving screenshot failed!" -msgstr "" +msgstr "Gemningen af skærmbilledet fejlede!" #: ../src/game.cpp:392 msgid "Error: could not save screenshot." -msgstr "" +msgstr "Fejl: kunne ikke gemme skærmbilledet." #: ../src/game.cpp:467 msgid "Network Error" -msgstr "" +msgstr "Netværk Fejl" #: ../src/game.cpp:468 msgid "The connection to the server was lost, the program will now quit" -msgstr "" +msgstr "Forbindelsen til serveren er tabt, programmet vil nu lukke" #: ../src/game.cpp:531 msgid "Ignoring incoming trade requests" -msgstr "" +msgstr "Ignorer indkomne handels anmodninger" #: ../src/game.cpp:536 msgid "Accepting incoming trade requests" -msgstr "" +msgstr "Accepter indkomne handels anmodninger" #: ../src/game.cpp:638 #, fuzzy msgid "Are you sure you want to quit?" -msgstr "Er du sikker på at du vil slette denne figur?" +msgstr "Er du sikker på at du gerne vil stoppe?" #: ../src/game.cpp:644 msgid "no" -msgstr "" +msgstr "nej" #: ../src/game.cpp:785 #, c-format msgid "Warning: guichan input exception: %s" -msgstr "" +msgstr "Advarsel: guichan indput untagelse: %s" #: ../src/main.cpp:207 #, c-format msgid "Error: Invalid update host: %s" -msgstr "" +msgstr "Fejl: Ugyldigt opdaterings host: %s" #: ../src/main.cpp:208 msgid "Invalid update host: " -msgstr "" +msgstr "Ugyldigt opdaterings host: " #: ../src/main.cpp:212 msgid "Warning: no protocol was specified for the update host" -msgstr "" +msgstr "Advarsel: ingen protocol var aktiv som opdate host" #: ../src/main.cpp:222 #, c-format msgid "Error: %s/%s can't be made, but doesn't exist!" -msgstr "" +msgstr "Fejl: %s/%s kan ikke laves, men findes ikke!" #: ../src/main.cpp:224 msgid "Error creating updates directory!" -msgstr "" +msgstr "Fejl under oprettelsen af opdateringen mappen!" #: ../src/main.cpp:252 msgid " can't be created, but it doesn't exist! Exiting." -msgstr "" +msgstr " kan ikke laves, men det findes ikke! Lukker." #: ../src/main.cpp:261 #, c-format msgid "Starting Aethyra Version %s" -msgstr "" +msgstr "Starter Aethyra Version %s" #: ../src/main.cpp:263 msgid "Starting Aethyra - Version not defined" -msgstr "" +msgstr "Starter Aethyra - Version er ikke defineret" #. Initialize SDL #: ../src/main.cpp:267 msgid "Initializing SDL..." -msgstr "" +msgstr "Starter SDL..." #: ../src/main.cpp:269 msgid "Could not initialize SDL: " -msgstr "" +msgstr "Kunne ikke starte SDL: " #: ../src/main.cpp:282 msgid " couldn't be set as home directory! Exiting." -msgstr "" +msgstr " kunne ikke blive sat til hjemmemappen! Lukker." #: ../src/main.cpp:302 #, c-format msgid "Can't find Resources directory\n" -msgstr "" +msgstr "Kan ikke finde ressourcernes mappe\n" #. Fill configuration with defaults #: ../src/main.cpp:312 msgid "Initializing configuration..." -msgstr "" +msgstr "Starter configurationen..." #: ../src/main.cpp:426 #, c-format msgid "Warning: %s" -msgstr "" +msgstr "Advarsel: %s" #: ../src/main.cpp:468 msgid "aethyra" -msgstr "" +msgstr "aethyra" #: ../src/main.cpp:469 msgid "Options: " -msgstr "" +msgstr "Opsætning: " #: ../src/main.cpp:470 msgid " -C --configfile : Configuration file to use" -msgstr "" +msgstr " -C --configfile : Configurations fil til brug" #: ../src/main.cpp:471 msgid " -d --data : Directory to load game data from" -msgstr "" +msgstr " -d --data : Mappen at indlæse spillets data fra" #: ../src/main.cpp:472 msgid " -D --default : Bypass the login process with default settings" -msgstr "" +msgstr " -D --default : Overskriv login processen med normale indstillinger" #: ../src/main.cpp:473 msgid " -h --help : Display this help" -msgstr "" +msgstr " -h --help : Viser denne hjælp" #: ../src/main.cpp:474 msgid " -H --updatehost : Use this update host" -msgstr "" +msgstr " -H --updatehost : Brug denne opdaterings host" #: ../src/main.cpp:475 msgid " -p --playername : Login with this player" -msgstr "" +msgstr " -p --playername : Logind med denne bruger" #: ../src/main.cpp:476 msgid " -P --password : Login with this password" -msgstr "" +msgstr " -P --password : Logind med denne adgangskode" #: ../src/main.cpp:477 msgid " -u --skipupdate : Skip the update downloads" -msgstr "" +msgstr " -u --skipupdate : Spring opdateringerne over" #: ../src/main.cpp:478 msgid " -U --username : Login with this username" -msgstr "" +msgstr " -U --username : Logind med dette brugernavn" #: ../src/main.cpp:479 msgid " -v --version : Display the version" -msgstr "" +msgstr " -v --version : Viser den nuværende version" #: ../src/main.cpp:485 ../src/main.cpp:488 msgid "Aethyra version " -msgstr "" +msgstr "Aethyra version " #: ../src/main.cpp:489 msgid "(local build?, PACKAGE_VERSION is not defined)" -msgstr "" +msgstr "(lokalt build?, PACKAGE_VERSION er ikke defineret)" #: ../src/main.cpp:585 #, fuzzy msgid "Trying to connect to account server..." -msgstr "Opretter forbindelse..." +msgstr "Prøver at opretter forbindelse til bruger serveren..." #: ../src/main.cpp:586 #, c-format msgid "Username is %s" -msgstr "" +msgstr "Brugernavn er %s" #: ../src/main.cpp:640 #, fuzzy msgid "Trying to connect to char server..." -msgstr "Opretter forbindelse..." +msgstr "Prøver at oprette forbindelse til karakter serveren..." #: ../src/main.cpp:662 #, c-format msgid "Memorizing selected character %s" -msgstr "" +msgstr "Husk den valgte karakter %s" #: ../src/main.cpp:668 #, fuzzy msgid "Trying to connect to map server..." -msgstr "Opretter forbindelse..." +msgstr "Prøver at oprette forbindelse til bane serveren..." #: ../src/main.cpp:669 #, fuzzy, c-format msgid "Map: %s" -msgstr "Navn; %s" +msgstr "Bane; %s" #: ../src/main.cpp:799 #, c-format msgid "Couldn't load %s as wallpaper" -msgstr "" +msgstr "Kunne ikke indlæse %s som background" #: ../src/main.cpp:832 msgid "Got disconnected from server!" -msgstr "" +msgstr "Blev smidt af serveren!" #: ../src/main.cpp:1037 #, fuzzy msgid "Connecting to map server..." -msgstr "Opretter forbindelse..." +msgstr "Opretter forbindelse til bane serveren..." #: ../src/main.cpp:1045 msgid "Connecting to character server..." -msgstr "" +msgstr "Opretter forbindelse til karakter serveren..." #: ../src/main.cpp:1053 msgid "Connecting to account server..." -msgstr "" +msgstr "Opretter forbindelse til bruger serveren..." #, fuzzy #~ msgid "Description:" -#~ msgstr "Beskrivelse: %s" +#~ msgstr "Beskrivelse:" #, fuzzy #~ msgid "Effect:" -#~ msgstr "Effekt: %s" +#~ msgstr "Effekt:" #, fuzzy #~ msgid "Name: " -#~ msgstr "Navn:" +#~ msgstr "Navn: " #, fuzzy #~ msgid "Effect: " -#~ msgstr "Effekt: %s" +#~ msgstr "Effekt: " #, fuzzy #~ msgid "Description: " -#~ msgstr "Beskrivelse: %s" +#~ msgstr "Beskrivelse: " #~ msgid "Remember Username" -#~ msgstr "Husk dette brugernavn." +#~ msgstr "Husk Brugernavn" #~ msgid "Account and Character Management" -#~ msgstr "Ret konto og figurer" +#~ msgstr "Ret konto og karakter" #~ msgid "Unregister" #~ msgstr "Frameld" @@ -1853,10 +1869,10 @@ msgstr "" #~ msgstr "Opdel" #~ msgid "Select amount of items to split." -#~ msgstr "Vælg hvor mange du vil opdele." +#~ msgstr "Vælg hvor mange genstande du vil opdele." #~ msgid "Guilds" -#~ msgstr "Gilder" +#~ msgstr "Klaner" #~ msgid "@@guild|Invite %s@@" #~ msgstr "@@guild|Inviter %s@@" @@ -1871,19 +1887,19 @@ msgstr "" #~ msgstr "Skift server" #~ msgid "Switch character" -#~ msgstr "Skift figur" +#~ msgstr "Skift karakter" #~ msgid "Email:" #~ msgstr "E-mail:" #~ msgid "Choose your Mana World Server" -#~ msgstr "Vælg din Mana World Server" +#~ msgstr "Vælg din Aethyra Server" #~ msgid "Please type both the address and the port of a server." #~ msgstr "Skriv både adressen og porten på serveren." #~ msgid "Visible names" -#~ msgstr "Vis navne" +#~ msgstr "Synlige navne" #~ msgid "Propose trade" #~ msgstr "Foreslå handel" -- cgit v1.2.3-60-g2f50 From 640b37b66712d22afd5c453f6aebc4abf7dcd442 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 18 Jan 2009 23:29:48 +0100 Subject: Fixed layout of video setup page when translated Introduced a LayoutHelper class which can be used for any non-Window container where you want to use a layout to place child widgets. --- po/POTFILES.in | 2 + src/CMakeLists.txt | 2 + src/Makefile.am | 4 +- src/gui/setup_video.cpp | 104 ++++++++++++++++----------------------- src/gui/setup_video.h | 10 ++-- src/gui/setuptab.h | 4 +- src/gui/widgets/layout.h | 2 +- src/gui/widgets/layouthelper.cpp | 63 ++++++++++++++++++++++++ src/gui/widgets/layouthelper.h | 84 +++++++++++++++++++++++++++++++ src/gui/window.cpp | 9 ++-- 10 files changed, 209 insertions(+), 75 deletions(-) create mode 100644 src/gui/widgets/layouthelper.cpp create mode 100644 src/gui/widgets/layouthelper.h (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 534bdd70..7010ea24 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -18,7 +18,9 @@ src/gui/item_amount.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp +src/gui/npcintegerdialog.cpp src/gui/npclistdialog.cpp +src/gui/npcstringdialog.cpp src/gui/npc_text.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6bb1a2f3..adc36eaa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -55,6 +55,8 @@ SET(SRCS gui/widgets/resizegrip.h gui/widgets/layout.cpp gui/widgets/layout.h + gui/widgets/layouthelper.cpp + gui/widgets/layouthelper.h gui/widgets/tab.cpp gui/widgets/tab.h gui/widgets/tabbedarea.cpp diff --git a/src/Makefile.am b/src/Makefile.am index 2bb11268..33d01598 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,9 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/widgets/dropdown.h \ gui/widgets/layout.cpp \ gui/widgets/layout.h \ - gui/widgets/resizegrip.cpp \ + gui/widgets/layouthelper.cpp \ + gui/widgets/layouthelper.h \ + gui/widgets/resizegrip.cpp \ gui/widgets/resizegrip.h \ gui/widgets/tab.cpp \ gui/widgets/tab.h \ diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index 78e26e5e..30441bb8 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -36,6 +36,8 @@ #include "slider.h" #include "textfield.h" +#include "widgets/layouthelper.h" + #include "../configuration.h" #include "../graphics.h" #include "../localplayer.h" @@ -136,37 +138,28 @@ Setup_Video::Setup_Video(): mParticleDetailField(new gcn::Label("")) { setOpaque(false); - setDimension(gcn::Rectangle(0, 0, 290, 255)); ScrollArea *scrollArea = new ScrollArea(mModeList); + scrollArea->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); + gcn::Label *alphaLabel = new gcn::Label(_("Gui opacity")); + gcn::Label *scrollRadiusLabel = new gcn::Label(_("Scroll radius")); + gcn::Label *scrollLazinessLabel = new gcn::Label(_("Scroll laziness")); + gcn::Label *overlayDetailLabel = new gcn::Label(_("Ambient FX")); + gcn::Label *particleDetailLabel = new gcn::Label(_("Particle Detail")); mModeList->setEnabled(true); #ifndef USE_OPENGL mOpenGLCheckBox->setEnabled(false); #endif - mModeList->setDimension(gcn::Rectangle(0, 0, 60, 70)); - scrollArea->setDimension(gcn::Rectangle(10, 10, 90, 70)); - mFsCheckBox->setPosition(110, 10); - mNameCheckBox->setPosition(195, 10); - mOpenGLCheckBox->setPosition(110, 30); - mParticleEffectsCheckBox->setPosition(180, 30); - mCustomCursorCheckBox->setPosition(110, 50); - mSpeechBubbleCheckBox->setPosition(110, 70); - mAlphaSlider->setDimension(gcn::Rectangle(10, 100, 75, 10)); - alphaLabel->setPosition(20 + mAlphaSlider->getWidth(), - mAlphaSlider->getY()); - mFpsCheckBox->setPosition(90, 120); - mFpsSlider->setDimension(gcn::Rectangle(10, 120, 75, 10)); - mFpsField->setPosition(100 + mFpsCheckBox->getWidth(), 100); - mFpsField->setWidth(30); - mModeList->setSelected(-1); mAlphaSlider->setValue(mOpacity); + mAlphaSlider->setWidth(90); mFpsField->setText(toString(mFps)); mFpsField->setEnabled(mFps > 0); + mFpsField->setWidth(30); mFpsSlider->setValue(mFps); mFpsSlider->setEnabled(mFps > 0); mFpsCheckBox->setSelected(mFps > 0); @@ -206,27 +199,12 @@ Setup_Video::Setup_Video(): mParticleDetailSlider->addActionListener(this); mParticleDetailField->addKeyListener(this); - mScrollRadiusSlider->setDimension(gcn::Rectangle(10, 140, 75, 10)); - gcn::Label *scrollRadiusLabel = new gcn::Label(_("Scroll radius")); - scrollRadiusLabel->setPosition(90, 140); - mScrollRadiusField->setPosition(mFpsField->getX(), 140); - mScrollRadiusField->setWidth(30); mScrollRadiusField->setText(toString(mOriginalScrollRadius)); mScrollRadiusSlider->setValue(mOriginalScrollRadius); - mScrollLazinessSlider->setDimension(gcn::Rectangle(10, 160, 75, 10)); - gcn::Label *scrollLazinessLabel = new gcn::Label(_("Scroll laziness")); - scrollLazinessLabel->setPosition(90, 160); - mScrollLazinessField->setPosition(mFpsField->getX(), 160); - mScrollLazinessField->setWidth(30); mScrollLazinessField->setText(toString(mOriginalScrollLaziness)); mScrollLazinessSlider->setValue(mOriginalScrollLaziness); - mOverlayDetailSlider->setDimension(gcn::Rectangle(10, 180, 75, 10)); - gcn::Label *overlayDetailLabel = new gcn::Label(_("Ambient FX")); - overlayDetailLabel->setPosition(90, 180); - mOverlayDetailField->setPosition(180, 180); - mOverlayDetailField->setWidth(30); switch (mOverlayDetail) { case 0: @@ -241,11 +219,6 @@ Setup_Video::Setup_Video(): } mOverlayDetailSlider->setValue(mOverlayDetail); - mParticleDetailSlider->setDimension(gcn::Rectangle(10, 200, 75, 10)); - gcn::Label *particleDetailLabel = new gcn::Label(_("Particle Detail")); - particleDetailLabel->setPosition(90, 200); - mParticleDetailField->setPosition(180, 200); - mParticleDetailField->setWidth(60); switch (mParticleDetail) { case 0: @@ -263,30 +236,39 @@ Setup_Video::Setup_Video(): } mParticleDetailSlider->setValue(mParticleDetail); - add(scrollArea); - add(mFsCheckBox); - add(mOpenGLCheckBox); - add(mCustomCursorCheckBox); - add(mParticleEffectsCheckBox); - add(mSpeechBubbleCheckBox); - add(mNameCheckBox); - add(mAlphaSlider); - add(alphaLabel); - add(mFpsCheckBox); - add(mFpsSlider); - add(mFpsField); - add(mScrollRadiusSlider); - add(scrollRadiusLabel); - add(mScrollRadiusField); - add(mScrollLazinessSlider); - add(scrollLazinessLabel); - add(mScrollLazinessField); - add(mOverlayDetailSlider); - add(overlayDetailLabel); - add(mOverlayDetailField); - add(mParticleDetailSlider); - add(particleDetailLabel); - add(mParticleDetailField); + // Do the layout + LayoutHelper h(this); + ContainerPlacer place = h.getPlacer(0, 0); + + place(0, 0, scrollArea, 1, 5).setPadding(2); + place(1, 0, mFsCheckBox, 3); + place(2, 0, mNameCheckBox, 3); + place(1, 1, mOpenGLCheckBox, 3); + place(2, 1, mParticleEffectsCheckBox, 3); + place(1, 2, mCustomCursorCheckBox, 3); + place(1, 3, mSpeechBubbleCheckBox, 3); + + place(0, 5, mAlphaSlider); + place(0, 6, mFpsSlider); + place(0, 7, mScrollRadiusSlider); + place(0, 8, mScrollLazinessSlider); + place(0, 9, mOverlayDetailSlider); + place(0, 10, mParticleDetailSlider); + + place(1, 5, alphaLabel, 2); + place(1, 6, mFpsCheckBox).setPadding(3); + place(1, 7, scrollRadiusLabel); + place(1, 8, scrollLazinessLabel); + place(1, 9, overlayDetailLabel); + place(1, 10, particleDetailLabel); + + place(2, 6, mFpsField).setPadding(1); + place(2, 7, mScrollRadiusField).setPadding(1); + place(2, 8, mScrollLazinessField).setPadding(1); + place(2, 9, mOverlayDetailField, 2).setPadding(2); + place(2, 10, mParticleDetailField, 2).setPadding(2); + + setDimension(gcn::Rectangle(0, 0, 295, 255)); } Setup_Video::~Setup_Video() diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 370a2d2e..360daff0 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -45,6 +45,11 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, void keyPressed(gcn::KeyEvent &event); private: + void updateSliders(bool originalValues); + + int updateSlider(gcn::Slider *slider, gcn::TextField *field, + const std::string &configName); + bool mFullScreenEnabled; bool mOpenGLEnabled; bool mCustomCursorEnabled; @@ -84,11 +89,6 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, int mParticleDetail; gcn::Slider *mParticleDetailSlider; gcn::Label *mParticleDetailField; - - void updateSliders(bool originalValues); - - int updateSlider(gcn::Slider *slider, gcn::TextField *field, - const std::string &configName); }; #endif diff --git a/src/gui/setuptab.h b/src/gui/setuptab.h index 6c276c35..9e668a20 100644 --- a/src/gui/setuptab.h +++ b/src/gui/setuptab.h @@ -27,8 +27,8 @@ class SetupTab : public GCContainer { public: - virtual void apply() =0; - virtual void cancel() =0; + virtual void apply() = 0; + virtual void cancel() = 0; }; #endif diff --git a/src/gui/widgets/layout.h b/src/gui/widgets/layout.h index d631c154..9ba97fa1 100644 --- a/src/gui/widgets/layout.h +++ b/src/gui/widgets/layout.h @@ -317,4 +317,4 @@ class Layout: public LayoutCell bool mComputed; }; -#endif +#endif // _TMW_WIDGET_LAYOUT_H__ diff --git a/src/gui/widgets/layouthelper.cpp b/src/gui/widgets/layouthelper.cpp new file mode 100644 index 00000000..4dddaab3 --- /dev/null +++ b/src/gui/widgets/layouthelper.cpp @@ -0,0 +1,63 @@ +/* + * The Mana World + * Copyright 2009 The Mana World Development Team + * + * This file is part of The Mana World. + * + * The Mana World is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * The Mana World is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with The Mana World; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#include "layouthelper.h" + +LayoutHelper::LayoutHelper(gcn::Container *container): + mContainer(container) +{ + mContainer->addWidgetListener(this); +} + +LayoutHelper::~LayoutHelper() +{ + mContainer->removeWidgetListener(this); +} + +Layout &LayoutHelper::getLayout() +{ + return mLayout; +} + +LayoutCell &LayoutHelper::place(int x, int y, gcn::Widget *wg, int w, int h) +{ + mContainer->add(wg); + return mLayout.place(wg, x, y, w, h); +} + +ContainerPlacer LayoutHelper::getPlacer(int x, int y) +{ + return ContainerPlacer(mContainer, &mLayout.at(x, y)); +} + +void LayoutHelper::reflowLayout(int w, int h) +{ + mLayout.reflow(w, h); + mContainer->setSize(w, h); +} + +void LayoutHelper::widgetResized(const gcn::Event &event) +{ + const gcn::Rectangle area = mContainer->getChildrenArea(); + int w = area.width; + int h = area.height; + mLayout.reflow(w, h); +} diff --git a/src/gui/widgets/layouthelper.h b/src/gui/widgets/layouthelper.h new file mode 100644 index 00000000..b1039fb0 --- /dev/null +++ b/src/gui/widgets/layouthelper.h @@ -0,0 +1,84 @@ +/* + * The Mana World + * Copyright 2009 The Mana World Development Team + * + * This file is part of The Mana World. + * + * The Mana World is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * The Mana World is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with The Mana World; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef LAYOUTHELPER_H +#define LAYOUTHELPER_H + +#include "layout.h" + +#include + +/** + * A helper class for adding a layout to a Guichan container widget. The layout + * will register itself as a widget listener and relayout the widgets in the + * container dynamically on resize. + */ +class LayoutHelper : public gcn::WidgetListener +{ + public: + /** + * Constructor. + */ + LayoutHelper(gcn::Container *container); + + /** + * Destructor. + */ + ~LayoutHelper(); + + /** + * Gets the layout handler. + */ + Layout &getLayout(); + + /** + * Computes the position of the widgets according to the current + * layout. Resizes the managed container so that the layout fits. + * + * @note This function is meant to be called with fixed-size + * containers. + * + * @param w if non-zero, force the container to this width. + * @param h if non-zero, force the container to this height. + */ + void reflowLayout(int w = 0, int h = 0); + + /** + * Adds a widget to the container and sets it at given cell. + */ + LayoutCell &place(int x, int y, gcn::Widget *, int w = 1, int h = 1); + + /** + * Returns a proxy for adding widgets in an inner table of the layout. + */ + ContainerPlacer getPlacer(int x, int y); + + /** + * Called whenever the managed container changes size. + */ + void widgetResized(const gcn::Event &event); + + private: + Layout mLayout; /**< Layout handler */ + gcn::Container *mContainer; /**< Managed container */ +}; + +#endif // LAYOUTHELPER_H diff --git a/src/gui/window.cpp b/src/gui/window.cpp index f6f5f4b8..d1ada53d 100644 --- a/src/gui/window.cpp +++ b/src/gui/window.cpp @@ -257,17 +257,16 @@ void Window::setResizable(bool r) void Window::widgetResized(const gcn::Event &event) { + const gcn::Rectangle area = getChildrenArea(); + if (mGrip) - { - const gcn::Rectangle area = getChildrenArea(); mGrip->setPosition(getWidth() - mGrip->getWidth() - area.x, getHeight() - mGrip->getHeight() - area.y); - } if (mLayout) { - int w = getWidth() - 2 * getPadding(); - int h = getHeight() - getPadding() - getTitleBarHeight(); + int w = area.width; + int h = area.height; mLayout->reflow(w, h); } } -- cgit v1.2.3-60-g2f50 From 16ac3080c22a70c4004f904569dc8a72ecfd76a4 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 19 Jan 2009 13:09:59 -0700 Subject: Made the party class use gettext. Signed-off-by: Ira Rice --- po/POTFILES.in | 1 + po/ar.po | 641 ++++++++++++++++++++++++++++++---------------- po/ca.po | 632 +++++++++++++++++++++++++++++---------------- po/cs.po | 643 ++++++++++++++++++++++++++++++---------------- po/da.po | 733 ++++++++++++++++++++++++++++++++++------------------- po/de.po | 643 ++++++++++++++++++++++++++++++---------------- po/en_GB.po | 641 ++++++++++++++++++++++++++++++---------------- po/eo.po | 632 +++++++++++++++++++++++++++++---------------- po/es.po | 643 ++++++++++++++++++++++++++++++---------------- po/fi.po | 643 ++++++++++++++++++++++++++++++---------------- po/fr.po | 643 ++++++++++++++++++++++++++++++---------------- po/he.po | 643 ++++++++++++++++++++++++++++++---------------- po/hr.po | 643 ++++++++++++++++++++++++++++++---------------- po/id.po | 643 ++++++++++++++++++++++++++++++---------------- po/it.po | 643 ++++++++++++++++++++++++++++++---------------- po/ja.po | 640 ++++++++++++++++++++++++++++++---------------- po/nl.po | 643 ++++++++++++++++++++++++++++++---------------- po/pl.po | 643 ++++++++++++++++++++++++++++++---------------- po/pt.po | 643 ++++++++++++++++++++++++++++++---------------- po/pt_BR.po | 643 ++++++++++++++++++++++++++++++---------------- po/ru.po | 643 ++++++++++++++++++++++++++++++---------------- po/sk.po | 640 ++++++++++++++++++++++++++++++---------------- po/sv.po | 643 ++++++++++++++++++++++++++++++---------------- po/th.po | 641 ++++++++++++++++++++++++++++++---------------- po/zh_CN.po | 643 ++++++++++++++++++++++++++++++---------------- src/gui/status.cpp | 6 +- src/party.cpp | 89 ++++--- 27 files changed, 10136 insertions(+), 5448 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 7010ea24..f338e665 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -48,3 +48,4 @@ src/resources/npcdb.cpp src/being.cpp src/game.cpp src/main.cpp +src/party.cpp diff --git a/po/ar.po b/po/ar.po index fa5aef7b..f7a89bab 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-07-16 18:28+0000\n" "Last-Translator: صقر بن عبدالله \n" "Language-Team: Arabic \n" @@ -27,7 +27,7 @@ msgstr "شراء" msgid "Price: %d GP / Total: %d GP" msgstr "السعر: %d GP / الإجمالي: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "مغادرة" @@ -55,8 +55,9 @@ msgstr "بيع" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "إلغاء" @@ -114,7 +115,7 @@ msgstr "التّالي" msgid "New" msgstr "جديد" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "حذف" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "إنشاء شخصيّة" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "الاسم:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "إنتقاء الشخصيّة" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,330 +168,332 @@ msgid "Chat" msgstr "إنشاء" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "الخادوم:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -608,11 +612,11 @@ msgstr "انتقاء كمّيّة من المواد لإسقاطها." msgid "Login" msgstr "ولوج" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "كلمة السرّ:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "المنفذ:" @@ -624,8 +628,8 @@ msgstr "" msgid "Keep" msgstr "ترك" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "تسجيل" @@ -644,7 +648,7 @@ msgid "Shortcut" msgstr "اختصار" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "تثبيت" @@ -657,10 +661,23 @@ msgstr "خارطة صغيرة" msgid "MiniMap" msgstr "خارطة صغيرة" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "تسجيل" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -732,61 +749,61 @@ msgstr "@@إسقاط|إسقاط@@" msgid "@@description|Description@@" msgstr "@@الوصف|الوصف@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "تأكيد:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "يجب أن يكون طول اسم المستخدم على الأقل %d محارف." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "يجب أن يكون طول اسم المستخدم أقل من %d محارف." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "يجب أن تكون طول كلمة السرّ على الأقل %d محارف." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "يجب أن يكون طول كلمة السرّ أقل من %d محارف." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "كلمات السرّ غير متطابقة." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "خطأ" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "صوت" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "حجم صوت المؤثرّات" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "حجم صوت الموسيقا" @@ -824,231 +841,244 @@ msgstr "لون الشعر:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -msgid "Color:" -msgstr "لون الشعر:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "إضغط على الزرّ لبدأ المعايرة" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "معايرة" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "تفعيل عصا الألعاب" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "إيقاف" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "تدوير العصا" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "حذف" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "الاسم:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "ملء الشاشة" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "مؤشّر مخصّص" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "حدّ FPS:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "عتمة واجهة المستخدم" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "نصف قطر اللفّ" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "كسل اللفّ" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "مؤثّرات محيطة" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "واقف" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "منخفض" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "مرتفع" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "ملء الشاشة" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "جارِ ملء الشاشة" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "يجب إعادة التشغيل لتفعّل التغييرات." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "تغيير OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "تطبيق التغيير على OpenGL يحتاج لإعادة تشغيل." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "يجب إعادة التشغيل لتفعّل التغييرات." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "يجب إعادة التشغيل لتفعّل التغييرات." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "مهارات" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1127,16 +1157,16 @@ msgstr "دفاع %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1505,6 +1535,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1544,6 +1578,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1581,219 +1619,376 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "هل أنت متأكّد من حذف هذه الشخصيّة؟" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "جارِ الاتّصال..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "جارِ الاتّصال..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "جارِ الاتّصال..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "الاسم: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "جارِ الاتّصال..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "الجردة" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "إنشاء" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#~ msgid "Color:" +#~ msgstr "لون الشعر:" + #, fuzzy #~ msgid "Description:" #~ msgstr "الوصف: %s" diff --git a/po/ca.po b/po/ca.po index 0415ed64..0cb17dc2 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-07-03 17:21+0000\n" "Last-Translator: Habari \n" "Language-Team: Catalan \n" @@ -27,7 +27,7 @@ msgstr "" msgid "Price: %d GP / Total: %d GP" msgstr "preu %d GP / total %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "sortir" @@ -54,8 +54,9 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "" @@ -113,7 +114,7 @@ msgstr "" msgid "New" msgstr "" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "" @@ -132,7 +133,7 @@ msgid "Create Character" msgstr "" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "nom" @@ -153,7 +154,8 @@ msgid "Select Server" msgstr "" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -164,330 +166,332 @@ msgid "Chat" msgstr "canvi" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -604,11 +608,11 @@ msgstr "" msgid "Login" msgstr "" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "" @@ -620,8 +624,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "" @@ -640,7 +644,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "" @@ -652,10 +656,22 @@ msgstr "" msgid "MiniMap" msgstr "" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +msgid "Reset" +msgstr "" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 msgid "@@trade|Trade With " msgstr "" @@ -724,61 +740,61 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "" @@ -815,227 +831,239 @@ msgstr "" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -msgid "Color:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 msgid "Default" msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "nom" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 msgid "Restart your client or change maps for the change to take effect." msgstr "" +#: ../src/gui/skill.cpp:39 +msgid "skills.xml" +msgstr "" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1108,16 +1136,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1479,6 +1507,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1518,6 +1550,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1555,214 +1591,366 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 msgid "Are you sure you want to quit?" msgstr "" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 msgid "Trying to connect to account server..." msgstr "" -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 msgid "Trying to connect to char server..." msgstr "" -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 msgid "Trying to connect to map server..." msgstr "" -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, c-format msgid "Map: %s" msgstr "" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 msgid "Connecting to map server..." msgstr "" -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +msgid "Invite to party" +msgstr "" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +msgid " /create" +msgstr "" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + #, fuzzy #~ msgid "Name: " #~ msgstr "nom" diff --git a/po/cs.po b/po/cs.po index edceaf79..350551d6 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-12-17 16:31+0000\n" "Last-Translator: Lubos \n" "Language-Team: Czech \n" @@ -27,7 +27,7 @@ msgstr "Nákup" msgid "Price: %d GP / Total: %d GP" msgstr "" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "" @@ -54,8 +54,9 @@ msgstr "Prodej" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Zrušit" @@ -114,7 +115,7 @@ msgstr "Další" msgid "New" msgstr "Nová" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Odstranit" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Vytvořit postavu" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Jméno:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Server:" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,330 +168,332 @@ msgid "Chat" msgstr "Vytvořit" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -608,11 +612,11 @@ msgstr "Vyberte množství zboží, které chcete upustit." msgid "Login" msgstr "" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Heslo:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Port:" @@ -624,8 +628,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrace" @@ -644,7 +648,7 @@ msgid "Shortcut" msgstr "Zkratka" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Nastavení" @@ -657,10 +661,23 @@ msgstr "MiniMapa" msgid "MiniMap" msgstr "MiniMapa" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Registrace" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 msgid "@@trade|Trade With " msgstr "" @@ -729,61 +746,61 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "Muž" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "Žena" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Uživatelské jméno musí být nejméně %d znaků dlouhé." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Uživatelské jméno musí být kratší než %d znaků." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Heslo musí být kratší než %d znaků." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Hesla se neshodují." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Chyba" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Zvuk" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "" @@ -821,229 +838,241 @@ msgstr "Barva vlasů:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Barva vlasů:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Kalibrovat" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Odstranit" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Jméno:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 msgid "Restart your client or change maps for the change to take effect." msgstr "" +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Dovednosti" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1121,16 +1150,16 @@ msgstr "Obrana %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1497,6 +1526,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1536,6 +1569,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1573,219 +1610,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Jste si jistí, že chcete vymazat tuto postavu?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Připojuji se..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Připojuji se..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Připojuji se..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Jméno: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Připojuji se..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventář" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Vytvořit" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Barva vlasů:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Popis: %s" diff --git a/po/da.po b/po/da.po index 7686a9ae..fecbf3f6 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-12-28 14:45+0000\n" "Last-Translator: GonzoDark AKA IchigoBlack \n" "Language-Team: Danish \n" @@ -27,7 +27,7 @@ msgstr "Køb" msgid "Price: %d GP / Total: %d GP" msgstr "Pris: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Afslut" @@ -55,8 +55,9 @@ msgstr "Sælg" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Fortryd" @@ -114,14 +115,14 @@ msgstr "Næste" msgid "New" msgstr "Opret" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Slet" #: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 #: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 -msgid "OK" -msgstr "OK" +msgid "Ok" +msgstr "" #: ../src/gui/char_select.cpp:176 #, c-format @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Lav Bruger" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Navn:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Vælg Server" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "OK" @@ -166,338 +168,347 @@ msgid "Chat" msgstr "Chat" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "Velkommen" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "Global meddelelse: " -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, fuzzy, c-format +msgid "Global announcement from %s: " msgstr "Global meddelelse fra " -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:291 +#: ../src/gui/chat.cpp:321 +#, fuzzy, c-format +msgid "Whispering to %s: %s" +msgstr "Hvisker til " + +#: ../src/gui/chat.cpp:340 msgid "Trying to send a blank party message." msgstr "Prøver at sende en blank gruppe besked." -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " -msgstr "Hvisker til " - -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "Retur bringer focus på chatten." -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "Besked lukker chat." -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "Enter bringer nu focus på chatten." -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "Besked lukker nu chat." -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -"Mulighederne til /toggle er \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +"Mulighederne til /toggle er \"yes\", \"no\", \"true\", \"false\", \"1\", \"0" +"\"." -#: ../src/gui/chat.cpp:432 -msgid "Unknown party command... Type \"/help party\" party for more information." +#: ../src/gui/chat.cpp:474 +#, fuzzy +msgid "Unknown party command... Type \"/help\" party for more information." msgstr "Ukendt gruppe kommando... Skriv \"/help party\" for mere information." -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "Trylleformularen findes ikke!" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "Den nuværende server understøtter ikke trylleformulare" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "Til stede: " -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "Fremmøde skrives til loggen" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "Ukendt kommando" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "Handel fejlede!" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "Emote fejlede!" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "Sæt dig fejlede!" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "Chat skabelsen fejlede!" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "Kunne ikke tilslutte sig gruppen!" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "Kan ikke råbe!" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "Du er ikke nået til det rette Niveau endnu!" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "Utilstrækkelig HP!" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "Utilstrækkelig SP!" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "Du har ingen memorandaer!" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "Det kan du ikke gøre lige nu!" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "Det ser ud til at du har behov for flere Zeny... ;-)" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "Du kan ikke bruge denne færdighed med dette slags våben!" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "Du har behov for en rød krystal mere" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "Du har behov for en blå krystal mere" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "Du har for meget på dig, til at kunne gøre dette" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "Hmm? Hvad er det?" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "Warp mislykkede..." -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "Kunne ikke stjæle noget som helst..." -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "Giften havde ingen effekt..." -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "Det nuværende gruppe præfiks er " -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "Gruppens præfiks skal være et bogstav langt. " -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "Kan ikke bruge '/' som præfikset" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Ændre præfikset til " -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "--Hjælp--" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "/announce: Global meddelelse (Kun for GM)" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "/clear: Rydder dette vindue" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "/help: Viser denne hjælp" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "/msg : Alternativ form for /whisper" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "/present: Får listen af tilstedeværende brugere" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "/toggle: Bestemmer om bringer focus på chat loggen." -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "/where: Viser bane navnet" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "/w : Kort form for /whisper" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " -msgstr "/whisper : Sender en privat besked til det givne brugernavn" +msgstr "" +"/whisper : Sender en privat besked til det givne brugernavn" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "/who: Viser antalet af online brugere" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "For at få mere information, skriv /help " -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "Kommando: /announce " -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "*** kun tilgængelig for en GM ***" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "Denne kommando sender beskeden til alle brugere online." -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "Kommando: /clear" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "Denne commando rydder chat loggen" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "Kommando: /help" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "Denne kommando viser en liste over alle tilgængelige kommandoer" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "Kommando: /help " -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "Denne kommando viser hjælp for " -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "Kommando: /present" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -"Denne kommando finder en liste over brugere, der er inden for en lytteradius, og sender listen til enten " -"record loggen, hvis du optager, ellers er det chat loggen." +"Denne kommando finder en liste over brugere, der er inden for en " +"lytteradius, og sender listen til enten record loggen, hvis du optager, " +"ellers er det chat loggen." -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "Kommando /toggle " -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 +#, fuzzy msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -"Denne kommando bestemmer om retur, skal bruges til at fokusere på chat loggen, eller" -"om chat om chat loggen, automatisk skal slå fra." +"Denne kommando bestemmer om retur, skal bruges til at fokusere på chat " +"loggen, ellerom chat om chat loggen, automatisk skal slå fra." -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -" kan være en ud af \"1\", \"yes\", \"true\" for at slå fokusering af chat vindue til, eller \"0" -"\", \"no\", \"false\" for at slå fokusering af chat vindue fra." +" kan være en ud af \"1\", \"yes\", \"true\" for at slå fokusering " +"af chat vindue til, eller \"0\", \"no\", \"false\" for at slå fokusering af " +"chat vindue fra." -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "Kommando: /toggle" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "Denne kommando viser fokusering af chat vinduets status." -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "kommando: /where" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "Denne kommando viser det nuværende bane navn." -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "Kommando: /msg " -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "Kommando: /whisper " -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "Kommando: /w " -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "Denne kommando sender beskeden til ." -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "Hvis navnet har mellemrum i det, skal det omringes med følgende (\")." -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "Kommando: /who" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." -msgstr "Denne kommando viser det antal af online brugere, der nuværende er online." +msgstr "" +"Denne kommando viser det antal af online brugere, der nuværende er online." -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "Ukendt kommando" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "Skriv /help for at få en liste med kommandoer" @@ -616,11 +627,11 @@ msgstr "Vælg hvor mange genstande du vil smide." msgid "Login" msgstr "Log Ind" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Adgangskode:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Port:" @@ -632,8 +643,8 @@ msgstr "Nuværende:" msgid "Keep" msgstr "Behold" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrer" @@ -652,7 +663,7 @@ msgid "Shortcut" msgstr "Genvej" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Opsætning" @@ -665,10 +676,23 @@ msgstr "MiniKort" msgid "MiniMap" msgstr "MiniKort" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Nuværende:" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -740,61 +764,61 @@ msgstr "@@drop|Smid@@" msgid "@@description|Description@@" msgstr "@@description|Beskrivelse@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Bekræft:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "Mand" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "Kvinde" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "RegisterDialog::register Brugernavn er %s" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Brugernavnet skal mindst være %d bogstaver langt." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Brugernavnet skal være mindre end %d bogstaver langt." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Adgangskoden skal mindst være %d bogstaver langt." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Adgangskoden skal være mindre end %d bogstaver langt." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "De indtastede adgangskoder stemmer ikke overens." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Fejl" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Lyd" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Lydstyrke på effekter" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Lydstyrke på musik" @@ -832,232 +856,245 @@ msgstr "Farver:" msgid "Players" msgstr "Brugere" -#: ../src/gui/setup_colours.cpp:38 +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:67 #, fuzzy -msgid "Color:" -msgstr "Farve:" +msgid "Green: " +msgstr "Til stede: " + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Tryk på knappen for at starte justeringen." -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Justering" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Aktiver joystick" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Stop" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Rotere joysticket" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "Tildel" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Standart" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "Tast Konfikt(er) Opdaget." -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "Løs problemet, ellers kan spillet risikere at opfører sig ustabilt." -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Navn:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "Relation" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "Neutral" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "Ven" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "Se bort fra" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "Ignorer" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "???" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "Gem bruger liste" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "Tillad handel" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "Tillad hviskere" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "Når ignorer:" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "Ingen opsætning tilgængelig" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "Alle opløsninger er tilgængelige" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Fuld Skærm" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Brugerdefineret Musepil" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "Partikel effekter" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "Snakke bobler" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "Vis navn" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "FPS grænse:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Gennemsigtighed" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Følsomhed på mus" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Acceleration på mus" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Omgivende FX" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "Partikel Detalje" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "fra" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "lav" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "høj" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "Partikel Detalje" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "mellem" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "maks" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "Fejlede i at skifte til " -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "vinduet" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Fuld Skærm" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "opsætning og genoprettelse af gammel opsætning fejlede også!" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Skifter til fuld skærm" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Ændringerne kræver at du genstarter klienten." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Skrifter til OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "Ændringerne til OpenGL kræver at du genstarter klienten." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "Kunne ikke definere " -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr " skærm opsætning: " #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "Skærm opløsning ændret" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Ændringerne kræver at du genstarter klienten." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "Partikel effekt opsætningen er ændret" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Ændringerne kræver at du genstarter klienten, eller skifter bane." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Færdigheder" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1135,17 +1172,18 @@ msgid "M.Defense:" msgstr "M.Forsvar:" #: ../src/gui/status.cpp:134 -#, c-format -msgid "% Accuracy:" +#, fuzzy, c-format +msgid "\\% Accuracy:" msgstr "% Nøjagtighed:" #: ../src/gui/status.cpp:135 -#, c-format -msgid "% Evade:" +#, fuzzy, c-format +msgid "\\% Evade:" msgstr "% Undvig:" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +#, fuzzy +msgid "\\% Reflex:" msgstr "% Refleks:" #: ../src/gui/status.cpp:280 @@ -1180,7 +1218,7 @@ msgstr "Held" #: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" -msgstr "Tilgode Status Points" +msgstr "Tilgode Status Points: %d" #: ../src/gui/trade.cpp:51 msgid "Trade: You" @@ -1205,7 +1243,9 @@ msgstr "Du giver:" #: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." -msgstr "Fejlede i at tilføje genstand. Du kan ikke overlappe en slags genstand på vinduet." +msgstr "" +"Fejlede i at tilføje genstand. Du kan ikke overlappe en slags genstand på " +"vinduet." #: ../src/gui/updatewindow.cpp:78 #, c-format @@ -1274,7 +1314,8 @@ msgstr "Du er død." #: ../src/net/playerhandler.cpp:219 msgid "We regret to inform you that your character was killed in battle." -msgstr "Vi er ked af at måtte informere dig, om at din karakter var dræbt i kamp." +msgstr "" +"Vi er ked af at måtte informere dig, om at din karakter var dræbt i kamp." #: ../src/net/playerhandler.cpp:220 msgid "You are not that alive anymore." @@ -1304,9 +1345,7 @@ msgstr "" msgid "" "Your plan of breaking your enemies weapon by bashing it with your throat " "failed." -msgstr "" -"Din plan om at smadre fjendens våben, ved at benytte din hals " -"fejlede." +msgstr "Din plan om at smadre fjendens våben, ved at benytte din hals fejlede." #: ../src/net/playerhandler.cpp:226 msgid "I guess this did not run too well." @@ -1335,8 +1374,7 @@ msgstr "Det ser ud til at du fik du hoved udleveret til dig." #: ../src/net/playerhandler.cpp:231 msgid "" "You screwed up again, dump your body down the tubes and get you another one." -msgstr "" -"Du kvajede dig igen, smid din krop ned i kloakken og find dig en ny." +msgstr "Du kvajede dig igen, smid din krop ned i kloakken og find dig en ny." #. Leisure Suit Larry 1 Reference #: ../src/net/playerhandler.cpp:232 @@ -1367,7 +1405,9 @@ msgstr "Du siver langtsomt ud af din krop, du kan nu endelig slappe af." #: ../src/net/playerhandler.cpp:238 msgid "If you weren't so animated, you'd be pushing up the daisies." -msgstr "Hvis det ikke var fordi du var så animeret, kunne du sikker imponere Chuck Norris." +msgstr "" +"Hvis det ikke var fordi du var så animeret, kunne du sikker imponere Chuck " +"Norris." #: ../src/net/playerhandler.cpp:239 msgid "Your metabolic processes are now history." @@ -1385,9 +1425,7 @@ msgstr "Du har stillet træskoene." msgid "" "You've shuffled off your mortal coil, run down the curtain and joined the " "bleedin' choir invisibile." -msgstr "" -"Du har spist af dødens pølse for den sidste gang." - +msgstr "Du har spist af dødens pølse for den sidste gang." #: ../src/net/playerhandler.cpp:243 msgid "You are an ex-player." @@ -1460,7 +1498,8 @@ msgstr "Fejlede i at tilføje genstand. Handels partneren bære på for meget." #. Add item failed - player has no free slot #: ../src/net/tradehandler.cpp:190 msgid "Failed adding item. Trade partner has no free slot." -msgstr "Fejlede i at tilføje genstand. Handels partneren har ikke flere frie pladser." +msgstr "" +"Fejlede i at tilføje genstand. Handels partneren har ikke flere frie pladser." #: ../src/net/tradehandler.cpp:194 msgid "Failed adding item for unknown reason." @@ -1484,9 +1523,9 @@ msgid "ColorDB: Failed" msgstr "ColorDB: Fejlede" #: ../src/resources/colordb.cpp:83 -#, c-format -msgid "ColorDB: Ny definition af dye ID %d" -msgstr "" +#, fuzzy, c-format +msgid "ColorDB: Redefinition of dye ID %d" +msgstr "ItemDB: Ny definition af genstand ID %d" #: ../src/resources/colordb.cpp:98 msgid "Unloading color database..." @@ -1522,6 +1561,10 @@ msgstr "Startede genstans database..." msgid "Unknown item" msgstr "Ukendt genstand" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "ItemDB: Fejl under læsningen af items.xml!" @@ -1561,6 +1604,10 @@ msgstr "unavngivet" msgid "Initializing monster database..." msgstr "Starter monster database..." +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "Monster Database: Fejl under indlæsningen ad monster.xml!" @@ -1575,7 +1622,8 @@ msgstr "" #: ../src/resources/monsterdb.cpp:121 #, c-format msgid "MonsterDB: Warning, sound effect %s for unknown event %s of monster %s" -msgstr "MonsterDB: Advarsel, lyd effekt %s for ukendt begivenhed %s af monster %s" +msgstr "" +"MonsterDB: Advarsel, lyd effekt %s for ukendt begivenhed %s af monster %s" #: ../src/resources/monsterdb.cpp:159 #, c-format @@ -1599,219 +1647,390 @@ msgstr "NPC Database: NPC med manglende ID i npcs.xml!" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "NPCDB: Advarsel, ukendt NPC ID %d efterspurgt" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "Skærmbillede gemt under ~/" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "Gemningen af skærmbilledet fejlede!" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "Fejl: kunne ikke gemme skærmbilledet." -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "Netværk Fejl" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "Forbindelsen til serveren er tabt, programmet vil nu lukke" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "Ignorer indkomne handels anmodninger" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "Accepter indkomne handels anmodninger" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Er du sikker på at du gerne vil stoppe?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "nej" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "Advarsel: guichan indput untagelse: %s" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "Fejl: Ugyldigt opdaterings host: %s" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "Ugyldigt opdaterings host: " -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "Advarsel: ingen protocol var aktiv som opdate host" -#: ../src/main.cpp:222 -#, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +#: ../src/main.cpp:245 +#, fuzzy, c-format +msgid "Error: %s can't be made, but doesn't exist!" msgstr "Fejl: %s/%s kan ikke laves, men findes ikke!" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "Fejl under oprettelsen af opdateringen mappen!" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "Fejl: %s/%s kan ikke laves, men findes ikke!" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr " kan ikke laves, men det findes ikke! Lukker." -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "Starter Aethyra Version %s" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "Starter Aethyra - Version er ikke defineret" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "Starter SDL..." -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "Kunne ikke starte SDL: " -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr " kunne ikke blive sat til hjemmemappen! Lukker." -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "Kan ikke finde ressourcernes mappe\n" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "Starter configurationen..." -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "Advarsel: %s" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "aethyra" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "Opsætning: " -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr " -C --configfile : Configurations fil til brug" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr " -d --data : Mappen at indlæse spillets data fra" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" -msgstr " -D --default : Overskriv login processen med normale indstillinger" +msgstr "" +" -D --default : Overskriv login processen med normale indstillinger" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr " -h --help : Viser denne hjælp" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr " -H --updatehost : Brug denne opdaterings host" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr " -p --playername : Logind med denne bruger" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr " -P --password : Logind med denne adgangskode" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr " -u --skipupdate : Spring opdateringerne over" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr " -U --username : Logind med dette brugernavn" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr " -v --version : Viser den nuværende version" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "Aethyra version " -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "(lokalt build?, PACKAGE_VERSION er ikke defineret)" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Prøver at opretter forbindelse til bruger serveren..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "Brugernavn er %s" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Prøver at oprette forbindelse til karakter serveren..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "Husk den valgte karakter %s" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Prøver at oprette forbindelse til bane serveren..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Bane; %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "Kunne ikke indlæse %s som background" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "Blev smidt af serveren!" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Opretter forbindelse til bane serveren..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "Opretter forbindelse til karakter serveren..." -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "Opretter forbindelse til bruger serveren..." +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +#, fuzzy +msgid "Could not create party." +msgstr "Kunne ikke tilslutte sig gruppen!" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventarliste" + +#: ../src/party.cpp:130 +#, fuzzy, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr " vil gerne handle med dig, vil du acceptere?" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +#, fuzzy +msgid "Command: /party " +msgstr "Kommando: /help " + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Opret" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +#, fuzzy +msgid "This command implements the partying function." +msgstr "Denne kommando viser hjælp for " + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +#, fuzzy +msgid "Command: /party new " +msgstr "Kommando /toggle " + +#: ../src/party.cpp:191 +#, fuzzy +msgid "Command: /party create " +msgstr "Kommando /toggle " + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +#, fuzzy +msgid "This command sets the party prefix character." +msgstr "Denne commando rydder chat loggen" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +#, fuzzy +msgid "Command: /party prefix" +msgstr "Kommando: /present" + +#: ../src/party.cpp:204 +#, fuzzy +msgid "This command reports the current party prefix character." +msgstr "Denne commando rydder chat loggen" + +#: ../src/party.cpp:212 +#, fuzzy +msgid "Command: /party leave" +msgstr "Kommando: /present" + +#: ../src/party.cpp:213 +#, fuzzy +msgid "This command causes the player to leave the party." +msgstr "Denne kommando viser fokusering af chat vinduets status." + +#: ../src/party.cpp:217 +#, fuzzy +msgid "Unknown /party command." +msgstr "Ukendt kommando" + +#: ../src/party.cpp:218 +#, fuzzy +msgid "Type /help party for a list of options." +msgstr "Skriv /help for at få en liste med kommandoer" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Farve:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Beskrivelse:" diff --git a/po/de.po b/po/de.po index ed92c46d..898a2e8c 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-10-13 00:25+0000\n" "Last-Translator: Aeneas Jaißle \n" "Language-Team: German\n" @@ -27,7 +27,7 @@ msgstr "Kaufen" msgid "Price: %d GP / Total: %d GP" msgstr "Preis: %d GP / Summe: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Beenden" @@ -55,8 +55,9 @@ msgstr "Verkaufen" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Abbrechen" @@ -114,7 +115,7 @@ msgstr "Weiter" msgid "New" msgstr "Neu" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Löschen" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Charakter erstellen" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Name :" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Spielfigur auswählen" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "Erstellen" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Ändere OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "Wähle aus, wieviele Gegenstände Du wegwerfen möchtest." msgid "Login" msgstr "Anmelden" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Passwort:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Port:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "Erinnern" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrieren" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "Tastenkürzel" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Einstellungen" @@ -658,10 +662,23 @@ msgstr "Übersichtskarte" msgid "MiniMap" msgstr "Übersichtskarte" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Registrieren" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@drop|Fallen lassen@@" msgid "@@description|Description@@" msgstr "@@description|Beschreibung@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Bestätigen:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "Männlich" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "Weiblich" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Der Nutzername muss aus mindestens %d Zeichen bestehen." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Der Nutzername muss kürzer als %d Zeichen sein." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Das Passwort muss aus mindestens %d bestehen." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Das Passwort muss kürzer als %d Zeichen sein." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Passwörter stimmen nicht überein." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Fehler" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Ton" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Lautstärke der Klangeffekte" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Latustärke der Musik" @@ -825,234 +842,246 @@ msgstr "Haarfarbe" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Haarfarbe" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Knopf drücken um die Kalibrierung zu starten" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Kalibrieren" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Joystick aktivieren" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Stopp" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Kreise den Steuerknüppel" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Löschen" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Name :" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Vollbild" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Benutzerdefinierten Zeiger" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "FPS-Limit:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "GUI Transparenz" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Scroll-Radius" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Scroll-Trägheit" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Hintergrundeffekte" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "Aus" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "Niedrig" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "Hoch" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Vollbild" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Wechsle zum Vollbildmodus" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Ändere OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" "Änderungen an OpenGL werden erst nach einem Neustart der Anwendung " "übernommen." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Fertigkeiten" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1131,16 +1160,16 @@ msgstr "Verteidigung %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1509,6 +1538,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1548,6 +1581,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1585,219 +1622,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Bist du sicher, dass du diesen Charakter löschen möchtest?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Verbinde..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Verbinde..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Verbinde..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Name : %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Verbinde..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventar" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Erstellen" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Haarfarbe" + #, fuzzy #~ msgid "Description:" #~ msgstr "Beschreibung: %s" diff --git a/po/en_GB.po b/po/en_GB.po index b6713923..503f24c9 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-05-10 16:51+0000\n" "Last-Translator: Me \n" "Language-Team: English (United Kingdom) \n" @@ -27,7 +27,7 @@ msgstr "Buy" msgid "Price: %d GP / Total: %d GP" msgstr "Price: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Exit" @@ -55,8 +55,9 @@ msgstr "Sell" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancel" @@ -114,7 +115,7 @@ msgstr "Next" msgid "New" msgstr "New" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Delete" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Create Character" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Name:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Select Character" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "Create" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Changing OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "Select amount of items to drop." msgid "Login" msgstr "Login" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Password:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Port:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "Keep" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Register" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "Shortcut" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Setup" @@ -658,10 +662,23 @@ msgstr "MiniMap" msgid "MiniMap" msgstr "MiniMap" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Register" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@drop|Drop@@" msgid "@@description|Description@@" msgstr "@@description|Description@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Confirm:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "The username needs to be at least %d characters long." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "The username needs to be less than %d characters long." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "The password needs to be at least %d characters long." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "The password needs to be less than %d characters long." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Passwords do not match." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Error" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Sound" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Sfx volume" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Music volume" @@ -824,231 +841,244 @@ msgstr "Colours" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -msgid "Color:" -msgstr "Colour:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Press the button to start calibration" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Calibrate" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Enable joystick" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Stop" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Rotate the stick" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Delete" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Name:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Full screen" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Custom cursor" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "FPS Limit:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Gui opacity" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Scroll radius" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Scroll laziness" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Ambient FX" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "off" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "low" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "high" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Full screen" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Switching to full screen" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Restart needed for changes to take effect." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Changing OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "Applying change to OpenGL requires restart." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Restart needed for changes to take effect." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Restart needed for changes to take effect." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Skills" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1127,16 +1157,16 @@ msgstr "Defense %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1505,6 +1535,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1544,6 +1578,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1581,219 +1619,376 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Are you sure you want to delete this character?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Connecting..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Connecting..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Connecting..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Name: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Connecting..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventory" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Create" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#~ msgid "Color:" +#~ msgstr "Colour:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Description: %s" diff --git a/po/eo.po b/po/eo.po index eb490c33..bf33fedd 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-11-10 22:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Esperanto \n" @@ -27,7 +27,7 @@ msgstr "" msgid "Price: %d GP / Total: %d GP" msgstr "" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "" @@ -54,8 +54,9 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "" @@ -113,7 +114,7 @@ msgstr "" msgid "New" msgstr "" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "" @@ -132,7 +133,7 @@ msgid "Create Character" msgstr "" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "" @@ -153,7 +154,8 @@ msgid "Select Server" msgstr "" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -163,330 +165,332 @@ msgid "Chat" msgstr "" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -603,11 +607,11 @@ msgstr "" msgid "Login" msgstr "" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "" @@ -619,8 +623,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "" @@ -639,7 +643,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "" @@ -651,10 +655,22 @@ msgstr "" msgid "MiniMap" msgstr "" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +msgid "Reset" +msgstr "" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 msgid "@@trade|Trade With " msgstr "" @@ -723,61 +739,61 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "" @@ -814,226 +830,238 @@ msgstr "" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -msgid "Color:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 msgid "Default" msgstr "" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 msgid "Name" msgstr "" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 msgid "Restart your client or change maps for the change to take effect." msgstr "" +#: ../src/gui/skill.cpp:39 +msgid "skills.xml" +msgstr "" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1106,16 +1134,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1477,6 +1505,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1516,6 +1548,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1553,210 +1589,362 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 msgid "Are you sure you want to quit?" msgstr "" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 msgid "Trying to connect to account server..." msgstr "" -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 msgid "Trying to connect to char server..." msgstr "" -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 msgid "Trying to connect to map server..." msgstr "" -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, c-format msgid "Map: %s" msgstr "" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 msgid "Connecting to map server..." msgstr "" -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" + +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +msgid "Invite to party" +msgstr "" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +msgid " /create" +msgstr "" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" diff --git a/po/es.po b/po/es.po index 217e924a..6f250db8 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-10-15 01:37+0000\n" "Last-Translator: catalania \n" "Language-Team: Spanish \n" @@ -27,7 +27,7 @@ msgstr "Comprar" msgid "Price: %d GP / Total: %d GP" msgstr "Precio: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Salir" @@ -55,8 +55,9 @@ msgstr "Vender" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancelar" @@ -114,7 +115,7 @@ msgstr "Siguiente" msgid "New" msgstr "Nuevo" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Eliminar" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Crear Personaje" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Nombre:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Seleccionar personaje" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "Crear" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Servidor:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Cambiar a OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "Seleccione objetos para soltar." msgid "Login" msgstr "conectarse" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Contraseña:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Puerto:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "Mantener" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrar" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "Atajos" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Configuración" @@ -658,10 +662,23 @@ msgstr "Minimapa" msgid "MiniMap" msgstr "Minimapa" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Registrar" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@drop|Tirar@@" msgid "@@description|Description@@" msgstr "@@description|Descripción@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Confirmar:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "El nombre de usuario debe tener al menos %d caracteres." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "El nombre de usuario puede tener como máximo %d caracteres." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "La contraseña debe tener al menos %d caracteres." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "La contraseña puede tener como máximo %d caracteres." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Las contraseñas no coinciden." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Error" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Sonido" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Volumen efectos" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Volumen musica" @@ -825,232 +842,244 @@ msgstr "Color de pelo:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Color de pelo:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Presione el botón para comenzar la calibración" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Calibrar" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Activar joystick" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Detener" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Gire el stick" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Eliminar" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Nombre:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Pantalla completa" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Cursor propio" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "Límite de FPS:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Transparencia menus" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Ratio de scroll" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Velocidad de scroll" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Efectos ambientales" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "desactivado" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "bajo" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "alto" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Pantalla completa" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Cambiar a pantalla completa" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Se necesita reiniciar para aplicar los cambios." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Cambiar a OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "Se necesita reiniciar para aplicar los cambios hechos a OpenGL." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Se necesita reiniciar para aplicar los cambios." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Se necesita reiniciar para aplicar los cambios." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Habilidades" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1129,16 +1158,16 @@ msgstr "Defensa %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1507,6 +1536,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1546,6 +1579,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1583,219 +1620,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "¿Seguro que quieres borrar este personaje?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Conectando…" -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Conectando…" -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Conectando…" -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Nombre: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Conectando…" -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventario" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Crear" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Color de pelo:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Descripción: %s" diff --git a/po/fi.po b/po/fi.po index 1bd73914..7e76ee69 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-12-30 10:23+0000\n" "Last-Translator: ville-v \n" "Language-Team: Finnish \n" @@ -27,7 +27,7 @@ msgstr "Osta" msgid "Price: %d GP / Total: %d GP" msgstr "Kappalehinta: %d GP / Yhteensä: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Sulje" @@ -55,8 +55,9 @@ msgstr "Myy" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Peru" @@ -115,7 +116,7 @@ msgstr "Seuraava" msgid "New" msgstr "Uusi" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Poista" @@ -134,7 +135,7 @@ msgid "Create Character" msgstr "Luo hahmo" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Nimi:" @@ -156,7 +157,8 @@ msgid "Select Server" msgstr "Vaihda palvelinta" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -167,331 +169,333 @@ msgid "Chat" msgstr "Luo" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Palvelin:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Vaihdetaan OpenGL -toimintatilaan" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -610,11 +614,11 @@ msgstr "Anna pudotettavien tavaroiden määrä." msgid "Login" msgstr "Kirjaudu sisään" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Salasana:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Portti:" @@ -626,8 +630,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Rekisteröidy" @@ -646,7 +650,7 @@ msgid "Shortcut" msgstr "Pikavalinnat" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Asetukset" @@ -659,10 +663,23 @@ msgstr "Apukartta" msgid "MiniMap" msgstr "Apukartta" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Rekisteröidy" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "Epäpelattava hahmo" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -734,61 +751,61 @@ msgstr "@@drop|Pudota maahan@@" msgid "@@description|Description@@" msgstr "@@description|Kuvaus@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Vahvista:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "Miespuolinen" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "Naispuolinen" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Käyttäjänimen tulee olla vähintään %d merkkiä pitkä" -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Käyttäjänimen tulee olla alle %d merkkiä pitkä." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Salasanan tulee olla vähintään %d merkkiä pitkä" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Salasanan tulee olla alle %d merkkiä pitkä." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Salasanat eivät täsmää." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Virhe" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Ääni" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Äänitehosteiden voimakkuus" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Musiikin voimakkuus" @@ -826,232 +843,244 @@ msgstr "Hiusten väri:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Hiusten väri:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Paina tätä nappia aloittaaksesi peliohjaimen kalibroinnin" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Kalibroi" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Peliohjaintuki päälle" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Lopeta" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Käytä ohjain ääriasennoissaan pyörittämällä" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Poista" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Nimi:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Kokoruututila" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Tyylitelty hiiren osoitin" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "Piirtonopeusrajoitin (kuvaa / sekunti)" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Käyttöliittymän läpinäkyvyys" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Kameran perässälaahaus" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Kameran perässälaahauksen tiukkuus" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Taustaäänet" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "pois päältä" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "matala" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "korkea" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Kokoruututila" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Kokoruututilaan siirtyminen" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Vaihdetaan OpenGL -toimintatilaan" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "OpenGL -asetusten muutokset vaativat ohjelman uudelleenkäynnistyksen" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Taidot" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1130,16 +1159,16 @@ msgstr "Puolustus %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1508,6 +1537,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1547,6 +1580,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1584,219 +1621,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Oletko varma, että haluat poistaa tämän hahmon?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Yhdistetään..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Yhdistetään..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Yhdistetään..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Nimi: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Yhdistetään..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Tavaraluettelo" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Luo" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Hiusten väri:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Kuvaus: %s" diff --git a/po/fr.po b/po/fr.po index 9201ff5c..8a51b872 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-12-26 10:43+0000\n" "Last-Translator: Johan Serre \n" "Language-Team: French\n" @@ -28,7 +28,7 @@ msgstr "Acheter" msgid "Price: %d GP / Total: %d GP" msgstr "Prix : %d PO / Total : %d PO" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Quitter" @@ -56,8 +56,9 @@ msgstr "Vendre" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Annuler" @@ -115,7 +116,7 @@ msgstr "Suivant" msgid "New" msgstr "Nouveau" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Supprimer" @@ -134,7 +135,7 @@ msgid "Create Character" msgstr "Création du personnage" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Nom :" @@ -156,7 +157,8 @@ msgid "Select Server" msgstr "Choix du personnage" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -167,331 +169,333 @@ msgid "Chat" msgstr "Créer" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Serveur :" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Changement OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -610,11 +614,11 @@ msgstr "Choisissez le nombre d'objets à lâcher." msgid "Login" msgstr "Connexion" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Mot de passe :" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Port :" @@ -626,8 +630,8 @@ msgstr "" msgid "Keep" msgstr "Conserver" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "S'inscrire" @@ -646,7 +650,7 @@ msgid "Shortcut" msgstr "Raccourci" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Configuration" @@ -659,10 +663,23 @@ msgstr "Plan" msgid "MiniMap" msgstr "Plan" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "S'inscrire" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "PNJ" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -734,61 +751,61 @@ msgstr "@@drop|Lâcher@@" msgid "@@description|Description@@" msgstr "@@description|Description@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Vérification :" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "Masculin" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "Féminin" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Le nom d'utilisateur doit faire au moins %d caractères." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Le nom d'utilisateur doit faire moins de %d caractères." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Le mot de passe doit faire au moins %d caractères." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Le mot de passe doit faire moins de %d caractères." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Les deux mots de passe ne correspondent pas." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Erreur" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Son" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Volume des effets sonores" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Volume de la musique" @@ -826,236 +843,248 @@ msgstr "Couleur des cheveux" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Couleur des cheveux" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Presser le bouton pour démarrer la calibration" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Calibrer" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Activer le joystick" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Stop" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Tourner le joystick" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Supprimer" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Nom :" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Plein écran" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Curseur personnalisé" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "Limite FPS :" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Opacité de l'interface" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Rayon du scrolling" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Paresse du scrolling" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Effets ambiants" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "aucun" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "léger" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "complet" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Plein écran" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Passage en plein écran" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "" "Les changements ne seront pris en compte qu'au prochain démarrage du jeu." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Changement OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" "Le changement OpenGL ne sera pris en compte qu'au prochain démarrage du jeu." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "" "Les changements ne seront pris en compte qu'au prochain démarrage du jeu." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "" "Les changements ne seront pris en compte qu'au prochain démarrage du jeu." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Compétences" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1134,16 +1163,16 @@ msgstr "Défense %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1512,6 +1541,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1551,6 +1584,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1588,219 +1625,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Êtes-vous certain de vouloir supprimer ce personnage ?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Connexion..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Connexion..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Connexion..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Nom : %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Connexion..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventaire" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Créer" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Couleur des cheveux" + #, fuzzy #~ msgid "Description:" #~ msgstr "Description : %s" diff --git a/po/he.po b/po/he.po index 2d77d9f1..6d9c6bbd 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-10-20 00:23+0000\n" "Last-Translator: Ddorda \n" "Language-Team: Hebrew \n" @@ -27,7 +27,7 @@ msgstr "קנה" msgid "Price: %d GP / Total: %d GP" msgstr "מחיר: %d זהב / סה\"כ %d זהב" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "יציאה" @@ -55,8 +55,9 @@ msgstr "מכר" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "ביטול" @@ -115,7 +116,7 @@ msgstr "הבא" msgid "New" msgstr "חדש" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "מחק" @@ -134,7 +135,7 @@ msgid "Create Character" msgstr "צור שחקן" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "שם:" @@ -156,7 +157,8 @@ msgid "Select Server" msgstr "החלף שרת" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -167,331 +169,333 @@ msgid "Chat" msgstr "צור" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "שרת:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "משנה OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -610,11 +614,11 @@ msgstr "בחר כמות חפצים להשליך." msgid "Login" msgstr "התחברות" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "סיסמה:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "פורט:" @@ -626,8 +630,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "הרשם" @@ -646,7 +650,7 @@ msgid "Shortcut" msgstr "קיצור-דרך" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "הגדרות" @@ -659,10 +663,23 @@ msgstr "מיני-מפה" msgid "MiniMap" msgstr "מיני-מפה" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "הרשם" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -734,61 +751,61 @@ msgstr "@@drop|השלך@@" msgid "@@description|Description@@" msgstr "@@description|תיאור@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "אשר:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "זכר" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "נקבה" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "שם המשתמש חייב להכיל לפחות %d תוים." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "שם המשתמש חייב להכיל פחות מ-%d תוים." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "הסיסמה חייבת להכיל לפחות %d תוים." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "הסיסמה חייבת להכיל פחות מ-%d תוים." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "הסיסמאות אינן תואמות." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "שגיאה" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "צליל" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "עוצמת SFX" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "עוצמת מוזיקה" @@ -826,232 +843,244 @@ msgstr "צבע שיער:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "צבע שיער:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "לחץ על הכפתור בכדי להתחיל בכיול" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "כייל" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "אפשר ג'ויסטיק" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "עצור" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "סובב את המקל" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "מחק" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "שם:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "מסך מלא" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "‏OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "סמן-עכבר מותאם" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "הגבלת FPS:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "אטימות Gui" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "תווך גלילה" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "עצלנות גלילה" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "אופף FX" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "כבוי" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "נמוך" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "גבוה" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "מסך מלא" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "מחליף למסך מלא" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "משנה OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "אישור שינויים עבור OpenGL דורש איתחול." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "כישורים" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1130,16 +1159,16 @@ msgstr "הגנה %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1508,6 +1537,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1547,6 +1580,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1584,219 +1621,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "האם אתה בטוח כי ברצונך למחוק את השחקן?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "מתחבר..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "מתחבר..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "מתחבר..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "שם: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "מתחבר..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "ציוד" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "צור" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "צבע שיער:" + #, fuzzy #~ msgid "Description:" #~ msgstr "תיאור: %s" diff --git a/po/hr.po b/po/hr.po index 3eba733c..d11e1daf 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-12-28 23:36+0000\n" "Last-Translator: Dino Paskvan \n" "Language-Team: Croatian \n" @@ -27,7 +27,7 @@ msgstr "Kupi" msgid "Price: %d GP / Total: %d GP" msgstr "Cijena: %d zlatnika / Ukupno: %d zlatnika" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Izlaz" @@ -54,8 +54,9 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Poništi" @@ -114,7 +115,7 @@ msgstr "Slijedeći" msgid "New" msgstr "Novi" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Obriši" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Stvori Lika" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Ime:" @@ -154,7 +155,8 @@ msgid "Select Server" msgstr "" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -165,330 +167,332 @@ msgid "Chat" msgstr "Stvori" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -605,11 +609,11 @@ msgstr "Odaberi količinu predmeta za ispuštanje." msgid "Login" msgstr "Korisničko ime" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Lozinka" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "" @@ -621,8 +625,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registriraj se" @@ -641,7 +645,7 @@ msgid "Shortcut" msgstr "Kratica" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Podešavanje" @@ -654,10 +658,23 @@ msgstr "Karta" msgid "MiniMap" msgstr "Karta" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Registriraj se" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 msgid "@@trade|Trade With " msgstr "" @@ -727,61 +744,61 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "Muško" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "Žensko" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Greška" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "" @@ -819,229 +836,241 @@ msgstr "Boja kose:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Boja kose:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Obriši" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Ime:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 msgid "Restart your client or change maps for the change to take effect." msgstr "" +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Vještine" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1116,16 +1145,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1493,6 +1522,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1532,6 +1565,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1569,219 +1606,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Da li ste sigurni da želite obrisati ovog lika?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Spajanje..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Spajanje..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Spajanje..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Ime: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Spajanje..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Zalihe" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Stvori" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Boja kose:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Opis: %s" diff --git a/po/id.po b/po/id.po index 0ee3c5b4..9083ca14 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-03-26 09:11+0000\n" "Last-Translator: ActiveFile \n" "Language-Team: Indonesian \n" @@ -27,7 +27,7 @@ msgstr "Beli" msgid "Price: %d GP / Total: %d GP" msgstr "Harga: %d GP / Jumlah: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Keluar" @@ -55,8 +55,9 @@ msgstr "Jual" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Batal" @@ -114,7 +115,7 @@ msgstr "Berikutnya" msgid "New" msgstr "Buat baru" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Hapus" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Buat Karakter" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Nama:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Pilih Karakter" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "Buat" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Mengubah OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "Pilih jumlah item yang mau di buang" msgid "Login" msgstr "Login" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Kata Sandi:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Port:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "Pertahankan" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Mendaftar" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "Tombol Singkat" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Atur" @@ -658,10 +662,23 @@ msgstr "MiniMap" msgid "MiniMap" msgstr "MiniMap" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Mendaftar" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@drop|Buang@@" msgid "@@description|Description@@" msgstr "@@description|Deskripsi@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Konfirmasi:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Panjang username setidak-tidaknya %d karakter" -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Panjang kata-sandi setidak-tidaknya %d karakter" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Kata sandi tidak sama." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Kesalahan" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Suara" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Volume sfx" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Volume Musik" @@ -825,232 +842,244 @@ msgstr "Warna Rambut:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Warna Rambut:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Tekan tombol untuk memulai kalibrasi" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Kalibrasi" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Membolehkan joistik" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Berhenti" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Memutar tongkat" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Hapus" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Nama:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Layar penuh" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "Batas FPS" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Radius gulungan" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "mati" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "rendah" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "tinggi" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Layar penuh" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Mengganti ke layar penuh" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Memulai dari awal di butuhkan untuk melihat efek" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Mengubah OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "Mendaftar perubahan ke OpenGL membutuhkan memulai dari awal" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Memulai dari awal di butuhkan untuk melihat efek" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Memulai dari awal di butuhkan untuk melihat efek" +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Keahlian" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1129,16 +1158,16 @@ msgstr "Pertahanan %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1507,6 +1536,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1546,6 +1579,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1583,219 +1620,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Apakah anda bersungguh-sungguh ingin menghapus karakter ini?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Menyambung..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Menyambung..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Menyambung..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Nama: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Menyambung..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventaris" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Buat" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Warna Rambut:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Deskripsi: %s" diff --git a/po/it.po b/po/it.po index 1df6f016..55ccd26b 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2007-12-03 01:45+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Italian\n" @@ -29,7 +29,7 @@ msgstr "Compra" msgid "Price: %d GP / Total: %d GP" msgstr "Prezzo: %d GP / Totale: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Esci" @@ -57,8 +57,9 @@ msgstr "Vendi" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancella" @@ -116,7 +117,7 @@ msgstr "Prossimo" msgid "New" msgstr "Nuovo" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Elimina" @@ -135,7 +136,7 @@ msgid "Create Character" msgstr "Crea Personaggio" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Nome :" @@ -157,7 +158,8 @@ msgid "Select Server" msgstr "Scelta Personaggio" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -168,331 +170,333 @@ msgid "Chat" msgstr "Create" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Modifica OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -611,11 +615,11 @@ msgstr "Seleziona la quantità di oggetti da lasciare." msgid "Login" msgstr "Autenticazione" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Password:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Porta:" @@ -627,8 +631,8 @@ msgstr "" msgid "Keep" msgstr "Mantieni" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registra" @@ -647,7 +651,7 @@ msgid "Shortcut" msgstr "Scorciatoia" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Impostazioni" @@ -660,10 +664,23 @@ msgstr "Mini mappa" msgid "MiniMap" msgstr "Mini mappa" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Registra" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -735,61 +752,61 @@ msgstr "@@drop|Lascia@@" msgid "@@description|Description@@" msgstr "@@description|Descrizione@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Conferma:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Il nome utente deve contenere almeno %d caratteri." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Il nome utente deve avere meno di %d caratteri." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "La password deve essere lunga almeno %d caratteri." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "La password deve contenere meno di %d caratteri." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Le password non corrispondono." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Errore" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Suono" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Volume effetti sonori" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Volume musica" @@ -827,232 +844,244 @@ msgstr "Colore Capelli" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Colore Capelli" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Premi il pulsante per cominciare la calibrazione" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Calibra" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Abilita joystick" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Ferma" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Ruota la manopola" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Elimina" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Nome :" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Schermo intero" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Cursore personalizzato" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "Limita FPS:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Opacità IU" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Raggio dello scroll" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Lentezza dello scroll" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Suoni ambientali" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "Spento" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "Basso" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "Alto" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Schermo intero" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Modalità a schermo intero" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Modifica OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "Applicare le modifiche ad OpenGL richiede il riavvio." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Abilità" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1131,16 +1160,16 @@ msgstr "Difesa %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1509,6 +1538,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1548,6 +1581,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1585,219 +1622,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Sei sicuro di voler cancellare questo personaggio?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Connessione..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Connessione..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Connessione..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Nome : %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Connessione..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventario" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Create" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Colore Capelli" + #, fuzzy #~ msgid "Description:" #~ msgstr "Descrizione : %s" diff --git a/po/ja.po b/po/ja.po index 4e4ba8b8..789a1f34 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-06-28 16:27+0000\n" "Last-Translator: fate \n" "Language-Team: Japanese \n" @@ -27,7 +27,7 @@ msgstr "買う" msgid "Price: %d GP / Total: %d GP" msgstr "価格: %d GP / 合計: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "終了" @@ -54,8 +54,9 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "取消" @@ -113,7 +114,7 @@ msgstr "次へ" msgid "New" msgstr "新規" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "削除" @@ -132,7 +133,7 @@ msgid "Create Character" msgstr "キャラを作成" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "名前:" @@ -154,7 +155,8 @@ msgid "Select Server" msgstr "キャラを選択" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -165,330 +167,332 @@ msgid "Chat" msgstr "作成" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "サーバ:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -607,11 +611,11 @@ msgstr "" msgid "Login" msgstr "ログイン" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "パスワード:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "ポート:" @@ -623,8 +627,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "" @@ -643,7 +647,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "セットアップ" @@ -655,10 +659,22 @@ msgstr "" msgid "MiniMap" msgstr "" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +msgid "Reset" +msgstr "" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 msgid "@@trade|Trade With " msgstr "" @@ -729,61 +745,61 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "パスワードが一致していません。" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "エラー" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "" @@ -821,229 +837,240 @@ msgstr "髪の色:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "髪の色:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "削除" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "名前:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 msgid "Restart your client or change maps for the change to take effect." msgstr "" +#: ../src/gui/skill.cpp:39 +msgid "skills.xml" +msgstr "" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1118,16 +1145,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1495,6 +1522,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1534,6 +1565,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1571,219 +1606,376 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "このキャラは消してもいいですか?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "接続しています..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "接続しています..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "接続しています..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "名前: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "接続しています..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +msgid "Invite to party" +msgstr "" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "作成" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "髪の色:" + #, fuzzy #~ msgid "Description:" #~ msgstr "名状: %s" diff --git a/po/nl.po b/po/nl.po index 96247edc..421c0b96 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-10-10 00:04+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Dutch\n" @@ -27,7 +27,7 @@ msgstr "Kopen" msgid "Price: %d GP / Total: %d GP" msgstr "" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Afsluiten" @@ -55,8 +55,9 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Annuleren" @@ -114,7 +115,7 @@ msgstr "Volgende" msgid "New" msgstr "Nieuw" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Verwijderen" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Personage Aanmaken" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Naam:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Kies Personage" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "Aanmaken" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Veranderen van OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "Selecteer het aantal exemplaren om neer te leggen" msgid "Login" msgstr "Inloggen" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Wachtword:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Poort:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "Behouden" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Aanmelden" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Configureren" @@ -658,10 +662,23 @@ msgstr "Kaartje" msgid "MiniMap" msgstr "Kaartje" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Aanmelden" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@drop|Neerleggen@@" msgid "@@description|Description@@" msgstr "@@description|Beschrijving@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Bevestigen:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "De gebruikersnaam moet uit ten minste %d tekens bestaan." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "De gebruikersnaam moet uit minder dan %d tekens bestaan." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Het wachtwoord moet uit ten minste %d tekens bestaan." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Het wachtwoord moet uit minder dan %d tekens bestaan." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Wachtwoorden komen niet overeen." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Fout" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Geluid" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Volume van geluiden" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Muziek volume" @@ -825,232 +842,244 @@ msgstr "Haarkleur:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Haarkleur:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Druk op de knop om het kalibreren te starten" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Kalibreren" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Joystick activeren" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Stoppen" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Maak rondjes met de stick" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Verwijderen" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Naam:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Volledig scherm" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Aangepaste cursor" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "FPS limiet:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Dekking van de GUI" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Scroll radius" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Scroll vertraging" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Omgevingseffecten" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "uit" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "laag" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "hoog" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Volledig scherm" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Overgaan naar volledig scherm" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "De veranderingen worden pas actief na opnieuw opstarten" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Veranderen van OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "Het wisselen van of naar OpenGL wordt pas actief na opnieuw opstarten" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "De veranderingen worden pas actief na opnieuw opstarten" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "De veranderingen worden pas actief na opnieuw opstarten" +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Vaardigheden" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1125,16 +1154,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1503,6 +1532,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1542,6 +1575,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1579,219 +1616,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Weet je zeker dat je deze personage wilt verwijderen?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Verbinden..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Verbinden..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Verbinden..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Naam: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Verbinden..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventaris" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Aanmaken" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Haarkleur:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Beschrijving: %s" diff --git a/po/pl.po b/po/pl.po index 9c409ecb..7b18329f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-10-10 05:26+0000\n" "Last-Translator: Michał Trzebiatowski \n" "Language-Team: \n" @@ -29,7 +29,7 @@ msgstr "Kup" msgid "Price: %d GP / Total: %d GP" msgstr "Cena: %d GP / Razem: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Wyjdź" @@ -57,8 +57,9 @@ msgstr "Sprzedaj" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Anuluj" @@ -116,7 +117,7 @@ msgstr "Następny" msgid "New" msgstr "Nowa" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Usuń" @@ -135,7 +136,7 @@ msgid "Create Character" msgstr "Stwórz postać" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Imię:" @@ -157,7 +158,8 @@ msgid "Select Server" msgstr "Wybierz postać" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -168,331 +170,333 @@ msgid "Chat" msgstr "Stwórz" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Serwer:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Zmień ustawienia OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -611,11 +615,11 @@ msgstr "Wybierz ilość przedmiotów do upuszczenia." msgid "Login" msgstr "Użytkownik" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Hasło:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Port:" @@ -627,8 +631,8 @@ msgstr "" msgid "Keep" msgstr "Zachowaj" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Rejestruj" @@ -647,7 +651,7 @@ msgid "Shortcut" msgstr "Skrót" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Konfiguracja" @@ -660,10 +664,23 @@ msgstr "MiniMapa" msgid "MiniMap" msgstr "MiniMapa" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Rejestruj" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -735,61 +752,61 @@ msgstr "@@drop|Upuść@@" msgid "@@description|Description@@" msgstr "@@description|Opis@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Potwierdź:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "Mężczyzna" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "Kobieta" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Nazwa użytkownika musi być długa na conajmniej %d znaków." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Nazwa użytkownika musi mieć mniej niż %d znaków." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Hasło musi mieć conajmniej %d znaków." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Hasło nie może mieć więcej jak %d znaków." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Hasła nie zgadzają się." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Błąd" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Dźwięk" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Głośność efektów dźwiękowych" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Głośność muzyki" @@ -827,233 +844,245 @@ msgstr "Kolor włosów:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Kolor włosów:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Wciśnij przycisk aby rozpocząć kalibrację" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Kalibruj" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Włącz joystick" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Zatrzymaj" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Obróć drążek" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Usuń" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Imię:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Pełen ekran" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Własny kursor" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "Limit FPS:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Przezroczystość GUI" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Skok przy przewijaniu ekranu" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Opóźnienie przy przewijaniu ekranu" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Dźwięki otoczenia" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "wyłączone" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "niskie" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "wysokie" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Pełen ekran" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Przełączanie na pełen ekran" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Zmień ustawienia OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" "Zastosowywanie zmian w konfiguracji OpenGL wymaga ponownego uruchomienia." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Zdolności" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1132,16 +1161,16 @@ msgstr "Obrona %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1510,6 +1539,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1549,6 +1582,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1586,219 +1623,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Czy jesteś pewien, że chcesz usunąć tę postać?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Łączenie..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Łączenie..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Łączenie..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Imię: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Łączenie..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inwentarz" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Stwórz" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Kolor włosów:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Opis: %s" diff --git a/po/pt.po b/po/pt.po index fffa1efc..c8609174 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-02-03 10:14+0000\n" "Last-Translator: Tiago Silva \n" "Language-Team: Portuguese \n" @@ -27,7 +27,7 @@ msgstr "Comprar" msgid "Price: %d GP / Total: %d GP" msgstr "Preço: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Sair" @@ -55,8 +55,9 @@ msgstr "Vender" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancelar" @@ -114,7 +115,7 @@ msgstr "Seguinte" msgid "New" msgstr "Novo" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Eliminar" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Criar Personagem" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Nome:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Seleccione um Personagem" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "Criar" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Servidor:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Mudando OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "Seleccionar a quantidade de itens a largar." msgid "Login" msgstr "Autenticar" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Senha:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Porta:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "Manter" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registo" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "Atalho" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Configuração" @@ -658,10 +662,23 @@ msgstr "MiniMapa" msgid "MiniMap" msgstr "MiniMapa" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Registo" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@drop|Largar@@" msgid "@@description|Description@@" msgstr "@@descrição|Descrição@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Confirmar:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "O nome de utilizador necessita de pelo menos %d caracteres." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "O nome de utilizador só pode ter %d caracteres." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "A password necessita de pelo menos %d caracteres." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "A password só pode ter até %d caracteres." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "As senhas não coincidem." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Erro" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Som" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Volume dos Efeitos" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Volume da Música" @@ -825,232 +842,244 @@ msgstr "Cor de Cabelo:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Cor de Cabelo:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Pressione o botão para começar a calibragem" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Calibrar" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Habilitar Joystick" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Parar" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Rode o manipulo" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Eliminar" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Nome:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Ecrã completo" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Cursor personalizado" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "Limite de FPS:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Opacidade do Interface" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Efeitos Ambientais" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "desligado" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "baixo" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "elevado" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Ecrã completo" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Mudar para ecrã completo" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "É necessário reiniciar para as alterações terem efeito." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Mudando OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "É necessário reiniciar para as alterações ao OpenGl terem efeito." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "É necessário reiniciar para as alterações terem efeito." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "É necessário reiniciar para as alterações terem efeito." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Competências" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1137,16 +1166,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1515,6 +1544,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1554,6 +1587,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1591,219 +1628,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Tem a certeza que quer apagar este personagem" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Conectando..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Conectando..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Conectando..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Nome: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Conectando..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventário" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Criar" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Cor de Cabelo:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Descrição: %s" diff --git a/po/pt_BR.po b/po/pt_BR.po index c8550606..0326b3f6 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-12-14 21:37+0000\n" "Last-Translator: Enrico Nicoletto \n" "Language-Team: Brazilian Portuguese \n" @@ -27,7 +27,7 @@ msgstr "Comprar" msgid "Price: %d GP / Total: %d GP" msgstr "Preço: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Sair" @@ -55,8 +55,9 @@ msgstr "Vender" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Cancelar" @@ -114,7 +115,7 @@ msgstr "Próximo" msgid "New" msgstr "Novo" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Excluir" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Criar Personagem" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Nome:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Selecionar personagem" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "Criar" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Servidor:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Trocando OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "Selecionar montante de itens para descartar." msgid "Login" msgstr "Login" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Senha:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Porta:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "Manter" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrar" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "Atalho" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Configurar" @@ -658,10 +662,23 @@ msgstr "MiniMapa" msgid "MiniMap" msgstr "MiniMapa" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Registrar" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@descartar|Descartar@@" msgid "@@description|Description@@" msgstr "@@descrição|Descrição@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Confirmar:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "Homem" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "Mulher" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "O nome do usuário precisa ter pelo menos %d caracteres." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "O nome do usuário tem que ser inferior a %d caracteres." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "A senha deve ter pelo menos %d caracteres." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "A senha deve ser menor que %d caracteres." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Senhas não conferem." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Erro" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Som" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Volume Sfx" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Volume da Música" @@ -825,232 +842,244 @@ msgstr "Cor do Cabelo:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Cor do Cabelo:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Aperto o botão para começar a calibração" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Calibrar" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Habilitar joystick" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Parar" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Excluir" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Nome:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Tela cheia" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Cursor customizado" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "Limite FPS:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Opacidade da GUI" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Ambiente FX" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "desligado" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "baixo" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "alto" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Tela cheia" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Mudando para Tela cheia" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "É preciso reiniciar para as mudanças terem efeito." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Trocando OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "Aplicando mudança a OpenGL requer reiniciar o jogo." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "É preciso reiniciar para as mudanças terem efeito." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "É preciso reiniciar para as mudanças terem efeito." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Habilidades" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1129,16 +1158,16 @@ msgstr "Defesa %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1507,6 +1536,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1546,6 +1579,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1583,219 +1620,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Tem certeza de que deseja excluir este personagem?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Conectando..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Conectando..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Conectando..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Nome: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Conectando..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventório" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Criar" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Cor do Cabelo:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Descrição: %s" diff --git a/po/ru.po b/po/ru.po index f1dc2710..f33bb093 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-01-08 11:50+0000\n" "Last-Translator: idle sign \n" "Language-Team: Russian \n" @@ -27,7 +27,7 @@ msgstr "Купить" msgid "Price: %d GP / Total: %d GP" msgstr "Стоимость: %d GP / Всегоl: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Выход" @@ -55,8 +55,9 @@ msgstr "Продать" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Отмена" @@ -114,7 +115,7 @@ msgstr "Следующий" msgid "New" msgstr "Новый" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Удалить" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Создать персонажа" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Имя:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Выбор персонажа" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "Создать" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Сервер:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Переключение на OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "Сколько предметов сбросить." msgid "Login" msgstr "Вход" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Пароль:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Порт:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "Оставить" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Зарегистрироваться" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "Клавиша" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Настройка" @@ -658,10 +662,23 @@ msgstr "МиниКарта" msgid "MiniMap" msgstr "МиниКарта" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Зарегистрироваться" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@drop|Сбросить@@" msgid "@@description|Description@@" msgstr "@@description|Описание@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Подтвердите:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Имя пользователя должно содержать не менее %d символов." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Имя пользователя не должно содержать более %d символов." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Пароль должен содержать не менее %d символов." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Пароль не должен содержать более %d символов." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Пароли не совпадают." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Ошибка" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Звук" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Громкость эффектов" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Громкость музыки" @@ -825,232 +842,244 @@ msgstr "Цвет волос:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Цвет волос:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Нажмите кнопку, чтобы начать калибровку" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Калибровать" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Использовать джойстик" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Стоп" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Вращайте рукоять" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Удалить" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Имя:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "На полный экран" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Выборочный курсор" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "Ограничение кадр/с:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Прозрачность интерфейса" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Радиус прокрутки" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Заторможенность прокрутки" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Эффекты окружающей среды" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "выкл" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "низ." -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "выс." -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "На полный экран" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Переключение в полноэкранный режим" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Переключение на OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "Переход к OpenGL требует перезагрузки игры." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Умения" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1129,16 +1158,16 @@ msgstr "Защита %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1507,6 +1536,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1546,6 +1579,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1583,219 +1620,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Вы уверены, что хотите удалить этого персонажа?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Соединение..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Соединение..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Соединение..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Имя: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Соединение..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Инвентарь" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Создать" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Цвет волос:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Описание: %s" diff --git a/po/sk.po b/po/sk.po index 3c98e8d8..2cd774d2 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-12-30 14:07+0000\n" "Last-Translator: TomasKovacik \n" "Language-Team: Slovak \n" @@ -27,7 +27,7 @@ msgstr "Kúpiť" msgid "Price: %d GP / Total: %d GP" msgstr "Cena: %d GP / Spolu: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Ukončiť" @@ -54,8 +54,9 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Zrušiť" @@ -114,7 +115,7 @@ msgstr "Nasledujúci" msgid "New" msgstr "Nový" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Vymazať" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Vytvoriť postavu" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Meno" @@ -154,7 +155,8 @@ msgid "Select Server" msgstr "" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -165,330 +167,332 @@ msgid "Chat" msgstr "Vytvoriť" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -605,11 +609,11 @@ msgstr "" msgid "Login" msgstr "" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "" @@ -621,8 +625,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "" @@ -641,7 +645,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "" @@ -653,10 +657,22 @@ msgstr "" msgid "MiniMap" msgstr "" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +msgid "Reset" +msgstr "" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 msgid "@@trade|Trade With " msgstr "" @@ -725,61 +741,61 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "Muž" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "Žena" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "" @@ -817,229 +833,240 @@ msgstr "Farba vlasov:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Farba vlasov:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Vymazať" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Meno" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 msgid "Restart your client or change maps for the change to take effect." msgstr "" +#: ../src/gui/skill.cpp:39 +msgid "skills.xml" +msgstr "" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1112,16 +1139,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1486,6 +1513,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1525,6 +1556,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1562,215 +1597,372 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Naozaj chcete odstrániť túto postavu?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 msgid "Trying to connect to account server..." msgstr "" -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 msgid "Trying to connect to char server..." msgstr "" -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 msgid "Trying to connect to map server..." msgstr "" -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, c-format msgid "Map: %s" msgstr "" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 msgid "Connecting to map server..." msgstr "" -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +msgid "Invite to party" +msgstr "" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Vytvoriť" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Farba vlasov:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Popis: %s" diff --git a/po/sv.po b/po/sv.po index 85e7588d..1213a38c 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-05-07 19:04+0000\n" "Last-Translator: Kess Vargavind \n" "Language-Team: Swedish \n" @@ -27,7 +27,7 @@ msgstr "Köp" msgid "Price: %d GP / Total: %d GP" msgstr "Pris: %d GP / Totalt: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "Avsluta" @@ -55,8 +55,9 @@ msgstr "Sälj" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "Avbryt" @@ -114,7 +115,7 @@ msgstr "Nästa" msgid "New" msgstr "Ny" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "Ta bort" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "Skapa karaktär" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "Namn:" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "Välj karaktär" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "Skapa" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "Ändrar OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "Välj antal föremål att släppa." msgid "Login" msgstr "Användarnamn" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "Lösenord:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "Port:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "Behåll" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrera" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "Genväg" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "Inställningar" @@ -658,10 +662,23 @@ msgstr "Minikarta" msgid "MiniMap" msgstr "Minikarta" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "Registrera" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@drop|Släpp@@" msgid "@@description|Description@@" msgstr "@@description|Beskrivning@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "Bekräfta:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "Användarnamnet måste vara minst %d tecken långt." -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "Användarnamnet måste vara kortare än %d tecken." -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "Lösenordet måste vara minst %d tecken långt." -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "Lösenordet måste vara kortare än %d tecken." #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "Lösenorden stämmer inte överens." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "Fel" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "Ljud" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "Volym för ljudeffekter" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "Musikvolym" @@ -825,232 +842,244 @@ msgstr "Hårfärg:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "Hårfärg:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "Klicka på knappen för att starta kalibreringen" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "Kalibrera" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "Aktivera joystick" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "Stopp" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "Rotera spaken" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "Ta bort" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "Namn:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "Helskärm" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "Särskild muspekare" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "FPS-gräns:" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Genomskinlighet" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "Rullningsradie" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "Tröghet för rullning" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "Omgivande FX" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "av" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "låg" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "hög" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "Helskärm" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "Byte till helskärm" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "Omstart krävs för att ändringarna ska synas." #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "Ändrar OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "Ändringar i OpenGL kräver omstart." -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "Omstart krävs för att ändringarna ska synas." -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "Omstart krävs för att ändringarna ska synas." +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "Färdigheter" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1129,16 +1158,16 @@ msgstr "Försvar %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1507,6 +1536,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1546,6 +1579,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1583,219 +1620,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Är du säker på att du vill ta bort den här karaktären?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "Ansluter..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "Ansluter..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "Ansluter..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "Namn: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "Ansluter..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "Inventarium" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "Skapa" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "Hårfärg:" + #, fuzzy #~ msgid "Description:" #~ msgstr "Beskrivning: %s" diff --git a/po/th.po b/po/th.po index cc7f58df..2df6c357 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-11-25 06:16+0000\n" "Last-Translator: Tharawut Paripaiboon \n" "Language-Team: Thai \n" @@ -27,7 +27,7 @@ msgstr "ซื้อ" msgid "Price: %d GP / Total: %d GP" msgstr "ราคา: %d GP / ทั้งหมด: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "ออก" @@ -54,8 +54,9 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "ยกเลิก" @@ -114,7 +115,7 @@ msgstr "ถัดไป" msgid "New" msgstr "สร้างใหม่" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "ลบทิ้ง" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "สร้างตัวละคร" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "ชื่อ:" @@ -154,7 +155,8 @@ msgid "Select Server" msgstr "" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -165,330 +167,332 @@ msgid "Chat" msgstr "สร้าง" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -605,11 +609,11 @@ msgstr "" msgid "Login" msgstr "เข้าระบบ" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "รหัสผ่าน:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "" @@ -621,8 +625,8 @@ msgstr "" msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "สมัครสมาชิก" @@ -641,7 +645,7 @@ msgid "Shortcut" msgstr "" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "ตั้งค่า" @@ -653,10 +657,23 @@ msgstr "" msgid "MiniMap" msgstr "" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "สมัครสมาชิก" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 msgid "@@trade|Trade With " msgstr "" @@ -725,61 +742,61 @@ msgstr "" msgid "@@description|Description@@" msgstr "" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "ยืนยัน:" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "ชาย" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "หญิง" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "" -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "" -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "ผิดพลาด" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "" @@ -817,229 +834,240 @@ msgstr "สีผม:" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "สีผม:" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "ลบทิ้ง" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "ชื่อ:" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "fullscreen" msgstr "" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 msgid "Restart your client for the change to take effect." msgstr "" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 msgid "Restart your client or change maps for the change to take effect." msgstr "" +#: ../src/gui/skill.cpp:39 +msgid "skills.xml" +msgstr "" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1114,16 +1142,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1491,6 +1519,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1530,6 +1562,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1567,219 +1603,376 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "คุณแน่ใจแล้วหรือที่จะลบตัวละครนี้?" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "กำลังเชื่อมต่อ..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "กำลังเชื่อมต่อ..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "กำลังเชื่อมต่อ..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "ชื่อ: %s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "กำลังเชื่อมต่อ..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +msgid "Invite to party" +msgstr "" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "สร้าง" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "สีผม:" + #, fuzzy #~ msgid "Name: " #~ msgstr "ชื่อ:" diff --git a/po/zh_CN.po b/po/zh_CN.po index 2cc1d038..feed8d0e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-16 15:17-0700\n" +"POT-Creation-Date: 2009-01-19 13:00-0700\n" "PO-Revision-Date: 2008-09-17 14:41+0000\n" "Last-Translator: luojie-dune \n" "Language-Team: Simplified Chinese \n" @@ -27,7 +27,7 @@ msgstr "买" msgid "Price: %d GP / Total: %d GP" msgstr "价格:%d GP/总数:%d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:638 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 msgid "Quit" msgstr "退出" @@ -55,8 +55,9 @@ msgstr "出售" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npclistdialog.cpp:42 -#: ../src/gui/register.cpp:77 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 +#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" msgstr "取消" @@ -114,7 +115,7 @@ msgstr "下一页" msgid "New" msgstr "新建" -#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:219 +#: ../src/gui/char_select.cpp:96 ../src/gui/setup_players.cpp:222 msgid "Delete" msgstr "删除" @@ -133,7 +134,7 @@ msgid "Create Character" msgstr "创建角色" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 -#: ../src/gui/register.cpp:64 +#: ../src/gui/register.cpp:80 msgid "Name:" msgstr "名称" @@ -155,7 +156,8 @@ msgid "Select Server" msgstr "选择较色" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npclistdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 msgid "OK" msgstr "" @@ -166,331 +168,333 @@ msgid "Chat" msgstr "建立" #. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:136 +#: ../src/gui/chat.cpp:138 msgid "Welcome" msgstr "" -#: ../src/gui/chat.cpp:147 +#: ../src/gui/chat.cpp:150 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:152 -msgid "Global announcement from " +#: ../src/gui/chat.cpp:155 +#, c-format +msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:166 ../src/gui/login.cpp:53 ../src/gui/register.cpp:67 +#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "服务器:" -#: ../src/gui/chat.cpp:291 -msgid "Trying to send a blank party message." +#: ../src/gui/chat.cpp:321 +#, c-format +msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:402 -msgid "Whispering to " +#: ../src/gui/chat.cpp:340 +msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:411 +#: ../src/gui/chat.cpp:443 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:412 +#: ../src/gui/chat.cpp:444 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:417 +#: ../src/gui/chat.cpp:454 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:422 +#: ../src/gui/chat.cpp:462 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:426 +#: ../src/gui/chat.cpp:467 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:432 +#: ../src/gui/chat.cpp:474 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:470 +#: ../src/gui/chat.cpp:520 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:473 +#: ../src/gui/chat.cpp:523 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:503 ../src/gui/chat.cpp:506 +#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:504 +#: ../src/gui/chat.cpp:559 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:510 +#: ../src/gui/chat.cpp:568 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:519 +#: ../src/gui/chat.cpp:580 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:522 +#: ../src/gui/chat.cpp:583 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:525 +#: ../src/gui/chat.cpp:586 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:528 +#: ../src/gui/chat.cpp:589 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:531 +#: ../src/gui/chat.cpp:592 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:534 +#: ../src/gui/chat.cpp:595 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:542 +#: ../src/gui/chat.cpp:604 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:545 +#: ../src/gui/chat.cpp:607 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:548 +#: ../src/gui/chat.cpp:610 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:551 +#: ../src/gui/chat.cpp:613 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:554 +#: ../src/gui/chat.cpp:616 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:557 +#: ../src/gui/chat.cpp:619 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:560 +#: ../src/gui/chat.cpp:622 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:625 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:566 +#: ../src/gui/chat.cpp:628 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:569 +#: ../src/gui/chat.cpp:631 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:572 +#: ../src/gui/chat.cpp:634 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:578 +#: ../src/gui/chat.cpp:643 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:581 +#: ../src/gui/chat.cpp:646 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:584 +#: ../src/gui/chat.cpp:649 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:652 +#: ../src/gui/chat.cpp:724 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:657 +#: ../src/gui/chat.cpp:729 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:660 +#: ../src/gui/chat.cpp:735 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:663 +#: ../src/gui/chat.cpp:740 #, fuzzy msgid "Changing prefix to " msgstr "改变成OpenGL" -#: ../src/gui/chat.cpp:673 +#: ../src/gui/chat.cpp:750 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:675 +#: ../src/gui/chat.cpp:753 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:676 +#: ../src/gui/chat.cpp:754 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:677 +#: ../src/gui/chat.cpp:755 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:679 +#: ../src/gui/chat.cpp:757 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:680 +#: ../src/gui/chat.cpp:758 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:682 +#: ../src/gui/chat.cpp:760 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:684 +#: ../src/gui/chat.cpp:762 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:685 +#: ../src/gui/chat.cpp:763 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:686 +#: ../src/gui/chat.cpp:764 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:688 +#: ../src/gui/chat.cpp:766 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:689 +#: ../src/gui/chat.cpp:767 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:694 +#: ../src/gui/chat.cpp:771 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:695 +#: ../src/gui/chat.cpp:772 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:696 +#: ../src/gui/chat.cpp:773 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:702 +#: ../src/gui/chat.cpp:778 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:703 +#: ../src/gui/chat.cpp:779 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:709 +#: ../src/gui/chat.cpp:784 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:710 +#: ../src/gui/chat.cpp:785 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:712 +#: ../src/gui/chat.cpp:787 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:713 +#: ../src/gui/chat.cpp:788 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:723 +#: ../src/gui/chat.cpp:796 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:797 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:734 +#: ../src/gui/chat.cpp:807 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:808 msgid "" -"This command sets whether the return key should toggle the chat log, or " +"This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:737 +#: ../src/gui/chat.cpp:811 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:738 +#: ../src/gui/chat.cpp:814 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:739 +#: ../src/gui/chat.cpp:815 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:744 +#: ../src/gui/chat.cpp:819 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:745 +#: ../src/gui/chat.cpp:820 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:751 +#: ../src/gui/chat.cpp:825 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:752 +#: ../src/gui/chat.cpp:826 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:827 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:828 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:756 +#: ../src/gui/chat.cpp:830 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:835 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:836 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:841 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:768 +#: ../src/gui/chat.cpp:842 msgid "Type /help for a list of commands." msgstr "" @@ -609,11 +613,11 @@ msgstr "请选择丢弃的物品数量" msgid "Login" msgstr "登陆" -#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:65 +#: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" msgstr "密码:" -#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:68 +#: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" msgstr "端口:" @@ -625,8 +629,8 @@ msgstr "" msgid "Keep" msgstr "保持" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:60 -#: ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/register.cpp:92 msgid "Register" msgstr "注册" @@ -645,7 +649,7 @@ msgid "Shortcut" msgstr "快捷键" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 -#: ../src/gui/setup.cpp:52 ../src/main.cpp:757 +#: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" msgstr "安装" @@ -658,10 +662,23 @@ msgstr "小地图" msgid "MiniMap" msgstr "小地图" +#: ../src/gui/npcintegerdialog.cpp:38 +msgid "NPC Number Request" +msgstr "" + +#: ../src/gui/npcintegerdialog.cpp:45 +#, fuzzy +msgid "Reset" +msgstr "注册" + #: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 msgid "NPC" msgstr "NPC" +#: ../src/gui/npcstringdialog.cpp:38 +msgid "NPC Text Request" +msgstr "" + #: ../src/gui/popupmenu.cpp:81 #, fuzzy msgid "@@trade|Trade With " @@ -733,61 +750,61 @@ msgstr "@@丢弃|丢弃@@" msgid "@@description|Description@@" msgstr "@@描述|描述@@" -#: ../src/gui/register.cpp:66 +#: ../src/gui/register.cpp:82 msgid "Confirm:" msgstr "确定" -#: ../src/gui/register.cpp:74 +#: ../src/gui/register.cpp:90 msgid "Male" msgstr "" -#: ../src/gui/register.cpp:75 +#: ../src/gui/register.cpp:91 msgid "Female" msgstr "" -#: ../src/gui/register.cpp:183 +#: ../src/gui/register.cpp:159 #, c-format msgid "RegisterDialog::register Username is %s" msgstr "" -#: ../src/gui/register.cpp:192 +#: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." msgstr "用户名至少需要%d个字符" -#: ../src/gui/register.cpp:200 +#: ../src/gui/register.cpp:176 #, c-format msgid "The username needs to be less than %d characters long." msgstr "用户名不能少于%d个字符" -#: ../src/gui/register.cpp:208 +#: ../src/gui/register.cpp:184 #, c-format msgid "The password needs to be at least %d characters long." msgstr "密码需要至少%d个字符" -#: ../src/gui/register.cpp:216 +#: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." msgstr "密码不能少于%d个字符" #. Password does not match with the confirmation one -#: ../src/gui/register.cpp:223 +#: ../src/gui/register.cpp:199 msgid "Passwords do not match." msgstr "密码不一致." -#: ../src/gui/register.cpp:243 ../src/main.cpp:1025 +#: ../src/gui/register.cpp:219 ../src/main.cpp:1055 msgid "Error" msgstr "错误" -#: ../src/gui/setup_audio.cpp:39 +#: ../src/gui/setup_audio.cpp:41 msgid "Sound" msgstr "声音" -#: ../src/gui/setup_audio.cpp:46 +#: ../src/gui/setup_audio.cpp:47 msgid "Sfx volume" msgstr "音效声量" -#: ../src/gui/setup_audio.cpp:47 +#: ../src/gui/setup_audio.cpp:48 msgid "Music volume" msgstr "音乐声量" @@ -825,232 +842,244 @@ msgstr "头发颜色" msgid "Players" msgstr "" -#: ../src/gui/setup_colours.cpp:38 -#, fuzzy -msgid "Color:" -msgstr "头发颜色" +#: ../src/gui/setup_colours.cpp:53 +msgid "Red: " +msgstr "" -#: ../src/gui/setup_joystick.cpp:36 ../src/gui/setup_joystick.cpp:72 +#: ../src/gui/setup_colours.cpp:67 +msgid "Green: " +msgstr "" + +#: ../src/gui/setup_colours.cpp:81 +msgid "Blue: " +msgstr "" + +#: ../src/gui/setup_joystick.cpp:38 ../src/gui/setup_joystick.cpp:79 msgid "Press the button to start calibration" msgstr "按下开始校准按钮" -#: ../src/gui/setup_joystick.cpp:37 ../src/gui/setup_joystick.cpp:70 +#: ../src/gui/setup_joystick.cpp:39 ../src/gui/setup_joystick.cpp:77 msgid "Calibrate" msgstr "校准" -#: ../src/gui/setup_joystick.cpp:38 +#: ../src/gui/setup_joystick.cpp:40 msgid "Enable joystick" msgstr "启用游戏杆" -#: ../src/gui/setup_joystick.cpp:75 +#: ../src/gui/setup_joystick.cpp:84 msgid "Stop" msgstr "停止" -#: ../src/gui/setup_joystick.cpp:76 +#: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" msgstr "旋转手柄" -#: ../src/gui/setup_keyboard.cpp:88 +#: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" msgstr "" -#: ../src/gui/setup_keyboard.cpp:94 +#: ../src/gui/setup_keyboard.cpp:91 #, fuzzy msgid "Default" msgstr "删除" -#: ../src/gui/setup_keyboard.cpp:115 +#: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." msgstr "" -#: ../src/gui/setup_keyboard.cpp:116 +#: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" -#: ../src/gui/setup_players.cpp:52 +#: ../src/gui/setup_players.cpp:54 #, fuzzy msgid "Name" msgstr "名称" -#: ../src/gui/setup_players.cpp:53 +#: ../src/gui/setup_players.cpp:55 msgid "Relation" msgstr "" -#: ../src/gui/setup_players.cpp:57 +#: ../src/gui/setup_players.cpp:59 msgid "Neutral" msgstr "" -#: ../src/gui/setup_players.cpp:58 +#: ../src/gui/setup_players.cpp:60 msgid "Friend" msgstr "" -#: ../src/gui/setup_players.cpp:59 +#: ../src/gui/setup_players.cpp:61 msgid "Disregarded" msgstr "" -#: ../src/gui/setup_players.cpp:60 +#: ../src/gui/setup_players.cpp:62 msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:197 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 msgid "???" msgstr "" -#: ../src/gui/setup_players.cpp:213 +#: ../src/gui/setup_players.cpp:216 msgid "Save player list" msgstr "" -#: ../src/gui/setup_players.cpp:215 +#: ../src/gui/setup_players.cpp:218 msgid "Allow trading" msgstr "" -#: ../src/gui/setup_players.cpp:217 +#: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" msgstr "" -#: ../src/gui/setup_players.cpp:245 +#: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" msgstr "" -#: ../src/gui/setup_video.cpp:90 +#: ../src/gui/setup_video.cpp:92 msgid "No modes available" msgstr "" -#: ../src/gui/setup_video.cpp:92 +#: ../src/gui/setup_video.cpp:94 msgid "All resolutions available" msgstr "" -#: ../src/gui/setup_video.cpp:115 +#: ../src/gui/setup_video.cpp:117 msgid "Full screen" msgstr "全屏" -#: ../src/gui/setup_video.cpp:116 +#: ../src/gui/setup_video.cpp:118 msgid "OpenGL" msgstr "OpenGL" -#: ../src/gui/setup_video.cpp:117 +#: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" msgstr "通常的光标" -#: ../src/gui/setup_video.cpp:118 +#: ../src/gui/setup_video.cpp:120 msgid "Particle effects" msgstr "" -#: ../src/gui/setup_video.cpp:119 +#: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" msgstr "" -#: ../src/gui/setup_video.cpp:120 +#: ../src/gui/setup_video.cpp:122 msgid "Show name" msgstr "" -#: ../src/gui/setup_video.cpp:122 +#: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" msgstr "FPS限制" -#: ../src/gui/setup_video.cpp:142 +#: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" msgstr "Gui 透明度" -#: ../src/gui/setup_video.cpp:210 +#: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" msgstr "滚动半径" -#: ../src/gui/setup_video.cpp:218 +#: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" msgstr "拉动极限" -#: ../src/gui/setup_video.cpp:226 +#: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" msgstr "环境音效" -#: ../src/gui/setup_video.cpp:233 ../src/gui/setup_video.cpp:492 +#: ../src/gui/setup_video.cpp:149 +msgid "Particle Detail" +msgstr "" + +#: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" msgstr "离线" -#: ../src/gui/setup_video.cpp:236 ../src/gui/setup_video.cpp:252 -#: ../src/gui/setup_video.cpp:495 ../src/gui/setup_video.cpp:509 +#: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 +#: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 msgid "low" msgstr "低" -#: ../src/gui/setup_video.cpp:239 ../src/gui/setup_video.cpp:258 -#: ../src/gui/setup_video.cpp:498 ../src/gui/setup_video.cpp:515 +#: ../src/gui/setup_video.cpp:217 ../src/gui/setup_video.cpp:231 +#: ../src/gui/setup_video.cpp:480 ../src/gui/setup_video.cpp:497 msgid "high" msgstr "高" -#: ../src/gui/setup_video.cpp:245 -msgid "Particle Detail" -msgstr "" - -#: ../src/gui/setup_video.cpp:255 ../src/gui/setup_video.cpp:512 +#: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" msgstr "" -#: ../src/gui/setup_video.cpp:261 ../src/gui/setup_video.cpp:518 +#: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" msgstr "" -#: ../src/gui/setup_video.cpp:321 +#: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 msgid "windowed" msgstr "" -#: ../src/gui/setup_video.cpp:322 +#: ../src/gui/setup_video.cpp:304 #, fuzzy msgid "fullscreen" msgstr "全屏" -#: ../src/gui/setup_video.cpp:323 +#: ../src/gui/setup_video.cpp:305 msgid "mode and restoration of old mode also failed!" msgstr "" -#: ../src/gui/setup_video.cpp:330 +#: ../src/gui/setup_video.cpp:312 msgid "Switching to full screen" msgstr "切换到全屏" -#: ../src/gui/setup_video.cpp:331 +#: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." msgstr "只有改变生效后才能重启" #. OpenGL can currently only be changed by restarting, notify user. -#: ../src/gui/setup_video.cpp:343 +#: ../src/gui/setup_video.cpp:325 msgid "Changing OpenGL" msgstr "改变成OpenGL" -#: ../src/gui/setup_video.cpp:344 +#: ../src/gui/setup_video.cpp:326 msgid "Applying change to OpenGL requires restart." msgstr "运用改变为OpenGL需要重新开始" -#: ../src/gui/setup_video.cpp:421 ../src/main.cpp:395 +#: ../src/gui/setup_video.cpp:403 ../src/main.cpp:425 msgid "Couldn't set " msgstr "" -#: ../src/gui/setup_video.cpp:422 ../src/main.cpp:396 +#: ../src/gui/setup_video.cpp:404 ../src/main.cpp:426 msgid " video mode: " msgstr "" #. TODO: Find out why the drawing area doesn't resize without a restart. -#: ../src/gui/setup_video.cpp:433 +#: ../src/gui/setup_video.cpp:415 msgid "Screen resolution changed" msgstr "" -#: ../src/gui/setup_video.cpp:434 +#: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." msgstr "只有改变生效后才能重启" -#: ../src/gui/setup_video.cpp:452 +#: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" msgstr "" -#: ../src/gui/setup_video.cpp:453 +#: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." msgstr "只有改变生效后才能重启" +#: ../src/gui/skill.cpp:39 +#, fuzzy +msgid "skills.xml" +msgstr "技能" + #: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 #, c-format msgid "Skill points: %d" @@ -1129,16 +1158,16 @@ msgstr "防护 %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "% Accuracy:" +msgid "\\% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "% Evade:" +msgid "\\% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "% Reflex:" +msgid "\\% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1507,6 +1536,10 @@ msgstr "" msgid "Unknown item" msgstr "" +#: ../src/resources/itemdb.cpp:60 +msgid "items.xml" +msgstr "" + #: ../src/resources/itemdb.cpp:65 msgid "ItemDB: Error while loading items.xml!" msgstr "" @@ -1546,6 +1579,10 @@ msgstr "" msgid "Initializing monster database..." msgstr "" +#: ../src/resources/monsterdb.cpp:48 +msgid "monsters.xml" +msgstr "" + #: ../src/resources/monsterdb.cpp:53 msgid "Monster Database: Error while loading monster.xml!" msgstr "" @@ -1583,219 +1620,377 @@ msgstr "" msgid "NPCDB: Warning, unknown NPC ID %d requested" msgstr "" -#: ../src/game.cpp:386 +#: ../src/game.cpp:394 msgid "Screenshot saved to ~/" msgstr "" -#: ../src/game.cpp:391 +#: ../src/game.cpp:399 msgid "Saving screenshot failed!" msgstr "" -#: ../src/game.cpp:392 +#: ../src/game.cpp:400 msgid "Error: could not save screenshot." msgstr "" -#: ../src/game.cpp:467 +#: ../src/game.cpp:475 msgid "Network Error" msgstr "" -#: ../src/game.cpp:468 +#: ../src/game.cpp:476 msgid "The connection to the server was lost, the program will now quit" msgstr "" -#: ../src/game.cpp:531 +#: ../src/game.cpp:539 msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:536 +#: ../src/game.cpp:544 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:638 +#: ../src/game.cpp:656 #, fuzzy msgid "Are you sure you want to quit?" msgstr "你确定想删除这个较色" -#: ../src/game.cpp:644 +#: ../src/game.cpp:662 msgid "no" msgstr "" -#: ../src/game.cpp:785 +#: ../src/game.cpp:804 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" -#: ../src/main.cpp:207 +#: ../src/main.cpp:213 #, c-format msgid "Error: Invalid update host: %s" msgstr "" -#: ../src/main.cpp:208 +#: ../src/main.cpp:214 msgid "Invalid update host: " msgstr "" -#: ../src/main.cpp:212 +#: ../src/main.cpp:220 msgid "Warning: no protocol was specified for the update host" msgstr "" -#: ../src/main.cpp:222 +#: ../src/main.cpp:245 #, c-format -msgid "Error: %s/%s can't be made, but doesn't exist!" +msgid "Error: %s can't be made, but doesn't exist!" msgstr "" -#: ../src/main.cpp:224 +#: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" msgstr "" -#: ../src/main.cpp:252 +#: ../src/main.cpp:251 +#, c-format +msgid "Error: %s/%s can't be made, but doesn't exist!" +msgstr "" + +#: ../src/main.cpp:282 msgid " can't be created, but it doesn't exist! Exiting." msgstr "" -#: ../src/main.cpp:261 +#: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" msgstr "" -#: ../src/main.cpp:263 +#: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" msgstr "" #. Initialize SDL -#: ../src/main.cpp:267 +#: ../src/main.cpp:297 msgid "Initializing SDL..." msgstr "" -#: ../src/main.cpp:269 +#: ../src/main.cpp:299 msgid "Could not initialize SDL: " msgstr "" -#: ../src/main.cpp:282 +#: ../src/main.cpp:312 msgid " couldn't be set as home directory! Exiting." msgstr "" -#: ../src/main.cpp:302 +#: ../src/main.cpp:332 #, c-format msgid "Can't find Resources directory\n" msgstr "" #. Fill configuration with defaults -#: ../src/main.cpp:312 +#: ../src/main.cpp:342 msgid "Initializing configuration..." msgstr "" -#: ../src/main.cpp:426 +#: ../src/main.cpp:456 #, c-format msgid "Warning: %s" msgstr "" -#: ../src/main.cpp:468 +#: ../src/main.cpp:498 msgid "aethyra" msgstr "" -#: ../src/main.cpp:469 +#: ../src/main.cpp:499 msgid "Options: " msgstr "" -#: ../src/main.cpp:470 +#: ../src/main.cpp:500 msgid " -C --configfile : Configuration file to use" msgstr "" -#: ../src/main.cpp:471 +#: ../src/main.cpp:501 msgid " -d --data : Directory to load game data from" msgstr "" -#: ../src/main.cpp:472 +#: ../src/main.cpp:502 msgid " -D --default : Bypass the login process with default settings" msgstr "" -#: ../src/main.cpp:473 +#: ../src/main.cpp:503 msgid " -h --help : Display this help" msgstr "" -#: ../src/main.cpp:474 +#: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" msgstr "" -#: ../src/main.cpp:475 +#: ../src/main.cpp:505 msgid " -p --playername : Login with this player" msgstr "" -#: ../src/main.cpp:476 +#: ../src/main.cpp:506 msgid " -P --password : Login with this password" msgstr "" -#: ../src/main.cpp:477 +#: ../src/main.cpp:507 msgid " -u --skipupdate : Skip the update downloads" msgstr "" -#: ../src/main.cpp:478 +#: ../src/main.cpp:508 msgid " -U --username : Login with this username" msgstr "" -#: ../src/main.cpp:479 +#: ../src/main.cpp:509 msgid " -v --version : Display the version" msgstr "" -#: ../src/main.cpp:485 ../src/main.cpp:488 +#: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " msgstr "" -#: ../src/main.cpp:489 +#: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" msgstr "" -#: ../src/main.cpp:585 +#: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." msgstr "连接中..." -#: ../src/main.cpp:586 +#: ../src/main.cpp:616 #, c-format msgid "Username is %s" msgstr "" -#: ../src/main.cpp:640 +#: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." msgstr "连接中..." -#: ../src/main.cpp:662 +#: ../src/main.cpp:692 #, c-format msgid "Memorizing selected character %s" msgstr "" -#: ../src/main.cpp:668 +#: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." msgstr "连接中..." -#: ../src/main.cpp:669 +#: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" msgstr "名字:%s" -#: ../src/main.cpp:799 +#: ../src/main.cpp:829 #, c-format msgid "Couldn't load %s as wallpaper" msgstr "" -#: ../src/main.cpp:832 +#: ../src/main.cpp:862 msgid "Got disconnected from server!" msgstr "" -#: ../src/main.cpp:1037 +#: ../src/main.cpp:1067 #, fuzzy msgid "Connecting to map server..." msgstr "连接中..." -#: ../src/main.cpp:1045 +#: ../src/main.cpp:1075 msgid "Connecting to character server..." msgstr "" -#: ../src/main.cpp:1053 +#: ../src/main.cpp:1083 msgid "Connecting to account server..." msgstr "" +#: ../src/party.cpp:54 +msgid "Not yet implemented!" +msgstr "" + +#: ../src/party.cpp:63 +msgid "Party command not known." +msgstr "" + +#: ../src/party.cpp:70 +msgid "Party name is missing." +msgstr "" + +#: ../src/party.cpp:83 +msgid "Left party." +msgstr "" + +#: ../src/party.cpp:91 +msgid "Party successfully created." +msgstr "" + +#: ../src/party.cpp:96 +msgid "Could not create party." +msgstr "" + +#: ../src/party.cpp:105 +#, c-format +msgid "%s is already a member of a party." +msgstr "" + +#: ../src/party.cpp:109 +#, c-format +msgid "%s refused your invitation." +msgstr "" + +#: ../src/party.cpp:113 +#, c-format +msgid "%s is now a member of your party." +msgstr "" + +#: ../src/party.cpp:125 +msgid "You can't have a blank party name!" +msgstr "" + +#: ../src/party.cpp:129 +#, fuzzy +msgid "Invite to party" +msgstr "清单" + +#: ../src/party.cpp:130 +#, c-format +msgid "%s invites you to join the %s party, do you accept?" +msgstr "" + +#: ../src/party.cpp:148 +#, c-format +msgid "%s has left your party." +msgstr "" + +#: ../src/party.cpp:159 +msgid "Party chat received, but being is not a player" +msgstr "" + +#: ../src/party.cpp:176 +msgid "Command: /party " +msgstr "" + +#: ../src/party.cpp:177 +msgid "where can be one of:" +msgstr "" + +#: ../src/party.cpp:178 +msgid " /new" +msgstr "" + +#: ../src/party.cpp:179 +#, fuzzy +msgid " /create" +msgstr "建立" + +#: ../src/party.cpp:180 +msgid " /prefix" +msgstr "" + +#: ../src/party.cpp:181 +msgid " /leave" +msgstr "" + +#: ../src/party.cpp:182 +msgid "This command implements the partying function." +msgstr "" + +#: ../src/party.cpp:184 +msgid "Type /help party for further help." +msgstr "" + +#: ../src/party.cpp:190 +msgid "Command: /party new " +msgstr "" + +#: ../src/party.cpp:191 +msgid "Command: /party create " +msgstr "" + +#: ../src/party.cpp:192 +msgid "These commands create a new party " +msgstr "" + +#: ../src/party.cpp:199 +msgid "This command sets the party prefix character." +msgstr "" + +#: ../src/party.cpp:201 +msgid "" +"Any message preceded by is sent to the party instead of " +"everyone." +msgstr "" + +#: ../src/party.cpp:203 +msgid "Command: /party prefix" +msgstr "" + +#: ../src/party.cpp:204 +msgid "This command reports the current party prefix character." +msgstr "" + +#: ../src/party.cpp:212 +msgid "Command: /party leave" +msgstr "" + +#: ../src/party.cpp:213 +msgid "This command causes the player to leave the party." +msgstr "" + +#: ../src/party.cpp:217 +msgid "Unknown /party command." +msgstr "" + +#: ../src/party.cpp:218 +msgid "Type /help party for a list of options." +msgstr "" + +#: ../src/party.cpp:169 +msgid "/party : Party commands." +msgstr "" + +#, fuzzy +#~ msgid "Color:" +#~ msgstr "头发颜色" + #, fuzzy #~ msgid "Description:" #~ msgstr "描述:%s" diff --git a/src/gui/status.cpp b/src/gui/status.cpp index 19cd921a..e140c42b 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -131,9 +131,9 @@ StatusWindow::StatusWindow(LocalPlayer *player): mStatsDefenseLabel= new gcn::Label(_("Defense:")); mStatsMagicAttackLabel = new gcn::Label(_("M.Attack:")); mStatsMagicDefenseLabel = new gcn::Label(_("M.Defense:")); - mStatsAccuracyLabel = new gcn::Label(_("% Accuracy:")); - mStatsEvadeLabel = new gcn::Label(_("% Evade:")); - mStatsReflexLabel = new gcn::Label(_("% Reflex:")); + mStatsAccuracyLabel = new gcn::Label(_("\% Accuracy:")); + mStatsEvadeLabel = new gcn::Label(_("\% Evade:")); + mStatsReflexLabel = new gcn::Label(_("\% Reflex:")); mStatsAttackPoints = new gcn::Label; mStatsDefensePoints = new gcn::Label; diff --git a/src/party.cpp b/src/party.cpp index 3df2eedc..ecb0ab2d 100644 --- a/src/party.cpp +++ b/src/party.cpp @@ -30,6 +30,9 @@ #include "net/messageout.h" #include "net/protocol.h" +#include "utils/gettext.h" +#include "utils/strprintf.h" + Party::Party(ChatWindow *chat, Network *network) : mChat(chat), mNetwork(network), mInviteListener(network, &mInParty) { @@ -49,7 +52,7 @@ void Party::respond(const std::string &command, const std::string &args) } if (command == "settings") { - mChat->chatLog("Not yet implemented!", BY_SERVER); + mChat->chatLog(_("Not yet implemented!"), BY_SERVER); return; /* MessageOut outMsg(mNetwork); @@ -58,14 +61,14 @@ void Party::respond(const std::string &command, const std::string &args) outMsg.writeInt16(0); // Item */ } - mChat->chatLog("Party command not known.", BY_SERVER); + mChat->chatLog(_("Party command not known."), BY_SERVER); } void Party::create(const std::string &party) { if (party == "") { - mChat->chatLog("Party name is missing.", BY_SERVER); + mChat->chatLog(_("Party name is missing."), BY_SERVER); return; } MessageOut outMsg(mNetwork); @@ -78,7 +81,7 @@ void Party::leave(const std::string &args) { MessageOut outMsg(mNetwork); outMsg.writeInt16(CMSG_PARTY_LEAVE); - mChat->chatLog("Left party.", BY_SERVER); + mChat->chatLog(_("Left party."), BY_SERVER); mInParty = false; } @@ -86,12 +89,12 @@ void Party::createResponse(bool ok) { if (ok) { - mChat->chatLog("Party successfully created.", BY_SERVER); + mChat->chatLog(_("Party successfully created."), BY_SERVER); mInParty = true; } else { - mChat->chatLog("Could not create party.", BY_SERVER); + mChat->chatLog(_("Could not create party."), BY_SERVER); } } @@ -100,15 +103,16 @@ void Party::inviteResponse(const std::string &nick, int status) switch (status) { case 0: - mChat->chatLog(nick + " is already a member of a party.", - BY_SERVER); + mChat->chatLog(strprintf(_("%s is already a member of a party."), + nick.c_str()), BY_SERVER); break; case 1: - mChat->chatLog(nick + " refused your invitation.", BY_SERVER); + mChat->chatLog(strprintf(_("%s refused your invitation."), + nick.c_str()), BY_SERVER); break; case 2: - mChat->chatLog(nick + " is now a member of your party.", - BY_SERVER); + mChat->chatLog(strprintf(_("%s is now a member of your party."), + nick.c_str()), BY_SERVER); break; } } @@ -119,15 +123,14 @@ void Party::invitedAsk(const std::string &nick, int gender, mPartyName = partyName; /* Quick and nasty - needs redoing */ if (nick == "") { - mChat->chatLog("Something\'s wrong!", BY_SERVER); + mChat->chatLog(_("You can\'t have a blank party name!"), BY_SERVER); return; } mCreating = false; - ConfirmDialog *dlg = new ConfirmDialog("Invite to party", - nick + " invites you to join " + - (gender == 0 ? "his" : "her") + - " party, " + partyName + - ", do you accept?"); + ConfirmDialog *dlg = new ConfirmDialog(_("Invite to party"), + strprintf(_("%s invites you to join" + " the %s party, do you accept?"), + nick.c_str(), partyName.c_str())); dlg->addActionListener(&mInviteListener); } @@ -143,7 +146,8 @@ void Party::InviteListener::action(const gcn::ActionEvent &event) void Party::leftResponse(const std::string &nick) { - mChat->chatLog(nick + " has left your party.", BY_SERVER); + mChat->chatLog(strprintf(_("%s has left your party."), nick.c_str()), + BY_SERVER); } void Party::receiveChat(Being *being, const std::string &msg) @@ -154,7 +158,8 @@ void Party::receiveChat(Being *being, const std::string &msg) } if (being->getType() != Being::PLAYER) { - mChat->chatLog("Something\'s wrong!", BY_SERVER); + mChat->chatLog(_("Party chat received, but being is not a player"), + BY_SERVER); return; } being->setSpeech(msg, SPEECH_TIME); @@ -163,54 +168,54 @@ void Party::receiveChat(Being *being, const std::string &msg) void Party::help() { - mChat->chatLog("/party : Party commands.", BY_SERVER); + mChat->chatLog(_("/party : Party commands."), BY_SERVER); } void Party::help(const std::string &msg) { if (msg == "") { - mChat->chatLog("Command: /party ", BY_SERVER); - mChat->chatLog("where can be one of:", BY_SERVER); - mChat->chatLog(" /new", BY_SERVER); - mChat->chatLog(" /create", BY_SERVER); - mChat->chatLog(" /prefix", BY_SERVER); - mChat->chatLog(" /leave", BY_SERVER); - mChat->chatLog("This command implements the partying function.", + mChat->chatLog(_("Command: /party "), BY_SERVER); + mChat->chatLog(_("where can be one of:"), BY_SERVER); + mChat->chatLog(_(" /new"), BY_SERVER); + mChat->chatLog(_(" /create"), BY_SERVER); + mChat->chatLog(_(" /prefix"), BY_SERVER); + mChat->chatLog(_(" /leave"), BY_SERVER); + mChat->chatLog(_("This command implements the partying function."), BY_SERVER); - mChat->chatLog("Type /help party for further help.", + mChat->chatLog(_("Type /help party for further help."), BY_SERVER); return; } if (msg == "new" || msg == "create") { - mChat->chatLog("Command: /party new ", BY_SERVER); - mChat->chatLog("Command: /party create ", BY_SERVER); - mChat->chatLog("These commands create a new party chatLog(_("Command: /party new "), BY_SERVER); + mChat->chatLog(_("Command: /party create "), BY_SERVER); + mChat->chatLog(_("These commands create a new party chatLog("Command: /party prefix ", BY_SERVER); - mChat->chatLog("This command sets the party prefix character.", + mChat->chatLog(_("Command: /party prefix "), BY_SERVER); + mChat->chatLog(_("This command sets the party prefix character."), BY_SERVER); - mChat->chatLog("Any message preceded by is sent to " - "the party instead of everyone.", BY_SERVER); - mChat->chatLog("Command: /party prefix", BY_SERVER); - mChat->chatLog("This command reports the current party prefix " - "character.", BY_SERVER); + mChat->chatLog(_("Any message preceded by is sent to " + "the party instead of everyone."), BY_SERVER); + mChat->chatLog(_("Command: /party prefix"), BY_SERVER); + mChat->chatLog(_("This command reports the current party prefix " + "character."), BY_SERVER); return; } //if (msg == "settings") //if (msg == "info") if (msg == "leave") { - mChat->chatLog("Command: /party leave", BY_SERVER); - mChat->chatLog("This command causes the player to leave the party.", + mChat->chatLog(_("Command: /party leave"), BY_SERVER); + mChat->chatLog(_("This command causes the player to leave the party."), BY_SERVER); return; } - mChat->chatLog("Unknown /party command.", BY_SERVER); - mChat->chatLog("Type /help party for a list of options.", BY_SERVER); + mChat->chatLog(_("Unknown /party command."), BY_SERVER); + mChat->chatLog(_("Type /help party for a list of options."), BY_SERVER); } -- cgit v1.2.3-60-g2f50 From a0d344b356e61991b1b1adf92187a483c9304ce8 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sun, 25 Jan 2009 18:33:02 -0700 Subject: Refreshed translation files. Signed-off-by: Ira Rice --- po/ar.po | 398 +++++++++++++++++++++++++++++---------------------------- po/ca.po | 398 +++++++++++++++++++++++++++++---------------------------- po/cs.po | 398 +++++++++++++++++++++++++++++---------------------------- po/da.po | 415 +++++++++++++++++++++++++++++++----------------------------- po/de.po | 398 +++++++++++++++++++++++++++++---------------------------- po/en_GB.po | 398 +++++++++++++++++++++++++++++---------------------------- po/eo.po | 398 +++++++++++++++++++++++++++++---------------------------- po/es.po | 398 +++++++++++++++++++++++++++++---------------------------- po/fi.po | 398 +++++++++++++++++++++++++++++---------------------------- po/fr.po | 398 +++++++++++++++++++++++++++++---------------------------- po/he.po | 398 +++++++++++++++++++++++++++++---------------------------- po/hr.po | 398 +++++++++++++++++++++++++++++---------------------------- po/id.po | 398 +++++++++++++++++++++++++++++---------------------------- po/it.po | 398 +++++++++++++++++++++++++++++---------------------------- po/ja.po | 398 +++++++++++++++++++++++++++++---------------------------- po/nl.po | 398 +++++++++++++++++++++++++++++---------------------------- po/pl.po | 398 +++++++++++++++++++++++++++++---------------------------- po/pt.po | 398 +++++++++++++++++++++++++++++---------------------------- po/pt_BR.po | 398 +++++++++++++++++++++++++++++---------------------------- po/ru.po | 398 +++++++++++++++++++++++++++++---------------------------- po/sk.po | 398 +++++++++++++++++++++++++++++---------------------------- po/sv.po | 398 +++++++++++++++++++++++++++++---------------------------- po/th.po | 398 +++++++++++++++++++++++++++++---------------------------- po/zh_CN.po | 398 +++++++++++++++++++++++++++++---------------------------- 24 files changed, 4863 insertions(+), 4706 deletions(-) (limited to 'po') diff --git a/po/ar.po b/po/ar.po index f7a89bab..5cc16db9 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-07-16 18:28+0000\n" "Last-Translator: صقر بن عبدالله \n" "Language-Team: Arabic \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "شراء" @@ -27,7 +28,7 @@ msgstr "شراء" msgid "Price: %d GP / Total: %d GP" msgstr "السعر: %d GP / الإجمالي: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "مغادرة" @@ -55,8 +56,8 @@ msgstr "بيع" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,345 +156,340 @@ msgstr "إنشاء" msgid "Select Server" msgstr "إنتقاء الشخصيّة" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "إنشاء" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "الخادوم:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -547,13 +543,13 @@ msgstr "جارِ الاتّصال..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "استخدام" @@ -562,41 +558,39 @@ msgstr "استخدام" msgid "Equipment" msgstr "العتاد" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "الجردة" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "إسقاط" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "تجريد من العتاد" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "استعمال العتاد" @@ -624,11 +618,11 @@ msgstr "المنفذ:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "ترك" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "تسجيل" @@ -639,7 +633,7 @@ msgid "Status" msgstr "الحالة" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "مهارات" @@ -670,7 +664,7 @@ msgstr "" msgid "Reset" msgstr "تسجيل" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -678,74 +672,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@تجارة|متاجرة مع %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@مهاجمة|هاجم %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@محادثة|تحدّث مع NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@إلغاء|إلغاء@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@اقتطاف|اقتطاف %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@استخدام|استخدام العتاد@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@استخدام|استخدام العتاد@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@استخدم|استخدم@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@إسقاط|إسقاط@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@الوصف|الوصف@@" @@ -915,7 +913,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1074,37 +1072,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "يجب إعادة التشغيل لتفعّل التغييرات." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "مهارات" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "استخدام" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1157,16 +1154,16 @@ msgstr "دفاع %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1283,6 +1280,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1527,45 +1528,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1643,20 +1649,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "هل أنت متأكّد من حذف هذه الشخصيّة؟" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1837,155 +1843,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "الجردة" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "إنشاء" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #~ msgid "Color:" #~ msgstr "لون الشعر:" diff --git a/po/ca.po b/po/ca.po index 0cb17dc2..c081f406 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-07-03 17:21+0000\n" "Last-Translator: Habari \n" "Language-Team: Catalan \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "" @@ -27,7 +28,7 @@ msgstr "" msgid "Price: %d GP / Total: %d GP" msgstr "preu %d GP / total %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "sortir" @@ -54,8 +55,8 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -153,345 +154,340 @@ msgstr "" msgid "Select Server" msgstr "" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "canvi" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -543,13 +539,13 @@ msgstr "" msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "" @@ -558,41 +554,39 @@ msgstr "" msgid "Equipment" msgstr "" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "" @@ -620,11 +614,11 @@ msgstr "" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "" @@ -635,7 +629,7 @@ msgid "Status" msgstr "" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "" @@ -664,7 +658,7 @@ msgstr "" msgid "Reset" msgstr "" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "" @@ -672,71 +666,75 @@ msgstr "" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 msgid "@@trade|Trade With " msgstr "" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 msgid "@@attack|Attack " msgstr "" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 msgid "@@use|Unequip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "" @@ -904,7 +902,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1060,35 +1058,34 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 msgid "skills.xml" msgstr "" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 msgid "use" msgstr "" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1136,16 +1133,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1257,6 +1254,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1499,45 +1500,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1615,19 +1621,19 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 msgid "Are you sure you want to quit?" msgstr "" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1804,153 +1810,153 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 msgid "Invite to party" msgstr "" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 msgid " /create" msgstr "" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Name: " #~ msgstr "nom" diff --git a/po/cs.po b/po/cs.po index 350551d6..8058838d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-12-17 16:31+0000\n" "Last-Translator: Lubos \n" "Language-Team: Czech \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Nákup" @@ -27,7 +28,7 @@ msgstr "Nákup" msgid "Price: %d GP / Total: %d GP" msgstr "" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "" @@ -54,8 +55,8 @@ msgstr "Prodej" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,345 +156,340 @@ msgstr "Vytvořit" msgid "Select Server" msgstr "Server:" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Vytvořit" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -547,13 +543,13 @@ msgstr "Připojuji se..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "" @@ -562,41 +558,39 @@ msgstr "" msgid "Equipment" msgstr "Vybavení" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventář" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Upustit" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Vybavit" @@ -624,11 +618,11 @@ msgstr "Port:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrace" @@ -639,7 +633,7 @@ msgid "Status" msgstr "Stav" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Dovednosti" @@ -670,7 +664,7 @@ msgstr "" msgid "Reset" msgstr "Registrace" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "" @@ -678,71 +672,75 @@ msgstr "" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 msgid "@@trade|Trade With " msgstr "" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 msgid "@@attack|Attack " msgstr "" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 msgid "@@use|Unequip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "" @@ -912,7 +910,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1068,36 +1066,35 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Dovednosti" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 msgid "use" msgstr "" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1150,16 +1147,16 @@ msgstr "Obrana %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1275,6 +1272,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1518,45 +1519,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1634,20 +1640,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Jste si jistí, že chcete vymazat tuto postavu?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1828,155 +1834,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventář" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Vytvořit" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Barva vlasů:" diff --git a/po/da.po b/po/da.po index fecbf3f6..6581fb79 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-12-28 14:45+0000\n" "Last-Translator: GonzoDark AKA IchigoBlack \n" "Language-Team: Danish \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Køb" @@ -27,7 +28,7 @@ msgstr "Køb" msgid "Price: %d GP / Total: %d GP" msgstr "Pris: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Afslut" @@ -55,8 +56,8 @@ msgstr "Sælg" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,280 +156,275 @@ msgstr "Opret" msgid "Select Server" msgstr "Vælg Server" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "OK" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Chat" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "Velkommen" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "Global meddelelse: " -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, fuzzy, c-format msgid "Global announcement from %s: " msgstr "Global meddelelse fra " -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, fuzzy, c-format msgid "Whispering to %s: %s" msgstr "Hvisker til " -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "Prøver at sende en blank gruppe besked." -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "Retur bringer focus på chatten." -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "Besked lukker chat." -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "Enter bringer nu focus på chatten." -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "Besked lukker nu chat." -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" "Mulighederne til /toggle er \"yes\", \"no\", \"true\", \"false\", \"1\", \"0" "\"." -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 #, fuzzy msgid "Unknown party command... Type \"/help\" party for more information." msgstr "Ukendt gruppe kommando... Skriv \"/help party\" for mere information." -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "Trylleformularen findes ikke!" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "Den nuværende server understøtter ikke trylleformulare" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "Til stede: " -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "Fremmøde skrives til loggen" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "Ukendt kommando" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "Handel fejlede!" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "Emote fejlede!" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "Sæt dig fejlede!" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "Chat skabelsen fejlede!" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "Kunne ikke tilslutte sig gruppen!" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "Kan ikke råbe!" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "Du er ikke nået til det rette Niveau endnu!" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "Utilstrækkelig HP!" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "Utilstrækkelig SP!" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "Du har ingen memorandaer!" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "Det kan du ikke gøre lige nu!" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "Det ser ud til at du har behov for flere Zeny... ;-)" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "Du kan ikke bruge denne færdighed med dette slags våben!" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "Du har behov for en rød krystal mere" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "Du har behov for en blå krystal mere" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "Du har for meget på dig, til at kunne gøre dette" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "Hmm? Hvad er det?" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "Warp mislykkede..." -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "Kunne ikke stjæle noget som helst..." -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "Giften havde ingen effekt..." -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "Det nuværende gruppe præfiks er " -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "Gruppens præfiks skal være et bogstav langt. " -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "Kan ikke bruge '/' som præfikset" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Ændre præfikset til " -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "--Hjælp--" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "/announce: Global meddelelse (Kun for GM)" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "/clear: Rydder dette vindue" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "/help: Viser denne hjælp" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "/msg : Alternativ form for /whisper" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "/present: Får listen af tilstedeværende brugere" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "/toggle: Bestemmer om bringer focus på chat loggen." -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "/where: Viser bane navnet" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "/w : Kort form for /whisper" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" "/whisper : Sender en privat besked til det givne brugernavn" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "/who: Viser antalet af online brugere" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "For at få mere information, skriv /help " -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "Kommando: /announce " -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "*** kun tilgængelig for en GM ***" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "Denne kommando sender beskeden til alle brugere online." -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "Kommando: /clear" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "Denne commando rydder chat loggen" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "Kommando: /help" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "Denne kommando viser en liste over alle tilgængelige kommandoer" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "Kommando: /help " -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "Denne kommando viser hjælp for " -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "Kommando: /present" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." @@ -437,11 +433,11 @@ msgstr "" "lytteradius, og sender listen til enten record loggen, hvis du optager, " "ellers er det chat loggen." -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "Kommando /toggle " -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 #, fuzzy msgid "" "This command sets whether the return key should toggle thechat log, or " @@ -450,7 +446,7 @@ msgstr "" "Denne kommando bestemmer om retur, skal bruges til at fokusere på chat " "loggen, ellerom chat om chat loggen, automatisk skal slå fra." -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." @@ -459,56 +455,56 @@ msgstr "" "af chat vindue til, eller \"0\", \"no\", \"false\" for at slå fokusering af " "chat vindue fra." -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "Kommando: /toggle" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "Denne kommando viser fokusering af chat vinduets status." -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "kommando: /where" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "Denne kommando viser det nuværende bane navn." -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "Kommando: /msg " -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "Kommando: /whisper " -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "Kommando: /w " -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "Denne kommando sender beskeden til ." -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "Hvis navnet har mellemrum i det, skal det omringes med følgende (\")." -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "Kommando: /who" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" "Denne kommando viser det antal af online brugere, der nuværende er online." -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "Ukendt kommando" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "Skriv /help for at få en liste med kommandoer" @@ -562,13 +558,13 @@ msgstr "Opretter forbindelse..." msgid "Unable to load selection.png" msgstr "Kan ikke loade valgte-billede.png" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "Emote" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Brug" @@ -577,41 +573,39 @@ msgstr "Brug" msgid "Equipment" msgstr "Udstyr" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "Hjælp" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "Luk" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventarliste" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Smid" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "Vægt: " - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " -msgstr " g Pladser: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" +msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " -msgstr " g Pladser: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" +msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Tag af" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Tag på" @@ -639,11 +633,11 @@ msgstr "Port:" msgid "Recent:" msgstr "Nuværende:" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Behold" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrer" @@ -654,7 +648,7 @@ msgid "Status" msgstr "Status" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Færdigheder" @@ -685,7 +679,7 @@ msgstr "" msgid "Reset" msgstr "Nuværende:" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -693,74 +687,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Byt Med " -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Angrib " -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "@@friend|Bliv ven med " -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "@@disregard|Se bort fra " -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "@@ignore|Bloker " -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "@@unignore|Fjern blokering " -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "@@ignore|Bloker fuldstændig " -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "@@party-invite|Inviter " #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Snak Til NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Annuller@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Saml Op %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Tag af@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Tag på@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Brug@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Smid@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Beskrivelse@@" @@ -931,7 +929,7 @@ msgstr "Se bort fra" msgid "Ignored" msgstr "Ignorer" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "???" @@ -1090,38 +1088,38 @@ msgstr "Partikel effekt opsætningen er ændret" msgid "Restart your client or change maps for the change to take effect." msgstr "Ændringerne kræver at du genstarter klienten, eller skifter bane." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Færdigheder" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "Færdigheds points: %d" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "Op" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "inc" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Brug" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "Fejl under loading af færdigheds fil: %s" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" -msgstr "Besked" +#: ../src/gui/speechbubble.cpp:38 +#, fuzzy +msgid "Speech" +msgstr "Snakke bobler" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format @@ -1173,17 +1171,17 @@ msgstr "M.Forsvar:" #: ../src/gui/status.cpp:134 #, fuzzy, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "% Nøjagtighed:" #: ../src/gui/status.cpp:135 #, fuzzy, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "% Undvig:" #: ../src/gui/status.cpp:136 #, fuzzy -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "% Refleks:" #: ../src/gui/status.cpp:280 @@ -1302,6 +1300,10 @@ msgstr "%s allerede her" msgid "Completed" msgstr "Udført" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "Besked" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1553,45 +1555,50 @@ msgstr "Emote Database: Emote med manglende ID i emotes.xml!" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "EmoteDB: Warning, unknown emote ID %d requested" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "Startede genstans database..." -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "Ukendt genstand" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "ItemDB: Fejl under læsningen af items.xml!" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "ItemDB: Ugyldig eller manglende genstand ID i items.xml!" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "ItemDB: Ny definition af genstand ID %d" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "Unavngivet" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "Udlæser genstands databasen..." -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "ItemDB: Fejl, ukendt genstand ID# %d" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "ItemDB: Ignorerer ukendt lyd begivenhed '%s'" @@ -1671,20 +1678,20 @@ msgstr "Forbindelsen til serveren er tabt, programmet vil nu lukke" msgid "Ignoring incoming trade requests" msgstr "Ignorer indkomne handels anmodninger" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "Accepter indkomne handels anmodninger" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Er du sikker på at du gerne vil stoppe?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "nej" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "Advarsel: guichan indput untagelse: %s" @@ -1866,166 +1873,178 @@ msgstr "Opretter forbindelse til karakter serveren..." msgid "Connecting to account server..." msgstr "Opretter forbindelse til bruger serveren..." -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 #, fuzzy msgid "Could not create party." msgstr "Kunne ikke tilslutte sig gruppen!" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventarliste" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, fuzzy, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr " vil gerne handle med dig, vil du acceptere?" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 #, fuzzy msgid "Command: /party " msgstr "Kommando: /help " -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Opret" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 #, fuzzy msgid "This command implements the partying function." msgstr "Denne kommando viser hjælp for " -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 #, fuzzy msgid "Command: /party new " msgstr "Kommando /toggle " -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 #, fuzzy msgid "Command: /party create " msgstr "Kommando /toggle " -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 #, fuzzy msgid "This command sets the party prefix character." msgstr "Denne commando rydder chat loggen" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 #, fuzzy msgid "Command: /party prefix" msgstr "Kommando: /present" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 #, fuzzy msgid "This command reports the current party prefix character." msgstr "Denne commando rydder chat loggen" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 #, fuzzy msgid "Command: /party leave" msgstr "Kommando: /present" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 #, fuzzy msgid "This command causes the player to leave the party." msgstr "Denne kommando viser fokusering af chat vinduets status." -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 #, fuzzy msgid "Unknown /party command." msgstr "Ukendt kommando" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 #, fuzzy msgid "Type /help party for a list of options." msgstr "Skriv /help for at få en liste med kommandoer" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" +#~ msgid "Weight: " +#~ msgstr "Vægt: " + +#~ msgid " g Slots: " +#~ msgstr " g Pladser: " + +#~ msgid " g Slots: " +#~ msgstr " g Pladser: " + +#~ msgid "Welcome" +#~ msgstr "Velkommen" #, fuzzy #~ msgid "Color:" diff --git a/po/de.po b/po/de.po index 898a2e8c..c6875299 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-10-13 00:25+0000\n" "Last-Translator: Aeneas Jaißle \n" "Language-Team: German\n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kaufen" @@ -27,7 +28,7 @@ msgstr "Kaufen" msgid "Price: %d GP / Total: %d GP" msgstr "Preis: %d GP / Summe: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Beenden" @@ -55,8 +56,8 @@ msgstr "Verkaufen" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "Erstellen" msgid "Select Server" msgstr "Spielfigur auswählen" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Erstellen" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Ändere OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "Verbinde..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Benutzen" @@ -563,41 +559,39 @@ msgstr "Benutzen" msgid "Equipment" msgstr "Ausrüstung" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventar" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Wegwerfen" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Ablegen" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Ausrüsten" @@ -625,11 +619,11 @@ msgstr "Port:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Erinnern" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrieren" @@ -640,7 +634,7 @@ msgid "Status" msgstr "Status" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Fertigkeiten" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "Registrieren" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Mit %s handeln@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|%s angreifen@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Mit NSC reden@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Abbrechen@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|%s aufheben@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Ausrüsten@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Ausrüsten@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Nutzen@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Fallen lassen@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Beschreibung@@" @@ -916,7 +914,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1077,37 +1075,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "Änderungen treten erst nach einem Neustart des Programmes in Kraft." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Fertigkeiten" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Benutzen" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1160,16 +1157,16 @@ msgstr "Verteidigung %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1286,6 +1283,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1530,45 +1531,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1646,20 +1652,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Bist du sicher, dass du diesen Charakter löschen möchtest?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1840,155 +1846,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventar" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Erstellen" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Haarfarbe" diff --git a/po/en_GB.po b/po/en_GB.po index 503f24c9..f57e117b 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-05-10 16:51+0000\n" "Last-Translator: Me \n" "Language-Team: English (United Kingdom) \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Buy" @@ -27,7 +28,7 @@ msgstr "Buy" msgid "Price: %d GP / Total: %d GP" msgstr "Price: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Exit" @@ -55,8 +56,8 @@ msgstr "Sell" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "Create" msgid "Select Server" msgstr "Select Character" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Create" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Changing OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "Connecting..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Use" @@ -563,41 +559,39 @@ msgstr "Use" msgid "Equipment" msgstr "Equipment" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventory" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Drop" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Unequip" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Equip" @@ -625,11 +619,11 @@ msgstr "Port:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Keep" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Register" @@ -640,7 +634,7 @@ msgid "Status" msgstr "Status" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Skills" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "Register" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Trade With %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Attack %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Talk To NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Cancel@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Pick Up %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Equip@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Equip@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Use@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Drop@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Description@@" @@ -915,7 +913,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1074,37 +1072,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "Restart needed for changes to take effect." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Skills" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Use" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1157,16 +1154,16 @@ msgstr "Defense %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1283,6 +1280,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1527,45 +1528,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1643,20 +1649,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Are you sure you want to delete this character?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1837,155 +1843,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventory" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Create" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #~ msgid "Color:" #~ msgstr "Colour:" diff --git a/po/eo.po b/po/eo.po index bf33fedd..3fe64f4c 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-11-10 22:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Esperanto \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "" @@ -27,7 +28,7 @@ msgstr "" msgid "Price: %d GP / Total: %d GP" msgstr "" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "" @@ -54,8 +55,8 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -153,344 +154,339 @@ msgstr "" msgid "Select Server" msgstr "" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 msgid "Chat" msgstr "" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -542,13 +538,13 @@ msgstr "" msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "" @@ -557,41 +553,39 @@ msgstr "" msgid "Equipment" msgstr "" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "" @@ -619,11 +613,11 @@ msgstr "" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "" @@ -634,7 +628,7 @@ msgid "Status" msgstr "" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "" @@ -663,7 +657,7 @@ msgstr "" msgid "Reset" msgstr "" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "" @@ -671,71 +665,75 @@ msgstr "" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 msgid "@@trade|Trade With " msgstr "" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 msgid "@@attack|Attack " msgstr "" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 msgid "@@use|Unequip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "" @@ -902,7 +900,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1058,35 +1056,34 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 msgid "skills.xml" msgstr "" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 msgid "use" msgstr "" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1134,16 +1131,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1255,6 +1252,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1497,45 +1498,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1613,19 +1619,19 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 msgid "Are you sure you want to quit?" msgstr "" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1802,149 +1808,149 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 msgid "Invite to party" msgstr "" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 msgid " /create" msgstr "" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" - -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" diff --git a/po/es.po b/po/es.po index 6f250db8..e7336e21 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-10-15 01:37+0000\n" "Last-Translator: catalania \n" "Language-Team: Spanish \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Comprar" @@ -27,7 +28,7 @@ msgstr "Comprar" msgid "Price: %d GP / Total: %d GP" msgstr "Precio: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Salir" @@ -55,8 +56,8 @@ msgstr "Vender" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "Crear" msgid "Select Server" msgstr "Seleccionar personaje" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Crear" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Servidor:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Cambiar a OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "Conectando…" msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Usar" @@ -563,41 +559,39 @@ msgstr "Usar" msgid "Equipment" msgstr "Equipo" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventario" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "tirar" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "quitarselo" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Equipar" @@ -625,11 +619,11 @@ msgstr "Puerto:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Mantener" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrar" @@ -640,7 +634,7 @@ msgid "Status" msgstr "Estado" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Habilidades" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "Registrar" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Comerciar con %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Atacar a %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Hablar al NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Cancelar@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Recoger %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Equipar@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Equipar@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Usar@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Tirar@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Descripción@@" @@ -916,7 +914,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1075,37 +1073,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "Se necesita reiniciar para aplicar los cambios." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Habilidades" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Usar" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1158,16 +1155,16 @@ msgstr "Defensa %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1284,6 +1281,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1528,45 +1529,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1644,20 +1650,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "¿Seguro que quieres borrar este personaje?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1838,155 +1844,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventario" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Crear" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Color de pelo:" diff --git a/po/fi.po b/po/fi.po index 7e76ee69..b0d0a060 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-12-30 10:23+0000\n" "Last-Translator: ville-v \n" "Language-Team: Finnish \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Osta" @@ -27,7 +28,7 @@ msgstr "Osta" msgid "Price: %d GP / Total: %d GP" msgstr "Kappalehinta: %d GP / Yhteensä: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Sulje" @@ -55,8 +56,8 @@ msgstr "Myy" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -156,346 +157,341 @@ msgstr "Luo" msgid "Select Server" msgstr "Vaihda palvelinta" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Luo" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Palvelin:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Vaihdetaan OpenGL -toimintatilaan" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -549,13 +545,13 @@ msgstr "Yhdistetään..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Käytä" @@ -564,41 +560,39 @@ msgstr "Käytä" msgid "Equipment" msgstr "Varusteet" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Tavaraluettelo" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Pudota" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Poista varuste käytöstä" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Ota käyttöön" @@ -626,11 +620,11 @@ msgstr "Portti:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Rekisteröidy" @@ -641,7 +635,7 @@ msgid "Status" msgstr "Hahmon tiedot" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Taidot" @@ -672,7 +666,7 @@ msgstr "" msgid "Reset" msgstr "Rekisteröidy" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "Epäpelattava hahmo" @@ -680,74 +674,78 @@ msgstr "Epäpelattava hahmo" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Vaihda tavaroita %s kanssa@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Hyökkää %s kimppuun@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Puhu epäpelattavalle hahmolle@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Peruuta@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Poimi %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Ota varuste käyttöön@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Ota varuste käyttöön@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Käytä@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Pudota maahan@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Kuvaus@@" @@ -917,7 +915,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1076,37 +1074,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "Ohjelma pitää käynnistää uudelleen, jotta muutokset astuvat voimaan." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Taidot" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Käytä" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1159,16 +1156,16 @@ msgstr "Puolustus %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1285,6 +1282,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1529,45 +1530,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1645,20 +1651,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Oletko varma, että haluat poistaa tämän hahmon?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1839,155 +1845,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Tavaraluettelo" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Luo" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Hiusten väri:" diff --git a/po/fr.po b/po/fr.po index 8a51b872..c022f93f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-12-26 10:43+0000\n" "Last-Translator: Johan Serre \n" "Language-Team: French\n" @@ -18,7 +18,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Acheter" @@ -28,7 +29,7 @@ msgstr "Acheter" msgid "Price: %d GP / Total: %d GP" msgstr "Prix : %d PO / Total : %d PO" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Quitter" @@ -56,8 +57,8 @@ msgstr "Vendre" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -156,346 +157,341 @@ msgstr "Créer" msgid "Select Server" msgstr "Choix du personnage" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Créer" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Serveur :" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Changement OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -549,13 +545,13 @@ msgstr "Connexion..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Utiliser" @@ -564,41 +560,39 @@ msgstr "Utiliser" msgid "Equipment" msgstr "Équipement" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventaire" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Lâcher" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Retirer" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Équiper" @@ -626,11 +620,11 @@ msgstr "Port :" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Conserver" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "S'inscrire" @@ -641,7 +635,7 @@ msgid "Status" msgstr "Statut" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Compétences" @@ -672,7 +666,7 @@ msgstr "" msgid "Reset" msgstr "S'inscrire" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "PNJ" @@ -680,74 +674,78 @@ msgstr "PNJ" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Troquer avec %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Attaquer %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Parler au PNJ@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Annuler@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Ramasser %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Équiper@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Équiper@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Utiliser@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Lâcher@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Description@@" @@ -917,7 +915,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1080,37 +1078,36 @@ msgid "Restart your client or change maps for the change to take effect." msgstr "" "Les changements ne seront pris en compte qu'au prochain démarrage du jeu." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Compétences" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Utiliser" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1163,16 +1160,16 @@ msgstr "Défense %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1289,6 +1286,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1533,45 +1534,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1649,20 +1655,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Êtes-vous certain de vouloir supprimer ce personnage ?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1843,155 +1849,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventaire" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Créer" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Couleur des cheveux" diff --git a/po/he.po b/po/he.po index 6d9c6bbd..977c53ff 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-10-20 00:23+0000\n" "Last-Translator: Ddorda \n" "Language-Team: Hebrew \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "קנה" @@ -27,7 +28,7 @@ msgstr "קנה" msgid "Price: %d GP / Total: %d GP" msgstr "מחיר: %d זהב / סה\"כ %d זהב" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "יציאה" @@ -55,8 +56,8 @@ msgstr "מכר" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -156,346 +157,341 @@ msgstr "צור" msgid "Select Server" msgstr "החלף שרת" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "צור" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "שרת:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "משנה OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -549,13 +545,13 @@ msgstr "מתחבר..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "השתמש" @@ -564,41 +560,39 @@ msgstr "השתמש" msgid "Equipment" msgstr "ציוד" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "ציוד" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "השלך" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "הורד" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "החזק" @@ -626,11 +620,11 @@ msgstr "פורט:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "הרשם" @@ -641,7 +635,7 @@ msgid "Status" msgstr "מצב" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "כישורים" @@ -672,7 +666,7 @@ msgstr "" msgid "Reset" msgstr "הרשם" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -680,74 +674,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|סחור עם %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|תקוף את %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|דבר אל NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|ביטול@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|הרם %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|החזק@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|החזק@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Use@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|השלך@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|תיאור@@" @@ -917,7 +915,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1076,37 +1074,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "נדרש איתחול כדי שהשינויים יהיו ברי-תוקף." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "כישורים" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "השתמש" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1159,16 +1156,16 @@ msgstr "הגנה %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1285,6 +1282,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1529,45 +1530,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1645,20 +1651,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "האם אתה בטוח כי ברצונך למחוק את השחקן?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1839,155 +1845,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "ציוד" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "צור" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "צבע שיער:" diff --git a/po/hr.po b/po/hr.po index d11e1daf..d58b5edb 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-12-28 23:36+0000\n" "Last-Translator: Dino Paskvan \n" "Language-Team: Croatian \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kupi" @@ -27,7 +28,7 @@ msgstr "Kupi" msgid "Price: %d GP / Total: %d GP" msgstr "Cijena: %d zlatnika / Ukupno: %d zlatnika" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Izlaz" @@ -54,8 +55,8 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -154,345 +155,340 @@ msgstr "Stvori" msgid "Select Server" msgstr "" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Stvori" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -544,13 +540,13 @@ msgstr "Spajanje..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Upotrijebi" @@ -559,41 +555,39 @@ msgstr "Upotrijebi" msgid "Equipment" msgstr "Oprema" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Zalihe" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Ispusti" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Skini opremu" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Opremi" @@ -621,11 +615,11 @@ msgstr "" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registriraj se" @@ -636,7 +630,7 @@ msgid "Status" msgstr "Stanje" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Vještine" @@ -667,7 +661,7 @@ msgstr "" msgid "Reset" msgstr "Registriraj se" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "" @@ -675,72 +669,76 @@ msgstr "" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 msgid "@@trade|Trade With " msgstr "" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 msgid "@@attack|Attack " msgstr "" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "Skini opremu" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "" @@ -910,7 +908,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1066,37 +1064,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Vještine" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Upotrijebi" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1145,16 +1142,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1271,6 +1268,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1514,45 +1515,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1630,20 +1636,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Da li ste sigurni da želite obrisati ovog lika?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1824,155 +1830,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Zalihe" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Stvori" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Boja kose:" diff --git a/po/id.po b/po/id.po index 9083ca14..5404910e 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-03-26 09:11+0000\n" "Last-Translator: ActiveFile \n" "Language-Team: Indonesian \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Beli" @@ -27,7 +28,7 @@ msgstr "Beli" msgid "Price: %d GP / Total: %d GP" msgstr "Harga: %d GP / Jumlah: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Keluar" @@ -55,8 +56,8 @@ msgstr "Jual" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "Buat" msgid "Select Server" msgstr "Pilih Karakter" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Buat" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Mengubah OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "Menyambung..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Gunakan" @@ -563,41 +559,39 @@ msgstr "Gunakan" msgid "Equipment" msgstr "Perlengkapan" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventaris" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Jatuh" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "" @@ -625,11 +619,11 @@ msgstr "Port:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Pertahankan" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Mendaftar" @@ -640,7 +634,7 @@ msgid "Status" msgstr "Status" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Keahlian" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "Mendaftar" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Dagang Dengan %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Serang%s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Bicara dengan NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Batal@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Ambil %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Melengkapi@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Melengkapi@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Gunakan@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Buang@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Deskripsi@@" @@ -916,7 +914,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1075,37 +1073,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "Memulai dari awal di butuhkan untuk melihat efek" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Keahlian" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Gunakan" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1158,16 +1155,16 @@ msgstr "Pertahanan %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1284,6 +1281,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1528,45 +1529,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1644,20 +1650,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Apakah anda bersungguh-sungguh ingin menghapus karakter ini?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1838,155 +1844,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventaris" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Buat" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Warna Rambut:" diff --git a/po/it.po b/po/it.po index 55ccd26b..e04ef0dc 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2007-12-03 01:45+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Italian\n" @@ -19,7 +19,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Compra" @@ -29,7 +30,7 @@ msgstr "Compra" msgid "Price: %d GP / Total: %d GP" msgstr "Prezzo: %d GP / Totale: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Esci" @@ -57,8 +58,8 @@ msgstr "Vendi" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -157,346 +158,341 @@ msgstr "Create" msgid "Select Server" msgstr "Scelta Personaggio" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Create" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Modifica OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -550,13 +546,13 @@ msgstr "Connessione..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Usa" @@ -565,41 +561,39 @@ msgstr "Usa" msgid "Equipment" msgstr "Equipaggiamento" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventario" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Lascia" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Rimuovi" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Equipaggia" @@ -627,11 +621,11 @@ msgstr "Porta:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Mantieni" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registra" @@ -642,7 +636,7 @@ msgid "Status" msgstr "Stato" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Abilità" @@ -673,7 +667,7 @@ msgstr "" msgid "Reset" msgstr "Registra" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -681,74 +675,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Scambia Con %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Attacca %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Parla con NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Cancella@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Raccogli %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Equipaggia@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Equipaggia@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@usa|Usa@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Lascia@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Descrizione@@" @@ -918,7 +916,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1077,37 +1075,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "Riavvio necessario affinchè i cambiamenti abbiano effetto." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Abilità" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Usa" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1160,16 +1157,16 @@ msgstr "Difesa %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1286,6 +1283,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1530,45 +1531,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1646,20 +1652,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Sei sicuro di voler cancellare questo personaggio?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1840,155 +1846,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventario" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Create" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Colore Capelli" diff --git a/po/ja.po b/po/ja.po index 789a1f34..e1308cef 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-06-28 16:27+0000\n" "Last-Translator: fate \n" "Language-Team: Japanese \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "買う" @@ -27,7 +28,7 @@ msgstr "買う" msgid "Price: %d GP / Total: %d GP" msgstr "価格: %d GP / 合計: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "終了" @@ -54,8 +55,8 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -154,345 +155,340 @@ msgstr "作成" msgid "Select Server" msgstr "キャラを選択" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "作成" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "サーバ:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -546,13 +542,13 @@ msgstr "接続しています..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "使う" @@ -561,41 +557,39 @@ msgstr "使う" msgid "Equipment" msgstr "" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "" @@ -623,11 +617,11 @@ msgstr "ポート:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "" @@ -638,7 +632,7 @@ msgid "Status" msgstr "状態" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "" @@ -667,7 +661,7 @@ msgstr "" msgid "Reset" msgstr "" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "" @@ -675,73 +669,77 @@ msgstr "" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 msgid "@@trade|Trade With " msgstr "" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|%sを攻撃する@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|NPCを喋る@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|使う@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|使う@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "" @@ -911,7 +909,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1067,36 +1065,35 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 msgid "skills.xml" msgstr "" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "使う" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1145,16 +1142,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1271,6 +1268,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1514,45 +1515,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1630,20 +1636,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "このキャラは消してもいいですか?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1824,154 +1830,154 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 msgid "Invite to party" msgstr "" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "作成" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "髪の色:" diff --git a/po/nl.po b/po/nl.po index 421c0b96..3cfcb63c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-10-10 00:04+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Dutch\n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kopen" @@ -27,7 +28,7 @@ msgstr "Kopen" msgid "Price: %d GP / Total: %d GP" msgstr "" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Afsluiten" @@ -55,8 +56,8 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "Aanmaken" msgid "Select Server" msgstr "Kies Personage" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Aanmaken" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Veranderen van OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "Verbinden..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Gebruiken" @@ -563,41 +559,39 @@ msgstr "Gebruiken" msgid "Equipment" msgstr "Uitrusting" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventaris" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Neerleggen" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Afdoen" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Uitrusten" @@ -625,11 +619,11 @@ msgstr "Poort:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Behouden" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Aanmelden" @@ -640,7 +634,7 @@ msgid "Status" msgstr "Status" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Vaardigheden" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "Aanmelden" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Handelen met %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|%s aanvallen@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Praat met NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Annuleren@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|%s oppakken@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Uitrusten@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Uitrusten@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Gebruiken@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Neerleggen@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Beschrijving@@" @@ -916,7 +914,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1075,37 +1073,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "De veranderingen worden pas actief na opnieuw opstarten" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Vaardigheden" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Gebruiken" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1154,16 +1151,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1280,6 +1277,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1524,45 +1525,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1640,20 +1646,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Weet je zeker dat je deze personage wilt verwijderen?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1834,155 +1840,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventaris" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Aanmaken" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Haarkleur:" diff --git a/po/pl.po b/po/pl.po index 7b18329f..b0d0f951 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-10-10 05:26+0000\n" "Last-Translator: Michał Trzebiatowski \n" "Language-Team: \n" @@ -19,7 +19,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kup" @@ -29,7 +30,7 @@ msgstr "Kup" msgid "Price: %d GP / Total: %d GP" msgstr "Cena: %d GP / Razem: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Wyjdź" @@ -57,8 +58,8 @@ msgstr "Sprzedaj" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -157,346 +158,341 @@ msgstr "Stwórz" msgid "Select Server" msgstr "Wybierz postać" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Stwórz" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Serwer:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Zmień ustawienia OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -550,13 +546,13 @@ msgstr "Łączenie..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Użyj" @@ -565,41 +561,39 @@ msgstr "Użyj" msgid "Equipment" msgstr "Ekwipunek" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inwentarz" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Upuść" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Zdejmij" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Załóż" @@ -627,11 +621,11 @@ msgstr "Port:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Zachowaj" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Rejestruj" @@ -642,7 +636,7 @@ msgid "Status" msgstr "Stan" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Zdolności" @@ -673,7 +667,7 @@ msgstr "" msgid "Reset" msgstr "Rejestruj" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -681,74 +675,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Targ z %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Atakuj %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Rozmawiaj z NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Anuluj@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Podnieś %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Załóż@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Załóż@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Użyj@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Upuść@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Opis@@" @@ -918,7 +916,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1078,37 +1076,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "Wymagane ponowne uruchomienia aby zastosować zmiany." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Zdolności" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Użyj" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1161,16 +1158,16 @@ msgstr "Obrona %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1287,6 +1284,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1531,45 +1532,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1647,20 +1653,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Czy jesteś pewien, że chcesz usunąć tę postać?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1841,155 +1847,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inwentarz" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Stwórz" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Kolor włosów:" diff --git a/po/pt.po b/po/pt.po index c8609174..cd7c0d70 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-02-03 10:14+0000\n" "Last-Translator: Tiago Silva \n" "Language-Team: Portuguese \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Comprar" @@ -27,7 +28,7 @@ msgstr "Comprar" msgid "Price: %d GP / Total: %d GP" msgstr "Preço: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Sair" @@ -55,8 +56,8 @@ msgstr "Vender" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "Criar" msgid "Select Server" msgstr "Seleccione um Personagem" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Criar" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Servidor:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Mudando OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "Conectando..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Usar" @@ -563,41 +559,39 @@ msgstr "Usar" msgid "Equipment" msgstr "Equipamento" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventário" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Largar" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Desequipar" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Equipar" @@ -625,11 +619,11 @@ msgstr "Porta:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Manter" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registo" @@ -640,7 +634,7 @@ msgid "Status" msgstr "Estado" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Competências" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "Registo" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Negociar com %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Atacar %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Falar com o NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Cancelar@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Apanhar %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Equipar@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Equipar@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Usar@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Largar@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@descrição|Descrição@@" @@ -916,7 +914,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1075,37 +1073,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "É necessário reiniciar para as alterações terem efeito." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Competências" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Usar" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1166,16 +1163,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1292,6 +1289,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1536,45 +1537,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1652,20 +1658,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Tem a certeza que quer apagar este personagem" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1846,155 +1852,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventário" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Criar" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Cor de Cabelo:" diff --git a/po/pt_BR.po b/po/pt_BR.po index 0326b3f6..7f4bb8fa 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-12-14 21:37+0000\n" "Last-Translator: Enrico Nicoletto \n" "Language-Team: Brazilian Portuguese \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Comprar" @@ -27,7 +28,7 @@ msgstr "Comprar" msgid "Price: %d GP / Total: %d GP" msgstr "Preço: %d GP / Total: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Sair" @@ -55,8 +56,8 @@ msgstr "Vender" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "Criar" msgid "Select Server" msgstr "Selecionar personagem" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Criar" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Servidor:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Trocando OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "Conectando..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Usar" @@ -563,41 +559,39 @@ msgstr "Usar" msgid "Equipment" msgstr "Equipamento" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventório" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Descartar" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Desequipar" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Equipar" @@ -625,11 +619,11 @@ msgstr "Porta:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Manter" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrar" @@ -640,7 +634,7 @@ msgid "Status" msgstr "Status" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Habilidades" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "Registrar" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@Negociar|Negociar com %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@atacar|Atacar %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@falar|Falar com NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancelar|Cancelar@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pegar|Pegar %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@usar|Equipar@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@usar|Equipar@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@usar|Usar@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@descartar|Descartar@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@descrição|Descrição@@" @@ -916,7 +914,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1075,37 +1073,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "É preciso reiniciar para as mudanças terem efeito." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Habilidades" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Usar" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1158,16 +1155,16 @@ msgstr "Defesa %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1284,6 +1281,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1528,45 +1529,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1644,20 +1650,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Tem certeza de que deseja excluir este personagem?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1838,155 +1844,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventório" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Criar" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Cor do Cabelo:" diff --git a/po/ru.po b/po/ru.po index f33bb093..db077dd7 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-01-08 11:50+0000\n" "Last-Translator: idle sign \n" "Language-Team: Russian \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Купить" @@ -27,7 +28,7 @@ msgstr "Купить" msgid "Price: %d GP / Total: %d GP" msgstr "Стоимость: %d GP / Всегоl: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Выход" @@ -55,8 +56,8 @@ msgstr "Продать" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "Создать" msgid "Select Server" msgstr "Выбор персонажа" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Создать" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Сервер:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Переключение на OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "Соединение..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Использовать" @@ -563,41 +559,39 @@ msgstr "Использовать" msgid "Equipment" msgstr "Снаряжение" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Инвентарь" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Сбросить" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Снять" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Надеть" @@ -625,11 +619,11 @@ msgstr "Порт:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Оставить" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Зарегистрироваться" @@ -640,7 +634,7 @@ msgid "Status" msgstr "Состояние" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Умения" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "Зарегистрироваться" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Торговать с %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Атаковать %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Говорить с NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancelОтмена@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Подобрать %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Надеть@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Надеть@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Использовать@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Сбросить@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Описание@@" @@ -916,7 +914,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1075,37 +1073,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "Для вступления в силу выбранных настроек требуется перезагрузка игры." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Умения" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Использовать" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1158,16 +1155,16 @@ msgstr "Защита %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1284,6 +1281,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1528,45 +1529,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1644,20 +1650,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Вы уверены, что хотите удалить этого персонажа?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1838,155 +1844,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Инвентарь" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Создать" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Цвет волос:" diff --git a/po/sk.po b/po/sk.po index 2cd774d2..8fadb2cb 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-12-30 14:07+0000\n" "Last-Translator: TomasKovacik \n" "Language-Team: Slovak \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Kúpiť" @@ -27,7 +28,7 @@ msgstr "Kúpiť" msgid "Price: %d GP / Total: %d GP" msgstr "Cena: %d GP / Spolu: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Ukončiť" @@ -54,8 +55,8 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -154,345 +155,340 @@ msgstr "Vytvoriť" msgid "Select Server" msgstr "" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Vytvoriť" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -544,13 +540,13 @@ msgstr "" msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "" @@ -559,41 +555,39 @@ msgstr "" msgid "Equipment" msgstr "" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "" @@ -621,11 +615,11 @@ msgstr "" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "" @@ -636,7 +630,7 @@ msgid "Status" msgstr "" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "" @@ -665,7 +659,7 @@ msgstr "" msgid "Reset" msgstr "" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "" @@ -673,71 +667,75 @@ msgstr "" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 msgid "@@trade|Trade With " msgstr "" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 msgid "@@attack|Attack " msgstr "" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 msgid "@@use|Unequip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "" @@ -907,7 +905,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1063,35 +1061,34 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 msgid "skills.xml" msgstr "" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 msgid "use" msgstr "" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1139,16 +1136,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1262,6 +1259,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1505,45 +1506,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1621,20 +1627,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Naozaj chcete odstrániť túto postavu?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1811,154 +1817,154 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 msgid "Invite to party" msgstr "" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Vytvoriť" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Farba vlasov:" diff --git a/po/sv.po b/po/sv.po index 1213a38c..8f9514eb 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-05-07 19:04+0000\n" "Last-Translator: Kess Vargavind \n" "Language-Team: Swedish \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "Köp" @@ -27,7 +28,7 @@ msgstr "Köp" msgid "Price: %d GP / Total: %d GP" msgstr "Pris: %d GP / Totalt: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "Avsluta" @@ -55,8 +56,8 @@ msgstr "Sälj" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "Skapa" msgid "Select Server" msgstr "Välj karaktär" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "Skapa" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "Ändrar OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "Ansluter..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "Använd" @@ -563,41 +559,39 @@ msgstr "Använd" msgid "Equipment" msgstr "Utrustning" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "Inventarium" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "Släpp" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "Avrusta" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "Utrusta" @@ -625,11 +619,11 @@ msgstr "Port:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "Behåll" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "Registrera" @@ -640,7 +634,7 @@ msgid "Status" msgstr "Status" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "Färdigheter" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "Registrera" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@trade|Handla med %s@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@attack|Attackera %s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@talk|Prata med NPC@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@cancel|Avbryt@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|Plocka upp %s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@use|Utrusta@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@use|Utrusta@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@use|Använd@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@drop|Släpp@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@description|Beskrivning@@" @@ -916,7 +914,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1075,37 +1073,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "Omstart krävs för att ändringarna ska synas." -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "Färdigheter" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "Använd" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1158,16 +1155,16 @@ msgstr "Försvar %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1284,6 +1281,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1528,45 +1529,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1644,20 +1650,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "Är du säker på att du vill ta bort den här karaktären?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1838,155 +1844,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "Inventarium" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "Skapa" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "Hårfärg:" diff --git a/po/th.po b/po/th.po index 2df6c357..a41c8a9d 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-11-25 06:16+0000\n" "Last-Translator: Tharawut Paripaiboon \n" "Language-Team: Thai \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "ซื้อ" @@ -27,7 +28,7 @@ msgstr "ซื้อ" msgid "Price: %d GP / Total: %d GP" msgstr "ราคา: %d GP / ทั้งหมด: %d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "ออก" @@ -54,8 +55,8 @@ msgstr "" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -154,345 +155,340 @@ msgstr "สร้าง" msgid "Select Server" msgstr "" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "สร้าง" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 msgid "Changing prefix to " msgstr "" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -544,13 +540,13 @@ msgstr "กำลังเชื่อมต่อ..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "ใช้" @@ -559,41 +555,39 @@ msgstr "ใช้" msgid "Equipment" msgstr "" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "ทิ้ง" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "" @@ -621,11 +615,11 @@ msgstr "" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "สมัครสมาชิก" @@ -636,7 +630,7 @@ msgid "Status" msgstr "สถานะ" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "" @@ -666,7 +660,7 @@ msgstr "" msgid "Reset" msgstr "สมัครสมาชิก" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -674,71 +668,75 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 msgid "@@trade|Trade With " msgstr "" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 msgid "@@attack|Attack " msgstr "" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 msgid "@@use|Unequip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "" @@ -908,7 +906,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1064,36 +1062,35 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 msgid "skills.xml" msgstr "" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "ใช้" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1142,16 +1139,16 @@ msgstr "" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1268,6 +1265,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1511,45 +1512,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1627,20 +1633,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "คุณแน่ใจแล้วหรือที่จะลบตัวละครนี้?" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1821,154 +1827,154 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 msgid "Invite to party" msgstr "" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "สร้าง" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "สีผม:" diff --git a/po/zh_CN.po b/po/zh_CN.po index feed8d0e..a20235ae 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 13:00-0700\n" +"POT-Creation-Date: 2009-01-25 18:28-0700\n" "PO-Revision-Date: 2008-09-17 14:41+0000\n" "Last-Translator: luojie-dune \n" "Language-Team: Simplified Chinese \n" @@ -17,7 +17,8 @@ msgstr "" "X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" "X-Generator: Launchpad (build Unknown)\n" -#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:60 ../src/gui/buysell.cpp:34 +#: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 +#: ../src/gui/buysell.cpp:34 msgid "Buy" msgstr "买" @@ -27,7 +28,7 @@ msgstr "买" msgid "Price: %d GP / Total: %d GP" msgstr "价格:%d GP/总数:%d GP" -#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:656 +#: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" msgstr "退出" @@ -55,8 +56,8 @@ msgstr "出售" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 #: ../src/gui/connection.cpp:46 ../src/gui/item_amount.cpp:60 -#: ../src/gui/login.cpp:77 ../src/gui/npcintegerdialog.cpp:44 -#: ../src/gui/npclistdialog.cpp:42 ../src/gui/npcstringdialog.cpp:42 +#: ../src/gui/login.cpp:79 ../src/gui/npcintegerdialog.cpp:44 +#: ../src/gui/npclistdialog.cpp:44 ../src/gui/npcstringdialog.cpp:42 #: ../src/gui/register.cpp:93 ../src/gui/setup.cpp:60 ../src/gui/setup.cpp:121 #: ../src/gui/trade.cpp:65 ../src/gui/updatewindow.cpp:114 msgid "Cancel" @@ -155,346 +156,341 @@ msgstr "建立" msgid "Select Server" msgstr "选择较色" -#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:76 -#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:41 -#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:43 +#: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 +#: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 +#: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" msgstr "" -#: ../src/gui/chat.cpp:52 ../src/gui/colour.cpp:32 +#: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 #, fuzzy msgid "Chat" msgstr "建立" -#. Fix the owner of welcome message. -#: ../src/gui/chat.cpp:138 -msgid "Welcome" -msgstr "" - -#: ../src/gui/chat.cpp:150 +#: ../src/gui/chat.cpp:152 msgid "Global announcement: " msgstr "" -#: ../src/gui/chat.cpp:155 +#: ../src/gui/chat.cpp:157 #, c-format msgid "Global announcement from %s: " msgstr "" -#: ../src/gui/chat.cpp:169 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 +#: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "服务器:" -#: ../src/gui/chat.cpp:321 +#: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" msgstr "" -#: ../src/gui/chat.cpp:340 +#: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." msgstr "" -#: ../src/gui/chat.cpp:443 +#: ../src/gui/chat.cpp:479 msgid "Return toggles chat." msgstr "" -#: ../src/gui/chat.cpp:444 +#: ../src/gui/chat.cpp:480 msgid "Message closes chat." msgstr "" -#: ../src/gui/chat.cpp:454 +#: ../src/gui/chat.cpp:490 msgid "Return now toggles chat." msgstr "" -#: ../src/gui/chat.cpp:462 +#: ../src/gui/chat.cpp:498 msgid "Message now closes chat." msgstr "" -#: ../src/gui/chat.cpp:467 +#: ../src/gui/chat.cpp:503 msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -#: ../src/gui/chat.cpp:474 +#: ../src/gui/chat.cpp:510 msgid "Unknown party command... Type \"/help\" party for more information." msgstr "" -#: ../src/gui/chat.cpp:520 +#: ../src/gui/chat.cpp:556 msgid "No such spell!" msgstr "" -#: ../src/gui/chat.cpp:523 +#: ../src/gui/chat.cpp:559 msgid "The current server doesn't support spells" msgstr "" -#: ../src/gui/chat.cpp:558 ../src/gui/chat.cpp:563 +#: ../src/gui/chat.cpp:594 ../src/gui/chat.cpp:599 msgid "Present: " msgstr "" -#: ../src/gui/chat.cpp:559 +#: ../src/gui/chat.cpp:595 msgid "Attendance written to record log." msgstr "" -#: ../src/gui/chat.cpp:568 +#: ../src/gui/chat.cpp:604 msgid "Unknown command" msgstr "" -#: ../src/gui/chat.cpp:580 +#: ../src/gui/chat.cpp:616 msgid "Trade failed!" msgstr "" -#: ../src/gui/chat.cpp:583 +#: ../src/gui/chat.cpp:619 msgid "Emote failed!" msgstr "" -#: ../src/gui/chat.cpp:586 +#: ../src/gui/chat.cpp:622 msgid "Sit failed!" msgstr "" -#: ../src/gui/chat.cpp:589 +#: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" msgstr "" -#: ../src/gui/chat.cpp:592 +#: ../src/gui/chat.cpp:628 msgid "Could not join party!" msgstr "" -#: ../src/gui/chat.cpp:595 +#: ../src/gui/chat.cpp:631 msgid "Cannot shout!" msgstr "" -#: ../src/gui/chat.cpp:604 +#: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" msgstr "" -#: ../src/gui/chat.cpp:607 +#: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" msgstr "" -#: ../src/gui/chat.cpp:610 +#: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" msgstr "" -#: ../src/gui/chat.cpp:613 +#: ../src/gui/chat.cpp:649 msgid "You have no memos!" msgstr "" -#: ../src/gui/chat.cpp:616 +#: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" msgstr "" -#: ../src/gui/chat.cpp:619 +#: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" msgstr "" -#: ../src/gui/chat.cpp:622 +#: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" msgstr "" -#: ../src/gui/chat.cpp:625 +#: ../src/gui/chat.cpp:661 msgid "You need another red gem!" msgstr "" -#: ../src/gui/chat.cpp:628 +#: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" msgstr "" -#: ../src/gui/chat.cpp:631 +#: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" msgstr "" -#: ../src/gui/chat.cpp:634 +#: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" msgstr "" -#: ../src/gui/chat.cpp:643 +#: ../src/gui/chat.cpp:679 msgid "Warp failed..." msgstr "" -#: ../src/gui/chat.cpp:646 +#: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." msgstr "" -#: ../src/gui/chat.cpp:649 +#: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." msgstr "" -#: ../src/gui/chat.cpp:724 +#: ../src/gui/chat.cpp:768 msgid "The current party prefix is " msgstr "" -#: ../src/gui/chat.cpp:729 +#: ../src/gui/chat.cpp:773 msgid "Party prefix must be one character long." msgstr "" -#: ../src/gui/chat.cpp:735 +#: ../src/gui/chat.cpp:779 msgid "Cannot use a '/' as the prefix." msgstr "" -#: ../src/gui/chat.cpp:740 +#: ../src/gui/chat.cpp:784 #, fuzzy msgid "Changing prefix to " msgstr "改变成OpenGL" -#: ../src/gui/chat.cpp:750 +#: ../src/gui/chat.cpp:794 msgid "-- Help --" msgstr "" -#: ../src/gui/chat.cpp:753 +#: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" msgstr "" -#: ../src/gui/chat.cpp:754 +#: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" msgstr "" -#: ../src/gui/chat.cpp:755 +#: ../src/gui/chat.cpp:799 msgid "/help: Display this help" msgstr "" -#: ../src/gui/chat.cpp:757 +#: ../src/gui/chat.cpp:801 msgid "/msg : Alternate form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:758 +#: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" msgstr "" -#: ../src/gui/chat.cpp:760 +#: ../src/gui/chat.cpp:804 msgid "/toggle: Determine whether toggles the chat log." msgstr "" -#: ../src/gui/chat.cpp:762 +#: ../src/gui/chat.cpp:806 msgid "/where: Display map name" msgstr "" -#: ../src/gui/chat.cpp:763 +#: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" msgstr "" -#: ../src/gui/chat.cpp:764 +#: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " msgstr "" -#: ../src/gui/chat.cpp:766 +#: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" msgstr "" -#: ../src/gui/chat.cpp:767 +#: ../src/gui/chat.cpp:811 msgid "For more information, type /help " msgstr "" -#: ../src/gui/chat.cpp:771 +#: ../src/gui/chat.cpp:815 msgid "Command: /announce " msgstr "" -#: ../src/gui/chat.cpp:772 +#: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" msgstr "" -#: ../src/gui/chat.cpp:773 +#: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." msgstr "" -#: ../src/gui/chat.cpp:778 +#: ../src/gui/chat.cpp:822 msgid "Command: /clear" msgstr "" -#: ../src/gui/chat.cpp:779 +#: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." msgstr "" -#: ../src/gui/chat.cpp:784 +#: ../src/gui/chat.cpp:828 msgid "Command: /help" msgstr "" -#: ../src/gui/chat.cpp:785 +#: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." msgstr "" -#: ../src/gui/chat.cpp:787 +#: ../src/gui/chat.cpp:831 msgid "Command: /help " msgstr "" -#: ../src/gui/chat.cpp:788 +#: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" -#: ../src/gui/chat.cpp:796 +#: ../src/gui/chat.cpp:840 msgid "Command: /present" msgstr "" -#: ../src/gui/chat.cpp:797 +#: ../src/gui/chat.cpp:841 msgid "" "This command gets a list of players within hearing and sends it to either " "the record log if recording, or the chat log otherwise." msgstr "" -#: ../src/gui/chat.cpp:807 +#: ../src/gui/chat.cpp:851 msgid "Command: /toggle " msgstr "" -#: ../src/gui/chat.cpp:808 +#: ../src/gui/chat.cpp:852 msgid "" "This command sets whether the return key should toggle thechat log, or " "whether the chat log turns off automatically." msgstr "" -#: ../src/gui/chat.cpp:811 +#: ../src/gui/chat.cpp:855 msgid "" " can be one of \"1\", \"yes\", \"true\" to turn the toggle on, or \"0" "\", \"no\", \"false\" to turn the toggle off." msgstr "" -#: ../src/gui/chat.cpp:814 +#: ../src/gui/chat.cpp:858 msgid "Command: /toggle" msgstr "" -#: ../src/gui/chat.cpp:815 +#: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." msgstr "" -#: ../src/gui/chat.cpp:819 +#: ../src/gui/chat.cpp:863 msgid "Command: /where" msgstr "" -#: ../src/gui/chat.cpp:820 +#: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" -#: ../src/gui/chat.cpp:825 +#: ../src/gui/chat.cpp:869 msgid "Command: /msg " msgstr "" -#: ../src/gui/chat.cpp:826 +#: ../src/gui/chat.cpp:870 msgid "Command: /whisper " msgstr "" -#: ../src/gui/chat.cpp:827 +#: ../src/gui/chat.cpp:871 msgid "Command: /w " msgstr "" -#: ../src/gui/chat.cpp:828 +#: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." msgstr "" -#: ../src/gui/chat.cpp:830 +#: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." msgstr "" -#: ../src/gui/chat.cpp:835 +#: ../src/gui/chat.cpp:879 msgid "Command: /who" msgstr "" -#: ../src/gui/chat.cpp:836 +#: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." msgstr "" -#: ../src/gui/chat.cpp:841 +#: ../src/gui/chat.cpp:885 msgid "Unknown command." msgstr "" -#: ../src/gui/chat.cpp:842 +#: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." msgstr "" @@ -548,13 +544,13 @@ msgstr "连接中..." msgid "Unable to load selection.png" msgstr "" -#: ../src/gui/emotewindow.cpp:38 ../src/gui/emotewindow.cpp:40 +#: ../src/gui/emotewindow.cpp:40 ../src/gui/emotewindow.cpp:42 #: ../src/gui/menuwindow.cpp:68 ../src/gui/menuwindow.cpp:121 msgid "Emote" msgstr "" -#: ../src/gui/emotewindow.cpp:46 ../src/gui/inventorywindow.cpp:54 -#: ../src/gui/inventorywindow.cpp:207 ../src/gui/skill.cpp:132 +#: ../src/gui/emotewindow.cpp:49 ../src/gui/inventorywindow.cpp:60 +#: ../src/gui/inventorywindow.cpp:188 ../src/gui/skill.cpp:141 msgid "Use" msgstr "使用" @@ -563,41 +559,39 @@ msgstr "使用" msgid "Equipment" msgstr "装备" -#: ../src/gui/help.cpp:32 +#: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" msgstr "" -#: ../src/gui/help.cpp:40 +#: ../src/gui/help.cpp:43 msgid "Close" msgstr "" -#: ../src/gui/inventorywindow.cpp:45 ../src/gui/inventorywindow.cpp:47 +#: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" msgstr "清单" -#: ../src/gui/inventorywindow.cpp:55 +#: ../src/gui/inventorywindow.cpp:61 msgid "Drop" msgstr "丢弃" #. Adjust widgets -#: ../src/gui/inventorywindow.cpp:66 ../src/gui/inventorywindow.cpp:100 -msgid "Weight: " -msgstr "" - -#: ../src/gui/inventorywindow.cpp:67 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 +#, c-format +msgid "Weight: %d g / %d g" msgstr "" -#: ../src/gui/inventorywindow.cpp:101 -msgid " g Slots: " +#: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 +#, c-format +msgid "Slots used: %d / %d" msgstr "" -#: ../src/gui/inventorywindow.cpp:200 +#: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" msgstr "卸下装备" -#: ../src/gui/inventorywindow.cpp:203 +#: ../src/gui/inventorywindow.cpp:185 msgid "Equip" msgstr "装备" @@ -625,11 +619,11 @@ msgstr "端口:" msgid "Recent:" msgstr "" -#: ../src/gui/login.cpp:75 +#: ../src/gui/login.cpp:77 msgid "Keep" msgstr "保持" -#: ../src/gui/login.cpp:78 ../src/gui/register.cpp:76 +#: ../src/gui/login.cpp:80 ../src/gui/register.cpp:76 #: ../src/gui/register.cpp:92 msgid "Register" msgstr "注册" @@ -640,7 +634,7 @@ msgid "Status" msgstr "状态" #: ../src/gui/menuwindow.cpp:66 ../src/gui/menuwindow.cpp:113 -#: ../src/gui/skill.cpp:117 ../src/gui/skill.cpp:124 +#: ../src/gui/skill.cpp:123 ../src/gui/skill.cpp:130 msgid "Skills" msgstr "技能" @@ -671,7 +665,7 @@ msgstr "" msgid "Reset" msgstr "注册" -#: ../src/gui/npclistdialog.cpp:32 ../src/gui/npc_text.cpp:32 +#: ../src/gui/npclistdialog.cpp:34 ../src/gui/npc_text.cpp:36 msgid "NPC" msgstr "NPC" @@ -679,74 +673,78 @@ msgstr "NPC" msgid "NPC Text Request" msgstr "" -#: ../src/gui/popupmenu.cpp:81 +#: ../src/gui/popupmenu.cpp:82 #, fuzzy msgid "@@trade|Trade With " msgstr "@@交易|与%s交易@@" -#: ../src/gui/popupmenu.cpp:82 +#: ../src/gui/popupmenu.cpp:83 #, fuzzy msgid "@@attack|Attack " msgstr "@@攻击|攻击%s@@" -#: ../src/gui/popupmenu.cpp:88 +#: ../src/gui/popupmenu.cpp:89 msgid "@@friend|Befriend " msgstr "" -#: ../src/gui/popupmenu.cpp:91 +#: ../src/gui/popupmenu.cpp:92 msgid "@@disregard|Disregard " msgstr "" -#: ../src/gui/popupmenu.cpp:92 +#: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:96 ../src/gui/popupmenu.cpp:101 +#: ../src/gui/popupmenu.cpp:97 ../src/gui/popupmenu.cpp:102 msgid "@@unignore|Un-Ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:97 +#: ../src/gui/popupmenu.cpp:98 msgid "@@ignore|Completely ignore " msgstr "" -#: ../src/gui/popupmenu.cpp:109 +#: ../src/gui/popupmenu.cpp:110 msgid "@@party-invite|Invite " msgstr "" #. NPCs can be talked to (single option, candidate for removal #. unless more options would be added) -#: ../src/gui/popupmenu.cpp:117 +#: ../src/gui/popupmenu.cpp:118 msgid "@@talk|Talk To NPC@@" msgstr "@@谈话|和NPC谈话@@" -#: ../src/gui/popupmenu.cpp:127 ../src/gui/popupmenu.cpp:143 -#: ../src/gui/popupmenu.cpp:302 +#: ../src/gui/popupmenu.cpp:128 ../src/gui/popupmenu.cpp:144 +#: ../src/gui/popupmenu.cpp:309 msgid "@@cancel|Cancel@@" msgstr "@@取消|取消@@" -#: ../src/gui/popupmenu.cpp:139 +#: ../src/gui/popupmenu.cpp:140 #, c-format msgid "@@pickup|Pick Up %s@@" msgstr "@@捡起|捡起%s@@" -#: ../src/gui/popupmenu.cpp:292 +#: ../src/gui/popupmenu.cpp:298 #, fuzzy msgid "@@use|Unequip@@" msgstr "@@使用|装备@@" -#: ../src/gui/popupmenu.cpp:294 +#: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" msgstr "@@使用|装备@@" -#: ../src/gui/popupmenu.cpp:297 +#: ../src/gui/popupmenu.cpp:303 msgid "@@use|Use@@" msgstr "@@使用|使用@@" -#: ../src/gui/popupmenu.cpp:299 +#: ../src/gui/popupmenu.cpp:305 msgid "@@drop|Drop@@" msgstr "@@丢弃|丢弃@@" -#: ../src/gui/popupmenu.cpp:300 +#: ../src/gui/popupmenu.cpp:306 +msgid "@@chat|Add to Chat@@" +msgstr "" + +#: ../src/gui/popupmenu.cpp:307 msgid "@@description|Description@@" msgstr "@@描述|描述@@" @@ -916,7 +914,7 @@ msgstr "" msgid "Ignored" msgstr "" -#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:78 +#: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" msgstr "" @@ -1075,37 +1073,36 @@ msgstr "" msgid "Restart your client or change maps for the change to take effect." msgstr "只有改变生效后才能重启" -#: ../src/gui/skill.cpp:39 +#: ../src/gui/skill.cpp:41 #, fuzzy msgid "skills.xml" msgstr "技能" -#: ../src/gui/skill.cpp:130 ../src/gui/skill.cpp:186 +#: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "Up" msgstr "" -#: ../src/gui/skill.cpp:131 +#: ../src/gui/skill.cpp:140 msgid "inc" msgstr "" -#: ../src/gui/skill.cpp:132 +#: ../src/gui/skill.cpp:141 #, fuzzy msgid "use" msgstr "使用" -#: ../src/gui/skill.cpp:257 +#: ../src/gui/skill.cpp:266 #, c-format msgid "Error loading skills file: %s" msgstr "" -#: ../src/gui/speechbubble.cpp:35 ../src/net/playerhandler.cpp:193 -#: ../src/net/playerhandler.cpp:248 -msgid "Message" +#: ../src/gui/speechbubble.cpp:38 +msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 @@ -1158,16 +1155,16 @@ msgstr "防护 %+d" #: ../src/gui/status.cpp:134 #, c-format -msgid "\\% Accuracy:" +msgid "% Accuracy:" msgstr "" #: ../src/gui/status.cpp:135 #, c-format -msgid "\\% Evade:" +msgid "% Evade:" msgstr "" #: ../src/gui/status.cpp:136 -msgid "\\% Reflex:" +msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 @@ -1284,6 +1281,10 @@ msgstr "" msgid "Completed" msgstr "" +#: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 +msgid "Message" +msgstr "" + #: ../src/net/playerhandler.cpp:194 msgid "" "You are carrying more then half your weight. You are unable to regain health." @@ -1528,45 +1529,50 @@ msgstr "" msgid "EmoteDB: Warning, unknown emote ID %d requested" msgstr "" -#: ../src/resources/itemdb.cpp:52 +#: ../src/resources/itemdb.cpp:53 msgid "Initializing item database..." msgstr "" -#: ../src/resources/itemdb.cpp:55 +#: ../src/resources/itemdb.cpp:56 msgid "Unknown item" msgstr "" -#: ../src/resources/itemdb.cpp:60 +#: ../src/resources/itemdb.cpp:61 msgid "items.xml" msgstr "" -#: ../src/resources/itemdb.cpp:65 +#: ../src/resources/itemdb.cpp:66 msgid "ItemDB: Error while loading items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:77 +#: ../src/resources/itemdb.cpp:78 msgid "ItemDB: Invalid or missing item ID in items.xml!" msgstr "" -#: ../src/resources/itemdb.cpp:82 +#: ../src/resources/itemdb.cpp:83 #, c-format msgid "ItemDB: Redefinition of item ID %d" msgstr "" -#: ../src/resources/itemdb.cpp:99 +#: ../src/resources/itemdb.cpp:101 msgid "Unnamed" msgstr "" -#: ../src/resources/itemdb.cpp:142 +#: ../src/resources/itemdb.cpp:146 +#, c-format +msgid "ItemDB: Duplicate name of item found item %d" +msgstr "" + +#: ../src/resources/itemdb.cpp:172 msgid "Unloading item database..." msgstr "" -#: ../src/resources/itemdb.cpp:160 +#: ../src/resources/itemdb.cpp:190 #, c-format msgid "ItemDB: Error, unknown item ID# %d" msgstr "" -#: ../src/resources/itemdb.cpp:199 +#: ../src/resources/itemdb.cpp:246 #, c-format msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" @@ -1644,20 +1650,20 @@ msgstr "" msgid "Ignoring incoming trade requests" msgstr "" -#: ../src/game.cpp:544 +#: ../src/game.cpp:546 msgid "Accepting incoming trade requests" msgstr "" -#: ../src/game.cpp:656 +#: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" msgstr "你确定想删除这个较色" -#: ../src/game.cpp:662 +#: ../src/game.cpp:648 msgid "no" msgstr "" -#: ../src/game.cpp:804 +#: ../src/game.cpp:788 #, c-format msgid "Warning: guichan input exception: %s" msgstr "" @@ -1838,155 +1844,155 @@ msgstr "" msgid "Connecting to account server..." msgstr "" -#: ../src/party.cpp:54 +#: ../src/party.cpp:55 msgid "Not yet implemented!" msgstr "" -#: ../src/party.cpp:63 +#: ../src/party.cpp:64 msgid "Party command not known." msgstr "" -#: ../src/party.cpp:70 +#: ../src/party.cpp:71 msgid "Party name is missing." msgstr "" -#: ../src/party.cpp:83 +#: ../src/party.cpp:84 msgid "Left party." msgstr "" -#: ../src/party.cpp:91 +#: ../src/party.cpp:92 msgid "Party successfully created." msgstr "" -#: ../src/party.cpp:96 +#: ../src/party.cpp:97 msgid "Could not create party." msgstr "" -#: ../src/party.cpp:105 +#: ../src/party.cpp:106 #, c-format msgid "%s is already a member of a party." msgstr "" -#: ../src/party.cpp:109 +#: ../src/party.cpp:110 #, c-format msgid "%s refused your invitation." msgstr "" -#: ../src/party.cpp:113 +#: ../src/party.cpp:114 #, c-format msgid "%s is now a member of your party." msgstr "" -#: ../src/party.cpp:125 +#: ../src/party.cpp:126 msgid "You can't have a blank party name!" msgstr "" -#: ../src/party.cpp:129 +#: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" msgstr "清单" -#: ../src/party.cpp:130 +#: ../src/party.cpp:131 #, c-format msgid "%s invites you to join the %s party, do you accept?" msgstr "" -#: ../src/party.cpp:148 +#: ../src/party.cpp:149 #, c-format msgid "%s has left your party." msgstr "" -#: ../src/party.cpp:159 +#: ../src/party.cpp:161 msgid "Party chat received, but being is not a player" msgstr "" -#: ../src/party.cpp:176 +#: ../src/party.cpp:171 +msgid "/party : Party commands." +msgstr "" + +#: ../src/party.cpp:178 msgid "Command: /party " msgstr "" -#: ../src/party.cpp:177 +#: ../src/party.cpp:179 msgid "where can be one of:" msgstr "" -#: ../src/party.cpp:178 +#: ../src/party.cpp:180 msgid " /new" msgstr "" -#: ../src/party.cpp:179 +#: ../src/party.cpp:181 #, fuzzy msgid " /create" msgstr "建立" -#: ../src/party.cpp:180 +#: ../src/party.cpp:182 msgid " /prefix" msgstr "" -#: ../src/party.cpp:181 +#: ../src/party.cpp:183 msgid " /leave" msgstr "" -#: ../src/party.cpp:182 +#: ../src/party.cpp:184 msgid "This command implements the partying function." msgstr "" -#: ../src/party.cpp:184 +#: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" -#: ../src/party.cpp:190 +#: ../src/party.cpp:192 msgid "Command: /party new " msgstr "" -#: ../src/party.cpp:191 +#: ../src/party.cpp:193 msgid "Command: /party create " msgstr "" -#: ../src/party.cpp:192 +#: ../src/party.cpp:194 msgid "These commands create a new party " msgstr "" -#: ../src/party.cpp:199 +#: ../src/party.cpp:201 msgid "This command sets the party prefix character." msgstr "" -#: ../src/party.cpp:201 +#: ../src/party.cpp:203 msgid "" "Any message preceded by is sent to the party instead of " "everyone." msgstr "" -#: ../src/party.cpp:203 +#: ../src/party.cpp:205 msgid "Command: /party prefix" msgstr "" -#: ../src/party.cpp:204 +#: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" -#: ../src/party.cpp:212 +#: ../src/party.cpp:214 msgid "Command: /party leave" msgstr "" -#: ../src/party.cpp:213 +#: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" -#: ../src/party.cpp:217 +#: ../src/party.cpp:219 msgid "Unknown /party command." msgstr "" -#: ../src/party.cpp:218 +#: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#: ../src/party.cpp:169 -msgid "/party : Party commands." -msgstr "" - #, fuzzy #~ msgid "Color:" #~ msgstr "头发颜色" -- cgit v1.2.3-60-g2f50 From 3af5ae54fc5a7fd7b0a6eab778a857b0899ef8f2 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 25 Jan 2009 23:35:48 +0100 Subject: Updated all translation files --- po/ar.po | 34 +---- po/ca.po | 6 +- po/cs.po | 21 +-- po/da.po | 33 ++--- po/de.po | 287 +++++++++++++++++-------------------- po/en_GB.po | 28 +--- po/eo.po | 2 +- po/es.po | 32 +---- po/fi.po | 32 +---- po/fr.po | 32 +---- po/he.po | 32 +---- po/hr.po | 29 +--- po/id.po | 32 +---- po/it.po | 32 +---- po/ja.po | 29 +--- po/nl.po | 233 ++++++++++++++---------------- po/pl.po | 32 +---- po/pt.po | 32 +---- po/pt_BR.po | 448 ++++++++++++++++++++++++++++----------------------------- po/ru.po | 32 +---- po/sk.po | 29 +--- po/sv.po | 32 +---- po/th.po | 13 +- po/zh_CN.po | 468 ++++++++++++++++++++++++++++++------------------------------ 24 files changed, 762 insertions(+), 1218 deletions(-) (limited to 'po') diff --git a/po/ar.po b/po/ar.po index 5cc16db9..01d1d025 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-07-16 18:28+0000\n" "Last-Translator: صقر بن عبدالله \n" "Language-Team: Arabic \n" @@ -328,8 +328,9 @@ msgid "Cannot use a '/' as the prefix." msgstr "" #: ../src/gui/chat.cpp:784 +#, fuzzy msgid "Changing prefix to " -msgstr "" +msgstr "تغيير OpenGL" #: ../src/gui/chat.cpp:794 msgid "-- Help --" @@ -831,9 +832,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "لون الشعر:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1452,9 +1452,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@تجارة|متاجرة مع %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1992,29 +1991,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#~ msgid "Color:" -#~ msgstr "لون الشعر:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "الوصف: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "التأثير: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "الاسم:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "التأثير: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "الوصف: %s" - #~ msgid "Unregister" #~ msgstr "إلغاء التسجيل" diff --git a/po/ca.po b/po/ca.po index c081f406..02a59b21 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-07-03 17:21+0000\n" "Last-Translator: Habari \n" "Language-Team: Catalan \n" @@ -1956,7 +1956,3 @@ msgstr "" #: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "nom" diff --git a/po/cs.po b/po/cs.po index 8058838d..343646c9 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-12-17 16:31+0000\n" "Last-Translator: Lubos \n" "Language-Team: Czech \n" @@ -828,9 +828,8 @@ msgid "Keyboard" msgstr "Klávesnice" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Barva vlasů:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1983,22 +1982,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Barva vlasů:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Popis: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Jméno:" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Popis: %s" - #~ msgid "Remember Username" #~ msgstr "Zapamatovat uživatelské jméno" diff --git a/po/da.po b/po/da.po index 6581fb79..f0be3f84 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-12-28 14:45+0000\n" "Last-Translator: GonzoDark AKA IchigoBlack \n" "Language-Team: Danish \n" @@ -169,6 +169,7 @@ msgid "Chat" msgstr "Chat" #: ../src/gui/chat.cpp:152 +#, fuzzy msgid "Global announcement: " msgstr "Global meddelelse: " @@ -592,9 +593,9 @@ msgstr "Smid" #. Adjust widgets #: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 -#, c-format +#, fuzzy, c-format msgid "Weight: %d g / %d g" -msgstr "" +msgstr "Vægt: " #: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 #, c-format @@ -1180,7 +1181,6 @@ msgid "% Evade:" msgstr "% Undvig:" #: ../src/gui/status.cpp:136 -#, fuzzy msgid "% Reflex:" msgstr "% Refleks:" @@ -1730,11 +1730,11 @@ msgstr " kan ikke laves, men det findes ikke! Lukker." #: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" -msgstr "Starter Aethyra Version %s" +msgstr "" #: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" -msgstr "Starter Aethyra - Version er ikke defineret" +msgstr "" #. Initialize SDL #: ../src/main.cpp:297 @@ -1815,7 +1815,7 @@ msgstr " -v --version : Viser den nuværende version" #: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " -msgstr "Aethyra version " +msgstr "" #: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" @@ -2034,8 +2034,15 @@ msgstr "Ukendt kommando" msgid "Type /help party for a list of options." msgstr "Skriv /help for at få en liste med kommandoer" -#~ msgid "Weight: " -#~ msgstr "Vægt: " +#, fuzzy +#~ msgid "%s whispers:" +#~ msgstr "Tillad hviskere" + +#~ msgid "Remember Username" +#~ msgstr "Husk Brugernavn" + +#~ msgid "Welcome" +#~ msgstr "Velkommen" #~ msgid " g Slots: " #~ msgstr " g Pladser: " @@ -2043,9 +2050,6 @@ msgstr "Skriv /help for at få en liste med kommandoer" #~ msgid " g Slots: " #~ msgstr " g Pladser: " -#~ msgid "Welcome" -#~ msgstr "Velkommen" - #, fuzzy #~ msgid "Color:" #~ msgstr "Farve:" @@ -2070,9 +2074,6 @@ msgstr "Skriv /help for at få en liste med kommandoer" #~ msgid "Description: " #~ msgstr "Beskrivelse: " -#~ msgid "Remember Username" -#~ msgstr "Husk Brugernavn" - #~ msgid "Account and Character Management" #~ msgstr "Ret konto og karakter" @@ -2131,7 +2132,7 @@ msgstr "Skriv /help for at få en liste med kommandoer" #~ msgstr "E-mail:" #~ msgid "Choose your Mana World Server" -#~ msgstr "Vælg din Aethyra Server" +#~ msgstr "Vælg din Mana World Server" #~ msgid "Please type both the address and the port of a server." #~ msgstr "Skriv både adressen og porten på serveren." diff --git a/po/de.po b/po/de.po index c6875299..f231780f 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" -"PO-Revision-Date: 2008-10-13 00:25+0000\n" -"Last-Translator: Aeneas Jaißle \n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" +"PO-Revision-Date: 2009-01-19 20:15+0000\n" +"Last-Translator: Bjørn Lindeijer \n" "Language-Team: German\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Launchpad-Export-Date: 2009-01-25 22:24+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 @@ -45,9 +45,8 @@ msgid "Effect: %s" msgstr "Effekt: %s" #: ../src/gui/buysell.cpp:30 -#, fuzzy msgid "Shop" -msgstr "Stopp" +msgstr "Geschäft" #: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" @@ -95,9 +94,9 @@ msgstr "Stufe: %d" #: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 #: ../src/gui/char_select.cpp:188 -#, fuzzy, c-format +#, c-format msgid "Job Level: %d" -msgstr "Stufe: %d" +msgstr "" #: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format @@ -128,7 +127,7 @@ msgstr "Ok" #: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" -msgstr "" +msgstr "Gold: %d" #: ../src/gui/char_select.cpp:247 msgid "Create Character" @@ -152,15 +151,14 @@ msgid "Create" msgstr "Erstellen" #: ../src/gui/char_server.cpp:51 -#, fuzzy msgid "Select Server" -msgstr "Spielfigur auswählen" +msgstr "Server auswählen" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 #: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 #: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" -msgstr "" +msgstr "Ok" #: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 @@ -184,7 +182,7 @@ msgstr "Server:" #: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" -msgstr "" +msgstr "Flüsternd zu %s: %s" #: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." @@ -233,23 +231,23 @@ msgstr "" #: ../src/gui/chat.cpp:604 msgid "Unknown command" -msgstr "" +msgstr "Unbekannter Befehl" #: ../src/gui/chat.cpp:616 msgid "Trade failed!" -msgstr "" +msgstr "Handel fehlgeschlagen!" #: ../src/gui/chat.cpp:619 msgid "Emote failed!" -msgstr "" +msgstr "Emote fehlgeschlagen!" #: ../src/gui/chat.cpp:622 msgid "Sit failed!" -msgstr "" +msgstr "Sitzen fehlgeschlagen!" #: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" -msgstr "" +msgstr "Chat-Erstellung fehlgeschlagen!" #: ../src/gui/chat.cpp:628 msgid "Could not join party!" @@ -277,43 +275,43 @@ msgstr "" #: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" -msgstr "" +msgstr "Du kannst dies momentan nicht tun!" #: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" -msgstr "" +msgstr "Schmalhans ist dein Küchenmeister... ;-)" #: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" -msgstr "" +msgstr "Du kannst diese Fähigkeit nicht mit dieser Waffenart benutzen!" #: ../src/gui/chat.cpp:661 msgid "You need another red gem!" -msgstr "" +msgstr "Du brauchst noch einen roten Edelstein!" #: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" -msgstr "" +msgstr "Du brauchst noch einen blauen Edelstein!" #: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" -msgstr "" +msgstr "Du schleppst zuviel herum um das zu machen!" #: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" -msgstr "" +msgstr "Eha? Was ist das?" #: ../src/gui/chat.cpp:679 msgid "Warp failed..." -msgstr "" +msgstr "Warp fehlgeschlagen..." #: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." -msgstr "" +msgstr "Konnte nichts stehlen..." #: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." -msgstr "" +msgstr "Das Gift hatte keine Wirkung..." #: ../src/gui/chat.cpp:768 msgid "The current party prefix is " @@ -488,7 +486,7 @@ msgstr "" #: ../src/gui/chat.cpp:885 msgid "Unknown command." -msgstr "" +msgstr "Unbekannter Befehl." #: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." @@ -499,12 +497,14 @@ msgid "GM" msgstr "" #: ../src/gui/colour.cpp:34 +#, fuzzy msgid "Player" -msgstr "" +msgstr "Spieler" #: ../src/gui/colour.cpp:35 +#, fuzzy msgid "Whisper" -msgstr "" +msgstr "%s flüstert:" #: ../src/gui/colour.cpp:36 msgid "Is" @@ -513,7 +513,7 @@ msgstr "" #: ../src/gui/colour.cpp:37 #, fuzzy msgid "Party" -msgstr "Port:" +msgstr "Los!" #: ../src/gui/colour.cpp:38 #, fuzzy @@ -561,11 +561,11 @@ msgstr "Ausrüstung" #: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" -msgstr "" +msgstr "Hilfe" #: ../src/gui/help.cpp:43 msgid "Close" -msgstr "" +msgstr "Schließen" #: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 @@ -578,14 +578,14 @@ msgstr "Wegwerfen" #. Adjust widgets #: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 -#, c-format +#, fuzzy, c-format msgid "Weight: %d g / %d g" -msgstr "" +msgstr "Gewicht: %d / %d" #: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 #, c-format msgid "Slots used: %d / %d" -msgstr "" +msgstr "Sockel benutzt: %d / %d" #: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" @@ -724,9 +724,8 @@ msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|%s aufheben@@" #: ../src/gui/popupmenu.cpp:298 -#, fuzzy msgid "@@use|Unequip@@" -msgstr "@@use|Ausrüsten@@" +msgstr "" #: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" @@ -834,11 +833,11 @@ msgstr "Tastatur" #: ../src/gui/setup.cpp:97 #, fuzzy msgid "Colors" -msgstr "Haarfarbe" +msgstr "Schließen" #: ../src/gui/setup.cpp:101 msgid "Players" -msgstr "" +msgstr "Spieler" #: ../src/gui/setup_colours.cpp:53 msgid "Red: " @@ -874,12 +873,11 @@ msgstr "Kreise den Steuerknüppel" #: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" -msgstr "" +msgstr "Zuordnen" #: ../src/gui/setup_keyboard.cpp:91 -#, fuzzy msgid "Default" -msgstr "Löschen" +msgstr "Standard" #: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." @@ -890,21 +888,20 @@ msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" #: ../src/gui/setup_players.cpp:54 -#, fuzzy msgid "Name" -msgstr "Name :" +msgstr "Name" #: ../src/gui/setup_players.cpp:55 msgid "Relation" -msgstr "" +msgstr "Beziehung" #: ../src/gui/setup_players.cpp:59 msgid "Neutral" -msgstr "" +msgstr "Neutral" #: ../src/gui/setup_players.cpp:60 msgid "Friend" -msgstr "" +msgstr "Freund" #: ../src/gui/setup_players.cpp:61 msgid "Disregarded" @@ -912,7 +909,7 @@ msgstr "" #: ../src/gui/setup_players.cpp:62 msgid "Ignored" -msgstr "" +msgstr "Ignoriert" #: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" @@ -920,15 +917,15 @@ msgstr "" #: ../src/gui/setup_players.cpp:216 msgid "Save player list" -msgstr "" +msgstr "Spielerliste sichern" #: ../src/gui/setup_players.cpp:218 msgid "Allow trading" -msgstr "" +msgstr "Handeln erlauben" #: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" -msgstr "" +msgstr "Flüstern erlauben" #: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" @@ -1006,11 +1003,11 @@ msgstr "Hoch" #: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" -msgstr "" +msgstr "Mittel" #: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" -msgstr "" +msgstr "max" #: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " @@ -1087,7 +1084,7 @@ msgstr "" #: ../src/gui/skill.cpp:140 msgid "Up" -msgstr "" +msgstr "Erhöhen" #: ../src/gui/skill.cpp:140 msgid "inc" @@ -1108,95 +1105,85 @@ msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 -#, fuzzy, c-format +#, c-format msgid "Job: %d" -msgstr "Stufe: %d" +msgstr "" #: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 -#, fuzzy, c-format +#, c-format msgid "Money: %d GP" -msgstr "Geld: %d" +msgstr "Geld: %d GP" #. ---------------------- #. Stats Part #. ---------------------- #. Static Labels #: ../src/gui/status.cpp:125 -#, fuzzy msgid "Stats" -msgstr "Status" +msgstr "Statistiken" #: ../src/gui/status.cpp:126 msgid "Total" -msgstr "" +msgstr "Gesamt" #: ../src/gui/status.cpp:127 msgid "Cost" -msgstr "" +msgstr "Preis" #. Derived Stats #: ../src/gui/status.cpp:130 -#, fuzzy msgid "Attack:" -msgstr "Angriff %+d" +msgstr "Angriff:" #: ../src/gui/status.cpp:131 -#, fuzzy msgid "Defense:" -msgstr "Verteidigung %+d" +msgstr "Verteidigung:" #: ../src/gui/status.cpp:132 -#, fuzzy msgid "M.Attack:" -msgstr "Angriff %+d" +msgstr "M.Angriff:" #: ../src/gui/status.cpp:133 -#, fuzzy msgid "M.Defense:" -msgstr "Verteidigung %+d" +msgstr "M.Verteidigung:" #: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" -msgstr "" +msgstr "% Genauigkeit" #: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" -msgstr "" +msgstr "% Ausweichen:" #: ../src/gui/status.cpp:136 msgid "% Reflex:" -msgstr "" +msgstr "% Reaktion:" #: ../src/gui/status.cpp:280 -#, fuzzy msgid "Strength" -msgstr "Stärke:" +msgstr "Stärke" #: ../src/gui/status.cpp:281 -#, fuzzy msgid "Agility" -msgstr "Agilität:" +msgstr "Beweglichkeit" #: ../src/gui/status.cpp:282 -#, fuzzy msgid "Vitality" -msgstr "Vitalität:" +msgstr "Gesundheit" #: ../src/gui/status.cpp:283 -#, fuzzy msgid "Intelligence" -msgstr "Intelligenz:" +msgstr "Intelligenz" #: ../src/gui/status.cpp:284 -#, fuzzy msgid "Dexterity" -msgstr "Geschicklichkeit:" +msgstr "Ausdauer" #: ../src/gui/status.cpp:285 msgid "Luck" -msgstr "" +msgstr "Glück" #: ../src/gui/status.cpp:303 #, c-format @@ -1204,12 +1191,13 @@ msgid "Remaining Status Points: %d" msgstr "" #: ../src/gui/trade.cpp:51 +#, fuzzy msgid "Trade: You" -msgstr "" +msgstr "Handeln" #: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" -msgstr "" +msgstr "Handeln" #: ../src/gui/trade.cpp:63 msgid "Add" @@ -1235,11 +1223,11 @@ msgstr "" #: ../src/gui/updatewindow.cpp:93 msgid "Updating..." -msgstr "" +msgstr "Aktualisiere..." #: ../src/gui/updatewindow.cpp:115 msgid "Play" -msgstr "" +msgstr "Los!" #: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" @@ -1281,7 +1269,7 @@ msgstr "" #: ../src/gui/updatewindow.cpp:520 msgid "Completed" -msgstr "" +msgstr "Fertig" #: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 msgid "Message" @@ -1301,8 +1289,9 @@ msgid "We regret to inform you that your character was killed in battle." msgstr "" #: ../src/net/playerhandler.cpp:220 +#, fuzzy msgid "You are not that alive anymore." -msgstr "" +msgstr "Du kannst dies momentan nicht tun!" #: ../src/net/playerhandler.cpp:221 msgid "The cold hands of the grim reaper are grabbing for your soul." @@ -1457,7 +1446,7 @@ msgstr "" #: ../src/net/tradehandler.cpp:127 #, fuzzy msgid "Trade with " -msgstr "@@trade|Mit %s handeln@@" +msgstr "Handeln" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1484,12 +1473,14 @@ msgid "Failed adding item for unknown reason." msgstr "" #: ../src/net/tradehandler.cpp:207 +#, fuzzy msgid "Trade canceled." -msgstr "" +msgstr "Handel fehlgeschlagen!" #: ../src/net/tradehandler.cpp:214 +#, fuzzy msgid "Trade completed." -msgstr "" +msgstr "Fertig" #: ../src/resources/colordb.cpp:56 #, c-format @@ -1536,8 +1527,9 @@ msgid "Initializing item database..." msgstr "" #: ../src/resources/itemdb.cpp:56 +#, fuzzy msgid "Unknown item" -msgstr "" +msgstr "Unbekannter Befehl" #: ../src/resources/itemdb.cpp:61 msgid "items.xml" @@ -1558,7 +1550,7 @@ msgstr "" #: ../src/resources/itemdb.cpp:101 msgid "Unnamed" -msgstr "" +msgstr "Unbenannt" #: ../src/resources/itemdb.cpp:146 #, c-format @@ -1580,8 +1572,9 @@ msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" #: ../src/resources/monsterdb.cpp:44 +#, fuzzy msgid "unnamed" -msgstr "" +msgstr "Unbenannt" #: ../src/resources/monsterdb.cpp:46 msgid "Initializing monster database..." @@ -1633,8 +1626,9 @@ msgid "Screenshot saved to ~/" msgstr "" #: ../src/game.cpp:399 +#, fuzzy msgid "Saving screenshot failed!" -msgstr "" +msgstr "Sitzen fehlgeschlagen!" #: ../src/game.cpp:400 msgid "Error: could not save screenshot." @@ -1797,7 +1791,7 @@ msgstr "" #: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." -msgstr "Verbinde..." +msgstr "Verbinde zu [account server]..." #: ../src/main.cpp:616 #, c-format @@ -1807,7 +1801,7 @@ msgstr "" #: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." -msgstr "Verbinde..." +msgstr "Verbinde zu [character server]..." #: ../src/main.cpp:692 #, c-format @@ -1817,7 +1811,7 @@ msgstr "" #: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." -msgstr "Verbinde..." +msgstr "Verbinde zu [map server]..." #: ../src/main.cpp:699 #, fuzzy, c-format @@ -1834,17 +1828,16 @@ msgid "Got disconnected from server!" msgstr "" #: ../src/main.cpp:1067 -#, fuzzy msgid "Connecting to map server..." -msgstr "Verbinde..." +msgstr "Verbinde zu [map server]..." #: ../src/main.cpp:1075 msgid "Connecting to character server..." -msgstr "" +msgstr "Verbinde zu [character server]..." #: ../src/main.cpp:1083 msgid "Connecting to account server..." -msgstr "" +msgstr "Verbinde zu [account server]..." #: ../src/party.cpp:55 msgid "Not yet implemented!" @@ -1867,8 +1860,9 @@ msgid "Party successfully created." msgstr "" #: ../src/party.cpp:97 +#, fuzzy msgid "Could not create party." -msgstr "" +msgstr "Konnte nichts stehlen..." #: ../src/party.cpp:106 #, c-format @@ -1988,55 +1982,23 @@ msgid "This command causes the player to leave the party." msgstr "" #: ../src/party.cpp:219 +#, fuzzy msgid "Unknown /party command." -msgstr "" +msgstr "Unbekannter Befehl." #: ../src/party.cpp:220 msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Haarfarbe" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Beschreibung: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Effekt: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Name :" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Effekt: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Beschreibung: %s" - #~ msgid "Remember Username" #~ msgstr "Benutzernamen merken" -#~ msgid "Account and Character Management" -#~ msgstr "Account- und Charakterverwaltung" +#~ msgid "Change" +#~ msgstr "Ändern" #~ msgid "Unregister" #~ msgstr "Abmelden" -#~ msgid "Change Password" -#~ msgstr "Kennwort ändern" - -#~ msgid "Change Email Address" -#~ msgstr "Email-Adresse ändern" - -#~ msgid "Account: %s" -#~ msgstr "Account: %s" - #~ msgid "Willpower:" #~ msgstr "Willenskraft:" @@ -2058,15 +2020,6 @@ msgstr "" #~ msgid "Select amount of items to split." #~ msgstr "Wähle aus, wieviel Gegenstände Du aufteilen möchtest." -#~ msgid "Guilds" -#~ msgstr "Gilden" - -#~ msgid "@@guild|Invite %s@@" -#~ msgstr "@@guild|%s einladen@@" - -#~ msgid "@@party|Invite %s to join your party@@" -#~ msgstr "@@party|%s in deine Gruppe einladen@@" - #~ msgid "@@split|Split@@" #~ msgstr "@@split|Aufteilen@@" @@ -2085,18 +2038,12 @@ msgstr "" #~ msgid "Please type both the address and the port of a server." #~ msgstr "Bitte die Adresse und den Port eines Servers eingeben" -#~ msgid "Visible names" -#~ msgstr "Sichtbare Namen" - #~ msgid "Propose trade" #~ msgstr "Handel vorschlagen" #~ msgid "Confirm trade" #~ msgstr "Handel bestätigen" -#~ msgid "Change" -#~ msgstr "Ändern" - #~ msgid "HP %+d" #~ msgstr "HP %+d" @@ -2111,3 +2058,27 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Gesamtgewicht : %d - Maximales Gewicht : %d" + +#~ msgid "Account and Character Management" +#~ msgstr "Account- und Charakterverwaltung" + +#~ msgid "Change Password" +#~ msgstr "Kennwort ändern" + +#~ msgid "Change Email Address" +#~ msgstr "Email-Adresse ändern" + +#~ msgid "Account: %s" +#~ msgstr "Account: %s" + +#~ msgid "Guilds" +#~ msgstr "Gilden" + +#~ msgid "@@guild|Invite %s@@" +#~ msgstr "@@guild|%s einladen@@" + +#~ msgid "@@party|Invite %s to join your party@@" +#~ msgstr "@@party|%s in deine Gruppe einladen@@" + +#~ msgid "Visible names" +#~ msgstr "Sichtbare Namen" diff --git a/po/en_GB.po b/po/en_GB.po index f57e117b..e12513a5 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-05-10 16:51+0000\n" "Last-Translator: Me \n" "Language-Team: English (United Kingdom) \n" @@ -1452,9 +1452,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Trade With %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1992,29 +1991,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#~ msgid "Color:" -#~ msgstr "Colour:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Description: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Effect: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Name:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Effect: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Description: %s" - #~ msgid "Unregister" #~ msgstr "Unregister" diff --git a/po/eo.po b/po/eo.po index 3fe64f4c..d28a0524 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-11-10 22:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Esperanto \n" diff --git a/po/es.po b/po/es.po index e7336e21..4c720088 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-10-15 01:37+0000\n" "Last-Translator: catalania \n" "Language-Team: Spanish \n" @@ -832,9 +832,8 @@ msgid "Keyboard" msgstr "Teclado" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Color de pelo:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1453,9 +1452,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Comerciar con %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1993,30 +1991,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Color de pelo:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Descripción: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Efecto: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Nombre:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Efecto: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Descripción: %s" - #~ msgid "Unregister" #~ msgstr "Cancelar Cuenta" diff --git a/po/fi.po b/po/fi.po index b0d0a060..b8d3135e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-12-30 10:23+0000\n" "Last-Translator: ville-v \n" "Language-Team: Finnish \n" @@ -833,9 +833,8 @@ msgid "Keyboard" msgstr "Näppäimistö" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Hiusten väri:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1454,9 +1453,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Vaihda tavaroita %s kanssa@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1994,30 +1992,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Hiusten väri:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Kuvaus: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Vaikutus: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Nimi:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Vaikutus: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Kuvaus: %s" - #~ msgid "Remember Username" #~ msgstr "Muista käyttäjätunnus" diff --git a/po/fr.po b/po/fr.po index c022f93f..ffd28301 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-12-26 10:43+0000\n" "Last-Translator: Johan Serre \n" "Language-Team: French\n" @@ -833,9 +833,8 @@ msgid "Keyboard" msgstr "Clavier" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Couleur des cheveux" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1458,9 +1457,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Troquer avec %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1998,30 +1996,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Couleur des cheveux" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Description : %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Effet : %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Nom :" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Effet : %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Description : %s" - #~ msgid "Remember Username" #~ msgstr "Se souvenir du nom d'utilisateur" diff --git a/po/he.po b/po/he.po index 977c53ff..c0106af9 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-10-20 00:23+0000\n" "Last-Translator: Ddorda \n" "Language-Team: Hebrew \n" @@ -833,9 +833,8 @@ msgid "Keyboard" msgstr "מקלדת" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "צבע שיער:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1454,9 +1453,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|סחור עם %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1994,30 +1992,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "צבע שיער:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "תיאור: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "השפעה: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "שם:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "השפעה: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "תיאור: %s" - #~ msgid "Remember Username" #~ msgstr "זכור שם משתמש" diff --git a/po/hr.po b/po/hr.po index d58b5edb..b063a02d 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-12-28 23:36+0000\n" "Last-Translator: Dino Paskvan \n" "Language-Team: Croatian \n" @@ -826,9 +826,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Boja kose:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1979,30 +1978,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Boja kose:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Opis: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Učinak: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Ime:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Učinak: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Opis: %s" - #~ msgid "Remember Username" #~ msgstr "Zapamti korisničko ime" diff --git a/po/id.po b/po/id.po index 5404910e..bad76619 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-03-26 09:11+0000\n" "Last-Translator: ActiveFile \n" "Language-Team: Indonesian \n" @@ -832,9 +832,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Warna Rambut:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1453,9 +1452,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Dagang Dengan %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1993,30 +1991,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Warna Rambut:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Deskripsi: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Efek: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Nama:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Efek: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Deskripsi: %s" - #~ msgid "Unregister" #~ msgstr "Tidak terdaftar" diff --git a/po/it.po b/po/it.po index e04ef0dc..da6b668a 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2007-12-03 01:45+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Italian\n" @@ -834,9 +834,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Colore Capelli" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1455,9 +1454,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Scambia Con %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1995,30 +1993,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Colore Capelli" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Descrizione : %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Effetto : %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Nome :" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Effetto : %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Descrizione : %s" - #~ msgid "Unregister" #~ msgstr "Cancella registrazione" diff --git a/po/ja.po b/po/ja.po index e1308cef..032fdf5e 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-06-28 16:27+0000\n" "Last-Translator: fate \n" "Language-Team: Japanese \n" @@ -827,9 +827,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "髪の色:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1978,30 +1977,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "髪の色:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "名状: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "効用: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "名前:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "効用: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "名状: %s" - #~ msgid "Unregister" #~ msgstr "登録削除" diff --git a/po/nl.po b/po/nl.po index 3cfcb63c..f1ddc094 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" -"PO-Revision-Date: 2008-10-10 00:04+0000\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" +"PO-Revision-Date: 2009-01-18 16:53+0000\n" "Last-Translator: Bjørn Lindeijer \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Launchpad-Export-Date: 2009-01-25 22:24+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 @@ -45,13 +45,12 @@ msgid "Effect: %s" msgstr "Effect: %s" #: ../src/gui/buysell.cpp:30 -#, fuzzy msgid "Shop" -msgstr "Stoppen" +msgstr "Winkel" #: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" -msgstr "" +msgstr "Verkopen" #: ../src/gui/buysell.cpp:34 ../src/gui/char_select.cpp:98 #: ../src/gui/char_select.cpp:265 ../src/gui/char_server.cpp:59 @@ -95,9 +94,9 @@ msgstr "Level: %d" #: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 #: ../src/gui/char_select.cpp:188 -#, fuzzy, c-format +#, c-format msgid "Job Level: %d" -msgstr "Level: %d" +msgstr "" #: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format @@ -123,12 +122,12 @@ msgstr "Verwijderen" #: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 #: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" -msgstr "Oké" +msgstr "OK" #: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" -msgstr "" +msgstr "Goud: %d" #: ../src/gui/char_select.cpp:247 msgid "Create Character" @@ -152,15 +151,14 @@ msgid "Create" msgstr "Aanmaken" #: ../src/gui/char_server.cpp:51 -#, fuzzy msgid "Select Server" -msgstr "Kies Personage" +msgstr "Server Selecteren" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 #: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 #: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" -msgstr "" +msgstr "OK" #: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 @@ -169,13 +167,14 @@ msgid "Chat" msgstr "Aanmaken" #: ../src/gui/chat.cpp:152 +#, fuzzy msgid "Global announcement: " -msgstr "" +msgstr "/announce: Globale aankondiging (alleen voor GM)" #: ../src/gui/chat.cpp:157 -#, c-format +#, fuzzy, c-format msgid "Global announcement from %s: " -msgstr "" +msgstr "/announce: Globale aankondiging (alleen voor GM)" #: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" @@ -233,7 +232,7 @@ msgstr "" #: ../src/gui/chat.cpp:604 msgid "Unknown command" -msgstr "" +msgstr "Onbekende opdracht" #: ../src/gui/chat.cpp:616 msgid "Trade failed!" @@ -245,7 +244,7 @@ msgstr "" #: ../src/gui/chat.cpp:622 msgid "Sit failed!" -msgstr "" +msgstr "Zitten niet mogelijk!" #: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" @@ -281,7 +280,7 @@ msgstr "" #: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" -msgstr "" +msgstr "Het ziet ernaar uit dat je meer geld nodig hebt... ;-)" #: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" @@ -297,7 +296,7 @@ msgstr "" #: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" -msgstr "" +msgstr "Je draagt teveel bij je om dit te doen!" #: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" @@ -338,7 +337,7 @@ msgstr "" #: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" -msgstr "" +msgstr "/announce: Globale aankondiging (alleen voor GM)" #: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" @@ -374,7 +373,7 @@ msgstr "" #: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" -msgstr "" +msgstr "/who: Geef het aantal online gebruikers weer" #: ../src/gui/chat.cpp:811 msgid "For more information, type /help " @@ -382,7 +381,7 @@ msgstr "" #: ../src/gui/chat.cpp:815 msgid "Command: /announce " -msgstr "" +msgstr "Commando: /announce " #: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" @@ -394,7 +393,7 @@ msgstr "" #: ../src/gui/chat.cpp:822 msgid "Command: /clear" -msgstr "" +msgstr "Commando: /clear" #: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." @@ -402,7 +401,7 @@ msgstr "" #: ../src/gui/chat.cpp:828 msgid "Command: /help" -msgstr "" +msgstr "Commando: /help" #: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." @@ -410,15 +409,16 @@ msgstr "" #: ../src/gui/chat.cpp:831 msgid "Command: /help " -msgstr "" +msgstr "Commando: /help " #: ../src/gui/chat.cpp:832 msgid "This command displays help on ." msgstr "" #: ../src/gui/chat.cpp:840 +#, fuzzy msgid "Command: /present" -msgstr "" +msgstr "Commando: /where" #: ../src/gui/chat.cpp:841 msgid "" @@ -427,8 +427,9 @@ msgid "" msgstr "" #: ../src/gui/chat.cpp:851 +#, fuzzy msgid "Command: /toggle " -msgstr "" +msgstr "Commando: /announce " #: ../src/gui/chat.cpp:852 msgid "" @@ -443,8 +444,9 @@ msgid "" msgstr "" #: ../src/gui/chat.cpp:858 +#, fuzzy msgid "Command: /toggle" -msgstr "" +msgstr "Commando: /clear" #: ../src/gui/chat.cpp:859 msgid "This command displays the return toggle status." @@ -452,15 +454,16 @@ msgstr "" #: ../src/gui/chat.cpp:863 msgid "Command: /where" -msgstr "" +msgstr "Commando: /where" #: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." msgstr "" #: ../src/gui/chat.cpp:869 +#, fuzzy msgid "Command: /msg " -msgstr "" +msgstr "Commando: /announce " #: ../src/gui/chat.cpp:870 msgid "Command: /whisper " @@ -492,19 +495,21 @@ msgstr "" #: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." -msgstr "" +msgstr "Type /help voor een lijst van commando's." #: ../src/gui/colour.cpp:33 msgid "GM" msgstr "" #: ../src/gui/colour.cpp:34 +#, fuzzy msgid "Player" -msgstr "" +msgstr "Spelers" #: ../src/gui/colour.cpp:35 +#, fuzzy msgid "Whisper" -msgstr "" +msgstr "%s fluistert:" #: ../src/gui/colour.cpp:36 msgid "Is" @@ -513,7 +518,7 @@ msgstr "" #: ../src/gui/colour.cpp:37 #, fuzzy msgid "Party" -msgstr "Poort:" +msgstr "Spelen" #: ../src/gui/colour.cpp:38 #, fuzzy @@ -565,7 +570,7 @@ msgstr "" #: ../src/gui/help.cpp:43 msgid "Close" -msgstr "" +msgstr "Sluiten" #: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 @@ -578,9 +583,9 @@ msgstr "Neerleggen" #. Adjust widgets #: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 -#, c-format +#, fuzzy, c-format msgid "Weight: %d g / %d g" -msgstr "" +msgstr "Gewicht: %d / %d" #: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 #, c-format @@ -609,7 +614,7 @@ msgstr "Inloggen" #: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" -msgstr "Wachtword:" +msgstr "Wachtwoord:" #: ../src/gui/login.cpp:54 ../src/gui/register.cpp:84 msgid "Port:" @@ -640,7 +645,7 @@ msgstr "Vaardigheden" #: ../src/gui/menuwindow.cpp:67 ../src/gui/menuwindow.cpp:117 msgid "Shortcut" -msgstr "" +msgstr "Sneltoets" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 #: ../src/gui/setup.cpp:52 ../src/main.cpp:787 @@ -724,9 +729,8 @@ msgid "@@pickup|Pick Up %s@@" msgstr "@@pickup|%s oppakken@@" #: ../src/gui/popupmenu.cpp:298 -#, fuzzy msgid "@@use|Unequip@@" -msgstr "@@use|Uitrusten@@" +msgstr "" #: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" @@ -754,11 +758,11 @@ msgstr "Bevestigen:" #: ../src/gui/register.cpp:90 msgid "Male" -msgstr "" +msgstr "Mannelijk" #: ../src/gui/register.cpp:91 msgid "Female" -msgstr "" +msgstr "Vrouwelijk" #: ../src/gui/register.cpp:159 #, c-format @@ -829,16 +833,16 @@ msgstr "Joystick" #: ../src/gui/setup.cpp:93 msgid "Keyboard" -msgstr "" +msgstr "Toetsenbord" #: ../src/gui/setup.cpp:97 #, fuzzy msgid "Colors" -msgstr "Haarkleur:" +msgstr "Sluiten" #: ../src/gui/setup.cpp:101 msgid "Players" -msgstr "" +msgstr "Spelers" #: ../src/gui/setup_colours.cpp:53 msgid "Red: " @@ -874,12 +878,11 @@ msgstr "Maak rondjes met de stick" #: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" -msgstr "" +msgstr "Toewijzen" #: ../src/gui/setup_keyboard.cpp:91 -#, fuzzy msgid "Default" -msgstr "Verwijderen" +msgstr "Standaard" #: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." @@ -890,21 +893,20 @@ msgid "Resolve them, or gameplay may result in strange behaviour." msgstr "" #: ../src/gui/setup_players.cpp:54 -#, fuzzy msgid "Name" -msgstr "Naam:" +msgstr "Naam" #: ../src/gui/setup_players.cpp:55 msgid "Relation" -msgstr "" +msgstr "Relatie" #: ../src/gui/setup_players.cpp:59 msgid "Neutral" -msgstr "" +msgstr "Neutraal" #: ../src/gui/setup_players.cpp:60 msgid "Friend" -msgstr "" +msgstr "Vriend" #: ../src/gui/setup_players.cpp:61 msgid "Disregarded" @@ -912,7 +914,7 @@ msgstr "" #: ../src/gui/setup_players.cpp:62 msgid "Ignored" -msgstr "" +msgstr "Genegeerd" #: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" @@ -1006,11 +1008,11 @@ msgstr "hoog" #: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" -msgstr "" +msgstr "gemiddeld" #: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" -msgstr "" +msgstr "max" #: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " @@ -1106,31 +1108,30 @@ msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 -#, fuzzy, c-format +#, c-format msgid "Job: %d" -msgstr "Level: %d" +msgstr "" #: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 -#, fuzzy, c-format +#, c-format msgid "Money: %d GP" -msgstr "Geld: %d" +msgstr "Geld: %d GP" #. ---------------------- #. Stats Part #. ---------------------- #. Static Labels #: ../src/gui/status.cpp:125 -#, fuzzy msgid "Stats" -msgstr "Status" +msgstr "" #: ../src/gui/status.cpp:126 msgid "Total" -msgstr "" +msgstr "Totaal" #: ../src/gui/status.cpp:127 msgid "Cost" -msgstr "" +msgstr "Kosten" #. Derived Stats #: ../src/gui/status.cpp:130 @@ -1164,29 +1165,24 @@ msgid "% Reflex:" msgstr "" #: ../src/gui/status.cpp:280 -#, fuzzy msgid "Strength" -msgstr "Sterkte:" +msgstr "" #: ../src/gui/status.cpp:281 -#, fuzzy msgid "Agility" -msgstr "Agiliteit:" +msgstr "" #: ../src/gui/status.cpp:282 -#, fuzzy msgid "Vitality" -msgstr "Vitaliteit:" +msgstr "" #: ../src/gui/status.cpp:283 -#, fuzzy msgid "Intelligence" -msgstr "Intelligentie:" +msgstr "" #: ../src/gui/status.cpp:284 -#, fuzzy msgid "Dexterity" -msgstr "Dexteriteit:" +msgstr "" #: ../src/gui/status.cpp:285 msgid "Luck" @@ -1207,12 +1203,12 @@ msgstr "" #: ../src/gui/trade.cpp:63 msgid "Add" -msgstr "" +msgstr "Toevoegen" #: ../src/gui/trade.cpp:82 ../src/gui/trade.cpp:124 ../src/gui/trade.cpp:174 #, c-format msgid "You get %d GP." -msgstr "" +msgstr "Jij krijgt %d GP." #: ../src/gui/trade.cpp:83 msgid "You give:" @@ -1229,11 +1225,11 @@ msgstr "" #: ../src/gui/updatewindow.cpp:93 msgid "Updating..." -msgstr "" +msgstr "Actualiseren..." #: ../src/gui/updatewindow.cpp:115 msgid "Play" -msgstr "" +msgstr "Spelen" #: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" @@ -1275,7 +1271,7 @@ msgstr "" #: ../src/gui/updatewindow.cpp:520 msgid "Completed" -msgstr "" +msgstr "Voltooid" #: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 msgid "Message" @@ -1449,9 +1445,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Handelen met %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1482,8 +1477,9 @@ msgid "Trade canceled." msgstr "" #: ../src/net/tradehandler.cpp:214 +#, fuzzy msgid "Trade completed." -msgstr "" +msgstr "Voltooid" #: ../src/resources/colordb.cpp:56 #, c-format @@ -1530,8 +1526,9 @@ msgid "Initializing item database..." msgstr "" #: ../src/resources/itemdb.cpp:56 +#, fuzzy msgid "Unknown item" -msgstr "" +msgstr "Onbekende opdracht" #: ../src/resources/itemdb.cpp:61 msgid "items.xml" @@ -1552,7 +1549,7 @@ msgstr "" #: ../src/resources/itemdb.cpp:101 msgid "Unnamed" -msgstr "" +msgstr "Naamloos" #: ../src/resources/itemdb.cpp:146 #, c-format @@ -1574,8 +1571,9 @@ msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" #: ../src/resources/monsterdb.cpp:44 +#, fuzzy msgid "unnamed" -msgstr "" +msgstr "Naamloos" #: ../src/resources/monsterdb.cpp:46 msgid "Initializing monster database..." @@ -1627,8 +1625,9 @@ msgid "Screenshot saved to ~/" msgstr "" #: ../src/game.cpp:399 +#, fuzzy msgid "Saving screenshot failed!" -msgstr "" +msgstr "Zitten niet mogelijk!" #: ../src/game.cpp:400 msgid "Error: could not save screenshot." @@ -1791,7 +1790,7 @@ msgstr "" #: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." -msgstr "Verbinden..." +msgstr "Verbinden met de account server..." #: ../src/main.cpp:616 #, c-format @@ -1801,7 +1800,7 @@ msgstr "" #: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." -msgstr "Verbinden..." +msgstr "Verbinden met de karakter server..." #: ../src/main.cpp:692 #, c-format @@ -1811,7 +1810,7 @@ msgstr "" #: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." -msgstr "Verbinden..." +msgstr "Verbinden met de map server..." #: ../src/main.cpp:699 #, fuzzy, c-format @@ -1825,20 +1824,19 @@ msgstr "" #: ../src/main.cpp:862 msgid "Got disconnected from server!" -msgstr "" +msgstr "De verbinding met de server werd verbroken!" #: ../src/main.cpp:1067 -#, fuzzy msgid "Connecting to map server..." -msgstr "Verbinden..." +msgstr "Verbinden met de map server..." #: ../src/main.cpp:1075 msgid "Connecting to character server..." -msgstr "" +msgstr "Verbinden met de karakter server..." #: ../src/main.cpp:1083 msgid "Connecting to account server..." -msgstr "" +msgstr "Verbinden met de account server..." #: ../src/party.cpp:55 msgid "Not yet implemented!" @@ -1907,8 +1905,9 @@ msgid "/party : Party commands." msgstr "" #: ../src/party.cpp:178 +#, fuzzy msgid "Command: /party " -msgstr "" +msgstr "Commando: /help " #: ../src/party.cpp:179 msgid "where can be one of:" @@ -1940,8 +1939,9 @@ msgid "Type /help party for further help." msgstr "" #: ../src/party.cpp:192 +#, fuzzy msgid "Command: /party new " -msgstr "" +msgstr "Commando: /announce " #: ../src/party.cpp:193 msgid "Command: /party create " @@ -1966,52 +1966,35 @@ msgid "" msgstr "" #: ../src/party.cpp:205 +#, fuzzy msgid "Command: /party prefix" -msgstr "" +msgstr "Commando: /clear" #: ../src/party.cpp:206 msgid "This command reports the current party prefix character." msgstr "" #: ../src/party.cpp:214 +#, fuzzy msgid "Command: /party leave" -msgstr "" +msgstr "Commando: /clear" #: ../src/party.cpp:215 msgid "This command causes the player to leave the party." msgstr "" #: ../src/party.cpp:219 +#, fuzzy msgid "Unknown /party command." -msgstr "" +msgstr "Onbekende opdracht" #: ../src/party.cpp:220 -msgid "Type /help party for a list of options." -msgstr "" - -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Haarkleur:" - #, fuzzy -#~ msgid "Description:" -#~ msgstr "Beschrijving: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Effect: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Naam:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Effect: %s" +msgid "Type /help party for a list of options." +msgstr "Type /help voor een lijst van commando's." -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Beschrijving: %s" +#~ msgid "Remember Username" +#~ msgstr "Onthoud Naam" #~ msgid "Unregister" #~ msgstr "Registreren" diff --git a/po/pl.po b/po/pl.po index b0d0f951..6d252a09 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: The Mana World 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-10-10 05:26+0000\n" "Last-Translator: Michał Trzebiatowski \n" "Language-Team: \n" @@ -834,9 +834,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Kolor włosów:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1456,9 +1455,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Targ z %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1996,30 +1994,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Kolor włosów:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Opis: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Efekt: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Imię:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Efekt: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Opis: %s" - #~ msgid "Unregister" #~ msgstr "Wyrejestruj" diff --git a/po/pt.po b/po/pt.po index cd7c0d70..2f9efcb9 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-02-03 10:14+0000\n" "Last-Translator: Tiago Silva \n" "Language-Team: Portuguese \n" @@ -832,9 +832,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Cor de Cabelo:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1461,9 +1460,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Negociar com %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -2001,30 +1999,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Cor de Cabelo:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Descrição: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Efeito: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Nome:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Efeito: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Descrição: %s" - #~ msgid "Unregister" #~ msgstr "Remover o Registo" diff --git a/po/pt_BR.po b/po/pt_BR.po index 7f4bb8fa..b7a1cd10 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" -"PO-Revision-Date: 2008-12-14 21:37+0000\n" -"Last-Translator: Enrico Nicoletto \n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" +"PO-Revision-Date: 2009-01-21 20:48+0000\n" +"Last-Translator: Bruno \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Launchpad-Export-Date: 2009-01-25 22:24+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 @@ -45,9 +45,8 @@ msgid "Effect: %s" msgstr "Efeito: %s" #: ../src/gui/buysell.cpp:30 -#, fuzzy msgid "Shop" -msgstr "Parar" +msgstr "Loja" #: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" @@ -69,7 +68,7 @@ msgstr "Confimar exclusão do personagem" #: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" -msgstr "Tem certeza de que deseja excluir este personagem?" +msgstr "Tem certeza que deseja excluir este personagem?" #: ../src/gui/char_select.cpp:81 msgid "Select Character" @@ -95,9 +94,9 @@ msgstr "Nível: %d" #: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 #: ../src/gui/char_select.cpp:188 -#, fuzzy, c-format +#, c-format msgid "Job Level: %d" -msgstr "Nível: %d" +msgstr "Nível de Trabalho: %d" #: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format @@ -128,7 +127,7 @@ msgstr "Ok" #: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" -msgstr "" +msgstr "Ouro: %d" #: ../src/gui/char_select.cpp:247 msgid "Create Character" @@ -152,15 +151,14 @@ msgid "Create" msgstr "Criar" #: ../src/gui/char_server.cpp:51 -#, fuzzy msgid "Select Server" -msgstr "Selecionar personagem" +msgstr "Selecionar Servidor" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 #: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 #: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" -msgstr "" +msgstr "OK" #: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 @@ -169,13 +167,14 @@ msgid "Chat" msgstr "Criar" #: ../src/gui/chat.cpp:152 +#, fuzzy msgid "Global announcement: " -msgstr "" +msgstr "Anúncio geral:" #: ../src/gui/chat.cpp:157 -#, c-format +#, fuzzy, c-format msgid "Global announcement from %s: " -msgstr "" +msgstr "Anúncio geral de %s:" #: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" @@ -184,7 +183,7 @@ msgstr "Servidor:" #: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" -msgstr "" +msgstr "Sussurrando para %s: %s" #: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." @@ -233,87 +232,87 @@ msgstr "" #: ../src/gui/chat.cpp:604 msgid "Unknown command" -msgstr "" +msgstr "Comando desconhecido" #: ../src/gui/chat.cpp:616 msgid "Trade failed!" -msgstr "" +msgstr "Falha na negociação!" #: ../src/gui/chat.cpp:619 msgid "Emote failed!" -msgstr "" +msgstr "Falha no Emote!" #: ../src/gui/chat.cpp:622 msgid "Sit failed!" -msgstr "" +msgstr "Falha ao sentar!" #: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" -msgstr "" +msgstr "Falha ao criar Chat!" #: ../src/gui/chat.cpp:628 msgid "Could not join party!" -msgstr "" +msgstr "Impossivel entrar no grupo!" #: ../src/gui/chat.cpp:631 msgid "Cannot shout!" -msgstr "" +msgstr "Impossivel gritar!" #: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" -msgstr "" +msgstr "Você ainda não tem nivel necessário!" #: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" -msgstr "" +msgstr "HP insuficiente!" #: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" -msgstr "" +msgstr "SP insuficiente!" #: ../src/gui/chat.cpp:649 msgid "You have no memos!" -msgstr "" +msgstr "Você não tem nenhuma nota armazenada" #: ../src/gui/chat.cpp:652 msgid "You cannot do that right now!" -msgstr "" +msgstr "Você não pode fazer isso agora!" #: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" -msgstr "" +msgstr "Parece que você precisa de mais Zenyz... ;-)" #: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" -msgstr "" +msgstr "Você não pode usar essa Skill com esse tipo de arma." #: ../src/gui/chat.cpp:661 msgid "You need another red gem!" -msgstr "" +msgstr "Você precisa de outra gema vermelha!" #: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" -msgstr "" +msgstr "Você precisa de outra gema azul!" #: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" -msgstr "" +msgstr "Você está com muita carga para fazer isso!" #: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" -msgstr "" +msgstr "Hã? O que é isso?" #: ../src/gui/chat.cpp:679 msgid "Warp failed..." -msgstr "" +msgstr "Falha ao transportar..." #: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." -msgstr "" +msgstr "Não foi possível roubar nada..." #: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." -msgstr "" +msgstr "Veneno não surtiu efeito..." #: ../src/gui/chat.cpp:768 msgid "The current party prefix is " @@ -334,23 +333,24 @@ msgstr "Trocando OpenGL" #: ../src/gui/chat.cpp:794 msgid "-- Help --" -msgstr "" +msgstr "--Ajuda--" #: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" -msgstr "" +msgstr "/announce: Aviso geral (Apenas GM)" #: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" -msgstr "" +msgstr "/clear: limpa esta janela" #: ../src/gui/chat.cpp:799 msgid "/help: Display this help" -msgstr "" +msgstr "/help: Mostra esta ajuda" #: ../src/gui/chat.cpp:801 +#, fuzzy msgid "/msg : Alternate form for /whisper" -msgstr "" +msgstr "/w : Forma mais curta para /whisper" #: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" @@ -362,63 +362,64 @@ msgstr "" #: ../src/gui/chat.cpp:806 msgid "/where: Display map name" -msgstr "" +msgstr "/where: mostra o nome do mapa" #: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" -msgstr "" +msgstr "/w : Forma mais curta para /whisper" #: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " -msgstr "" +msgstr "/whisper : Envia uma mensagem particular" #: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" -msgstr "" +msgstr "/who Mostra os jogadores online" #: ../src/gui/chat.cpp:811 msgid "For more information, type /help " -msgstr "" +msgstr "Para mais informações, digite /help " #: ../src/gui/chat.cpp:815 msgid "Command: /announce " -msgstr "" +msgstr "Comandos: /announce " #: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" -msgstr "" +msgstr "*** Disponivel apenas para GM's ***" #: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." -msgstr "" +msgstr "Este comando envia uma mensagem para todos os jogadores online." #: ../src/gui/chat.cpp:822 msgid "Command: /clear" -msgstr "" +msgstr "Comandos: /clear" #: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." -msgstr "" +msgstr "Limpa os logs do chat anterior." #: ../src/gui/chat.cpp:828 msgid "Command: /help" -msgstr "" +msgstr "Comando: /help" #: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." -msgstr "" +msgstr "Exibe uma lista de todos os comandos disponiveis." #: ../src/gui/chat.cpp:831 msgid "Command: /help " -msgstr "" +msgstr "Comando: /help " #: ../src/gui/chat.cpp:832 msgid "This command displays help on ." -msgstr "" +msgstr "Exibe o conteudo de ajuda de " #: ../src/gui/chat.cpp:840 +#, fuzzy msgid "Command: /present" -msgstr "" +msgstr "Comando: /where" #: ../src/gui/chat.cpp:841 msgid "" @@ -427,8 +428,9 @@ msgid "" msgstr "" #: ../src/gui/chat.cpp:851 +#, fuzzy msgid "Command: /toggle " -msgstr "" +msgstr "Comandos: /announce " #: ../src/gui/chat.cpp:852 msgid "" @@ -443,68 +445,73 @@ msgid "" msgstr "" #: ../src/gui/chat.cpp:858 +#, fuzzy msgid "Command: /toggle" -msgstr "" +msgstr "Comandos: /clear" #: ../src/gui/chat.cpp:859 +#, fuzzy msgid "This command displays the return toggle status." -msgstr "" +msgstr "Mostra o nome do mapa atual." #: ../src/gui/chat.cpp:863 msgid "Command: /where" -msgstr "" +msgstr "Comando: /where" #: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." -msgstr "" +msgstr "Mostra o nome do mapa atual." #: ../src/gui/chat.cpp:869 +#, fuzzy msgid "Command: /msg " -msgstr "" +msgstr "Comando: /w " #: ../src/gui/chat.cpp:870 msgid "Command: /whisper " -msgstr "" +msgstr "Comando: /whisper " #: ../src/gui/chat.cpp:871 msgid "Command: /w " -msgstr "" +msgstr "Comando: /w " #: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." -msgstr "" +msgstr "Envia uma mensagem para ." #: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." -msgstr "" +msgstr "Se possuir espaços, coloque dentro de parenteses (\")." #: ../src/gui/chat.cpp:879 msgid "Command: /who" -msgstr "" +msgstr "Comando: /who" #: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." -msgstr "" +msgstr "Exibe o total de jogadores online." #: ../src/gui/chat.cpp:885 msgid "Unknown command." -msgstr "" +msgstr "Comando desconhecido." #: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." -msgstr "" +msgstr "Digite /help para uma lista de todos os comandos." #: ../src/gui/colour.cpp:33 msgid "GM" msgstr "" #: ../src/gui/colour.cpp:34 +#, fuzzy msgid "Player" -msgstr "" +msgstr "Jogadores" #: ../src/gui/colour.cpp:35 +#, fuzzy msgid "Whisper" -msgstr "" +msgstr "%s sussura:" #: ../src/gui/colour.cpp:36 msgid "Is" @@ -513,7 +520,7 @@ msgstr "" #: ../src/gui/colour.cpp:37 #, fuzzy msgid "Party" -msgstr "Porta:" +msgstr "Jogar" #: ../src/gui/colour.cpp:38 #, fuzzy @@ -561,11 +568,11 @@ msgstr "Equipamento" #: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" -msgstr "" +msgstr "Ajuda" #: ../src/gui/help.cpp:43 msgid "Close" -msgstr "" +msgstr "Fechar" #: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 @@ -578,14 +585,14 @@ msgstr "Descartar" #. Adjust widgets #: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 -#, c-format +#, fuzzy, c-format msgid "Weight: %d g / %d g" -msgstr "" +msgstr "Capacidade: %d / %d" #: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 #, c-format msgid "Slots used: %d / %d" -msgstr "" +msgstr "Slots usados: %d/%d" #: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" @@ -688,8 +695,9 @@ msgid "@@friend|Befriend " msgstr "" #: ../src/gui/popupmenu.cpp:92 +#, fuzzy msgid "@@disregard|Disregard " -msgstr "" +msgstr "Desconsiderado" #: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " @@ -724,9 +732,8 @@ msgid "@@pickup|Pick Up %s@@" msgstr "@@pegar|Pegar %s@@" #: ../src/gui/popupmenu.cpp:298 -#, fuzzy msgid "@@use|Unequip@@" -msgstr "@@usar|Equipar@@" +msgstr "@@usar|Desequipar@@" #: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" @@ -834,11 +841,11 @@ msgstr "Teclado" #: ../src/gui/setup.cpp:97 #, fuzzy msgid "Colors" -msgstr "Cor do Cabelo:" +msgstr "Fechar" #: ../src/gui/setup.cpp:101 msgid "Players" -msgstr "" +msgstr "Jogadores" #: ../src/gui/setup_colours.cpp:53 msgid "Red: " @@ -870,49 +877,47 @@ msgstr "Parar" #: ../src/gui/setup_joystick.cpp:85 msgid "Rotate the stick" -msgstr "" +msgstr "Gire o bastão" #: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" -msgstr "" +msgstr "Atribuir" #: ../src/gui/setup_keyboard.cpp:91 -#, fuzzy msgid "Default" -msgstr "Excluir" +msgstr "Padrão" #: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." -msgstr "" +msgstr "Conflitos nas teclas detectado." #: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." -msgstr "" +msgstr "Corrija-os, ou o jogo irá se comportar de forma estranha." #: ../src/gui/setup_players.cpp:54 -#, fuzzy msgid "Name" -msgstr "Nome:" +msgstr "Nome" #: ../src/gui/setup_players.cpp:55 msgid "Relation" -msgstr "" +msgstr "Relação" #: ../src/gui/setup_players.cpp:59 msgid "Neutral" -msgstr "" +msgstr "Neutro" #: ../src/gui/setup_players.cpp:60 msgid "Friend" -msgstr "" +msgstr "Amigo" #: ../src/gui/setup_players.cpp:61 msgid "Disregarded" -msgstr "" +msgstr "Desconsiderado" #: ../src/gui/setup_players.cpp:62 msgid "Ignored" -msgstr "" +msgstr "Ignorado" #: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" @@ -920,19 +925,19 @@ msgstr "" #: ../src/gui/setup_players.cpp:216 msgid "Save player list" -msgstr "" +msgstr "Salvar lista de jogadores" #: ../src/gui/setup_players.cpp:218 msgid "Allow trading" -msgstr "" +msgstr "Permitir trocas" #: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" -msgstr "" +msgstr "Permitir sussuros" #: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" -msgstr "" +msgstr "Quando ignorado:" #: ../src/gui/setup_video.cpp:92 msgid "No modes available" @@ -955,8 +960,9 @@ msgid "Custom cursor" msgstr "Cursor customizado" #: ../src/gui/setup_video.cpp:120 +#, fuzzy msgid "Particle effects" -msgstr "" +msgstr "Detalhe de partículas" #: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" @@ -976,11 +982,11 @@ msgstr "Opacidade da GUI" #: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" -msgstr "" +msgstr "Rolar radius" #: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" -msgstr "" +msgstr "Rolar Laziness" #: ../src/gui/setup_video.cpp:148 msgid "Ambient FX" @@ -988,7 +994,7 @@ msgstr "Ambiente FX" #: ../src/gui/setup_video.cpp:149 msgid "Particle Detail" -msgstr "" +msgstr "Detalhe de partículas" #: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" @@ -1006,11 +1012,11 @@ msgstr "alto" #: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" -msgstr "" +msgstr "médio" #: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" -msgstr "" +msgstr "máximo" #: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " @@ -1081,11 +1087,11 @@ msgstr "Habilidades" #: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" -msgstr "" +msgstr "Pontos de habilidade: %d" #: ../src/gui/skill.cpp:140 msgid "Up" -msgstr "" +msgstr "Acima" #: ../src/gui/skill.cpp:140 msgid "inc" @@ -1106,108 +1112,99 @@ msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 -#, fuzzy, c-format +#, c-format msgid "Job: %d" -msgstr "Nível: %d" +msgstr "Trabalho: %d" #: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 -#, fuzzy, c-format +#, c-format msgid "Money: %d GP" -msgstr "Dinheiro: %d" +msgstr "Dinheiro: %d GP" #. ---------------------- #. Stats Part #. ---------------------- #. Static Labels #: ../src/gui/status.cpp:125 -#, fuzzy msgid "Stats" msgstr "Status" #: ../src/gui/status.cpp:126 msgid "Total" -msgstr "" +msgstr "Total" #: ../src/gui/status.cpp:127 msgid "Cost" -msgstr "" +msgstr "Custo" #. Derived Stats #: ../src/gui/status.cpp:130 -#, fuzzy msgid "Attack:" -msgstr "Ataque %+d" +msgstr "Ataque:" #: ../src/gui/status.cpp:131 -#, fuzzy msgid "Defense:" -msgstr "Defesa %+d" +msgstr "Defesa:" #: ../src/gui/status.cpp:132 -#, fuzzy msgid "M.Attack:" -msgstr "Ataque %+d" +msgstr "M. Ataque:" #: ../src/gui/status.cpp:133 -#, fuzzy msgid "M.Defense:" -msgstr "Defesa %+d" +msgstr "M. Defesa:" #: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" -msgstr "" +msgstr "% Acuracidade:" #: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" -msgstr "" +msgstr "% Evasão:" #: ../src/gui/status.cpp:136 msgid "% Reflex:" -msgstr "" +msgstr "% Reflexo:" #: ../src/gui/status.cpp:280 -#, fuzzy msgid "Strength" -msgstr "Força:" +msgstr "Força" #: ../src/gui/status.cpp:281 -#, fuzzy msgid "Agility" -msgstr "Agilidade:" +msgstr "Agilidade" #: ../src/gui/status.cpp:282 -#, fuzzy msgid "Vitality" -msgstr "Vitalidade:" +msgstr "Vitalidade" #: ../src/gui/status.cpp:283 -#, fuzzy msgid "Intelligence" -msgstr "Inteligência:" +msgstr "Inteligência" #: ../src/gui/status.cpp:284 -#, fuzzy msgid "Dexterity" -msgstr "Destreza:" +msgstr "Destreza" #: ../src/gui/status.cpp:285 msgid "Luck" -msgstr "" +msgstr "Sorte" #: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" -msgstr "" +msgstr "Pontos de Status Restantes: %d" #: ../src/gui/trade.cpp:51 +#, fuzzy msgid "Trade: You" -msgstr "" +msgstr "Comércio" #: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" -msgstr "" +msgstr "Comércio" #: ../src/gui/trade.cpp:63 msgid "Add" @@ -1225,6 +1222,7 @@ msgstr "Você dá:" #: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." msgstr "" +"Falha ao adicionar item. Você não pode duplicar um tipo de item na janela." #: ../src/gui/updatewindow.cpp:78 #, c-format @@ -1233,11 +1231,11 @@ msgstr "" #: ../src/gui/updatewindow.cpp:93 msgid "Updating..." -msgstr "" +msgstr "Atualizando..." #: ../src/gui/updatewindow.cpp:115 msgid "Play" -msgstr "" +msgstr "Jogar" #: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" @@ -1279,7 +1277,7 @@ msgstr "" #: ../src/gui/updatewindow.cpp:520 msgid "Completed" -msgstr "" +msgstr "Concluído" #: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 msgid "Message" @@ -1299,8 +1297,9 @@ msgid "We regret to inform you that your character was killed in battle." msgstr "" #: ../src/net/playerhandler.cpp:220 +#, fuzzy msgid "You are not that alive anymore." -msgstr "" +msgstr "Você não pode fazer isso agora!" #: ../src/net/playerhandler.cpp:221 msgid "The cold hands of the grim reaper are grabbing for your soul." @@ -1362,13 +1361,15 @@ msgstr "" #. Monty Python reference from a couple of skits #: ../src/net/playerhandler.cpp:233 +#, fuzzy msgid "You are no more." -msgstr "" +msgstr "Você não tem nenhuma nota armazenada" #. Monty Python reference from the dead parrot sketch starting now #: ../src/net/playerhandler.cpp:234 +#, fuzzy msgid "You have ceased to be." -msgstr "" +msgstr "Você não tem nenhuma nota armazenada" #: ../src/net/playerhandler.cpp:235 msgid "You've expired and gone to meet your maker." @@ -1455,7 +1456,7 @@ msgstr "" #: ../src/net/tradehandler.cpp:127 #, fuzzy msgid "Trade with " -msgstr "@@Negociar|Negociar com %s@@" +msgstr "Comércio" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1482,12 +1483,14 @@ msgid "Failed adding item for unknown reason." msgstr "" #: ../src/net/tradehandler.cpp:207 +#, fuzzy msgid "Trade canceled." -msgstr "" +msgstr "Falha na negociação!" #: ../src/net/tradehandler.cpp:214 +#, fuzzy msgid "Trade completed." -msgstr "" +msgstr "Concluído" #: ../src/resources/colordb.cpp:56 #, c-format @@ -1534,8 +1537,9 @@ msgid "Initializing item database..." msgstr "" #: ../src/resources/itemdb.cpp:56 +#, fuzzy msgid "Unknown item" -msgstr "" +msgstr "Comando desconhecido" #: ../src/resources/itemdb.cpp:61 msgid "items.xml" @@ -1556,7 +1560,7 @@ msgstr "" #: ../src/resources/itemdb.cpp:101 msgid "Unnamed" -msgstr "" +msgstr "Sem nome" #: ../src/resources/itemdb.cpp:146 #, c-format @@ -1578,8 +1582,9 @@ msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" #: ../src/resources/monsterdb.cpp:44 +#, fuzzy msgid "unnamed" -msgstr "" +msgstr "Sem nome" #: ../src/resources/monsterdb.cpp:46 msgid "Initializing monster database..." @@ -1631,8 +1636,9 @@ msgid "Screenshot saved to ~/" msgstr "" #: ../src/game.cpp:399 +#, fuzzy msgid "Saving screenshot failed!" -msgstr "" +msgstr "Falha ao sentar!" #: ../src/game.cpp:400 msgid "Error: could not save screenshot." @@ -1657,7 +1663,7 @@ msgstr "" #: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" -msgstr "Tem certeza de que deseja excluir este personagem?" +msgstr "Tem certeza que deseja excluir este personagem?" #: ../src/game.cpp:648 msgid "no" @@ -1757,8 +1763,9 @@ msgid " -D --default : Bypass the login process with default settings" msgstr "" #: ../src/main.cpp:503 +#, fuzzy msgid " -h --help : Display this help" -msgstr "" +msgstr "/help: Mostra esta ajuda" #: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" @@ -1795,7 +1802,7 @@ msgstr "" #: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." -msgstr "Conectando..." +msgstr "Conectando ao servidor de contas..." #: ../src/main.cpp:616 #, c-format @@ -1805,7 +1812,7 @@ msgstr "" #: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." -msgstr "Conectando..." +msgstr "Conectando ao servidor de personagens..." #: ../src/main.cpp:692 #, c-format @@ -1815,7 +1822,7 @@ msgstr "" #: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." -msgstr "Conectando..." +msgstr "Conectando ao servidor de mapas..." #: ../src/main.cpp:699 #, fuzzy, c-format @@ -1829,20 +1836,19 @@ msgstr "" #: ../src/main.cpp:862 msgid "Got disconnected from server!" -msgstr "" +msgstr "Você foi desconectado do servidor!" #: ../src/main.cpp:1067 -#, fuzzy msgid "Connecting to map server..." -msgstr "Conectando..." +msgstr "Conectando ao servidor de mapas..." #: ../src/main.cpp:1075 msgid "Connecting to character server..." -msgstr "" +msgstr "Conectando ao servidor de personagens..." #: ../src/main.cpp:1083 msgid "Connecting to account server..." -msgstr "" +msgstr "Conectando ao servidor de contas..." #: ../src/party.cpp:55 msgid "Not yet implemented!" @@ -1865,8 +1871,9 @@ msgid "Party successfully created." msgstr "" #: ../src/party.cpp:97 +#, fuzzy msgid "Could not create party." -msgstr "" +msgstr "Impossivel entrar no grupo!" #: ../src/party.cpp:106 #, c-format @@ -1911,8 +1918,9 @@ msgid "/party : Party commands." msgstr "" #: ../src/party.cpp:178 +#, fuzzy msgid "Command: /party " -msgstr "" +msgstr "Comando: /help " #: ../src/party.cpp:179 msgid "where can be one of:" @@ -1936,16 +1944,18 @@ msgid " /leave" msgstr "" #: ../src/party.cpp:184 +#, fuzzy msgid "This command implements the partying function." -msgstr "" +msgstr "Exibe o conteudo de ajuda de " #: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" #: ../src/party.cpp:192 +#, fuzzy msgid "Command: /party new " -msgstr "" +msgstr "Comandos: /announce " #: ../src/party.cpp:193 msgid "Command: /party create " @@ -1960,8 +1970,9 @@ msgid "Command: /party prefix " msgstr "" #: ../src/party.cpp:201 +#, fuzzy msgid "This command sets the party prefix character." -msgstr "" +msgstr "Limpa os logs do chat anterior." #: ../src/party.cpp:203 msgid "" @@ -1970,71 +1981,47 @@ msgid "" msgstr "" #: ../src/party.cpp:205 +#, fuzzy msgid "Command: /party prefix" -msgstr "" +msgstr "Comandos: /clear" #: ../src/party.cpp:206 +#, fuzzy msgid "This command reports the current party prefix character." -msgstr "" +msgstr "Limpa os logs do chat anterior." #: ../src/party.cpp:214 +#, fuzzy msgid "Command: /party leave" -msgstr "" +msgstr "Comandos: /clear" #: ../src/party.cpp:215 +#, fuzzy msgid "This command causes the player to leave the party." -msgstr "" +msgstr "Limpa os logs do chat anterior." #: ../src/party.cpp:219 +#, fuzzy msgid "Unknown /party command." -msgstr "" +msgstr "Comando desconhecido." #: ../src/party.cpp:220 -msgid "Type /help party for a list of options." -msgstr "" - -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Cor do Cabelo:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Descrição: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Efeito: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Nome:" - #, fuzzy -#~ msgid "Effect: " -#~ msgstr "Efeito: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Descrição: %s" +msgid "Type /help party for a list of options." +msgstr "Digite /help para uma lista de todos os comandos." #~ msgid "Remember Username" #~ msgstr "Lembrar nome de usuário" -#~ msgid "Account and Character Management" -#~ msgstr "Gerenciamento de Conta e Personagem" +#~ msgid "Mystery Skill" +#~ msgstr "Habilidade Mistério" + +#~ msgid "Change" +#~ msgstr "Mudar" #~ msgid "Unregister" #~ msgstr "Cancelar Registro" -#~ msgid "Change Password" -#~ msgstr "Alterar senha" - -#~ msgid "Change Email Address" -#~ msgstr "Alterar e-mail" - -#~ msgid "Account: %s" -#~ msgstr "Conta: %s" - #~ msgid "Willpower:" #~ msgstr "Força de Vontade:" @@ -2056,15 +2043,6 @@ msgstr "" #~ msgid "Select amount of items to split." #~ msgstr "Selecionar montante de itens para dividir." -#~ msgid "Guilds" -#~ msgstr "Guildas" - -#~ msgid "@@guild|Invite %s@@" -#~ msgstr "@@guilda|convidar %s@@" - -#~ msgid "@@party|Invite %s to join your party@@" -#~ msgstr "@@grupo|Convidar %s para entrar para o seu grupo" - #~ msgid "@@split|Split@@" #~ msgstr "@@dividir|Dividir@@" @@ -2083,18 +2061,12 @@ msgstr "" #~ msgid "Please type both the address and the port of a server." #~ msgstr "Por favor especifique ambos os Endereços e a Porta do servidor" -#~ msgid "Visible names" -#~ msgstr "Nomes visíveis" - #~ msgid "Propose trade" #~ msgstr "Propor negócio" #~ msgid "Confirm trade" #~ msgstr "Confirmar negócio" -#~ msgid "Change" -#~ msgstr "Mudar" - #~ msgid "HP %+d" #~ msgstr "HP %+d" @@ -2109,3 +2081,27 @@ msgstr "" #~ msgid "Total Weight: %d - Maximum Weight: %d" #~ msgstr "Peso Total: %d - Peso Máximo: %d" + +#~ msgid "Account and Character Management" +#~ msgstr "Gerenciamento de Conta e Personagem" + +#~ msgid "Change Password" +#~ msgstr "Alterar senha" + +#~ msgid "Change Email Address" +#~ msgstr "Alterar e-mail" + +#~ msgid "Account: %s" +#~ msgstr "Conta: %s" + +#~ msgid "Guilds" +#~ msgstr "Guildas" + +#~ msgid "@@guild|Invite %s@@" +#~ msgstr "@@guilda|convidar %s@@" + +#~ msgid "@@party|Invite %s to join your party@@" +#~ msgstr "@@grupo|Convidar %s para entrar para o seu grupo" + +#~ msgid "Visible names" +#~ msgstr "Nomes visíveis" diff --git a/po/ru.po b/po/ru.po index db077dd7..bdd40333 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-01-08 11:50+0000\n" "Last-Translator: idle sign \n" "Language-Team: Russian \n" @@ -832,9 +832,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Цвет волос:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1453,9 +1452,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Торговать с %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1993,30 +1991,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Цвет волос:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Описание: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Эффект: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Имя:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Эффект: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Описание: %s" - #~ msgid "Unregister" #~ msgstr "Удалить регистрацию" diff --git a/po/sk.po b/po/sk.po index 8fadb2cb..080ef28c 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-12-30 14:07+0000\n" "Last-Translator: TomasKovacik \n" "Language-Team: Slovak \n" @@ -823,9 +823,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Farba vlasov:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1965,30 +1964,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Farba vlasov:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Popis: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Effekt: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Meno" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Effekt: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Popis: %s" - #~ msgid "Account and Character Management" #~ msgstr "Účet a správa postáv" diff --git a/po/sv.po b/po/sv.po index 8f9514eb..3ae9a674 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-05-07 19:04+0000\n" "Last-Translator: Kess Vargavind \n" "Language-Team: Swedish \n" @@ -832,9 +832,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "Hårfärg:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1453,9 +1452,8 @@ msgid "Trade: You and " msgstr "" #: ../src/net/tradehandler.cpp:127 -#, fuzzy msgid "Trade with " -msgstr "@@trade|Handla med %s@@" +msgstr "" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1993,30 +1991,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "Hårfärg:" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "Beskrivning: %s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "Effekt: %s" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "Namn:" - -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "Effekt: %s" - -#, fuzzy -#~ msgid "Description: " -#~ msgstr "Beskrivning: %s" - #~ msgid "Unregister" #~ msgstr "Avregistrera" diff --git a/po/th.po b/po/th.po index a41c8a9d..3798f1dc 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" "PO-Revision-Date: 2008-11-25 06:16+0000\n" "Last-Translator: Tharawut Paripaiboon \n" "Language-Team: Thai \n" @@ -824,9 +824,8 @@ msgid "Keyboard" msgstr "" #: ../src/gui/setup.cpp:97 -#, fuzzy msgid "Colors" -msgstr "สีผม:" +msgstr "" #: ../src/gui/setup.cpp:101 msgid "Players" @@ -1975,14 +1974,6 @@ msgstr "" msgid "Type /help party for a list of options." msgstr "" -#, fuzzy -#~ msgid "Color:" -#~ msgstr "สีผม:" - -#, fuzzy -#~ msgid "Name: " -#~ msgstr "ชื่อ:" - #~ msgid "Change Password" #~ msgstr "เปลี่ยนรหัสผ่าน" diff --git a/po/zh_CN.po b/po/zh_CN.po index a20235ae..4638cfbe 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,26 +7,31 @@ msgid "" msgstr "" "Project-Id-Version: tmw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-25 18:28-0700\n" -"PO-Revision-Date: 2008-09-17 14:41+0000\n" -"Last-Translator: luojie-dune \n" -"Language-Team: Simplified Chinese \n" +"POT-Creation-Date: 2009-01-25 18:51-0700\n" +"PO-Revision-Date: 2009-01-21 22:42+0800\n" +"Last-Translator: Hong Hao \n" +"Language-Team: Simplified Chinese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2009-01-06 12:40+0000\n" +"X-Launchpad-Export-Date: 2009-01-21 13:16+0000\n" "X-Generator: Launchpad (build Unknown)\n" +"Plural-Forms: nplurals=2; plural=1;\n" +"X-Poedit-Language: Chinese\n" +"X-Poedit-Country: China\n" +"X-Poedit-SourceCharset: utf-8\n" #: ../src/gui/buy.cpp:42 ../src/gui/buy.cpp:45 ../src/gui/buy.cpp:60 #: ../src/gui/buysell.cpp:34 msgid "Buy" -msgstr "买" +msgstr "购买" #: ../src/gui/buy.cpp:57 ../src/gui/buy.cpp:238 ../src/gui/sell.cpp:65 #: ../src/gui/sell.cpp:259 #, c-format msgid "Price: %d GP / Total: %d GP" -msgstr "价格:%d GP/总数:%d GP" +msgstr "价格:%d 金币/总数:%d 金币" #: ../src/gui/buy.cpp:61 ../src/gui/sell.cpp:69 ../src/game.cpp:640 msgid "Quit" @@ -42,12 +47,11 @@ msgstr "描述:%s" #: ../src/gui/sell.cpp:71 ../src/gui/sell.cpp:232 ../src/gui/sell.cpp:245 #, c-format msgid "Effect: %s" -msgstr "影响: %s" +msgstr "效果:%s" #: ../src/gui/buysell.cpp:30 -#, fuzzy msgid "Shop" -msgstr "停止" +msgstr "商店" #: ../src/gui/buysell.cpp:34 ../src/gui/sell.cpp:48 ../src/gui/sell.cpp:68 msgid "Sell" @@ -65,21 +69,21 @@ msgstr "取消" #: ../src/gui/char_select.cpp:62 msgid "Confirm Character Delete" -msgstr "" +msgstr "确认删除角色" #: ../src/gui/char_select.cpp:63 msgid "Are you sure you want to delete this character?" -msgstr "你确定想删除这个较色" +msgstr "你确定想删除这个角色?" #: ../src/gui/char_select.cpp:81 msgid "Select Character" -msgstr "选择较色" +msgstr "选择角色" #: ../src/gui/char_select.cpp:88 ../src/gui/char_select.cpp:173 #: ../src/gui/char_select.cpp:186 #, c-format msgid "Name: %s" -msgstr "名字:%s" +msgstr "姓名:%s" #. ---------------------- #. Status Part @@ -95,9 +99,9 @@ msgstr "等级:%d" #: ../src/gui/char_select.cpp:90 ../src/gui/char_select.cpp:175 #: ../src/gui/char_select.cpp:188 -#, fuzzy, c-format +#, c-format msgid "Job Level: %d" -msgstr "等级:%d" +msgstr "职业等级:%d" #: ../src/gui/char_select.cpp:91 ../src/gui/char_select.cpp:189 #, c-format @@ -106,11 +110,11 @@ msgstr "金钱:%d" #: ../src/gui/char_select.cpp:93 msgid "Previous" -msgstr "上一页" +msgstr "上一个" #: ../src/gui/char_select.cpp:94 msgid "Next" -msgstr "下一页" +msgstr "下一个" #: ../src/gui/char_select.cpp:95 msgid "New" @@ -123,12 +127,12 @@ msgstr "删除" #: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 #: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 msgid "Ok" -msgstr "OK" +msgstr "确认" #: ../src/gui/char_select.cpp:176 #, c-format msgid "Gold: %d" -msgstr "" +msgstr "金币:%d" #: ../src/gui/char_select.cpp:247 msgid "Create Character" @@ -137,30 +141,29 @@ msgstr "创建角色" #: ../src/gui/char_select.cpp:257 ../src/gui/login.cpp:51 #: ../src/gui/register.cpp:80 msgid "Name:" -msgstr "名称" +msgstr "姓名:" #: ../src/gui/char_select.cpp:260 msgid "Hair Color:" -msgstr "头发颜色" +msgstr "发色:" #: ../src/gui/char_select.cpp:263 msgid "Hair Style:" -msgstr "发型" +msgstr "发型:" #: ../src/gui/char_select.cpp:264 msgid "Create" msgstr "建立" #: ../src/gui/char_server.cpp:51 -#, fuzzy msgid "Select Server" -msgstr "选择较色" +msgstr "选择服务器" #: ../src/gui/char_server.cpp:58 ../src/gui/login.cpp:78 #: ../src/gui/npcintegerdialog.cpp:43 ../src/gui/npclistdialog.cpp:43 #: ../src/gui/npcstringdialog.cpp:41 ../src/gui/npc_text.cpp:49 msgid "OK" -msgstr "" +msgstr "确定" #: ../src/gui/chat.cpp:59 ../src/gui/colour.cpp:32 #: ../src/gui/menuwindow.cpp:62 ../src/gui/menuwindow.cpp:97 @@ -169,13 +172,14 @@ msgid "Chat" msgstr "建立" #: ../src/gui/chat.cpp:152 +#, fuzzy msgid "Global announcement: " -msgstr "" +msgstr "全局公告:" #: ../src/gui/chat.cpp:157 -#, c-format +#, fuzzy, c-format msgid "Global announcement from %s: " -msgstr "" +msgstr "%s 全局公告:" #: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" @@ -184,7 +188,7 @@ msgstr "服务器:" #: ../src/gui/chat.cpp:327 #, c-format msgid "Whispering to %s: %s" -msgstr "" +msgstr "对%s窃窃私语:%s" #: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." @@ -233,87 +237,88 @@ msgstr "" #: ../src/gui/chat.cpp:604 msgid "Unknown command" -msgstr "" +msgstr "未知指令" #: ../src/gui/chat.cpp:616 msgid "Trade failed!" -msgstr "" +msgstr "交易失败!" #: ../src/gui/chat.cpp:619 msgid "Emote failed!" -msgstr "" +msgstr "发送表情失败!" #: ../src/gui/chat.cpp:622 msgid "Sit failed!" -msgstr "" +msgstr "原地休息失败!" #: ../src/gui/chat.cpp:625 msgid "Chat creating failed!" -msgstr "" +msgstr "聊天创建失败!" #: ../src/gui/chat.cpp:628 msgid "Could not join party!" -msgstr "" +msgstr "不能加入工会!" #: ../src/gui/chat.cpp:631 msgid "Cannot shout!" -msgstr "" +msgstr "无法呼喊!" #: ../src/gui/chat.cpp:640 msgid "You have not yet reached a high enough lvl!" -msgstr "" +msgstr "你还没有达到足够的等级!" #: ../src/gui/chat.cpp:643 msgid "Insufficient HP!" -msgstr "" +msgstr "HP不足!" #: ../src/gui/chat.cpp:646 msgid "Insufficient SP!" -msgstr "" +msgstr "SP不足!" #: ../src/gui/chat.cpp:649 msgid "You have no memos!" -msgstr "" +msgstr "没有备忘录" #: ../src/gui/chat.cpp:652 +#, fuzzy msgid "You cannot do that right now!" -msgstr "" +msgstr "你现在无法办到!" #: ../src/gui/chat.cpp:655 msgid "Seems you need more Zeny... ;-)" -msgstr "" +msgstr "你需要更多钞票……;-)" #: ../src/gui/chat.cpp:658 msgid "You cannot use this skill with that kind of weapon!" -msgstr "" +msgstr "此武器无法用来使用此项技能!" #: ../src/gui/chat.cpp:661 msgid "You need another red gem!" -msgstr "" +msgstr "你需要另一颗红宝石!" #: ../src/gui/chat.cpp:664 msgid "You need another blue gem!" -msgstr "" +msgstr "你需要另一颗蓝宝石!" #: ../src/gui/chat.cpp:667 msgid "You're carrying to much to do this!" -msgstr "" +msgstr "你已负重太多,无法办到!" #: ../src/gui/chat.cpp:670 msgid "Huh? What's that?" -msgstr "" +msgstr "啊?那是什么?" #: ../src/gui/chat.cpp:679 msgid "Warp failed..." -msgstr "" +msgstr "传送失败..." #: ../src/gui/chat.cpp:682 msgid "Could not steal anything..." -msgstr "" +msgstr "无法偷取任何物品..." #: ../src/gui/chat.cpp:685 msgid "Poison had no effect..." -msgstr "" +msgstr "毒药无效..." #: ../src/gui/chat.cpp:768 msgid "The current party prefix is " @@ -334,23 +339,24 @@ msgstr "改变成OpenGL" #: ../src/gui/chat.cpp:794 msgid "-- Help --" -msgstr "" +msgstr "-- 帮助 --" #: ../src/gui/chat.cpp:797 msgid "/announce: Global announcement (GM only)" -msgstr "" +msgstr "/announce: 全局通告(只有GM可使用)" #: ../src/gui/chat.cpp:798 msgid "/clear: Clears this window" -msgstr "" +msgstr "/clear: 清除聊天记录" #: ../src/gui/chat.cpp:799 msgid "/help: Display this help" -msgstr "" +msgstr "/help: 显示帮助信息" #: ../src/gui/chat.cpp:801 +#, fuzzy msgid "/msg : Alternate form for /whisper" -msgstr "" +msgstr "/w <昵称> <信息>: /whisper的缩写形式" #: ../src/gui/chat.cpp:802 msgid "/present: Get list of players present" @@ -362,63 +368,64 @@ msgstr "" #: ../src/gui/chat.cpp:806 msgid "/where: Display map name" -msgstr "" +msgstr "/where: 显示地图名称" #: ../src/gui/chat.cpp:807 msgid "/w : Short form for /whisper" -msgstr "" +msgstr "/w <昵称> <信息>: /whisper的缩写形式" #: ../src/gui/chat.cpp:808 msgid "/whisper : Sends a private to " -msgstr "" +msgstr "/whisper <昵称> <信息>: 发送一条私密信息 <信息> 给 <昵称>" #: ../src/gui/chat.cpp:810 msgid "/who: Display number of online users" -msgstr "" +msgstr "/who: 显示在线用户数" #: ../src/gui/chat.cpp:811 msgid "For more information, type /help " -msgstr "" +msgstr "输入/help <指令> 获取更多帮助信息" #: ../src/gui/chat.cpp:815 msgid "Command: /announce " -msgstr "" +msgstr "指令: /announce <信息>" #: ../src/gui/chat.cpp:816 msgid "*** only available to a GM ***" -msgstr "" +msgstr "*** 只有GM可用 ***" #: ../src/gui/chat.cpp:817 msgid "This command sends the message to all players currently online." -msgstr "" +msgstr "该指令会发送<信息>给所有在线用户。" #: ../src/gui/chat.cpp:822 msgid "Command: /clear" -msgstr "" +msgstr "指令: /clear" #: ../src/gui/chat.cpp:823 msgid "This command clears the chat log of previous chat." -msgstr "" +msgstr "该指令可清除历史聊天记录。" #: ../src/gui/chat.cpp:828 msgid "Command: /help" -msgstr "" +msgstr "指令: /help" #: ../src/gui/chat.cpp:829 msgid "This command displays a list of all commands available." -msgstr "" +msgstr "该指令可显示所有可用指令。" #: ../src/gui/chat.cpp:831 msgid "Command: /help " -msgstr "" +msgstr "指令: /help <指令>" #: ../src/gui/chat.cpp:832 msgid "This command displays help on ." -msgstr "" +msgstr "该指令显现<指令>的帮助信息" #: ../src/gui/chat.cpp:840 +#, fuzzy msgid "Command: /present" -msgstr "" +msgstr "指令: /where" #: ../src/gui/chat.cpp:841 msgid "" @@ -427,8 +434,9 @@ msgid "" msgstr "" #: ../src/gui/chat.cpp:851 +#, fuzzy msgid "Command: /toggle " -msgstr "" +msgstr "指令: /announce <信息>" #: ../src/gui/chat.cpp:852 msgid "" @@ -443,68 +451,73 @@ msgid "" msgstr "" #: ../src/gui/chat.cpp:858 +#, fuzzy msgid "Command: /toggle" -msgstr "" +msgstr "指令: /clear" #: ../src/gui/chat.cpp:859 +#, fuzzy msgid "This command displays the return toggle status." -msgstr "" +msgstr "该条指令显示当前地图名。" #: ../src/gui/chat.cpp:863 msgid "Command: /where" -msgstr "" +msgstr "指令: /where" #: ../src/gui/chat.cpp:864 msgid "This command displays the name of the current map." -msgstr "" +msgstr "该条指令显示当前地图名。" #: ../src/gui/chat.cpp:869 +#, fuzzy msgid "Command: /msg " -msgstr "" +msgstr "指令: /w <昵称> <信息>" #: ../src/gui/chat.cpp:870 msgid "Command: /whisper " -msgstr "" +msgstr "指令: /whisper <昵称> <信息>" #: ../src/gui/chat.cpp:871 msgid "Command: /w " -msgstr "" +msgstr "指令: /w <昵称> <信息>" #: ../src/gui/chat.cpp:872 msgid "This command sends the message to ." -msgstr "" +msgstr "该条指令发送信息 " #: ../src/gui/chat.cpp:874 msgid "If the has spaces in it, enclose it in double quotes (\")." -msgstr "" +msgstr "如果<昵称>之间有空格,用双引号(\")括起来。" #: ../src/gui/chat.cpp:879 msgid "Command: /who" -msgstr "" +msgstr "指令: /who" #: ../src/gui/chat.cpp:880 msgid "This command displays the number of players currently online." -msgstr "" +msgstr "该条指令可显现当前在线用户总数。" #: ../src/gui/chat.cpp:885 msgid "Unknown command." -msgstr "" +msgstr "未知命令" #: ../src/gui/chat.cpp:886 msgid "Type /help for a list of commands." -msgstr "" +msgstr "输入 /help 获取指令列表。" #: ../src/gui/colour.cpp:33 msgid "GM" msgstr "" #: ../src/gui/colour.cpp:34 +#, fuzzy msgid "Player" -msgstr "" +msgstr "玩家" #: ../src/gui/colour.cpp:35 +#, fuzzy msgid "Whisper" -msgstr "" +msgstr "%s悄悄对你说:" #: ../src/gui/colour.cpp:36 msgid "Is" @@ -513,7 +526,7 @@ msgstr "" #: ../src/gui/colour.cpp:37 #, fuzzy msgid "Party" -msgstr "端口:" +msgstr "开始" #: ../src/gui/colour.cpp:38 #, fuzzy @@ -561,16 +574,16 @@ msgstr "装备" #: ../src/gui/help.cpp:34 ../src/gui/help.cpp:37 msgid "Help" -msgstr "" +msgstr "帮助" #: ../src/gui/help.cpp:43 msgid "Close" -msgstr "" +msgstr "关闭" #: ../src/gui/inventorywindow.cpp:49 ../src/gui/inventorywindow.cpp:53 #: ../src/gui/menuwindow.cpp:65 ../src/gui/menuwindow.cpp:109 msgid "Inventory" -msgstr "清单" +msgstr "物品栏" #: ../src/gui/inventorywindow.cpp:61 msgid "Drop" @@ -578,14 +591,14 @@ msgstr "丢弃" #. Adjust widgets #: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 -#, c-format +#, fuzzy, c-format msgid "Weight: %d g / %d g" -msgstr "" +msgstr "负重:%d / %d" #: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 #, c-format msgid "Slots used: %d / %d" -msgstr "" +msgstr "已使用槽: %d / %d" #: ../src/gui/inventorywindow.cpp:183 msgid "Unequip" @@ -605,7 +618,7 @@ msgstr "请选择丢弃的物品数量" #: ../src/gui/login.cpp:49 msgid "Login" -msgstr "登陆" +msgstr "登录" #: ../src/gui/login.cpp:52 ../src/gui/register.cpp:81 msgid "Password:" @@ -645,7 +658,7 @@ msgstr "快捷键" #: ../src/gui/menuwindow.cpp:69 ../src/gui/menuwindow.cpp:125 #: ../src/gui/setup.cpp:52 ../src/main.cpp:787 msgid "Setup" -msgstr "安装" +msgstr "设置" #: ../src/gui/minimap.cpp:39 #, fuzzy @@ -688,8 +701,9 @@ msgid "@@friend|Befriend " msgstr "" #: ../src/gui/popupmenu.cpp:92 +#, fuzzy msgid "@@disregard|Disregard " -msgstr "" +msgstr "无视" #: ../src/gui/popupmenu.cpp:93 msgid "@@ignore|Ignore " @@ -724,9 +738,8 @@ msgid "@@pickup|Pick Up %s@@" msgstr "@@捡起|捡起%s@@" #: ../src/gui/popupmenu.cpp:298 -#, fuzzy msgid "@@use|Unequip@@" -msgstr "@@使用|装备@@" +msgstr "@@使用|卸载@@" #: ../src/gui/popupmenu.cpp:300 msgid "@@use|Equip@@" @@ -750,15 +763,15 @@ msgstr "@@描述|描述@@" #: ../src/gui/register.cpp:82 msgid "Confirm:" -msgstr "确定" +msgstr "确认:" #: ../src/gui/register.cpp:90 msgid "Male" -msgstr "" +msgstr "帅哥" #: ../src/gui/register.cpp:91 msgid "Female" -msgstr "" +msgstr "美女" #: ../src/gui/register.cpp:159 #, c-format @@ -768,7 +781,7 @@ msgstr "" #: ../src/gui/register.cpp:168 #, c-format msgid "The username needs to be at least %d characters long." -msgstr "用户名至少需要%d个字符" +msgstr "用户名至少需要%d个字符。" #: ../src/gui/register.cpp:176 #, c-format @@ -783,7 +796,7 @@ msgstr "密码需要至少%d个字符" #: ../src/gui/register.cpp:192 #, c-format msgid "The password needs to be less than %d characters long." -msgstr "密码不能少于%d个字符" +msgstr "密码不能少于%d个字符。" #. Password does not match with the confirmation one #: ../src/gui/register.cpp:199 @@ -829,16 +842,16 @@ msgstr "游戏杆" #: ../src/gui/setup.cpp:93 msgid "Keyboard" -msgstr "" +msgstr "键盘" #: ../src/gui/setup.cpp:97 #, fuzzy msgid "Colors" -msgstr "头发颜色" +msgstr "关闭" #: ../src/gui/setup.cpp:101 msgid "Players" -msgstr "" +msgstr "玩家" #: ../src/gui/setup_colours.cpp:53 msgid "Red: " @@ -874,45 +887,44 @@ msgstr "旋转手柄" #: ../src/gui/setup_keyboard.cpp:87 msgid "Assign" -msgstr "" +msgstr "分配" #: ../src/gui/setup_keyboard.cpp:91 -#, fuzzy msgid "Default" -msgstr "删除" +msgstr "预设" #: ../src/gui/setup_keyboard.cpp:120 msgid "Key Conflict(s) Detected." -msgstr "" +msgstr "检测到按键冲突。" #: ../src/gui/setup_keyboard.cpp:121 msgid "Resolve them, or gameplay may result in strange behaviour." -msgstr "" +msgstr "解决按键冲突,否者游戏过程中可能发生奇怪行为。" #: ../src/gui/setup_players.cpp:54 -#, fuzzy msgid "Name" -msgstr "名称" +msgstr "姓名" #: ../src/gui/setup_players.cpp:55 msgid "Relation" -msgstr "" +msgstr "关系" #: ../src/gui/setup_players.cpp:59 msgid "Neutral" -msgstr "" +msgstr "中立" #: ../src/gui/setup_players.cpp:60 msgid "Friend" -msgstr "" +msgstr "好友" #: ../src/gui/setup_players.cpp:61 +#, fuzzy msgid "Disregarded" -msgstr "" +msgstr "无视" #: ../src/gui/setup_players.cpp:62 msgid "Ignored" -msgstr "" +msgstr "忽略" #: ../src/gui/setup_players.cpp:200 ../src/gui/skill.cpp:83 msgid "???" @@ -920,19 +932,19 @@ msgstr "" #: ../src/gui/setup_players.cpp:216 msgid "Save player list" -msgstr "" +msgstr "保存玩家列表" #: ../src/gui/setup_players.cpp:218 msgid "Allow trading" -msgstr "" +msgstr "允许交易" #: ../src/gui/setup_players.cpp:220 msgid "Allow whispers" -msgstr "" +msgstr "允许私语" #: ../src/gui/setup_players.cpp:247 msgid "When ignoring:" -msgstr "" +msgstr "当忽略时:" #: ../src/gui/setup_video.cpp:92 msgid "No modes available" @@ -952,11 +964,12 @@ msgstr "OpenGL" #: ../src/gui/setup_video.cpp:119 msgid "Custom cursor" -msgstr "通常的光标" +msgstr "自定义鼠标" #: ../src/gui/setup_video.cpp:120 +#, fuzzy msgid "Particle effects" -msgstr "" +msgstr "纹理细节" #: ../src/gui/setup_video.cpp:121 msgid "Speech bubbles" @@ -968,7 +981,7 @@ msgstr "" #: ../src/gui/setup_video.cpp:124 msgid "FPS Limit:" -msgstr "FPS限制" +msgstr "FPS限制:" #: ../src/gui/setup_video.cpp:145 msgid "Gui opacity" @@ -976,23 +989,24 @@ msgstr "Gui 透明度" #: ../src/gui/setup_video.cpp:146 msgid "Scroll radius" -msgstr "滚动半径" +msgstr "滑动半径" #: ../src/gui/setup_video.cpp:147 msgid "Scroll laziness" -msgstr "拉动极限" +msgstr "滑动延迟" #: ../src/gui/setup_video.cpp:148 +#, fuzzy msgid "Ambient FX" -msgstr "环境音效" +msgstr "雾化效果" #: ../src/gui/setup_video.cpp:149 msgid "Particle Detail" -msgstr "" +msgstr "纹理细节" #: ../src/gui/setup_video.cpp:211 ../src/gui/setup_video.cpp:474 msgid "off" -msgstr "离线" +msgstr "关闭" #: ../src/gui/setup_video.cpp:214 ../src/gui/setup_video.cpp:225 #: ../src/gui/setup_video.cpp:477 ../src/gui/setup_video.cpp:491 @@ -1006,11 +1020,11 @@ msgstr "高" #: ../src/gui/setup_video.cpp:228 ../src/gui/setup_video.cpp:494 msgid "medium" -msgstr "" +msgstr "中" #: ../src/gui/setup_video.cpp:234 ../src/gui/setup_video.cpp:500 msgid "max" -msgstr "" +msgstr "最大" #: ../src/gui/setup_video.cpp:303 msgid "Failed to switch to " @@ -1035,7 +1049,7 @@ msgstr "切换到全屏" #: ../src/gui/setup_video.cpp:313 msgid "Restart needed for changes to take effect." -msgstr "只有改变生效后才能重启" +msgstr "重启生效" #. OpenGL can currently only be changed by restarting, notify user. #: ../src/gui/setup_video.cpp:325 @@ -1062,7 +1076,7 @@ msgstr "" #: ../src/gui/setup_video.cpp:416 #, fuzzy msgid "Restart your client for the change to take effect." -msgstr "只有改变生效后才能重启" +msgstr "重启生效" #: ../src/gui/setup_video.cpp:434 msgid "Particle effect settings changed" @@ -1071,7 +1085,7 @@ msgstr "" #: ../src/gui/setup_video.cpp:435 #, fuzzy msgid "Restart your client or change maps for the change to take effect." -msgstr "只有改变生效后才能重启" +msgstr "重启生效" #: ../src/gui/skill.cpp:41 #, fuzzy @@ -1081,11 +1095,11 @@ msgstr "技能" #: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format msgid "Skill points: %d" -msgstr "" +msgstr "技能点数:%d" #: ../src/gui/skill.cpp:140 msgid "Up" -msgstr "" +msgstr "升级" #: ../src/gui/skill.cpp:140 msgid "inc" @@ -1106,108 +1120,99 @@ msgid "Speech" msgstr "" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 -#, fuzzy, c-format +#, c-format msgid "Job: %d" -msgstr "等级:%d" +msgstr "职业:%d" #: ../src/gui/status.cpp:51 ../src/gui/status.cpp:236 -#, fuzzy, c-format +#, c-format msgid "Money: %d GP" -msgstr "金钱:%d" +msgstr "金钱:%d 金币" #. ---------------------- #. Stats Part #. ---------------------- #. Static Labels #: ../src/gui/status.cpp:125 -#, fuzzy msgid "Stats" msgstr "状态" #: ../src/gui/status.cpp:126 msgid "Total" -msgstr "" +msgstr "总计" #: ../src/gui/status.cpp:127 msgid "Cost" -msgstr "" +msgstr "花费" #. Derived Stats #: ../src/gui/status.cpp:130 -#, fuzzy msgid "Attack:" -msgstr "攻击 %+d" +msgstr "攻击:" #: ../src/gui/status.cpp:131 -#, fuzzy msgid "Defense:" -msgstr "防护 %+d" +msgstr "防御:" #: ../src/gui/status.cpp:132 -#, fuzzy msgid "M.Attack:" -msgstr "攻击 %+d" +msgstr "魔攻:" #: ../src/gui/status.cpp:133 -#, fuzzy msgid "M.Defense:" -msgstr "防护 %+d" +msgstr "魔防:" #: ../src/gui/status.cpp:134 #, c-format msgid "% Accuracy:" -msgstr "" +msgstr "% Ac精确度:" #: ../src/gui/status.cpp:135 #, c-format msgid "% Evade:" -msgstr "" +msgstr "% E回避率:" #: ../src/gui/status.cpp:136 msgid "% Reflex:" -msgstr "" +msgstr "% 伤害反射:" #: ../src/gui/status.cpp:280 -#, fuzzy msgid "Strength" msgstr "力量" #: ../src/gui/status.cpp:281 -#, fuzzy msgid "Agility" -msgstr "敏捷:" +msgstr "敏捷" #: ../src/gui/status.cpp:282 -#, fuzzy msgid "Vitality" -msgstr "体力:" +msgstr "生命" #: ../src/gui/status.cpp:283 -#, fuzzy msgid "Intelligence" -msgstr "智力:" +msgstr "智慧" #: ../src/gui/status.cpp:284 -#, fuzzy msgid "Dexterity" -msgstr "智慧:" +msgstr "敏捷" #: ../src/gui/status.cpp:285 msgid "Luck" -msgstr "" +msgstr "幸运" #: ../src/gui/status.cpp:303 #, c-format msgid "Remaining Status Points: %d" -msgstr "" +msgstr "剩余状态点数:%d" #: ../src/gui/trade.cpp:51 +#, fuzzy msgid "Trade: You" -msgstr "" +msgstr "交易" #: ../src/gui/trade.cpp:56 ../src/gui/trade.cpp:66 msgid "Trade" -msgstr "" +msgstr "交易" #: ../src/gui/trade.cpp:63 msgid "Add" @@ -1220,11 +1225,11 @@ msgstr "你得到%d GP." #: ../src/gui/trade.cpp:83 msgid "You give:" -msgstr "你得到:" +msgstr "你付出:" #: ../src/gui/trade.cpp:252 msgid "Failed adding item. You can not overlap one kind of item on the window." -msgstr "" +msgstr "添加物品失败。你不能覆盖窗口中的该类物品。" #: ../src/gui/updatewindow.cpp:78 #, c-format @@ -1233,11 +1238,11 @@ msgstr "" #: ../src/gui/updatewindow.cpp:93 msgid "Updating..." -msgstr "" +msgstr "更新..." #: ../src/gui/updatewindow.cpp:115 msgid "Play" -msgstr "" +msgstr "开始" #: ../src/gui/updatewindow.cpp:196 msgid "Couldn't load news" @@ -1279,7 +1284,7 @@ msgstr "" #: ../src/gui/updatewindow.cpp:520 msgid "Completed" -msgstr "" +msgstr "已完成" #: ../src/net/playerhandler.cpp:193 ../src/net/playerhandler.cpp:248 msgid "Message" @@ -1299,8 +1304,9 @@ msgid "We regret to inform you that your character was killed in battle." msgstr "" #: ../src/net/playerhandler.cpp:220 +#, fuzzy msgid "You are not that alive anymore." -msgstr "" +msgstr "你现在无法办到!" #: ../src/net/playerhandler.cpp:221 msgid "The cold hands of the grim reaper are grabbing for your soul." @@ -1362,13 +1368,15 @@ msgstr "" #. Monty Python reference from a couple of skits #: ../src/net/playerhandler.cpp:233 +#, fuzzy msgid "You are no more." -msgstr "" +msgstr "没有备忘录" #. Monty Python reference from the dead parrot sketch starting now #: ../src/net/playerhandler.cpp:234 +#, fuzzy msgid "You have ceased to be." -msgstr "" +msgstr "没有备忘录" #: ../src/net/playerhandler.cpp:235 msgid "You've expired and gone to meet your maker." @@ -1455,7 +1463,7 @@ msgstr "" #: ../src/net/tradehandler.cpp:127 #, fuzzy msgid "Trade with " -msgstr "@@交易|与%s交易@@" +msgstr "交易" #: ../src/net/tradehandler.cpp:128 #, fuzzy @@ -1482,12 +1490,14 @@ msgid "Failed adding item for unknown reason." msgstr "" #: ../src/net/tradehandler.cpp:207 +#, fuzzy msgid "Trade canceled." -msgstr "" +msgstr "交易失败!" #: ../src/net/tradehandler.cpp:214 +#, fuzzy msgid "Trade completed." -msgstr "" +msgstr "已完成" #: ../src/resources/colordb.cpp:56 #, c-format @@ -1534,8 +1544,9 @@ msgid "Initializing item database..." msgstr "" #: ../src/resources/itemdb.cpp:56 +#, fuzzy msgid "Unknown item" -msgstr "" +msgstr "未知指令" #: ../src/resources/itemdb.cpp:61 msgid "items.xml" @@ -1556,7 +1567,7 @@ msgstr "" #: ../src/resources/itemdb.cpp:101 msgid "Unnamed" -msgstr "" +msgstr "未知物品" #: ../src/resources/itemdb.cpp:146 #, c-format @@ -1578,8 +1589,9 @@ msgid "ItemDB: Ignoring unknown sound event '%s'" msgstr "" #: ../src/resources/monsterdb.cpp:44 +#, fuzzy msgid "unnamed" -msgstr "" +msgstr "未知物品" #: ../src/resources/monsterdb.cpp:46 msgid "Initializing monster database..." @@ -1631,8 +1643,9 @@ msgid "Screenshot saved to ~/" msgstr "" #: ../src/game.cpp:399 +#, fuzzy msgid "Saving screenshot failed!" -msgstr "" +msgstr "原地休息失败!" #: ../src/game.cpp:400 msgid "Error: could not save screenshot." @@ -1657,7 +1670,7 @@ msgstr "" #: ../src/game.cpp:641 #, fuzzy msgid "Are you sure you want to quit?" -msgstr "你确定想删除这个较色" +msgstr "你确定想删除这个角色?" #: ../src/game.cpp:648 msgid "no" @@ -1757,8 +1770,9 @@ msgid " -D --default : Bypass the login process with default settings" msgstr "" #: ../src/main.cpp:503 +#, fuzzy msgid " -h --help : Display this help" -msgstr "" +msgstr "/help: 显示帮助信息" #: ../src/main.cpp:504 msgid " -H --updatehost : Use this update host" @@ -1795,7 +1809,7 @@ msgstr "" #: ../src/main.cpp:615 #, fuzzy msgid "Trying to connect to account server..." -msgstr "连接中..." +msgstr "正在连接 帐号 服务器..." #: ../src/main.cpp:616 #, c-format @@ -1805,7 +1819,7 @@ msgstr "" #: ../src/main.cpp:670 #, fuzzy msgid "Trying to connect to char server..." -msgstr "连接中..." +msgstr "正在连接 角色 服务器..." #: ../src/main.cpp:692 #, c-format @@ -1815,12 +1829,12 @@ msgstr "" #: ../src/main.cpp:698 #, fuzzy msgid "Trying to connect to map server..." -msgstr "连接中..." +msgstr "正在连接 地图 服务器..." #: ../src/main.cpp:699 #, fuzzy, c-format msgid "Map: %s" -msgstr "名字:%s" +msgstr "姓名:%s" #: ../src/main.cpp:829 #, c-format @@ -1829,20 +1843,19 @@ msgstr "" #: ../src/main.cpp:862 msgid "Got disconnected from server!" -msgstr "" +msgstr "和服务器失去连接" #: ../src/main.cpp:1067 -#, fuzzy msgid "Connecting to map server..." -msgstr "连接中..." +msgstr "正在连接 地图 服务器..." #: ../src/main.cpp:1075 msgid "Connecting to character server..." -msgstr "" +msgstr "正在连接 角色 服务器..." #: ../src/main.cpp:1083 msgid "Connecting to account server..." -msgstr "" +msgstr "正在连接 帐号 服务器..." #: ../src/party.cpp:55 msgid "Not yet implemented!" @@ -1865,8 +1878,9 @@ msgid "Party successfully created." msgstr "" #: ../src/party.cpp:97 +#, fuzzy msgid "Could not create party." -msgstr "" +msgstr "不能加入工会!" #: ../src/party.cpp:106 #, c-format @@ -1890,7 +1904,7 @@ msgstr "" #: ../src/party.cpp:130 #, fuzzy msgid "Invite to party" -msgstr "清单" +msgstr "物品栏" #: ../src/party.cpp:131 #, c-format @@ -1911,8 +1925,9 @@ msgid "/party : Party commands." msgstr "" #: ../src/party.cpp:178 +#, fuzzy msgid "Command: /party " -msgstr "" +msgstr "指令: /help <指令>" #: ../src/party.cpp:179 msgid "where can be one of:" @@ -1936,16 +1951,18 @@ msgid " /leave" msgstr "" #: ../src/party.cpp:184 +#, fuzzy msgid "This command implements the partying function." -msgstr "" +msgstr "该指令显现<指令>的帮助信息" #: ../src/party.cpp:186 msgid "Type /help party for further help." msgstr "" #: ../src/party.cpp:192 +#, fuzzy msgid "Command: /party new " -msgstr "" +msgstr "指令: /announce <信息>" #: ../src/party.cpp:193 msgid "Command: /party create " @@ -1960,8 +1977,9 @@ msgid "Command: /party prefix " msgstr "" #: ../src/party.cpp:201 +#, fuzzy msgid "This command sets the party prefix character." -msgstr "" +msgstr "该指令可清除历史聊天记录。" #: ../src/party.cpp:203 msgid "" @@ -1970,52 +1988,43 @@ msgid "" msgstr "" #: ../src/party.cpp:205 +#, fuzzy msgid "Command: /party prefix" -msgstr "" +msgstr "指令: /clear" #: ../src/party.cpp:206 +#, fuzzy msgid "This command reports the current party prefix character." -msgstr "" +msgstr "该指令可清除历史聊天记录。" #: ../src/party.cpp:214 +#, fuzzy msgid "Command: /party leave" -msgstr "" +msgstr "指令: /clear" #: ../src/party.cpp:215 +#, fuzzy msgid "This command causes the player to leave the party." -msgstr "" +msgstr "该指令可清除历史聊天记录。" #: ../src/party.cpp:219 +#, fuzzy msgid "Unknown /party command." -msgstr "" +msgstr "未知命令" #: ../src/party.cpp:220 -msgid "Type /help party for a list of options." -msgstr "" - #, fuzzy -#~ msgid "Color:" -#~ msgstr "头发颜色" - -#, fuzzy -#~ msgid "Description:" -#~ msgstr "描述:%s" - -#, fuzzy -#~ msgid "Effect:" -#~ msgstr "影响: %s" +msgid "Type /help party for a list of options." +msgstr "输入 /help 获取指令列表。" -#, fuzzy -#~ msgid "Name: " -#~ msgstr "名称" +#~ msgid "Remember Username" +#~ msgstr "保存用户名" -#, fuzzy -#~ msgid "Effect: " -#~ msgstr "影响: %s" +#~ msgid "Mystery Skill" +#~ msgstr "神秘技能" -#, fuzzy -#~ msgid "Description: " -#~ msgstr "描述:%s" +#~ msgid "Change" +#~ msgstr "改变" #~ msgid "Unregister" #~ msgstr "注销" @@ -2065,9 +2074,6 @@ msgstr "" #~ msgid "Confirm trade" #~ msgstr "决定交易" -#~ msgid "Change" -#~ msgstr "改变" - #~ msgid "HP %+d" #~ msgstr "HP %+d" -- cgit v1.2.3-60-g2f50 From 3f6a5ed735d20977aed97b54c8472d3cd1f5c964 Mon Sep 17 00:00:00 2001 From: GonzoDark Date: Sun, 18 Jan 2009 22:32:27 +0100 Subject: Because of how I imported translations to reduce the complexity of merging, this commit adds back in a few of Ichigo's translations which were lost. Signed-off-by: Ira Rice --- po/da.po | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) (limited to 'po') diff --git a/po/da.po b/po/da.po index f0be3f84..0debc786 100644 --- a/po/da.po +++ b/po/da.po @@ -122,8 +122,8 @@ msgstr "Slet" #: ../src/gui/char_select.cpp:97 ../src/gui/item_amount.cpp:59 #: ../src/gui/ok_dialog.cpp:37 ../src/gui/trade.cpp:64 -msgid "Ok" -msgstr "" +msgid "OK" +msgstr "OK" #: ../src/gui/char_select.cpp:176 #, c-format @@ -176,16 +176,16 @@ msgstr "Global meddelelse: " #: ../src/gui/chat.cpp:157 #, fuzzy, c-format msgid "Global announcement from %s: " -msgstr "Global meddelelse fra " +msgstr "Global meddelelse fra %s: " #: ../src/gui/chat.cpp:171 ../src/gui/login.cpp:53 ../src/gui/register.cpp:83 msgid "Server:" msgstr "Server:" #: ../src/gui/chat.cpp:327 -#, fuzzy, c-format +#, c-format msgid "Whispering to %s: %s" -msgstr "Hvisker til " +msgstr "Hvisker til %s: %s" #: ../src/gui/chat.cpp:346 msgid "Trying to send a blank party message." @@ -211,12 +211,10 @@ msgstr "Besked lukker nu chat." msgid "" "Options to /toggle are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." msgstr "" -"Mulighederne til /toggle er \"yes\", \"no\", \"true\", \"false\", \"1\", \"0" -"\"." +"Mulighederne til /toggle er \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." -#: ../src/gui/chat.cpp:510 -#, fuzzy -msgid "Unknown party command... Type \"/help\" party for more information." +#: ../src/gui/chat.cpp:432 +msgid "Unknown party command... Type \"/help party\" party for more information." msgstr "Ukendt gruppe kommando... Skriv \"/help party\" for mere information." #: ../src/gui/chat.cpp:556 @@ -595,7 +593,7 @@ msgstr "Smid" #: ../src/gui/inventorywindow.cpp:72 ../src/gui/inventorywindow.cpp:114 #, fuzzy, c-format msgid "Weight: %d g / %d g" -msgstr "Vægt: " +msgstr "Vægt: %d g / %d g" #: ../src/gui/inventorywindow.cpp:75 ../src/gui/inventorywindow.cpp:117 #, c-format @@ -1090,9 +1088,8 @@ msgid "Restart your client or change maps for the change to take effect." msgstr "Ændringerne kræver at du genstarter klienten, eller skifter bane." #: ../src/gui/skill.cpp:41 -#, fuzzy msgid "skills.xml" -msgstr "Færdigheder" +msgstr "" #: ../src/gui/skill.cpp:139 ../src/gui/skill.cpp:190 #, c-format @@ -1120,7 +1117,7 @@ msgstr "Fejl under loading af færdigheds fil: %s" #: ../src/gui/speechbubble.cpp:38 #, fuzzy msgid "Speech" -msgstr "Snakke bobler" +msgstr "Snakke" #: ../src/gui/status.cpp:50 ../src/gui/status.cpp:233 #, fuzzy, c-format @@ -1527,7 +1524,7 @@ msgstr "ColorDB: Fejlede" #: ../src/resources/colordb.cpp:83 #, fuzzy, c-format msgid "ColorDB: Redefinition of dye ID %d" -msgstr "ItemDB: Ny definition af genstand ID %d" +msgstr "ColorDB: Ny definition af genstand ID %d" #: ../src/resources/colordb.cpp:98 msgid "Unloading color database..." @@ -1710,9 +1707,9 @@ msgid "Warning: no protocol was specified for the update host" msgstr "Advarsel: ingen protocol var aktiv som opdate host" #: ../src/main.cpp:245 -#, fuzzy, c-format +#, c-format msgid "Error: %s can't be made, but doesn't exist!" -msgstr "Fejl: %s/%s kan ikke laves, men findes ikke!" +msgstr "Fejl: %s kan ikke laves, men findes ikke!" #: ../src/main.cpp:247 ../src/main.cpp:253 msgid "Error creating updates directory!" @@ -1730,11 +1727,11 @@ msgstr " kan ikke laves, men det findes ikke! Lukker." #: ../src/main.cpp:291 #, c-format msgid "Starting Aethyra Version %s" -msgstr "" +msgstr "Starter Aethyra Version %s" #: ../src/main.cpp:293 msgid "Starting Aethyra - Version not defined" -msgstr "" +msgstr "Starter Aethyra - Version er ikke defineret" #. Initialize SDL #: ../src/main.cpp:297 @@ -1815,7 +1812,7 @@ msgstr " -v --version : Viser den nuværende version" #: ../src/main.cpp:515 ../src/main.cpp:518 msgid "Aethyra version " -msgstr "" +msgstr "Aethyra version " #: ../src/main.cpp:519 msgid "(local build?, PACKAGE_VERSION is not defined)" @@ -2132,7 +2129,7 @@ msgstr "Skriv /help for at få en liste med kommandoer" #~ msgstr "E-mail:" #~ msgid "Choose your Mana World Server" -#~ msgstr "Vælg din Mana World Server" +#~ msgstr "Vælg din Aethyra Server" #~ msgid "Please type both the address and the port of a server." #~ msgstr "Skriv både adressen og porten på serveren." -- cgit v1.2.3-60-g2f50