From da07e7ecce244b541656e88a4cdeec1df7c699cc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 19:56:52 +0300 Subject: Update translations. --- po/pt.po | 8543 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 4368 insertions(+), 4175 deletions(-) (limited to 'po/pt.po') diff --git a/po/pt.po b/po/pt.po index 7c8f37ea0..8429fe516 100644 --- a/po/pt.po +++ b/po/pt.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: ManaPlus\n" "Report-Msgid-Bugs-To: akaras@inbox.ru\n" -"POT-Creation-Date: 2014-08-21 22:53+0300\n" +"POT-Creation-Date: 2014-08-27 19:55+0300\n" "PO-Revision-Date: 2014-08-18 18:33+0000\n" "Last-Translator: Jonatas L. Nogueira \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -30,6 +30,262 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. TRANSLATORS: file uploaded message +#: src/actions/actions.cpp:154 +msgid "File uploaded" +msgstr "" + +#. TRANSLATORS: ok dialog button +#. TRANSLATORS: edit dialog label +#. TRANSLATORS: edit server dialog button +#. TRANSLATORS: ok dialog button +#. TRANSLATORS: item amount window button +#. TRANSLATORS: quit dialog button +#. TRANSLATORS: ok dialog button +#. TRANSLATORS: text dialog button +#. TRANSLATORS: ok dialog button +#: src/actions/actions.cpp:156 src/client.cpp:1459 src/client.cpp:1486 +#: src/gamemodifiers.cpp:422 src/gui/widgets/tabs/setup_input.cpp:163 +#: src/gui/widgets/tabs/setup_theme.cpp:311 +#: src/gui/widgets/tabs/setup_theme.cpp:342 +#: src/gui/widgets/tabs/setup_video.cpp:247 +#: src/gui/widgets/tabs/setup_video.cpp:271 +#: src/gui/widgets/tabs/setup_video.cpp:386 +#: src/gui/widgets/tabs/setup_video.cpp:398 +#: src/gui/windows/changeemaildialog.cpp:171 +#: src/gui/windows/changepassworddialog.cpp:161 +#: src/gui/windows/charcreatedialog.cpp:372 +#: src/gui/windows/charselectdialog.cpp:245 +#: src/gui/windows/charselectdialog.cpp:281 src/gui/windows/editdialog.cpp:49 +#: src/gui/windows/editserverdialog.cpp:59 +#: src/gui/windows/editserverdialog.cpp:199 +#: src/gui/windows/itemamountwindow.cpp:161 src/gui/windows/quitdialog.cpp:71 +#: src/gui/windows/registerdialog.cpp:247 src/gui/windows/socialwindow.cpp:500 +#: src/gui/windows/textdialog.cpp:48 src/gui/windows/unregisterdialog.cpp:150 +#: src/net/ea/charserverhandler.cpp:206 src/net/ea/charserverhandler.cpp:225 +#: src/net/ea/charserverhandler.cpp:238 src/net/ea/gamehandler.cpp:96 +#: src/net/ea/playerhandler.cpp:278 src/net/ea/playerhandler.cpp:294 +msgid "OK" +msgstr "OK" + +#. TRANSLATORS: clear graphics command message +#. TRANSLATORS: clear fonts cache message +#: src/actions/actions.cpp:670 src/actions/actions.cpp:682 +msgid "Cache cleaned" +msgstr "Cache limpo" + +#. TRANSLATORS: uptime command +#: src/actions/actions.cpp:810 src/actions/actions.cpp:866 +#, c-format +msgid "Client uptime: %s" +msgstr "Uptime do cliente: %s" + +#. TRANSLATORS: uptime command +#: src/actions/actions.cpp:821 +#, c-format +msgid "%d week" +msgstr "%d semanas" + +#: src/actions/actions.cpp:821 +#, c-format +msgid "%d weeks" +msgstr "%d Semanas" + +#. TRANSLATORS: uptime command +#: src/actions/actions.cpp:832 +#, c-format +msgid "%d day" +msgstr "%d dias" + +#: src/actions/actions.cpp:832 +#, c-format +msgid "%d days" +msgstr "%d Dias" + +#. TRANSLATORS: uptime command +#: src/actions/actions.cpp:842 +#, c-format +msgid "%d hour" +msgstr "%d horas" + +#: src/actions/actions.cpp:842 +#, c-format +msgid "%d hours" +msgstr "%d Horas" + +#. TRANSLATORS: uptime command +#: src/actions/actions.cpp:852 +#, c-format +msgid "%d minute" +msgstr "%d minutos" + +#: src/actions/actions.cpp:852 +#, c-format +msgid "%d minutes" +msgstr "%d Minutos" + +#. TRANSLATORS: uptime command +#: src/actions/actions.cpp:862 +#, c-format +msgid "%d second" +msgstr "%d segundos" + +#: src/actions/actions.cpp:862 +#, c-format +msgid "%d seconds" +msgstr "%d Segundos" + +#. TRANSLATORS: dump command +#: src/actions/actions.cpp:923 src/actions/actions.cpp:932 +msgid "Resource images:" +msgstr "Recursos de imagem:" + +#. TRANSLATORS: dump command +#: src/actions/actions.cpp:926 src/actions/actions.cpp:935 +msgid "Resource orphaned images:" +msgstr "Recurso de imagem orfão:" + +#. TRANSLATORS: dump environment command +#: src/actions/actions.cpp:1023 +msgid "Environment variables dumped" +msgstr "Variáveis de ambiente despejada" + +#: src/actions/actions.cpp:1142 +msgid "Uploaded config into:" +msgstr "" + +#: src/actions/actions.cpp:1151 +msgid "Uploaded server config into:" +msgstr "" + +#: src/actions/actions.cpp:1160 +msgid "Uploaded log into:" +msgstr "" + +#. TRANSLATORS: whisper send +#: src/actions/chat.cpp:262 +msgid "Cannot send empty whispers!" +msgstr "Não é possível enviar mensagens privadas vazias!" + +#. TRANSLATORS: new whisper query +#: src/actions/chat.cpp:281 +#, c-format +msgid "" +"Cannot create a whisper tab for nick \"%s\"! It either already exists, or is " +"you." +msgstr "" +"Não é possível criar uma aba de mensagem privada para o nick \"%s\"! Ou ela " +"já existe ou é você mesmo." + +#. TRANSLATORS: create party message +#. TRANSLATORS: chat error message +#: src/actions/chat.cpp:306 src/net/ea/gui/partytab.cpp:80 +msgid "Party name is missing." +msgstr "Falta o nome do grupo." + +#. TRANSLATORS: create guild message +#: src/actions/chat.cpp:323 +msgid "Guild name is missing." +msgstr "Falta o nome da guilda." + +#. TRANSLATORS: party invite message +#. TRANSLATORS: change relation +#: src/actions/chat.cpp:344 src/actions/commands.cpp:101 +msgid "Please specify a name." +msgstr "Por favor, especifique um nome." + +#: src/actions/chat.cpp:363 +msgid "Return toggles chat." +msgstr "Enter alterna para o chat." + +#: src/actions/chat.cpp:363 +msgid "Message closes chat." +msgstr "A mensagem fecha o chat." + +#. TRANSLATORS: message from toggle chat command +#: src/actions/chat.cpp:374 +msgid "Return now toggles chat." +msgstr "Agora Enter alterna para o chat." + +#. TRANSLATORS: message from toggle chat command +#: src/actions/chat.cpp:383 +msgid "Message now closes chat." +msgstr "Agora a mensagem fecha o chat." + +#. TRANSLATORS: change relation +#: src/actions/commands.cpp:143 +#, c-format +msgid "Player already %s!" +msgstr "Jogador já %s!" + +#. TRANSLATORS: change relation +#: src/actions/commands.cpp:155 +#, c-format +msgid "Player successfully %s!" +msgstr "Jogador %s com sucesso!" + +#. TRANSLATORS: change relation +#: src/actions/commands.cpp:157 +#, c-format +msgid "Player could not be %s!" +msgstr "Jogador não pôde ser %s!" + +#. TRANSLATORS: unignore command +#: src/actions/commands.cpp:188 +msgid "Player wasn't ignored!" +msgstr "O jogador não estava ignorado!" + +#. TRANSLATORS: unignore command +#: src/actions/commands.cpp:196 +msgid "Player no longer ignored!" +msgstr "O jogador não está mais sendo ignorado!" + +#. TRANSLATORS: unignore command +#: src/actions/commands.cpp:198 +msgid "Player could not be unignored!" +msgstr "Não foi possível deixar de ignorar o jogador!" + +#. TRANSLATORS: erase command +#: src/actions/commands.cpp:213 +msgid "Player already erased!" +msgstr "Jogador já apagado!" + +#. TRANSLATORS: erase command +#: src/actions/commands.cpp:225 +#, fuzzy +msgid "Player no longer erased!" +msgstr "O jogador não está mais sendo ignorado!" + +#. TRANSLATORS: erase command +#: src/actions/commands.cpp:227 +msgid "Player could not be erased!" +msgstr "Jogador não pôde ser apagado!" + +#. TRANSLATORS: adding friend command +#: src/actions/commands.cpp:234 +msgid "friend" +msgstr "amigo(a)" + +#. TRANSLATORS: disregard command +#: src/actions/commands.cpp:241 +msgid "disregarded" +msgstr "ignorado" + +#. TRANSLATORS: neutral command +#: src/actions/commands.cpp:248 +msgid "neutral" +msgstr "neutro" + +#. TRANSLATORS: blacklist command +#: src/actions/commands.cpp:255 +msgid "blacklisted" +msgstr "Na Lista Negra" + +#. TRANSLATORS: enemy command +#: src/actions/commands.cpp:262 +msgid "enemy" +msgstr "inimigo" + #. TRANSLATORS: disable trades message #: src/actions/statusbar.cpp:217 msgid "Ignoring incoming trade requests" @@ -166,8 +422,8 @@ msgstr "Você vê %s" #. TRANSLATORS: add player to completle ignore list #. TRANSLATORS: popup menu item #. TRANSLATORS: add player to ignore list -#: src/being/playerrelations.cpp:468 src/gui/popups/popupmenu.cpp:2597 -#: src/gui/popups/popupmenu.cpp:2639 +#: src/being/playerrelations.cpp:468 src/gui/popups/popupmenu.cpp:2595 +#: src/gui/popups/popupmenu.cpp:2637 msgid "Completely ignore" msgstr "Ignorar completamente" @@ -194,37 +450,37 @@ msgstr "Bolha Flutuante" #. TRANSLATORS: setup tab quick button #. TRANSLATORS: full button name #. TRANSLATORS: setup window name -#: src/client.cpp:921 src/gui/windowmenu.cpp:163 +#: src/client.cpp:920 src/gui/windowmenu.cpp:163 #: src/gui/windows/setupwindow.cpp:62 msgid "Setup" msgstr "Configurar" #. TRANSLATORS: perfoamance tab quick button #. TRANSLATORS: settings tab name -#: src/client.cpp:924 src/gui/widgets/tabs/setup_perfomance.cpp:54 +#: src/client.cpp:923 src/gui/widgets/tabs/setup_perfomance.cpp:54 msgid "Performance" msgstr "Performance" #. TRANSLATORS: video tab quick button #. TRANSLATORS: video settings tab name -#: src/client.cpp:927 src/gui/widgets/tabs/setup_video.cpp:104 +#: src/client.cpp:926 src/gui/widgets/tabs/setup_video.cpp:104 msgid "Video" msgstr "Vídeo" #. TRANSLATORS: theme tab quick button #. TRANSLATORS: theme settings tab name -#: src/client.cpp:930 src/gui/widgets/tabs/setup_theme.cpp:121 +#: src/client.cpp:929 src/gui/widgets/tabs/setup_theme.cpp:121 msgid "Theme" msgstr "Tema" #. TRANSLATORS: theme tab quick button -#: src/client.cpp:933 +#: src/client.cpp:932 msgid "About" msgstr "Sobre" #. TRANSLATORS: theme tab quick button #. TRANSLATORS: help window name -#: src/client.cpp:936 src/gui/windowmenu.cpp:75 +#: src/client.cpp:935 src/gui/windowmenu.cpp:75 #: src/gui/windows/helpwindow.cpp:54 msgid "Help" msgstr "Ajuda" @@ -240,9 +496,9 @@ msgstr "Ajuda" #. TRANSLATORS: npc dialog button #. TRANSLATORS: quests window button #. TRANSLATORS: shop window button -#: src/client.cpp:940 src/client.cpp:1388 src/client.cpp:1402 -#: src/gui/dialogsmanager.cpp:78 src/gui/popups/popupmenu.cpp:634 -#: src/gui/popups/popupmenu.cpp:885 src/gui/windows/didyouknowwindow.cpp:81 +#: src/client.cpp:939 src/client.cpp:1387 src/client.cpp:1401 +#: src/gui/dialogsmanager.cpp:78 src/gui/popups/popupmenu.cpp:632 +#: src/gui/popups/popupmenu.cpp:883 src/gui/windows/didyouknowwindow.cpp:81 #: src/gui/windows/inventorywindow.cpp:230 src/gui/windows/npcdialog.cpp:76 #: src/gui/windows/npcdialog.cpp:114 src/gui/windows/questswindow.cpp:77 #: src/gui/windows/shopwindow.cpp:85 @@ -250,32 +506,32 @@ msgid "Close" msgstr "Fechar" #. TRANSLATORS: connection dialog header -#: src/client.cpp:1064 +#: src/client.cpp:1063 msgid "Connecting to server" msgstr "Conectando-se ao servidor" #. TRANSLATORS: connection dialog header -#: src/client.cpp:1112 +#: src/client.cpp:1111 msgid "Logging in" msgstr "Fazendo login" #. TRANSLATORS: connection dialog header -#: src/client.cpp:1155 +#: src/client.cpp:1154 msgid "Entering game world" msgstr "Entrando no mundo do jogo" #. TRANSLATORS: connection dialog header -#: src/client.cpp:1279 +#: src/client.cpp:1278 msgid "Requesting characters" msgstr "Requerindo personagens" #. TRANSLATORS: connection dialog header -#: src/client.cpp:1319 +#: src/client.cpp:1318 msgid "Connecting to the game server" msgstr "Conectando ao servidor do jogo" #. TRANSLATORS: connection dialog header -#: src/client.cpp:1331 +#: src/client.cpp:1330 msgid "Changing game servers" msgstr "Mudando de servidor do jogo" @@ -289,7 +545,7 @@ msgstr "Mudando de servidor do jogo" #. TRANSLATORS: unregister dialog. error message. #. TRANSLATORS: error message header #. TRANSLATORS: error message -#: src/client.cpp:1386 src/client.cpp:1400 src/client.cpp:1595 +#: src/client.cpp:1385 src/client.cpp:1399 src/client.cpp:1594 #: src/gui/windows/changeemaildialog.cpp:168 #: src/gui/windows/changepassworddialog.cpp:158 #: src/gui/windows/charcreatedialog.cpp:368 @@ -302,313 +558,43 @@ msgid "Error" msgstr "Erro" #. TRANSLATORS: connection dialog header -#: src/client.cpp:1415 +#: src/client.cpp:1414 msgid "Requesting registration details" msgstr "Requisitando detalhes do registro" #. TRANSLATORS: password change message header -#: src/client.cpp:1456 +#: src/client.cpp:1455 msgid "Password Change" msgstr "Mudar senha" #. TRANSLATORS: password change message text -#: src/client.cpp:1458 +#: src/client.cpp:1457 msgid "Password changed successfully!" msgstr "Senha modificada com sucesso!" -#. TRANSLATORS: ok dialog button -#. TRANSLATORS: edit dialog label -#. TRANSLATORS: edit server dialog button -#. TRANSLATORS: ok dialog button -#. TRANSLATORS: item amount window button -#. TRANSLATORS: quit dialog button -#. TRANSLATORS: ok dialog button -#. TRANSLATORS: text dialog button -#. TRANSLATORS: ok dialog button -#: src/client.cpp:1460 src/client.cpp:1487 src/commands.cpp:1347 -#: src/gamemodifiers.cpp:422 src/gui/widgets/tabs/setup_input.cpp:155 -#: src/gui/widgets/tabs/setup_theme.cpp:311 -#: src/gui/widgets/tabs/setup_theme.cpp:342 -#: src/gui/widgets/tabs/setup_video.cpp:247 -#: src/gui/widgets/tabs/setup_video.cpp:271 -#: src/gui/widgets/tabs/setup_video.cpp:386 -#: src/gui/widgets/tabs/setup_video.cpp:398 -#: src/gui/windows/changeemaildialog.cpp:171 -#: src/gui/windows/changepassworddialog.cpp:161 -#: src/gui/windows/charcreatedialog.cpp:372 -#: src/gui/windows/charselectdialog.cpp:245 -#: src/gui/windows/charselectdialog.cpp:281 src/gui/windows/editdialog.cpp:49 -#: src/gui/windows/editserverdialog.cpp:59 -#: src/gui/windows/editserverdialog.cpp:199 -#: src/gui/windows/itemamountwindow.cpp:161 src/gui/windows/quitdialog.cpp:71 -#: src/gui/windows/registerdialog.cpp:247 src/gui/windows/socialwindow.cpp:500 -#: src/gui/windows/textdialog.cpp:48 src/gui/windows/unregisterdialog.cpp:150 -#: src/net/ea/charserverhandler.cpp:206 src/net/ea/charserverhandler.cpp:225 -#: src/net/ea/charserverhandler.cpp:238 src/net/ea/gamehandler.cpp:96 -#: src/net/ea/playerhandler.cpp:278 src/net/ea/playerhandler.cpp:294 -msgid "OK" -msgstr "OK" - #. TRANSLATORS: email change message header -#: src/client.cpp:1483 +#: src/client.cpp:1482 msgid "Email Change" msgstr "Mudar email" #. TRANSLATORS: email change message text -#: src/client.cpp:1485 +#: src/client.cpp:1484 msgid "Email changed successfully!" msgstr "Email modificado com sucesso!" #. TRANSLATORS: unregister message header -#: src/client.cpp:1512 +#: src/client.cpp:1511 msgid "Unregister Successful" msgstr "Registro cancelado com sucesso" #. TRANSLATORS: unregister message text -#: src/client.cpp:1514 +#: src/client.cpp:1513 msgid "Farewell, come back any time..." msgstr "Adeus, volte sempre..." -#. TRANSLATORS: chat commands handling message -#: src/commandhandler.cpp:101 -msgid "Unknown command." -msgstr "Comando desconhecido." - -#. TRANSLATORS: change relation -#. TRANSLATORS: party invite message -#. TRANSLATORS: unignore command -#. TRANSLATORS: erase command -#: src/commands.cpp:161 src/commands.cpp:479 src/commands.cpp:566 -#: src/commands.cpp:622 -msgid "Please specify a name." -msgstr "Por favor, especifique um nome." - -#. TRANSLATORS: change relation -#: src/commands.cpp:168 -#, c-format -msgid "Player already %s!" -msgstr "Jogador já %s!" - -#. TRANSLATORS: change relation -#: src/commands.cpp:180 -#, c-format -msgid "Player successfully %s!" -msgstr "Jogador %s com sucesso!" - -#. TRANSLATORS: change relation -#: src/commands.cpp:186 -#, c-format -msgid "Player could not be %s!" -msgstr "Jogador não pôde ser %s!" - -#. TRANSLATORS: whisper send -#: src/commands.cpp:383 -msgid "Cannot send empty whispers!" -msgstr "Não é possível enviar mensagens privadas vazias!" - -#. TRANSLATORS: new whisper query -#: src/commands.cpp:401 -#, c-format -msgid "" -"Cannot create a whisper tab for nick \"%s\"! It either already exists, or is " -"you." -msgstr "" -"Não é possível criar uma aba de mensagem privada para o nick \"%s\"! Ou ela " -"já existe ou é você mesmo." - -#. TRANSLATORS: clear graphics command message -#. TRANSLATORS: clear fonts cache message -#: src/commands.cpp:420 src/commands.cpp:431 -msgid "Cache cleaned" -msgstr "Cache limpo" - -#. TRANSLATORS: create party message -#. TRANSLATORS: chat error message -#: src/commands.cpp:443 src/net/ea/gui/partytab.cpp:80 -msgid "Party name is missing." -msgstr "Falta o nome do grupo." - -#. TRANSLATORS: create guild message -#: src/commands.cpp:459 -msgid "Guild name is missing." -msgstr "Falta o nome da guilda." - -#: src/commands.cpp:496 -msgid "Return toggles chat." -msgstr "Enter alterna para o chat." - -#: src/commands.cpp:496 -msgid "Message closes chat." -msgstr "A mensagem fecha o chat." - -#. TRANSLATORS: message from toggle chat command -#: src/commands.cpp:507 -msgid "Return now toggles chat." -msgstr "Agora Enter alterna para o chat." - -#. TRANSLATORS: message from toggle chat command -#: src/commands.cpp:516 -msgid "Message now closes chat." -msgstr "Agora a mensagem fecha o chat." - -#. TRANSLATORS: adding friend command -#: src/commands.cpp:544 -msgid "friend" -msgstr "amigo(a)" - -#. TRANSLATORS: disregard command -#: src/commands.cpp:550 -msgid "disregarded" -msgstr "ignorado" - -#. TRANSLATORS: neutral command -#: src/commands.cpp:556 -msgid "neutral" -msgstr "neutro" - -#. TRANSLATORS: unignore command -#: src/commands.cpp:581 -msgid "Player wasn't ignored!" -msgstr "O jogador não estava ignorado!" - -#. TRANSLATORS: unignore command -#: src/commands.cpp:591 -msgid "Player no longer ignored!" -msgstr "O jogador não está mais sendo ignorado!" - -#. TRANSLATORS: unignore command -#: src/commands.cpp:597 -msgid "Player could not be unignored!" -msgstr "Não foi possível deixar de ignorar o jogador!" - -#. TRANSLATORS: blacklist command -#: src/commands.cpp:606 -msgid "blacklisted" -msgstr "Na Lista Negra" - -#. TRANSLATORS: enemy command -#: src/commands.cpp:612 -msgid "enemy" -msgstr "inimigo" - -#. TRANSLATORS: erase command -#: src/commands.cpp:632 -msgid "Player already erased!" -msgstr "Jogador já apagado!" - -#. TRANSLATORS: erase command -#: src/commands.cpp:646 -msgid "Player successfully erased!" -msgstr "Jogador apagado com sucesso!" - -#. TRANSLATORS: erase command -#: src/commands.cpp:652 -msgid "Player could not be erased!" -msgstr "Jogador não pôde ser apagado!" - -#. TRANSLATORS: uptime command -#: src/commands.cpp:944 src/commands.cpp:1000 -#, c-format -msgid "Client uptime: %s" -msgstr "Uptime do cliente: %s" - -#. TRANSLATORS: uptime command -#: src/commands.cpp:955 -#, c-format -msgid "%d week" -msgstr "%d semanas" - -#: src/commands.cpp:955 -#, c-format -msgid "%d weeks" -msgstr "%d Semanas" - -#. TRANSLATORS: uptime command -#: src/commands.cpp:966 -#, c-format -msgid "%d day" -msgstr "%d dias" - -#: src/commands.cpp:966 -#, c-format -msgid "%d days" -msgstr "%d Dias" - -#. TRANSLATORS: uptime command -#: src/commands.cpp:976 -#, c-format -msgid "%d hour" -msgstr "%d horas" - -#: src/commands.cpp:976 -#, c-format -msgid "%d hours" -msgstr "%d Horas" - -#. TRANSLATORS: uptime command -#: src/commands.cpp:986 -#, c-format -msgid "%d minute" -msgstr "%d minutos" - -#: src/commands.cpp:986 -#, c-format -msgid "%d minutes" -msgstr "%d Minutos" - -#. TRANSLATORS: uptime command -#: src/commands.cpp:996 -#, c-format -msgid "%d second" -msgstr "%d segundos" - -#: src/commands.cpp:996 -#, c-format -msgid "%d seconds" -msgstr "%d Segundos" - -#. TRANSLATORS: dump environment command -#: src/commands.cpp:1154 -msgid "Environment variables dumped" -msgstr "Variáveis de ambiente despejada" - -#. TRANSLATORS: file uploaded message -#: src/commands.cpp:1345 -msgid "File uploaded" -msgstr "" - -#: src/commands.cpp:1378 -msgid "Uploaded config into:" -msgstr "" - -#: src/commands.cpp:1386 -msgid "Uploaded server config into:" -msgstr "" - -#: src/commands.cpp:1394 -msgid "Uploaded log into:" -msgstr "" - -#. TRANSLATORS: dump command -#: src/commands.cpp:1515 src/commands.cpp:1524 -msgid "Resource images:" -msgstr "Recursos de imagem:" - -#. TRANSLATORS: dump command -#: src/commands.cpp:1518 src/commands.cpp:1527 -msgid "Resource orphaned images:" -msgstr "Recurso de imagem orfão:" - -#. TRANSLATORS: chat option changed message -#: src/commands.h:37 -#, c-format -msgid "Options to /%s are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." -msgstr "" -"Opções para /%s são \"yes\" e \"no\", \"true\" e \"false\", \"1\" e \"0\"." - -#. TRANSLATORS: directory creation error -#: src/configmanager.cpp:53 src/dirs.cpp:260 src/dirs.cpp:275 src/dirs.cpp:320 -#: src/dirs.cpp:481 src/dirs.cpp:489 +#. TRANSLATORS: directory creation error +#: src/configmanager.cpp:53 src/dirs.cpp:260 src/dirs.cpp:275 src/dirs.cpp:320 +#: src/dirs.cpp:481 src/dirs.cpp:489 #, c-format msgid "%s doesn't exist and can't be created! Exiting." msgstr "%s não existe e não pode ser criado! Saindo." @@ -642,14 +628,14 @@ msgid "dyecmd srcdyestring dstfile" msgstr "" #. TRANSLATORS: chat tab header -#: src/game.cpp:236 src/gui/widgets/tabs/chattab.cpp:477 +#: src/game.cpp:236 src/gui/widgets/tabs/chattab.cpp:474 msgid "General" msgstr "Geral" #. TRANSLATORS: chat tab header #. TRANSLATORS: full button name #. TRANSLATORS: debug window name -#: src/game.cpp:252 src/gui/widgets/tabs/chattab.cpp:479 +#: src/game.cpp:252 src/gui/widgets/tabs/chattab.cpp:476 #: src/gui/windowmenu.cpp:150 src/gui/windows/debugwindow.cpp:42 msgid "Debug" msgstr "Depurador" @@ -1222,8 +1208,8 @@ msgstr "Enorme (23)" #. TRANSLATORS: language #. TRANSLATORS: popup menu header -#: src/gui/models/langlistmodel.h:45 src/gui/popups/popupmenu.cpp:2295 -#: src/gui/popups/popupmenu.cpp:2373 src/gui/widgets/tabs/socialtabbase.h:48 +#: src/gui/models/langlistmodel.h:45 src/gui/popups/popupmenu.cpp:2293 +#: src/gui/popups/popupmenu.cpp:2371 src/gui/widgets/tabs/socialtabbase.h:48 msgid "(default)" msgstr "(padrão)" @@ -1481,7 +1467,6 @@ msgstr "Criar grupo" #. TRANSLATORS: party popup item #. TRANSLATORS: popup menu item #. TRANSLATORS: close menu -#. TRANSLATORS: input action name #. TRANSLATORS: shop window button #. TRANSLATORS: button in change email dialog #. TRANSLATORS: change password dialog button @@ -1497,21 +1482,21 @@ msgstr "Criar grupo" #. TRANSLATORS: text dialog button #. TRANSLATORS: unregister dialog. button. #. TRANSLATORS: updater window button -#: src/gui/popups/createpartypopup.h:54 src/gui/popups/popupmenu.cpp:317 -#: src/gui/popups/popupmenu.cpp:352 src/gui/popups/popupmenu.cpp:450 -#: src/gui/popups/popupmenu.cpp:497 src/gui/popups/popupmenu.cpp:532 -#: src/gui/popups/popupmenu.cpp:563 src/gui/popups/popupmenu.cpp:588 -#: src/gui/popups/popupmenu.cpp:613 src/gui/popups/popupmenu.cpp:814 -#: src/gui/popups/popupmenu.cpp:841 src/gui/popups/popupmenu.cpp:874 -#: src/gui/popups/popupmenu.cpp:2037 src/gui/popups/popupmenu.cpp:2073 -#: src/gui/popups/popupmenu.cpp:2123 src/gui/popups/popupmenu.cpp:2165 -#: src/gui/popups/popupmenu.cpp:2206 src/gui/popups/popupmenu.cpp:2274 -#: src/gui/popups/popupmenu.cpp:2352 src/gui/popups/popupmenu.cpp:2386 -#: src/gui/popups/popupmenu.cpp:2412 src/gui/popups/popupmenu.cpp:2434 -#: src/gui/popups/popupmenu.cpp:2457 src/gui/popups/popupmenu.cpp:2484 -#: src/gui/popups/popupmenu.cpp:2501 src/gui/popups/popupmenu.cpp:2772 -#: src/gui/popups/popupmenu.cpp:2898 src/gui/setupactiondata.h:1919 -#: src/gui/windows/buyselldialog.cpp:76 +#. TRANSLATORS: input action name +#: src/gui/popups/createpartypopup.h:54 src/gui/popups/popupmenu.cpp:315 +#: src/gui/popups/popupmenu.cpp:350 src/gui/popups/popupmenu.cpp:448 +#: src/gui/popups/popupmenu.cpp:495 src/gui/popups/popupmenu.cpp:530 +#: src/gui/popups/popupmenu.cpp:561 src/gui/popups/popupmenu.cpp:586 +#: src/gui/popups/popupmenu.cpp:611 src/gui/popups/popupmenu.cpp:812 +#: src/gui/popups/popupmenu.cpp:839 src/gui/popups/popupmenu.cpp:872 +#: src/gui/popups/popupmenu.cpp:2035 src/gui/popups/popupmenu.cpp:2071 +#: src/gui/popups/popupmenu.cpp:2121 src/gui/popups/popupmenu.cpp:2163 +#: src/gui/popups/popupmenu.cpp:2204 src/gui/popups/popupmenu.cpp:2272 +#: src/gui/popups/popupmenu.cpp:2350 src/gui/popups/popupmenu.cpp:2384 +#: src/gui/popups/popupmenu.cpp:2410 src/gui/popups/popupmenu.cpp:2432 +#: src/gui/popups/popupmenu.cpp:2455 src/gui/popups/popupmenu.cpp:2482 +#: src/gui/popups/popupmenu.cpp:2499 src/gui/popups/popupmenu.cpp:2770 +#: src/gui/popups/popupmenu.cpp:2896 src/gui/windows/buyselldialog.cpp:76 #: src/gui/windows/changeemaildialog.cpp:57 #: src/gui/windows/changepassworddialog.cpp:59 #: src/gui/windows/charcreatedialog.cpp:128 @@ -1522,7 +1507,7 @@ msgstr "Criar grupo" #: src/gui/windows/registerdialog.cpp:65 src/gui/windows/setupwindow.cpp:95 #: src/gui/windows/textcommandeditor.cpp:88 src/gui/windows/textdialog.cpp:55 #: src/gui/windows/unregisterdialog.cpp:56 -#: src/gui/windows/updaterwindow.cpp:193 +#: src/gui/windows/updaterwindow.cpp:193 src/input/pages/gui.cpp:107 msgid "Cancel" msgstr "Cancelar" @@ -1535,7 +1520,7 @@ msgstr "Peso: %s" #. TRANSLATORS: popup menu item #. TRANSLATORS: trade with player #. TRANSLATORS: trade chat tab name -#: src/gui/popups/popupmenu.cpp:162 src/gui/popups/popupmenu.cpp:707 +#: src/gui/popups/popupmenu.cpp:160 src/gui/popups/popupmenu.cpp:705 #: src/gui/widgets/tabs/tradetab.cpp:37 msgid "Trade" msgstr "Negócios" @@ -1546,52 +1531,52 @@ msgstr "Negócios" #. TRANSLATORS: attack monster #. TRANSLATORS: popup menu item #. TRANSLATORS: attack player -#. TRANSLATORS: input action name #. TRANSLATORS: bot checker window table header +#. TRANSLATORS: input action name #. TRANSLATORS: player stat -#: src/gui/popups/popupmenu.cpp:165 src/gui/popups/popupmenu.cpp:269 -#: src/gui/popups/popupmenu.cpp:710 src/gui/setupactiondata.h:64 -#: src/gui/windows/botcheckerwindow.cpp:89 -#: src/net/eathena/generalhandler.cpp:257 src/net/tmwa/generalhandler.cpp:295 +#: src/gui/popups/popupmenu.cpp:163 src/gui/popups/popupmenu.cpp:267 +#: src/gui/popups/popupmenu.cpp:708 src/gui/windows/botcheckerwindow.cpp:89 +#: src/input/pages/basic.cpp:44 src/net/eathena/generalhandler.cpp:257 +#: src/net/tmwa/generalhandler.cpp:295 msgid "Attack" msgstr "Atacar" #. TRANSLATORS: popup menu item #. TRANSLATORS: send whisper to player -#: src/gui/popups/popupmenu.cpp:168 src/gui/popups/popupmenu.cpp:375 +#: src/gui/popups/popupmenu.cpp:166 src/gui/popups/popupmenu.cpp:373 msgid "Whisper" msgstr "Sussurro" #. TRANSLATORS: popup menu item #. TRANSLATORS: heal player -#: src/gui/popups/popupmenu.cpp:174 src/gui/popups/popupmenu.cpp:714 +#: src/gui/popups/popupmenu.cpp:172 src/gui/popups/popupmenu.cpp:712 msgid "Heal" msgstr "Cura" #. TRANSLATORS: popup menu item #. TRANSLATORS: kick player from guild -#: src/gui/popups/popupmenu.cpp:194 src/gui/popups/popupmenu.cpp:210 -#: src/gui/popups/popupmenu.cpp:421 src/gui/popups/popupmenu.cpp:761 +#: src/gui/popups/popupmenu.cpp:192 src/gui/popups/popupmenu.cpp:208 +#: src/gui/popups/popupmenu.cpp:419 src/gui/popups/popupmenu.cpp:759 msgid "Kick from guild" msgstr "Expulsar da guilda" #. TRANSLATORS: popup menu item #. TRANSLATORS: change player position in guild -#: src/gui/popups/popupmenu.cpp:201 src/gui/popups/popupmenu.cpp:217 -#: src/gui/popups/popupmenu.cpp:428 src/gui/popups/popupmenu.cpp:768 +#: src/gui/popups/popupmenu.cpp:199 src/gui/popups/popupmenu.cpp:215 +#: src/gui/popups/popupmenu.cpp:426 src/gui/popups/popupmenu.cpp:766 msgid "Change pos in guild" msgstr "Mudar pos na Guilda" #. TRANSLATORS: popup menu item #. TRANSLATORS: invite player to guild -#: src/gui/popups/popupmenu.cpp:227 src/gui/popups/popupmenu.cpp:438 -#: src/gui/popups/popupmenu.cpp:779 +#: src/gui/popups/popupmenu.cpp:225 src/gui/popups/popupmenu.cpp:436 +#: src/gui/popups/popupmenu.cpp:777 msgid "Invite to guild" msgstr "Convidar pra Guilda" #. TRANSLATORS: popup menu item #. TRANSLATORS: set player invisible for self by id -#: src/gui/popups/popupmenu.cpp:234 +#: src/gui/popups/popupmenu.cpp:232 msgid "Nuke" msgstr "Desaparecer" @@ -1609,19 +1594,19 @@ msgstr "Desaparecer" #. TRANSLATORS: move to player location #. TRANSLATORS: input tab sub tab name #. TRANSLATORS: bot checker window table header -#: src/gui/popups/popupmenu.cpp:237 src/gui/popups/popupmenu.cpp:258 -#: src/gui/popups/popupmenu.cpp:405 src/gui/popups/popupmenu.cpp:556 -#: src/gui/popups/popupmenu.cpp:721 src/gui/popups/popupmenu.cpp:802 -#: src/gui/setupactiondata.h:2034 src/gui/windows/botcheckerwindow.cpp:93 +#: src/gui/popups/popupmenu.cpp:235 src/gui/popups/popupmenu.cpp:256 +#: src/gui/popups/popupmenu.cpp:403 src/gui/popups/popupmenu.cpp:554 +#: src/gui/popups/popupmenu.cpp:719 src/gui/popups/popupmenu.cpp:800 +#: src/gui/setupinputpages.cpp:47 src/gui/windows/botcheckerwindow.cpp:93 msgid "Move" msgstr "Mover" #. TRANSLATORS: popup menu item #. TRANSLATORS: talk with npc -#. TRANSLATORS: input action name #. TRANSLATORS: bot checker window table header -#: src/gui/popups/popupmenu.cpp:248 src/gui/setupactiondata.h:106 -#: src/gui/windows/botcheckerwindow.cpp:91 +#. TRANSLATORS: input action name +#: src/gui/popups/popupmenu.cpp:246 src/gui/windows/botcheckerwindow.cpp:91 +#: src/input/pages/basic.cpp:92 msgid "Talk" msgstr "Falar" @@ -1631,7 +1616,7 @@ msgstr "Falar" #. TRANSLATORS: buy item #. TRANSLATORS: buy dialog name #. TRANSLATORS: shop window button -#: src/gui/popups/popupmenu.cpp:251 src/gui/popups/popupmenu.cpp:2670 +#: src/gui/popups/popupmenu.cpp:249 src/gui/popups/popupmenu.cpp:2668 #: src/gui/windows/buydialog.cpp:184 src/gui/windows/buydialog.cpp:200 #: src/gui/windows/buydialog.cpp:261 src/gui/windows/buyselldialog.cpp:72 msgid "Buy" @@ -1644,7 +1629,7 @@ msgstr "Comprar" #. TRANSLATORS: shop window button #. TRANSLATORS: sell dialog name #. TRANSLATORS: sell dialog button -#: src/gui/popups/popupmenu.cpp:254 src/gui/popups/popupmenu.cpp:2673 +#: src/gui/popups/popupmenu.cpp:252 src/gui/popups/popupmenu.cpp:2671 #: src/gui/windows/buyselldialog.cpp:74 src/gui/windows/selldialog.cpp:60 #: src/gui/windows/selldialog.cpp:74 src/gui/windows/selldialog.cpp:123 msgid "Sell" @@ -1654,26 +1639,26 @@ msgstr "Vender" #. TRANSLATORS: add comment to npc #. TRANSLATORS: popup menu item #. TRANSLATORS: add comment to player -#: src/gui/popups/popupmenu.cpp:261 src/gui/popups/popupmenu.cpp:385 -#: src/gui/popups/popupmenu.cpp:2734 +#: src/gui/popups/popupmenu.cpp:259 src/gui/popups/popupmenu.cpp:383 +#: src/gui/popups/popupmenu.cpp:2732 msgid "Add comment" msgstr "Add comentário" #. TRANSLATORS: remove monster from attack list #. TRANSLATORS: popup menu item -#: src/gui/popups/popupmenu.cpp:281 +#: src/gui/popups/popupmenu.cpp:279 msgid "Remove from attack list" msgstr "Remover da lista de ataque" #. TRANSLATORS: popup menu item #. TRANSLATORS: add monster to priotiry attack list -#: src/gui/popups/popupmenu.cpp:288 +#: src/gui/popups/popupmenu.cpp:286 msgid "Add to priority attack list" msgstr "Adicionar na prioridade da lista de ataques" #. TRANSLATORS: popup menu item #. TRANSLATORS: add monster to attack list -#: src/gui/popups/popupmenu.cpp:292 +#: src/gui/popups/popupmenu.cpp:290 msgid "Add to attack list" msgstr "Adicionar a lista de ataques" @@ -1681,7 +1666,7 @@ msgstr "Adicionar a lista de ataques" #. TRANSLATORS: add monster to ignore list #. TRANSLATORS: popup menu item #. TRANSLATORS: add item to pickup list -#: src/gui/popups/popupmenu.cpp:296 src/gui/popups/popupmenu.cpp:2754 +#: src/gui/popups/popupmenu.cpp:294 src/gui/popups/popupmenu.cpp:2752 msgid "Add to ignore list" msgstr "Adicionar a lista de ignorados" @@ -1689,44 +1674,44 @@ msgstr "Adicionar a lista de ignorados" #. TRANSLATORS: add being name to chat #. TRANSLATORS: popup menu item #. TRANSLATORS: add player name to chat -#: src/gui/popups/popupmenu.cpp:312 src/gui/popups/popupmenu.cpp:446 +#: src/gui/popups/popupmenu.cpp:310 src/gui/popups/popupmenu.cpp:444 msgid "Add name to chat" msgstr "Adicionar nome ao chat" #. TRANSLATORS: popup menu header #. TRANSLATORS: settings tab name -#: src/gui/popups/popupmenu.cpp:329 src/gui/widgets/tabs/setup_players.cpp:38 +#: src/gui/popups/popupmenu.cpp:327 src/gui/widgets/tabs/setup_players.cpp:38 msgid "Players" msgstr "Jogadores" #. TRANSLATORS: popup menu item #. TRANSLATORS: kick player from party -#: src/gui/popups/popupmenu.cpp:397 src/gui/popups/popupmenu.cpp:742 -#: src/gui/popups/popupmenu.cpp:2718 +#: src/gui/popups/popupmenu.cpp:395 src/gui/popups/popupmenu.cpp:740 +#: src/gui/popups/popupmenu.cpp:2716 msgid "Kick from party" msgstr "Expulsar do grupo" #. TRANSLATORS: popup menu item #. TRANSLATORS: pickup item from ground -#: src/gui/popups/popupmenu.cpp:479 src/gui/popups/popupmenu.cpp:488 +#: src/gui/popups/popupmenu.cpp:477 src/gui/popups/popupmenu.cpp:486 msgid "Pick up" msgstr "Pegar" #. TRANSLATORS: popup menu item #. TRANSLATORS: add item name to chat -#: src/gui/popups/popupmenu.cpp:493 src/gui/popups/popupmenu.cpp:2033 -#: src/gui/popups/popupmenu.cpp:2109 src/gui/popups/popupmenu.cpp:2151 +#: src/gui/popups/popupmenu.cpp:491 src/gui/popups/popupmenu.cpp:2031 +#: src/gui/popups/popupmenu.cpp:2107 src/gui/popups/popupmenu.cpp:2149 msgid "Add to chat" msgstr "Nome no chat" #. TRANSLATORS: popup menu header -#: src/gui/popups/popupmenu.cpp:514 src/gui/popups/popupmenu.cpp:546 +#: src/gui/popups/popupmenu.cpp:512 src/gui/popups/popupmenu.cpp:544 msgid "Map Item" msgstr "Mapa Item" #. TRANSLATORS: popup menu item #. TRANSLATORS: rename map item -#: src/gui/popups/popupmenu.cpp:517 +#: src/gui/popups/popupmenu.cpp:515 msgid "Rename" msgstr "Renomear" @@ -1736,20 +1721,20 @@ msgstr "Renomear" #. TRANSLATORS: remove attack target #. TRANSLATORS: popup menu item #. TRANSLATORS: remove item from pickup filter -#: src/gui/popups/popupmenu.cpp:520 src/gui/popups/popupmenu.cpp:2348 -#: src/gui/popups/popupmenu.cpp:2382 +#: src/gui/popups/popupmenu.cpp:518 src/gui/popups/popupmenu.cpp:2346 +#: src/gui/popups/popupmenu.cpp:2380 msgid "Remove" msgstr "Remover" #. TRANSLATORS: popup menu item #. TRANSLATORS: warp to map item -#: src/gui/popups/popupmenu.cpp:527 src/gui/popups/popupmenu.cpp:552 +#: src/gui/popups/popupmenu.cpp:525 src/gui/popups/popupmenu.cpp:550 msgid "Warp" msgstr "Urdidura" #. TRANSLATORS: popup menu item #. TRANSLATORS: move camera to map item -#: src/gui/popups/popupmenu.cpp:559 +#: src/gui/popups/popupmenu.cpp:557 msgid "Move camera" msgstr "Mover câmera" @@ -1758,7 +1743,7 @@ msgstr "Mover câmera" #. TRANSLATORS: full button name #. TRANSLATORS: inventory button #. TRANSLATORS: outfits window name -#: src/gui/popups/popupmenu.cpp:577 src/gui/setupactiondata.h:2042 +#: src/gui/popups/popupmenu.cpp:575 src/gui/setupinputpages.cpp:55 #: src/gui/windowmenu.cpp:142 src/gui/windows/inventorywindow.cpp:196 #: src/gui/windows/outfitwindow.cpp:61 msgid "Outfits" @@ -1766,69 +1751,69 @@ msgstr "Roupas" #. TRANSLATORS: popup menu item #. TRANSLATORS: clear selected outfit -#: src/gui/popups/popupmenu.cpp:580 +#: src/gui/popups/popupmenu.cpp:578 msgid "Clear outfit" msgstr "Limpar conjunto de roupas" #. TRANSLATORS: popup menu header #. TRANSLATORS: full button name -#: src/gui/popups/popupmenu.cpp:606 src/gui/windowmenu.cpp:126 +#: src/gui/popups/popupmenu.cpp:604 src/gui/windowmenu.cpp:126 msgid "Spells" msgstr "Feitiços" #. TRANSLATORS: popup menu item #. TRANSLATORS: edit selected spell -#: src/gui/popups/popupmenu.cpp:609 +#: src/gui/popups/popupmenu.cpp:607 msgid "Edit spell" msgstr "Editar feitiços" #. TRANSLATORS: popup menu item #. TRANSLATORS: remove all text from chat tab #. TRANSLATORS: npc dialog button -#: src/gui/popups/popupmenu.cpp:639 src/gui/windows/npcdialog.cpp:111 +#: src/gui/popups/popupmenu.cpp:637 src/gui/windows/npcdialog.cpp:111 msgid "Clear" msgstr "Limpar" #. TRANSLATORS: popup menu item #. TRANSLATORS: disable chat tab highlight -#: src/gui/popups/popupmenu.cpp:646 +#: src/gui/popups/popupmenu.cpp:644 msgid "Disable highlight" msgstr "Desabilitar destaque" #. TRANSLATORS: popup menu item #. TRANSLATORS: enable chat tab highlight -#: src/gui/popups/popupmenu.cpp:652 +#: src/gui/popups/popupmenu.cpp:650 msgid "Enable highlight" msgstr "Habilitar destaque" #. TRANSLATORS: popup menu item #. TRANSLATORS: do not remove player names from chat tab -#: src/gui/popups/popupmenu.cpp:658 +#: src/gui/popups/popupmenu.cpp:656 msgid "Don't remove name" msgstr "Não retire o nome" #. TRANSLATORS: popup menu item #. TRANSLATORS: remove player names from chat tab -#: src/gui/popups/popupmenu.cpp:664 +#: src/gui/popups/popupmenu.cpp:662 msgid "Remove name" msgstr "Remover o nome" #. TRANSLATORS: popup menu item #. TRANSLATORS: enable away messages in chat tab -#: src/gui/popups/popupmenu.cpp:670 +#: src/gui/popups/popupmenu.cpp:668 msgid "Enable away" msgstr "Habilitar modo indisponível" #. TRANSLATORS: popup menu item #. TRANSLATORS: disable away messages in chat tab -#: src/gui/popups/popupmenu.cpp:676 +#: src/gui/popups/popupmenu.cpp:674 msgid "Disable away" msgstr "Desabilitar modo indisponível" #. TRANSLATORS: popup menu item #. TRANSLATORS: enable away messages in chat tab #. TRANSLATORS: social window button -#: src/gui/popups/popupmenu.cpp:683 src/gui/windows/socialwindow.cpp:87 +#: src/gui/popups/popupmenu.cpp:681 src/gui/windows/socialwindow.cpp:87 msgid "Leave" msgstr "Sair" @@ -1838,85 +1823,85 @@ msgstr "Sair" #. TRANSLATORS: copy link to clipboard #. TRANSLATORS: popup menu item #. TRANSLATORS: copy npc text to clipboard -#: src/gui/popups/popupmenu.cpp:688 src/gui/popups/popupmenu.cpp:2453 -#: src/gui/popups/popupmenu.cpp:2497 +#: src/gui/popups/popupmenu.cpp:686 src/gui/popups/popupmenu.cpp:2451 +#: src/gui/popups/popupmenu.cpp:2495 msgid "Copy to clipboard" msgstr "Copiar para a área de transferência" #. TRANSLATORS: popup menu item #. TRANSLATORS: invite player to party -#: src/gui/popups/popupmenu.cpp:735 src/gui/popups/popupmenu.cpp:2712 +#: src/gui/popups/popupmenu.cpp:733 src/gui/popups/popupmenu.cpp:2710 msgid "Invite to party" msgstr "Convidar para grupo" #. TRANSLATORS: popup menu header -#: src/gui/popups/popupmenu.cpp:823 +#: src/gui/popups/popupmenu.cpp:821 msgid "Change guild position" msgstr "Mudar a posição da guilda" #. TRANSLATORS: popup menu header -#: src/gui/popups/popupmenu.cpp:868 +#: src/gui/popups/popupmenu.cpp:866 msgid "window" msgstr "janela" #. TRANSLATORS: popup menu item #. TRANSLATORS: unlock window -#: src/gui/popups/popupmenu.cpp:894 +#: src/gui/popups/popupmenu.cpp:892 msgid "Unlock" msgstr "Desbloquear" #. TRANSLATORS: popup menu item #. TRANSLATORS: lock window -#: src/gui/popups/popupmenu.cpp:900 +#: src/gui/popups/popupmenu.cpp:898 msgid "Lock" msgstr "Bloquear" #. TRANSLATORS: number of chars in string should be near original -#: src/gui/popups/popupmenu.cpp:1395 +#: src/gui/popups/popupmenu.cpp:1393 msgid "Rename map sign " msgstr "Renomear mapa " #. TRANSLATORS: number of chars in string should be near original -#: src/gui/popups/popupmenu.cpp:1397 +#: src/gui/popups/popupmenu.cpp:1395 msgid "Name: " msgstr "Nome: " -#: src/gui/popups/popupmenu.cpp:1421 +#: src/gui/popups/popupmenu.cpp:1419 msgid "Player comment " msgstr "Comentário do jogador " #. TRANSLATORS: number of chars in string should be near original -#: src/gui/popups/popupmenu.cpp:1423 +#: src/gui/popups/popupmenu.cpp:1421 msgid "Comment: " msgstr "Comentário: " #. TRANSLATORS: popup menu item #. TRANSLATORS: add item to trade -#: src/gui/popups/popupmenu.cpp:1950 +#: src/gui/popups/popupmenu.cpp:1948 msgid "Add to trade" msgstr "Add. na negociação" #. TRANSLATORS: popup menu item #. TRANSLATORS: add 10 item amount to trade -#: src/gui/popups/popupmenu.cpp:1957 +#: src/gui/popups/popupmenu.cpp:1955 msgid "Add to trade 10" msgstr "Add. 10 na negociação" #. TRANSLATORS: popup menu item #. TRANSLATORS: add half item amount to trade -#: src/gui/popups/popupmenu.cpp:1961 +#: src/gui/popups/popupmenu.cpp:1959 msgid "Add to trade half" msgstr "Add. metade na negociação" #. TRANSLATORS: popup menu item #. TRANSLATORS: add all amount except one item to trade -#: src/gui/popups/popupmenu.cpp:1964 +#: src/gui/popups/popupmenu.cpp:1962 msgid "Add to trade all-1" msgstr "Adicionar todos para troca-1" #. TRANSLATORS: popup menu item #. TRANSLATORS: add all amount item to trade -#: src/gui/popups/popupmenu.cpp:1967 +#: src/gui/popups/popupmenu.cpp:1965 msgid "Add to trade all" msgstr "Add. todos na negociação" @@ -1925,64 +1910,64 @@ msgstr "Add. todos na negociação" #. TRANSLATORS: storage button #. TRANSLATORS: inventory button #. TRANSLATORS: setup button -#: src/gui/popups/popupmenu.cpp:1975 src/gui/popups/popupmenu.cpp:2105 -#: src/gui/popups/popupmenu.cpp:2146 src/gui/windows/inventorywindow.cpp:226 +#: src/gui/popups/popupmenu.cpp:1973 src/gui/popups/popupmenu.cpp:2103 +#: src/gui/popups/popupmenu.cpp:2144 src/gui/windows/inventorywindow.cpp:226 #: src/gui/windows/inventorywindow.cpp:721 src/gui/windows/setupwindow.cpp:97 msgid "Store" msgstr "Armazenar" #. TRANSLATORS: popup menu item #. TRANSLATORS: add 10 item amount to storage -#: src/gui/popups/popupmenu.cpp:1982 +#: src/gui/popups/popupmenu.cpp:1980 msgid "Store 10" msgstr "Guardar 10" #. TRANSLATORS: popup menu item #. TRANSLATORS: add half item amount to storage -#: src/gui/popups/popupmenu.cpp:1986 +#: src/gui/popups/popupmenu.cpp:1984 msgid "Store half" msgstr "Guardar metade" #. TRANSLATORS: popup menu item #. TRANSLATORS: add all except one item amount to storage -#: src/gui/popups/popupmenu.cpp:1989 +#: src/gui/popups/popupmenu.cpp:1987 msgid "Store all-1" msgstr "Armazenar todos-1" #. TRANSLATORS: popup menu item #. TRANSLATORS: add all item amount to storage -#: src/gui/popups/popupmenu.cpp:1992 +#: src/gui/popups/popupmenu.cpp:1990 msgid "Store all" msgstr "Guardar tudo" #. TRANSLATORS: popup menu item #. TRANSLATORS: get item from storage #. TRANSLATORS: storage button -#: src/gui/popups/popupmenu.cpp:2004 src/gui/windows/inventorywindow.cpp:228 +#: src/gui/popups/popupmenu.cpp:2002 src/gui/windows/inventorywindow.cpp:228 msgid "Retrieve" msgstr "Retirar" #. TRANSLATORS: popup menu item #. TRANSLATORS: get 10 item amount from storage -#: src/gui/popups/popupmenu.cpp:2011 +#: src/gui/popups/popupmenu.cpp:2009 msgid "Retrieve 10" msgstr "Retirar 10" #. TRANSLATORS: popup menu item #. TRANSLATORS: get half item amount from storage -#: src/gui/popups/popupmenu.cpp:2015 +#: src/gui/popups/popupmenu.cpp:2013 msgid "Retrieve half" msgstr "Retirar metade" #. TRANSLATORS: popup menu item #. TRANSLATORS: get all except one item amount from storage -#: src/gui/popups/popupmenu.cpp:2018 +#: src/gui/popups/popupmenu.cpp:2016 msgid "Retrieve all-1" msgstr "Recuperar todos-1" #. TRANSLATORS: popup menu item #. TRANSLATORS: get all item amount from storage -#: src/gui/popups/popupmenu.cpp:2021 +#: src/gui/popups/popupmenu.cpp:2019 msgid "Retrieve all" msgstr "Retirar tudo" @@ -1992,7 +1977,7 @@ msgstr "Retirar tudo" #. TRANSLATORS: inventory button #. TRANSLATORS: skills dialog button #. TRANSLATORS: inventory button -#: src/gui/popups/popupmenu.cpp:2067 src/gui/popups/popupmenu.cpp:2822 +#: src/gui/popups/popupmenu.cpp:2065 src/gui/popups/popupmenu.cpp:2820 #: src/gui/windows/inventorywindow.cpp:177 #: src/gui/windows/inventorywindow.cpp:634 src/gui/windows/skilldialog.cpp:68 #: src/gui/windows/skilldialog.cpp:143 src/gui/windows/skilldialog.cpp:280 @@ -2002,41 +1987,41 @@ msgid "Use" msgstr "Usar" #. TRANSLATORS: popup menu item -#: src/gui/popups/popupmenu.cpp:2161 +#: src/gui/popups/popupmenu.cpp:2159 msgid "Clear drop window" msgstr "Queda nítida de janela" #. TRANSLATORS: popup menu item -#: src/gui/popups/popupmenu.cpp:2192 src/gui/popups/popupmenu.cpp:2253 +#: src/gui/popups/popupmenu.cpp:2190 src/gui/popups/popupmenu.cpp:2251 msgid "Hide" msgstr "Ocultar" #. TRANSLATORS: popup menu item -#: src/gui/popups/popupmenu.cpp:2199 src/gui/popups/popupmenu.cpp:2260 +#: src/gui/popups/popupmenu.cpp:2197 src/gui/popups/popupmenu.cpp:2258 msgid "Show" msgstr "Mostrar" #. TRANSLATORS: popup menu item -#: src/gui/popups/popupmenu.cpp:2267 +#: src/gui/popups/popupmenu.cpp:2265 msgid "Reset yellow bar" msgstr "Zerar barra amarela" #. TRANSLATORS: popup menu item #. TRANSLATORS: copy status to chat #. TRANSLATORS: status window button -#: src/gui/popups/popupmenu.cpp:2271 src/gui/windows/statuswindow.cpp:94 +#: src/gui/popups/popupmenu.cpp:2269 src/gui/windows/statuswindow.cpp:94 msgid "Copy to chat" msgstr "Copiar para chat" #. TRANSLATORS: popup menu item #. TRANSLATORS: move attack target up -#: src/gui/popups/popupmenu.cpp:2311 src/gui/popups/popupmenu.cpp:2330 +#: src/gui/popups/popupmenu.cpp:2309 src/gui/popups/popupmenu.cpp:2328 msgid "Move up" msgstr "Mover para cima" #. TRANSLATORS: popup menu item #. TRANSLATORS: move attack target down -#: src/gui/popups/popupmenu.cpp:2317 src/gui/popups/popupmenu.cpp:2336 +#: src/gui/popups/popupmenu.cpp:2315 src/gui/popups/popupmenu.cpp:2334 msgid "Move down" msgstr "Mover para baixo" @@ -2044,144 +2029,144 @@ msgstr "Mover para baixo" #. TRANSLATORS: undress item from player #. TRANSLATORS: popup menu item #. TRANSLATORS: undress player -#: src/gui/popups/popupmenu.cpp:2408 src/gui/popups/popupmenu.cpp:2731 +#: src/gui/popups/popupmenu.cpp:2406 src/gui/popups/popupmenu.cpp:2729 msgid "Undress" msgstr "Despir" #. TRANSLATORS: popup menu item #. TRANSLATORS: copy text to clipboard -#: src/gui/popups/popupmenu.cpp:2427 +#: src/gui/popups/popupmenu.cpp:2425 msgid "Copy" msgstr "Copiar" #. TRANSLATORS: popup menu item #. TRANSLATORS: paste text from clipboard -#: src/gui/popups/popupmenu.cpp:2430 +#: src/gui/popups/popupmenu.cpp:2428 msgid "Paste" msgstr "Colar" #. TRANSLATORS: popup menu item #. TRANSLATORS: open link in browser -#: src/gui/popups/popupmenu.cpp:2450 +#: src/gui/popups/popupmenu.cpp:2448 msgid "Open link" msgstr "Abrir endereço" #. TRANSLATORS: popup menu header -#: src/gui/popups/popupmenu.cpp:2470 +#: src/gui/popups/popupmenu.cpp:2468 msgid "Show window" msgstr "Mostrar Janela" #. TRANSLATORS: popup menu item #. TRANSLATORS: add player to disregarded list -#: src/gui/popups/popupmenu.cpp:2543 src/gui/popups/popupmenu.cpp:2579 -#: src/gui/popups/popupmenu.cpp:2618 src/gui/popups/popupmenu.cpp:2636 +#: src/gui/popups/popupmenu.cpp:2541 src/gui/popups/popupmenu.cpp:2577 +#: src/gui/popups/popupmenu.cpp:2616 src/gui/popups/popupmenu.cpp:2634 msgid "Disregard" msgstr "Ser inimigo(a)" #. TRANSLATORS: popup menu item #. TRANSLATORS: add player to ignore list #. TRANSLATORS: confirm dialog button -#: src/gui/popups/popupmenu.cpp:2546 src/gui/popups/popupmenu.cpp:2582 -#: src/gui/popups/popupmenu.cpp:2621 src/gui/windows/confirmdialog.cpp:60 +#: src/gui/popups/popupmenu.cpp:2544 src/gui/popups/popupmenu.cpp:2580 +#: src/gui/popups/popupmenu.cpp:2619 src/gui/windows/confirmdialog.cpp:60 msgid "Ignore" msgstr "Ignora" #. TRANSLATORS: popup menu item #. TRANSLATORS: add player to black list -#: src/gui/popups/popupmenu.cpp:2549 src/gui/popups/popupmenu.cpp:2624 +#: src/gui/popups/popupmenu.cpp:2547 src/gui/popups/popupmenu.cpp:2622 msgid "Black list" msgstr "Lista Negra" #. TRANSLATORS: popup menu item #. TRANSLATORS: add player to enemy list -#: src/gui/popups/popupmenu.cpp:2552 src/gui/popups/popupmenu.cpp:2585 +#: src/gui/popups/popupmenu.cpp:2550 src/gui/popups/popupmenu.cpp:2583 msgid "Set as enemy" msgstr "Definir como inimigo" #. TRANSLATORS: popup menu item #. TRANSLATORS: add player to erased list -#: src/gui/popups/popupmenu.cpp:2555 src/gui/popups/popupmenu.cpp:2588 -#: src/gui/popups/popupmenu.cpp:2600 src/gui/popups/popupmenu.cpp:2609 -#: src/gui/popups/popupmenu.cpp:2627 +#: src/gui/popups/popupmenu.cpp:2553 src/gui/popups/popupmenu.cpp:2586 +#: src/gui/popups/popupmenu.cpp:2598 src/gui/popups/popupmenu.cpp:2607 +#: src/gui/popups/popupmenu.cpp:2625 msgid "Erase" msgstr "Apagar" #. TRANSLATORS: popup menu item #. TRANSLATORS: add player to friends list -#: src/gui/popups/popupmenu.cpp:2565 +#: src/gui/popups/popupmenu.cpp:2563 msgid "Be friend" msgstr "Ser amigo(a)" #. TRANSLATORS: popup menu item #. TRANSLATORS: remove player from ignore list -#: src/gui/popups/popupmenu.cpp:2576 src/gui/popups/popupmenu.cpp:2594 -#: src/gui/popups/popupmenu.cpp:2606 src/gui/popups/popupmenu.cpp:2615 -#: src/gui/popups/popupmenu.cpp:2633 +#: src/gui/popups/popupmenu.cpp:2574 src/gui/popups/popupmenu.cpp:2592 +#: src/gui/popups/popupmenu.cpp:2604 src/gui/popups/popupmenu.cpp:2613 +#: src/gui/popups/popupmenu.cpp:2631 msgid "Unignore" msgstr "Não ignorar" #. TRANSLATORS: popup menu item -#: src/gui/popups/popupmenu.cpp:2652 +#: src/gui/popups/popupmenu.cpp:2650 msgid "Follow" msgstr "Seguir" #. TRANSLATORS: popup menu item #. TRANSLATORS: imitate player -#: src/gui/popups/popupmenu.cpp:2656 +#: src/gui/popups/popupmenu.cpp:2654 msgid "Imitation" msgstr "Imitar" #. TRANSLATORS: popup menu item #. TRANSLATORS: buy item -#: src/gui/popups/popupmenu.cpp:2680 src/gui/popups/popupmenu.cpp:2695 +#: src/gui/popups/popupmenu.cpp:2678 src/gui/popups/popupmenu.cpp:2693 msgid "Buy (?)" msgstr "Comprar (?)" #. TRANSLATORS: popup menu item #. TRANSLATORS: sell item -#: src/gui/popups/popupmenu.cpp:2683 src/gui/popups/popupmenu.cpp:2698 +#: src/gui/popups/popupmenu.cpp:2681 src/gui/popups/popupmenu.cpp:2696 msgid "Sell (?)" msgstr "vender (?)" #. TRANSLATORS: popup menu item -#: src/gui/popups/popupmenu.cpp:2728 +#: src/gui/popups/popupmenu.cpp:2726 msgid "Show Items" msgstr "Mostrar itens" #. TRANSLATORS: popup menu item #. TRANSLATORS: remove item from pickup list -#: src/gui/popups/popupmenu.cpp:2745 +#: src/gui/popups/popupmenu.cpp:2743 msgid "Remove from pickup list" msgstr "Remover da lista de pegar" #. TRANSLATORS: popup menu item -#: src/gui/popups/popupmenu.cpp:2750 +#: src/gui/popups/popupmenu.cpp:2748 msgid "Add to pickup list" msgstr "Adicionar a lista de captura" #. TRANSLATORS: popup menu item #. TRANSLATORS: remove protection from item -#: src/gui/popups/popupmenu.cpp:2799 +#: src/gui/popups/popupmenu.cpp:2797 msgid "Unprotect item" msgstr "Desproteger item" #. TRANSLATORS: popup menu item #. TRANSLATORS: add protection to item -#: src/gui/popups/popupmenu.cpp:2808 +#: src/gui/popups/popupmenu.cpp:2806 msgid "Protect item" msgstr "Proteger item" #. TRANSLATORS: popup menu item #. TRANSLATORS: drop item #. TRANSLATORS: inventory button -#: src/gui/popups/popupmenu.cpp:2837 src/gui/windows/inventorywindow.cpp:192 +#: src/gui/popups/popupmenu.cpp:2835 src/gui/windows/inventorywindow.cpp:192 #: src/gui/windows/inventorywindow.cpp:729 msgid "Drop..." msgstr "Descartar..." #. TRANSLATORS: popup menu item #. TRANSLATORS: drop all item amount -#: src/gui/popups/popupmenu.cpp:2840 +#: src/gui/popups/popupmenu.cpp:2838 msgid "Drop all" msgstr "Descartar tudo" @@ -2189,7 +2174,7 @@ msgstr "Descartar tudo" #. TRANSLATORS: drop item #. TRANSLATORS: full button name #. TRANSLATORS: inventory button -#: src/gui/popups/popupmenu.cpp:2846 src/gui/windowmenu.cpp:130 +#: src/gui/popups/popupmenu.cpp:2844 src/gui/windowmenu.cpp:130 #: src/gui/windows/inventorywindow.cpp:734 msgid "Drop" msgstr "Descartar" @@ -2197,4696 +2182,4888 @@ msgstr "Descartar" #. TRANSLATORS: popup menu item #. TRANSLATORS: split items #. TRANSLATORS: inventory button -#: src/gui/popups/popupmenu.cpp:2854 src/gui/windows/inventorywindow.cpp:194 +#: src/gui/popups/popupmenu.cpp:2852 src/gui/windows/inventorywindow.cpp:194 msgid "Split" msgstr "Dividir" #. TRANSLATORS: popup menu item #. TRANSLATORS: gm commands -#: src/gui/popups/popupmenu.cpp:2864 +#: src/gui/popups/popupmenu.cpp:2862 msgid "GM..." msgstr "GM..." #. TRANSLATORS: popup menu header -#: src/gui/popups/popupmenu.cpp:2872 +#: src/gui/popups/popupmenu.cpp:2870 msgid "GM commands" msgstr "Comandos de GM" #. TRANSLATORS: popup menu item #. TRANSLATORS: check player ip -#: src/gui/popups/popupmenu.cpp:2877 +#: src/gui/popups/popupmenu.cpp:2875 msgid "Check ip" msgstr "Checar ip" #. TRANSLATORS: popup menu item #. TRANSLATORS: go to player position -#: src/gui/popups/popupmenu.cpp:2880 +#: src/gui/popups/popupmenu.cpp:2878 msgid "Goto" msgstr "Ir à" #. TRANSLATORS: popup menu item #. TRANSLATORS: recall player to current position -#: src/gui/popups/popupmenu.cpp:2883 +#: src/gui/popups/popupmenu.cpp:2881 msgid "Recall" msgstr "Trazer jogador" #. TRANSLATORS: popup menu item #. TRANSLATORS: revive player #. TRANSLATORS: ok dialog button -#: src/gui/popups/popupmenu.cpp:2886 src/net/ea/playerhandler.cpp:379 +#: src/gui/popups/popupmenu.cpp:2884 src/net/ea/playerhandler.cpp:379 msgid "Revive" msgstr "Reviver" #. TRANSLATORS: popup menu item #. TRANSLATORS: kick player -#: src/gui/popups/popupmenu.cpp:2891 +#: src/gui/popups/popupmenu.cpp:2889 msgid "Kick" msgstr "Chutar" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:58 -msgid "Target and attack keys" -msgstr "Teclas de Alvo e ataque" - -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:70 -msgid "Target & Attack" -msgstr "Selecionar & Atacar" +#. TRANSLATORS: input tab sub tab name +#: src/gui/setupinputpages.cpp:45 +msgid "Basic" +msgstr "Básico" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:76 -msgid "Move to Target" -msgstr "Mover para o alvo" +#. TRANSLATORS: input tab sub tab name +#. TRANSLATORS: full button name +#: src/gui/setupinputpages.cpp:49 src/gui/windowmenu.cpp:122 +msgid "Shortcuts" +msgstr "Atalhos" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:82 -msgid "Change Move to Target type" -msgstr "Mudar o tipo de movimento ao alvo" +#. TRANSLATORS: input tab sub tab name +#. TRANSLATORS: settings group +#. TRANSLATORS: full button name +#: src/gui/setupinputpages.cpp:51 src/gui/widgets/tabs/setup_other.cpp:317 +#: src/gui/windowmenu.cpp:159 +msgid "Windows" +msgstr "Janelas" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:88 -msgid "Move to Home location" -msgstr "Mover para localização" +#. TRANSLATORS: input tab sub tab name +#. TRANSLATORS: emotes window name +#. TRANSLATORS: emotes tab name +#: src/gui/setupinputpages.cpp:53 src/gui/windows/emotewindow.cpp:54 +#: src/gui/windows/emotewindow.cpp:115 +msgid "Emotes" +msgstr "Emoções" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:94 -msgid "Set home location" -msgstr "Definir localização" +#. TRANSLATORS: input tab sub tab name +#. TRANSLATORS: settings tab name +#. TRANSLATORS: chat window name +#: src/gui/setupinputpages.cpp:57 src/gui/widgets/tabs/setup_chat.cpp:40 +#: src/gui/windowmenu.cpp:89 src/gui/windows/chatwindow.cpp:93 +msgid "Chat" +msgstr "Chat" +#. TRANSLATORS: input tab sub tab name +#. TRANSLATORS: settings group +#. TRANSLATORS: char create dialog button +#. TRANSLATORS: register dialog. button. #. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:100 -msgid "Move to navigation point" -msgstr "Mover para ponto de navegação" +#: src/gui/setupinputpages.cpp:59 src/gui/widgets/tabs/setup_audio.cpp:151 +#: src/gui/widgets/tabs/setup_chat.cpp:179 +#: src/gui/widgets/tabs/setup_other.cpp:339 +#: src/gui/widgets/tabs/setup_visual.cpp:192 +#: src/gui/windows/charcreatedialog.cpp:118 +#: src/gui/windows/registerdialog.cpp:104 src/input/pages/gui.cpp:89 +msgid "Other" +msgstr "Outro" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:112 -msgid "Stop Attack / Modifier key" -msgstr "Parar Ataque / Chave de modificação" +#. TRANSLATORS: input tab sub tab name +#: src/gui/setupinputpages.cpp:61 +msgid "Gui" +msgstr "Gui" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:118 -msgid "Untarget" -msgstr "Remover alvo" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:113 +msgid "Being" +msgstr "Personagem" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:124 -msgid "Target monster" -msgstr "Monstro alvo" - -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:130 -msgid "Target closest monster (without filters)" -msgstr "" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:115 +msgid "Friend names" +msgstr "Nomes de Amigos" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:136 -msgid "Target NPC" -msgstr "Selecionar NPC" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:117 +msgid "Disregarded names" +msgstr "Nomes Desconsiderados" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:142 -msgid "Target Player" -msgstr "Selecionar Jogador" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:119 +msgid "Ignored names" +msgstr "Nomes de Ignorados" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:148 -msgid "Other Keys" -msgstr "Outras teclas" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:121 +msgid "Erased names" +msgstr "Nomes de Apagados" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:154 -msgid "Pickup" -msgstr "Pegar item" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:123 +msgid "Other players names" +msgstr "Nomes de Outros Jogadores" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:160 -msgid "Change Pickup Type" -msgstr "Mudar o modo de pegar itens" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:125 +msgid "Own name" +msgstr "Seu Nome" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:166 -msgid "Sit" -msgstr "Sentar" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:127 +msgid "GM names" +msgstr "Nomes de GM" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:172 -msgid "Screenshot" -msgstr "Screenshot" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:129 +msgid "NPCs" +msgstr "NPCs" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:178 -msgid "Enable/Disable Trading" -msgstr "Habilitar/Desabilitar Negociações" +#. TRANSLATORS: palette color +#. TRANSLATORS: settings option +#: src/gui/userpalette.cpp:131 src/gui/widgets/tabs/setup_other.cpp:106 +msgid "Monsters" +msgstr "Monstros" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:184 -msgid "Open trade window" -msgstr "Abrir janela de troca" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:133 +msgid "Monster HP bar" +msgstr "Barra de HP" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:190 -msgid "Change Map View Mode" -msgstr "Mudar o modo de visualização de mapas" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:136 +msgid "Monster HP bar (second color)" +msgstr "Barra de HP do inimigo (segunda cor)" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:196 -msgid "Select OK" -msgstr "Selecionar OK" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:138 +msgid "Party members" +msgstr "Membros do grupo" -#. TRANSLATORS: input action name -#. TRANSLATORS: buy dialog button -#. TRANSLATORS: quit dialog name -#. TRANSLATORS: quit dialog button -#. TRANSLATORS: sell dialog button -#. TRANSLATORS: servers dialog button -#: src/gui/setupactiondata.h:202 src/gui/windows/buydialog.cpp:263 -#: src/gui/windows/quitdialog.cpp:55 src/gui/windows/quitdialog.cpp:60 -#: src/gui/windows/quitdialog.cpp:62 src/gui/windows/selldialog.cpp:125 -#: src/gui/windows/serverdialog.cpp:111 -msgid "Quit" -msgstr "Sair" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:140 +msgid "Guild members" +msgstr "Membros da guilda" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:208 -msgid "Stop or sit" -msgstr "Parar ou sentar" +#. TRANSLATORS: palette color +#. TRANSLATORS: settings option +#: src/gui/userpalette.cpp:142 src/gui/widgets/tabs/setup_visual.cpp:157 +msgid "Particle effects" +msgstr "Efeitos de partícula" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:214 -msgid "Return to safe video mode" -msgstr "Retornar para o modo seguro de vídeo" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:144 +msgid "Pickup notification" +msgstr "Aviso ao pegar algum item" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:229 -msgid "Shortcuts modifiers keys" -msgstr "Teclas de atalho modificadoras" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:146 +msgid "Exp notification" +msgstr "Aviso de experiência" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:235 -msgid "Item Shortcuts Key" -msgstr "Atalhos de item" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:148 +msgid "Player HP bar" +msgstr "Barra de HP do jogador" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:241 -msgid "Shortcuts keys" -msgstr "Teclas de atalhos" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:152 +msgid "Player HP bar (second color)" +msgstr "Barra de HP do jogador (segunda cor)" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:247 src/gui/setupactiondata.h:253 -#: src/gui/setupactiondata.h:259 src/gui/setupactiondata.h:265 -#: src/gui/setupactiondata.h:271 src/gui/setupactiondata.h:277 -#: src/gui/setupactiondata.h:283 src/gui/setupactiondata.h:289 -#: src/gui/setupactiondata.h:295 src/gui/setupactiondata.h:301 -#: src/gui/setupactiondata.h:307 src/gui/setupactiondata.h:313 -#: src/gui/setupactiondata.h:319 src/gui/setupactiondata.h:325 -#: src/gui/setupactiondata.h:331 src/gui/setupactiondata.h:337 -#: src/gui/setupactiondata.h:343 src/gui/setupactiondata.h:349 -#: src/gui/setupactiondata.h:355 src/gui/setupactiondata.h:361 -#, c-format -msgid "Item Shortcut %d" -msgstr "Atalho para item %d" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:154 +msgid "Player hits monster" +msgstr "Jogador acerta Monstro" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:376 -msgid "Show Windows Menu" -msgstr "Mostar menu de janelas" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:156 +msgid "Monster hits player" +msgstr "Monstro Acerta Jogador" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:382 -msgid "Hide Windows" -msgstr "Esconder janelas" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:160 +msgid "Other player hits local player" +msgstr "Outro jogador ataca você" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:388 -msgid "About Window" -msgstr "Sobre a Janela" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:162 +msgid "Critical Hit" +msgstr "Golpe crítico" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:394 -msgid "Help Window" -msgstr "Janela de Ajuda" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:166 +msgid "Local player hits monster" +msgstr "Jogador local Acerta Monstro" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:400 -msgid "Status Window" -msgstr "Janela de Status" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:169 +msgid "Local player critical hit" +msgstr "Golpe Crítico do Jogador local" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:406 -msgid "Inventory Window" -msgstr "Janela de inventário" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:172 +msgid "Local player miss" +msgstr "Jogador local Erra o Golpe" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:412 -msgid "Equipment Window" -msgstr "Janela de equipamento" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:174 +msgid "Misses" +msgstr "Golpes errados" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:418 -msgid "Skill Window" -msgstr "Janela de Habilidade" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:176 +msgid "Portal highlight" +msgstr "Destaque do portal" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:424 -msgid "Minimap Window" -msgstr "Janela de Minimapa" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:179 +msgid "Default collision highlight" +msgstr "Destaque de colisão padrão" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:430 -msgid "Chat Window" -msgstr "Janela de chat" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:182 +msgid "Air collision highlight" +msgstr "Destaque de colisão de ar" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:436 -msgid "Item Shortcut Window" -msgstr "Janela de atalhos para itens" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:185 +msgid "Water collision highlight" +msgstr "Destaque de colisão de água" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:442 -msgid "Setup Window" -msgstr "Janela de Configurações" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:188 +msgid "Special ground collision highlight" +msgstr "Destaque especial colisão de chão" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:448 -msgid "Debug Window" -msgstr "Janela de Depuração" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:191 +msgid "Walkable highlight" +msgstr "Destaque de caminho" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:454 -msgid "Social Window" -msgstr "Janela social" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:194 +msgid "Local player attack range" +msgstr "Alcance de ataque de jogador local" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:460 -msgid "Emote Shortcut Window" -msgstr "Janela de atalho para emoticons" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:197 +msgid "Local player attack range border" +msgstr "Borda de Alcance de ataque de jogador local" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:466 -msgid "Outfits Window" -msgstr "Janela de roupas" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:200 +msgid "Monster attack range" +msgstr "Alcance do monstro" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:472 -msgid "Shop Window" -msgstr "Janela Loja" - -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:478 -msgid "Quick drop Window" -msgstr "Janela Descarte rápido" - -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:484 -msgid "Kill Stats Window" -msgstr "Janela de estado de mortes" - -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:490 -msgid "Commands Window" -msgstr "Janela Comandos" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:204 +msgid "Floor item amount color" +msgstr "Valor de cor em itens no chão" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:496 -msgid "Bot Checker Window" -msgstr "Janela Analisador de bot" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:207 +msgid "Home place" +msgstr "Lugar Inicial" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:502 -msgid "Who Is Online Window" -msgstr "Janela Quem está online" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:210 +msgid "Home place border" +msgstr "Borda do Lugar Inicial" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:508 -msgid "Did you know Window" -msgstr "Janela Você Sabia" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:213 +msgid "Road point" +msgstr "Ponto de estrada" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:514 -msgid "Quests Window" -msgstr "Janela de Missões" +#. TRANSLATORS: palette color +#: src/gui/userpalette.cpp:216 +msgid "Tiles border" +msgstr "Bordas dos pisos" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:520 -msgid "Updates Window" -msgstr "Atualizar Janela/s" +#: src/gui/widgets/characterdisplay.cpp:135 +#, c-format +msgid "Level: %u" +msgstr "Level: %u" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:526 -msgid "Previous Social Tab" -msgstr "Aba social anterior" +#. TRANSLATORS: status window label +#: src/gui/widgets/characterdisplay.cpp:138 +#: src/gui/windows/inventorywindow.cpp:559 src/gui/windows/statuswindow.cpp:75 +#: src/gui/windows/statuswindow.cpp:236 src/gui/windows/statuswindow.cpp:343 +#, c-format +msgid "Money: %s" +msgstr "Dinheiro: %s" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:532 -msgid "Next Social Tab" -msgstr "Próxima aba social" +#. TRANSLATORS: Text under equipped items (should be small) +#: src/gui/widgets/itemcontainer.cpp:325 +msgid "Eq." +msgstr "Eq." -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:538 -msgid "Previous Shortcuts tab" -msgstr "Aba de Atalhos Anterior" +#. TRANSLATORS: dialog message +#: src/gui/widgets/itemlinkhandler.cpp:74 +msgid "Open url" +msgstr "Abrir URL" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:544 -msgid "Next Shortcuts tab" -msgstr "Aba de Atalhos Seguinte" +#. TRANSLATORS: setup item button +#. TRANSLATORS: servers dialog button +#: src/gui/widgets/setupitem.cpp:366 src/gui/widgets/setupitem.cpp:502 +#: src/gui/windows/serverdialog.cpp:117 +msgid "Edit" +msgstr "Editar" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:550 -msgid "Previous Commands tab" -msgstr "Aba de Comandos Anterior" +#. TRANSLATORS: skills dialog. skill level +#: src/gui/widgets/skillinfo.cpp:91 src/gui/windows/skilldialog.cpp:380 +#, c-format +msgid "Lvl: %d" +msgstr "Nível: %d" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:556 -msgid "Next Commands tab" -msgstr "Aba de Comandos Seguinte" +#. TRANSLATORS: battle chat tab name +#: src/gui/widgets/tabs/battletab.cpp:36 +msgid "Battle" +msgstr "Batalha" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:571 -msgid "Emote modifiers keys" -msgstr "Teclas de emoções modificadoras" +#. TRANSLATORS: chat message +#: src/gui/widgets/tabs/chattab.cpp:163 +msgid "Global announcement:" +msgstr "Anúncio geral:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:577 -msgid "Emote modifier key" -msgstr "Tecla modificadora de emoção" +#. TRANSLATORS: chat message +#: src/gui/widgets/tabs/chattab.cpp:169 +#, c-format +msgid "Global announcement from %s:" +msgstr "Anúncio geral de %s:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:583 -msgid "Emote shortcuts" -msgstr "Atalhos de emoções" +#. TRANSLATORS: chat message +#: src/gui/widgets/tabs/chattab.cpp:195 +#, c-format +msgid "%s whispers: %s" +msgstr "%s envia mensagem privada: %s" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:589 src/gui/setupactiondata.h:595 -#: src/gui/setupactiondata.h:601 src/gui/setupactiondata.h:607 -#: src/gui/setupactiondata.h:613 src/gui/setupactiondata.h:619 -#: src/gui/setupactiondata.h:625 src/gui/setupactiondata.h:631 -#: src/gui/setupactiondata.h:637 src/gui/setupactiondata.h:643 -#: src/gui/setupactiondata.h:649 src/gui/setupactiondata.h:655 -#: src/gui/setupactiondata.h:661 src/gui/setupactiondata.h:667 -#: src/gui/setupactiondata.h:673 src/gui/setupactiondata.h:679 -#: src/gui/setupactiondata.h:685 src/gui/setupactiondata.h:691 -#: src/gui/setupactiondata.h:697 src/gui/setupactiondata.h:703 -#: src/gui/setupactiondata.h:709 src/gui/setupactiondata.h:715 -#: src/gui/setupactiondata.h:721 src/gui/setupactiondata.h:727 -#: src/gui/setupactiondata.h:733 src/gui/setupactiondata.h:739 -#: src/gui/setupactiondata.h:745 src/gui/setupactiondata.h:751 -#: src/gui/setupactiondata.h:757 src/gui/setupactiondata.h:763 -#: src/gui/setupactiondata.h:769 src/gui/setupactiondata.h:775 -#: src/gui/setupactiondata.h:781 src/gui/setupactiondata.h:787 -#: src/gui/setupactiondata.h:793 src/gui/setupactiondata.h:799 -#: src/gui/setupactiondata.h:805 src/gui/setupactiondata.h:811 -#: src/gui/setupactiondata.h:817 src/gui/setupactiondata.h:823 -#: src/gui/setupactiondata.h:829 src/gui/setupactiondata.h:835 -#: src/gui/setupactiondata.h:841 src/gui/setupactiondata.h:847 -#: src/gui/setupactiondata.h:853 src/gui/setupactiondata.h:859 -#: src/gui/setupactiondata.h:865 src/gui/setupactiondata.h:871 +#. TRANSLATORS: chat message +#: src/gui/widgets/tabs/chattab.cpp:549 #, c-format -msgid "Emote Shortcut %d" -msgstr "Atalho para emoticon %d" +msgid "%s is now Online." +msgstr "%s estão online." -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:886 -msgid "Outfits keys" -msgstr "Teclas de roupas" +#. TRANSLATORS: chat message +#: src/gui/widgets/tabs/chattab.cpp:554 +#, c-format +msgid "%s is now Offline." +msgstr "%s estão offline." -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:892 -msgid "Wear Outfit" -msgstr "Vestir roupas" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:53 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:188 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:239 +msgid "Music:" +msgstr "Música:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:898 -msgid "Copy Outfit" -msgstr "Copiar roupas" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:55 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:194 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:243 +msgid "Map:" +msgstr "Mapa:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:904 -msgid "Copy equipped to Outfit" -msgstr "Copiar roupa equipada" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:57 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:191 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:241 +msgid "Minimap:" +msgstr "Minimapa:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:910 -msgid "Outfits shortcuts" -msgstr "Atalhos de Roupas" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:60 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:185 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:237 +msgid "Cursor:" +msgstr "Cursor:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:916 src/gui/setupactiondata.h:922 -#: src/gui/setupactiondata.h:928 src/gui/setupactiondata.h:934 -#: src/gui/setupactiondata.h:940 src/gui/setupactiondata.h:946 -#: src/gui/setupactiondata.h:952 src/gui/setupactiondata.h:958 -#: src/gui/setupactiondata.h:964 src/gui/setupactiondata.h:970 -#: src/gui/setupactiondata.h:976 src/gui/setupactiondata.h:982 -#: src/gui/setupactiondata.h:988 src/gui/setupactiondata.h:994 -#: src/gui/setupactiondata.h:1000 src/gui/setupactiondata.h:1006 -#: src/gui/setupactiondata.h:1012 src/gui/setupactiondata.h:1018 -#: src/gui/setupactiondata.h:1024 src/gui/setupactiondata.h:1030 -#: src/gui/setupactiondata.h:1036 src/gui/setupactiondata.h:1042 -#: src/gui/setupactiondata.h:1048 src/gui/setupactiondata.h:1054 -#: src/gui/setupactiondata.h:1060 src/gui/setupactiondata.h:1066 -#: src/gui/setupactiondata.h:1072 src/gui/setupactiondata.h:1078 -#: src/gui/setupactiondata.h:1084 src/gui/setupactiondata.h:1090 -#: src/gui/setupactiondata.h:1096 src/gui/setupactiondata.h:1102 -#: src/gui/setupactiondata.h:1108 src/gui/setupactiondata.h:1114 -#: src/gui/setupactiondata.h:1120 src/gui/setupactiondata.h:1126 -#: src/gui/setupactiondata.h:1132 src/gui/setupactiondata.h:1138 -#: src/gui/setupactiondata.h:1144 src/gui/setupactiondata.h:1150 -#: src/gui/setupactiondata.h:1156 src/gui/setupactiondata.h:1162 -#: src/gui/setupactiondata.h:1168 src/gui/setupactiondata.h:1174 -#: src/gui/setupactiondata.h:1180 src/gui/setupactiondata.h:1186 -#: src/gui/setupactiondata.h:1192 src/gui/setupactiondata.h:1198 -#, c-format -msgid "Outfit Shortcut %d" -msgstr "Atalho de Roupa %d" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:63 +msgid "Particle count:" +msgstr "Contador de particulas:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1213 -msgid "Toggle Chat" -msgstr "Alternar para chat" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:66 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:207 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:247 +msgid "Map actors count:" +msgstr "Jogadores no mapa:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1219 -msgid "Scroll Chat Up" -msgstr "Rolar chat para cima" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:68 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:166 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:172 +msgid "Player Position:" +msgstr "Sua posição:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1225 -msgid "Scroll Chat Down" -msgstr "Rolar chat para baixo" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:74 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:220 +msgid "Draw calls:" +msgstr "Chamadas de desenho:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1231 -msgid "Previous Chat Tab" -msgstr "Aba de chat anterior" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:79 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:228 +msgid "Texture binds:" +msgstr "União de Texturas:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1237 -msgid "Next Chat Tab" -msgstr "Próxima aba de chat" +#. TRANSLATORS: debug window label, frames per second +#: src/gui/widgets/tabs/debugwindowtabs.cpp:82 +#, c-format +msgid "%d FPS" +msgstr "%d FPS" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1243 -msgid "Close current Chat Tab" -msgstr "Fechar aba de chat atual" +#. TRANSLATORS: debug window label, logic per second +#: src/gui/widgets/tabs/debugwindowtabs.cpp:84 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:255 +#, c-format +msgid "%d LPS" +msgstr "%d LPS" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1249 -msgid "Previous chat line" -msgstr "Linha de chat anterior" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:95 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:123 +#, c-format +msgid "%d FPS (Software)" +msgstr "%d FPS (software)" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1255 -msgid "Next chat line" -msgstr "Próxima linha de chat" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:102 +#, c-format +msgid "%d FPS (normal OpenGL)" +msgstr "%d FPS (OpenGL normal)" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1261 -msgid "Chat modifier key" -msgstr "Tecla modificadora de chat" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:106 +#, c-format +msgid "%d FPS (safe OpenGL)" +msgstr "%d FPS (OpenGL seguro)" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1267 -msgid "Show smiles" -msgstr "Mostrar sorrisos" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:110 +#, c-format +msgid "%d FPS (mobile OpenGL)" +msgstr "%d FPS (mobile OpenGL)" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1337 -msgid "Ignore input 1" -msgstr "Ignorar input 1" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:114 +#, c-format +msgid "%d FPS (modern OpenGL)" +msgstr "%d FPS (OpenGL Moderno)" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1343 -msgid "Ignore input 2" -msgstr "Ignorar input 2" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:118 +#, c-format +msgid "%d FPS (SDL2 default)" +msgstr "%d FPS (SDL2 padrão)" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1349 -msgid "Direct Up" -msgstr "Para cima" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:143 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:213 +msgid "Textures count:" +msgstr "Contador de texturas:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1355 -msgid "Direct Down" -msgstr "Para baixo" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:202 +#, c-format +msgid "Particle count: %d" +msgstr "Contagem de partículas: %d" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1361 -msgid "Direct Left" -msgstr "Para esquerda" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:262 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:313 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:375 +msgid "Target:" +msgstr "Alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1367 -msgid "Direct Right" -msgstr "Para direita" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:264 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:319 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:377 +msgid "Target Id:" +msgstr "ID do alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1373 -msgid "Crazy moves" -msgstr "Movimentos loucos" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:267 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:322 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:379 +msgid "Target type:" +msgstr "Tipo de alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1379 -msgid "Change Crazy Move mode" -msgstr "Trocar Modo de movimentos loucos" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:269 +msgid "Target level:" +msgstr "Level do alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1385 -msgid "Quick Drop N Items from 0 slot" -msgstr "Descartar rapidamente N itens do slot 0" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:271 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:338 +msgid "Target race:" +msgstr "Raça do alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1391 -msgid "Quick Drop N Items" -msgstr "Descartar rapidamente N itens" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:273 +msgid "Target party:" +msgstr "Grupo do alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1397 -msgid "Switch Quick Drop Counter" -msgstr "Mudar contador de descarte" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:275 +msgid "Target guild:" +msgstr "Guilda do alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1403 -msgid "Quick heal target or self" -msgstr "Curar um alvo ou você mesmo(a)" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:277 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:363 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:369 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:387 +msgid "Attack delay:" +msgstr "Atarso de ataque:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1409 -msgid "Use #itenplz spell" -msgstr "Usa feitiço #itenplz" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:279 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:350 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:389 +msgid "Minimal hit:" +msgstr "Hit minimo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1415 -msgid "Use magic attack" -msgstr "Usar feitiço de ataque" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:281 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:353 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:391 +msgid "Maximum hit:" +msgstr "Hit máximo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1421 -msgid "Switch magic attack" -msgstr "Trocar feitiço de ataque" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:283 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:356 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:393 +msgid "Critical hit:" +msgstr "Hit crítico:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1427 -msgid "Switch pvp attack" -msgstr "Mudar ataque em pvp" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:327 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:333 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:381 +msgid "Target Level:" +msgstr "Nível do alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1433 -msgid "Change move type" -msgstr "Mudar tipo de movimento" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:341 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:383 +msgid "Target Party:" +msgstr "Grupo do alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1439 -msgid "Change Attack Weapon Type" -msgstr "Mudar tipo de ataque de arma" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:345 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:385 +msgid "Target Guild:" +msgstr "Guilda do alvo:" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1445 -msgid "Change Attack Type" -msgstr "Mudar tipo de ataque" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:430 +#: src/gui/widgets/tabs/debugwindowtabs.cpp:436 +#, c-format +msgid "Ping: %s ms" +msgstr "Ping: %s ms" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1451 -msgid "Change Follow mode" -msgstr "Mudar modo de seguir" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:439 +#, c-format +msgid "In: %d bytes/s" +msgstr "Entrada: %d bytes/s" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1457 -msgid "Change Imitation mode" -msgstr "Mudar modo de imitação" +#. TRANSLATORS: debug window label +#: src/gui/widgets/tabs/debugwindowtabs.cpp:442 +#, c-format +msgid "Out: %d bytes/s" +msgstr "Saída: %d bytes/s" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1463 -msgid "Disable / Enable Game modifier keys" -msgstr "Habilitar / Desabilitar Chaves de modificação" +#. TRANSLATORS: gb tab name +#: src/gui/widgets/tabs/gmtab.cpp:33 +msgid "GM" +msgstr "GM" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1469 -msgid "On / Off audio" -msgstr "Ligar / Desligar áudio" +#. TRANSLATORS: guild chat tab name +#. TRANSLATORS: tab in social window +#. TRANSLATORS: guild chat tab name +#: src/gui/widgets/tabs/guildchattab.cpp:39 +#: src/gui/widgets/tabs/socialguildtab2.h:48 +#: src/gui/widgets/tabs/socialguildtab.h:50 src/net/ea/gui/guildtab.cpp:46 +msgid "Guild" +msgstr "Guilda" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1475 -msgid "Enable / Disable away mode" -msgstr "Habilitar / Desabilitar modo indisponivel" +#. TRANSLATORS: lang chat tab name +#: src/gui/widgets/tabs/langtab.cpp:34 +msgid "Lang" +msgstr "Idioma" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1481 -msgid "Emulate right click from keyboard" -msgstr "Emular botão direito do teclado" +#. TRANSLATORS: audio tab in settings +#: src/gui/widgets/tabs/setup_audio.cpp:51 +msgid "Audio" +msgstr "Áudio" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1487 -msgid "Toggle camera mode" -msgstr "Alterar modo de camera" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:59 +msgid "Basic settings" +msgstr "Configurações básicas" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1493 -msgid "Show onscreen keyboard" -msgstr "Mostrar teclado virtual" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:62 +msgid "Enable Audio" +msgstr "Habilitar Áudio" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1508 -msgid "Move Keys" -msgstr "Tecla de movimento" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:65 +msgid "Enable music" +msgstr "Habilitar música" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1514 src/gui/setupactiondata.h:1853 -msgid "Move Up" -msgstr "Mover para Cima" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:69 +msgid "Enable game sfx" +msgstr "Habilitar sfx do jogo" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1520 src/gui/setupactiondata.h:1859 -msgid "Move Down" -msgstr "Mover para Baixo" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:73 +msgid "Enable gui sfx" +msgstr "Habilitar gui sfx" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1526 src/gui/setupactiondata.h:1865 -msgid "Move Left" -msgstr "Esquerda" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:77 +msgid "Sfx volume" +msgstr "Volume Sfx" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1532 src/gui/setupactiondata.h:1871 -msgid "Move Right" -msgstr "Direita" - -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1538 -msgid "Move Forward" -msgstr "Mover para Frente" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:82 +msgid "Music volume" +msgstr "Volume da Música" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1544 -msgid "Move to navigation point shortcuts" -msgstr "Atalhos de ponto de navegação" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:87 +msgid "Enable music fade out" +msgstr "Habilitar desaparecimento gradual da música" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1550 src/gui/setupactiondata.h:1556 -#: src/gui/setupactiondata.h:1562 src/gui/setupactiondata.h:1568 -#: src/gui/setupactiondata.h:1574 src/gui/setupactiondata.h:1580 -#: src/gui/setupactiondata.h:1586 src/gui/setupactiondata.h:1592 -#: src/gui/setupactiondata.h:1598 src/gui/setupactiondata.h:1604 -#: src/gui/setupactiondata.h:1610 src/gui/setupactiondata.h:1616 -#: src/gui/setupactiondata.h:1622 src/gui/setupactiondata.h:1628 -#: src/gui/setupactiondata.h:1634 src/gui/setupactiondata.h:1640 -#: src/gui/setupactiondata.h:1646 src/gui/setupactiondata.h:1652 -#: src/gui/setupactiondata.h:1658 src/gui/setupactiondata.h:1664 -#: src/gui/setupactiondata.h:1670 src/gui/setupactiondata.h:1676 -#: src/gui/setupactiondata.h:1682 src/gui/setupactiondata.h:1688 -#: src/gui/setupactiondata.h:1694 src/gui/setupactiondata.h:1700 -#: src/gui/setupactiondata.h:1706 src/gui/setupactiondata.h:1712 -#: src/gui/setupactiondata.h:1718 src/gui/setupactiondata.h:1724 -#: src/gui/setupactiondata.h:1730 src/gui/setupactiondata.h:1736 -#: src/gui/setupactiondata.h:1742 src/gui/setupactiondata.h:1748 -#: src/gui/setupactiondata.h:1754 src/gui/setupactiondata.h:1760 -#: src/gui/setupactiondata.h:1766 src/gui/setupactiondata.h:1772 -#: src/gui/setupactiondata.h:1778 src/gui/setupactiondata.h:1784 -#: src/gui/setupactiondata.h:1790 src/gui/setupactiondata.h:1796 -#: src/gui/setupactiondata.h:1802 src/gui/setupactiondata.h:1808 -#: src/gui/setupactiondata.h:1814 src/gui/setupactiondata.h:1820 -#: src/gui/setupactiondata.h:1826 src/gui/setupactiondata.h:1832 -#, c-format -msgid "Move to point Shortcut %d" -msgstr "Mover para o atalho %d" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:91 +msgid "Audio frequency" +msgstr "Freqüência de áudio" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1847 -msgid "Move & selection" -msgstr "Move & seleção" +#. TRANSLATORS: audio type +#: src/gui/widgets/tabs/setup_audio.cpp:95 +msgid "mono" +msgstr "mono" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1877 -msgid "Move Home" -msgstr "Mover para Home" +#. TRANSLATORS: audio type +#: src/gui/widgets/tabs/setup_audio.cpp:97 +msgid "stereo" +msgstr "estereo" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1883 -msgid "Move End" -msgstr "Mover para End" +#. TRANSLATORS: audio type +#: src/gui/widgets/tabs/setup_audio.cpp:99 +msgid "surround" +msgstr "surrond" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1889 -msgid "Page up" -msgstr "Page up" +#. TRANSLATORS: audio type +#: src/gui/widgets/tabs/setup_audio.cpp:101 +msgid "surround+center+lfe" +msgstr "surrond+center+lfe" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1895 -msgid "Page down" -msgstr "Page down" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:103 +msgid "Audio channels" +msgstr "Canais de Áudio" -#. TRANSLATORS: input action name -#. TRANSLATORS: input tab sub tab name #. TRANSLATORS: settings group -#. TRANSLATORS: char create dialog button -#. TRANSLATORS: register dialog. button. -#: src/gui/setupactiondata.h:1901 src/gui/setupactiondata.h:2046 -#: src/gui/widgets/tabs/setup_audio.cpp:151 -#: src/gui/widgets/tabs/setup_chat.cpp:179 -#: src/gui/widgets/tabs/setup_other.cpp:339 -#: src/gui/widgets/tabs/setup_visual.cpp:192 -#: src/gui/windows/charcreatedialog.cpp:118 -#: src/gui/windows/registerdialog.cpp:104 -msgid "Other" -msgstr "Outro" +#: src/gui/widgets/tabs/setup_audio.cpp:108 +msgid "Sound effects" +msgstr "Efeitos de som" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1907 -msgid "Select" -msgstr "Selecionar" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:111 +msgid "Information dialog sound" +msgstr "Som de dialogo de informação" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1913 -msgid "Select2" -msgstr "Selecionar2" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:115 +msgid "Request dialog sound" +msgstr "Requisitar som de dialogo" -#. TRANSLATORS: input action name -#. TRANSLATORS: char select dialog. button. -#. TRANSLATORS: servers dialog button -#. TRANSLATORS: shop window label -#. TRANSLATORS: shop window button -#. TRANSLATORS: command editor button -#: src/gui/setupactiondata.h:1925 src/gui/widgets/tabs/setup_relations.cpp:77 -#: src/gui/windows/charselectdialog.cpp:78 -#: src/gui/windows/serverdialog.cpp:119 src/gui/windows/shopwindow.cpp:102 -#: src/gui/windows/shopwindow.cpp:109 src/gui/windows/textcommandeditor.cpp:92 -msgid "Delete" -msgstr "Excluir" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:119 +msgid "Whisper message sound" +msgstr "Som de mensagem de susurros" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1931 -msgid "Backspace" -msgstr "Backspace" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:123 +msgid "Guild / Party message sound" +msgstr "Som de mensagem Guilda / Grupo" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1937 -msgid "Insert" -msgstr "Inserir" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:127 +msgid "Highlight message sound" +msgstr "Destacar som de mensagem" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1943 -msgid "Tab" -msgstr "Aba" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:131 +msgid "Global message sound" +msgstr "Som de anuncios globais" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1949 -msgid "Mod" -msgstr "Mod" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:135 +msgid "Error message sound" +msgstr "Som de mensagem de erro" -#. TRANSLATORS: input action name -#: src/gui/setupactiondata.h:1955 -msgid "Ctrl" -msgstr "Ctrl" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:139 +msgid "Trade request sound" +msgstr "Som de convites de troca" -#. TRANSLATORS: input tab sub tab name -#: src/gui/setupactiondata.h:2032 -msgid "Basic" -msgstr "Básico" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:143 +msgid "Show window sound" +msgstr "Mostrar som de janela" -#. TRANSLATORS: input tab sub tab name -#. TRANSLATORS: full button name -#: src/gui/setupactiondata.h:2036 src/gui/windowmenu.cpp:122 -msgid "Shortcuts" -msgstr "Atalhos" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:147 +msgid "Hide window sound" +msgstr "Ocultar som de janela" -#. TRANSLATORS: input tab sub tab name -#. TRANSLATORS: settings group -#. TRANSLATORS: full button name -#: src/gui/setupactiondata.h:2038 src/gui/widgets/tabs/setup_other.cpp:317 -#: src/gui/windowmenu.cpp:159 -msgid "Windows" -msgstr "Janelas" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:155 +msgid "Enable mumble voice chat" +msgstr "Habilitar o chat de voz mumble (requer aplicativo mumble)" -#. TRANSLATORS: input tab sub tab name -#. TRANSLATORS: emotes window name -#. TRANSLATORS: emotes tab name -#: src/gui/setupactiondata.h:2040 src/gui/windows/emotewindow.cpp:54 -#: src/gui/windows/emotewindow.cpp:115 -msgid "Emotes" -msgstr "Emoções" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_audio.cpp:160 +msgid "Download music" +msgstr "Baixar músicas" -#. TRANSLATORS: input tab sub tab name -#. TRANSLATORS: settings tab name -#. TRANSLATORS: chat window name -#: src/gui/setupactiondata.h:2044 src/gui/widgets/tabs/setup_chat.cpp:40 -#: src/gui/windowmenu.cpp:89 src/gui/windows/chatwindow.cpp:94 -msgid "Chat" -msgstr "Chat" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_chat.cpp:48 +msgid "Window" +msgstr "Janela" -#. TRANSLATORS: input tab sub tab name -#: src/gui/setupactiondata.h:2048 -msgid "Gui" -msgstr "Gui" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:51 +msgid "Auto hide chat window" +msgstr "Auto ocultar janela" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:113 -msgid "Being" -msgstr "Personagem" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:55 +msgid "Protect chat focus" +msgstr "Proteger foco do chat" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:115 -msgid "Friend names" -msgstr "Nomes de Amigos" +#. TRANSLATORS: settings group +#. TRANSLATORS: settings colors tab name +#. TRANSLATORS: emotes tab name +#: src/gui/widgets/tabs/setup_chat.cpp:60 +#: src/gui/widgets/tabs/setup_colors.cpp:88 +#: src/gui/windows/emotewindow.cpp:117 +msgid "Colors" +msgstr "Cores" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:117 -msgid "Disregarded names" -msgstr "Nomes Desconsiderados" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:63 +msgid "Remove colors from received chat messages" +msgstr "Remover mensagens coloridas do chat" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:119 -msgid "Ignored names" -msgstr "Nomes de Ignorados" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:67 +msgid "Show chat colors list" +msgstr "Mostrar lista de cores do chat" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:121 -msgid "Erased names" -msgstr "Nomes de Apagados" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:72 +msgid "Commands" +msgstr "Comandos" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:123 -msgid "Other players names" -msgstr "Nomes de Outros Jogadores" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:75 +msgid "Allow magic and GM commands in all chat tabs" +msgstr "Permitir feitiços e comandos de GM em todas abas" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:125 -msgid "Own name" -msgstr "Seu Nome" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_chat.cpp:80 +msgid "Limits" +msgstr "Limites" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:127 -msgid "GM names" -msgstr "Nomes de GM" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:83 +msgid "Limit max chars in chat line" +msgstr "Limite de caracteres na linha de chat" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:129 -msgid "NPCs" -msgstr "NPCs" - -#. TRANSLATORS: palette color #. TRANSLATORS: settings option -#: src/gui/userpalette.cpp:131 src/gui/widgets/tabs/setup_other.cpp:106 -msgid "Monsters" -msgstr "Monstros" - -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:133 -msgid "Monster HP bar" -msgstr "Barra de HP" +#: src/gui/widgets/tabs/setup_chat.cpp:87 +msgid "Limit max lines in chat" +msgstr "Limite de linhas máximas no chat" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:136 -msgid "Monster HP bar (second color)" -msgstr "Barra de HP do inimigo (segunda cor)" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_chat.cpp:92 +msgid "Logs" +msgstr "Logs" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:138 -msgid "Party members" -msgstr "Membros do grupo" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:95 +msgid "Enable chat Log" +msgstr "Salvar conversas" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:140 -msgid "Guild members" -msgstr "Membros da guilda" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:99 +msgid "Enable debug chat Log" +msgstr "Habilitar depurador de bate-papo" -#. TRANSLATORS: palette color #. TRANSLATORS: settings option -#: src/gui/userpalette.cpp:142 src/gui/widgets/tabs/setup_visual.cpp:157 -msgid "Particle effects" -msgstr "Efeitos de partícula" +#: src/gui/widgets/tabs/setup_chat.cpp:103 +msgid "Show chat history" +msgstr "Mostrar mensagens antigas" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:144 -msgid "Pickup notification" -msgstr "Aviso ao pegar algum item" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:107 +msgid "Show party online messages" +msgstr "Mostrar mensagens de membros do grupo online" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:146 -msgid "Exp notification" -msgstr "Aviso de experiência" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:111 +msgid "Show guild online messages" +msgstr "Mostrar mensagens de guildas online" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:148 -msgid "Player HP bar" -msgstr "Barra de HP do jogador" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_chat.cpp:116 +msgid "Messages" +msgstr "Mensagens" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:152 -msgid "Player HP bar (second color)" -msgstr "Barra de HP do jogador (segunda cor)" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:119 +msgid "Hide shop messages" +msgstr "Esconder mensagens de loja" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:154 -msgid "Player hits monster" -msgstr "Jogador acerta Monstro" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:123 +msgid "Show MVP messages" +msgstr "Ver Mensagens MVP" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:156 -msgid "Monster hits player" -msgstr "Monstro Acerta Jogador" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_chat.cpp:128 +msgid "Tabs" +msgstr "Abas" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:160 -msgid "Other player hits local player" -msgstr "Outro jogador ataca você" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:131 +msgid "Put all whispers in tabs" +msgstr "Deixar as mensagens privadas em abas" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:162 -msgid "Critical Hit" -msgstr "Golpe crítico" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:135 +msgid "Log magic messages in debug tab" +msgstr "Salvar comandos de feitiços na aba do Depurador" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:166 -msgid "Local player hits monster" -msgstr "Jogador local Acerta Monstro" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:139 +msgid "Show server messages in debug tab" +msgstr "Mostrar as mensagens do servidor na aba do Depurador" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:169 -msgid "Local player critical hit" -msgstr "Golpe Crítico do Jogador local" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:143 +msgid "Enable trade tab" +msgstr "Habilitar aba de negociação" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:172 -msgid "Local player miss" -msgstr "Jogador local Erra o Golpe" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:147 +msgid "Enable gm tab" +msgstr "Habilitar aba de gm" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:174 -msgid "Misses" -msgstr "Golpes errados" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:151 +msgid "Enable language tab" +msgstr "Habilitar aba de idiomas" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:176 -msgid "Portal highlight" -msgstr "Destaque do portal" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:155 +msgid "Show all languages messages" +msgstr "Mostrar mensagens de todos idiomas" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:179 -msgid "Default collision highlight" -msgstr "Destaque de colisão padrão" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:159 +msgid "Enable battle tab" +msgstr "Habilitar aba de batalha" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:182 -msgid "Air collision highlight" -msgstr "Destaque de colisão de ar" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:163 +msgid "Show battle events" +msgstr "Mostrar eventos de batalha" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:185 -msgid "Water collision highlight" -msgstr "Destaque de colisão de água" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:167 +msgid "Resize chat tabs if need" +msgstr "Redimensionar aba de chat caso precisar" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:188 -msgid "Special ground collision highlight" -msgstr "Destaque especial colisão de chão" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_chat.cpp:172 +msgid "Time" +msgstr "Tempo" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:191 -msgid "Walkable highlight" -msgstr "Destaque de caminho" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:175 +msgid "Use local time" +msgstr "Usar tempo local" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:194 -msgid "Local player attack range" -msgstr "Alcance de ataque de jogador local" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:182 +msgid "Highlight words (separated by comma)" +msgstr "Palavras destacadas (separadas em vírgulas)" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:197 -msgid "Local player attack range border" -msgstr "Borda de Alcance de ataque de jogador local" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:186 +msgid "Globals ignore names (separated by comma)" +msgstr "Nomes globais à ignorar (separados por virgula)" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:200 -msgid "Monster attack range" -msgstr "Alcance do monstro" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:190 +msgid "Show emotes button in chat" +msgstr "Mostrar botão de emoticon no chat" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:204 -msgid "Floor item amount color" -msgstr "Valor de cor em itens no chão" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_chat.cpp:194 +msgid "Show motd server message on start" +msgstr "Mostrar mensagem do dia ao começar" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:207 -msgid "Home place" -msgstr "Lugar Inicial" +#: src/gui/widgets/tabs/setup_colors.cpp:50 +msgid "This is what the color looks like" +msgstr "A cor vai ficar assim" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:210 -msgid "Home place border" -msgstr "Borda do Lugar Inicial" +#. TRANSLATORS: colors tab. label. +#: src/gui/widgets/tabs/setup_colors.cpp:65 +msgid "Type:" +msgstr "Tipo:" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:213 -msgid "Road point" -msgstr "Ponto de estrada" +#. TRANSLATORS: colors tab. label. +#: src/gui/widgets/tabs/setup_colors.cpp:69 +#: src/gui/widgets/tabs/setup_colors.cpp:336 +msgid "Delay:" +msgstr "Atraso:" -#. TRANSLATORS: palette color -#: src/gui/userpalette.cpp:216 -msgid "Tiles border" -msgstr "Bordas dos pisos" +#. TRANSLATORS: colors tab. label. +#: src/gui/widgets/tabs/setup_colors.cpp:73 +msgid "Red:" +msgstr "Vermelho:" -#: src/gui/widgets/characterdisplay.cpp:135 -#, c-format -msgid "Level: %u" -msgstr "Level: %u" +#. TRANSLATORS: colors tab. label. +#: src/gui/widgets/tabs/setup_colors.cpp:77 +msgid "Green:" +msgstr "Verde:" -#. TRANSLATORS: status window label -#: src/gui/widgets/characterdisplay.cpp:138 -#: src/gui/windows/inventorywindow.cpp:559 src/gui/windows/statuswindow.cpp:75 -#: src/gui/windows/statuswindow.cpp:236 src/gui/windows/statuswindow.cpp:343 -#, c-format -msgid "Money: %s" -msgstr "Dinheiro: %s" +#. TRANSLATORS: colors tab. label. +#: src/gui/widgets/tabs/setup_colors.cpp:81 +msgid "Blue:" +msgstr "Azul:" -#. TRANSLATORS: Text under equipped items (should be small) -#: src/gui/widgets/itemcontainer.cpp:325 -msgid "Eq." -msgstr "Eq." +#. TRANSLATORS: color type +#: src/gui/widgets/tabs/setup_colors.cpp:107 +#: src/gui/widgets/tabs/setup_colors.cpp:403 +msgid "Static" +msgstr "Estático" -#. TRANSLATORS: dialog message -#: src/gui/widgets/itemlinkhandler.cpp:74 -msgid "Open url" -msgstr "Abrir URL" +#. TRANSLATORS: color type +#: src/gui/widgets/tabs/setup_colors.cpp:110 +#: src/gui/widgets/tabs/setup_colors.cpp:113 +#: src/gui/widgets/tabs/setup_colors.cpp:405 +msgid "Pulse" +msgstr "Pulso" -#. TRANSLATORS: setup item button -#. TRANSLATORS: servers dialog button -#: src/gui/widgets/setupitem.cpp:366 src/gui/widgets/setupitem.cpp:502 -#: src/gui/windows/serverdialog.cpp:117 -msgid "Edit" -msgstr "Editar" +#. TRANSLATORS: color type +#: src/gui/widgets/tabs/setup_colors.cpp:115 +#: src/gui/widgets/tabs/setup_colors.cpp:118 +#: src/gui/widgets/tabs/setup_colors.cpp:407 +msgid "Rainbow" +msgstr "Arco-íris" -#. TRANSLATORS: skills dialog. skill level -#: src/gui/widgets/skillinfo.cpp:91 src/gui/windows/skilldialog.cpp:380 -#, c-format -msgid "Lvl: %d" -msgstr "Nível: %d" +#. TRANSLATORS: color type +#: src/gui/widgets/tabs/setup_colors.cpp:120 +#: src/gui/widgets/tabs/setup_colors.cpp:123 +#: src/gui/widgets/tabs/setup_colors.cpp:407 +msgid "Spectrum" +msgstr "Espectro" -#. TRANSLATORS: battle chat tab name -#: src/gui/widgets/tabs/battletab.cpp:36 -msgid "Battle" -msgstr "Batalha" +#. TRANSLATORS: colors tab. label. +#: src/gui/widgets/tabs/setup_colors.cpp:330 +msgid "Alpha:" +msgstr "Alpha:" -#. TRANSLATORS: chat message -#: src/gui/widgets/tabs/chattab.cpp:164 -msgid "Global announcement:" -msgstr "Anúncio geral:" +#. TRANSLATORS: button in input settings tab +#: src/gui/widgets/tabs/setup_input.cpp:63 +msgid "Assign" +msgstr "Atribuir" -#. TRANSLATORS: chat message -#: src/gui/widgets/tabs/chattab.cpp:170 -#, c-format -msgid "Global announcement from %s:" -msgstr "Anúncio geral de %s:" +#. TRANSLATORS: button in input settings tab +#: src/gui/widgets/tabs/setup_input.cpp:65 +msgid "Unassign" +msgstr "Retirar" -#. TRANSLATORS: chat message -#: src/gui/widgets/tabs/chattab.cpp:196 -#, c-format -msgid "%s whispers: %s" -msgstr "%s envia mensagem privada: %s" +#. TRANSLATORS: button in input settings tab +#: src/gui/widgets/tabs/setup_input.cpp:67 +msgid "Default" +msgstr "Padrão" -#. TRANSLATORS: chat message -#: src/gui/widgets/tabs/chattab.cpp:552 -#, c-format -msgid "%s is now Online." -msgstr "%s estão online." +#. TRANSLATORS: button in input settings tab +#: src/gui/widgets/tabs/setup_input.cpp:69 +msgid "Reset all keys" +msgstr "Resetar todas teclas" -#. TRANSLATORS: chat message -#: src/gui/widgets/tabs/chattab.cpp:557 -#, c-format -msgid "%s is now Offline." -msgstr "%s estão offline." +#. TRANSLATORS: setting tab name +#: src/gui/widgets/tabs/setup_input.cpp:79 +msgid "Input" +msgstr "Entrada" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:53 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:188 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:239 -msgid "Music:" -msgstr "Música:" +#. TRANSLATORS: input settings error header +#: src/gui/widgets/tabs/setup_input.cpp:157 +msgid "Key Conflict(s) Detected." +msgstr "Conflitos de teclas detectado." -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:55 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:194 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:243 -msgid "Map:" -msgstr "Mapa:" +#. TRANSLATORS: input settings error +#: src/gui/widgets/tabs/setup_input.cpp:159 +#, c-format +msgid "" +"Conflict \"%s\" and \"%s\" keys. Resolve them, or gameplay may result in " +"strange behaviour." +msgstr "" +"Conflito com as teclas \"%s\" e \"%s\" . Resolva o conflito para não " +"comprometer a jogabilidade." -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:57 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:191 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:241 -msgid "Minimap:" -msgstr "Minimapa:" +#. TRANSLATORS: unknown key name +#. TRANSLATORS: quests window quest name +#: src/gui/widgets/tabs/setup_input.cpp:329 +#: src/gui/windows/questswindow.cpp:203 +msgid "unknown" +msgstr "desconhecido" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:60 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:185 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:237 -msgid "Cursor:" -msgstr "Cursor:" +#. TRANSLATORS: joystick settings tab label +#: src/gui/widgets/tabs/setup_joystick.cpp:49 +#: src/gui/widgets/tabs/setup_joystick.cpp:139 +msgid "Press the button to start calibration" +msgstr "Aperte o botão para começar a calibrar" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:63 -msgid "Particle count:" -msgstr "Contador de particulas:" +#. TRANSLATORS: joystick settings tab button +#: src/gui/widgets/tabs/setup_joystick.cpp:51 +#: src/gui/widgets/tabs/setup_joystick.cpp:136 +msgid "Calibrate" +msgstr "Calibrar" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:66 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:207 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:247 -msgid "Map actors count:" -msgstr "Jogadores no mapa:" +#. TRANSLATORS: joystick settings tab button +#: src/gui/widgets/tabs/setup_joystick.cpp:53 +msgid "Detect joysticks" +msgstr "Detectar joysticks" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:68 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:166 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:172 -msgid "Player Position:" -msgstr "Sua posição:" +#. TRANSLATORS: joystick settings tab checkbox +#: src/gui/widgets/tabs/setup_joystick.cpp:56 +msgid "Enable joystick" +msgstr "Habilitar joystick" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:74 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:220 -msgid "Draw calls:" -msgstr "Chamadas de desenho:" +#. TRANSLATORS: joystick settings tab checkbox +#: src/gui/widgets/tabs/setup_joystick.cpp:60 +msgid "Use joystick if client window inactive" +msgstr "Usar joystick se a janela do jogo estiver inativa" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:79 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:228 -msgid "Texture binds:" -msgstr "União de Texturas:" +#. TRANSLATORS: joystick settings tab name +#: src/gui/widgets/tabs/setup_joystick.cpp:64 +msgid "Joystick" +msgstr "Joystick" -#. TRANSLATORS: debug window label, frames per second -#: src/gui/widgets/tabs/debugwindowtabs.cpp:82 -#, c-format -msgid "%d FPS" -msgstr "%d FPS" +#. TRANSLATORS: joystick settings tab button +#: src/gui/widgets/tabs/setup_joystick.cpp:145 +msgid "Stop" +msgstr "Parar" -#. TRANSLATORS: debug window label, logic per second -#: src/gui/widgets/tabs/debugwindowtabs.cpp:84 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:255 -#, c-format -msgid "%d LPS" -msgstr "%d LPS" +#. TRANSLATORS: joystick settings tab label +#: src/gui/widgets/tabs/setup_joystick.cpp:148 +msgid "Rotate the stick and don't press buttons" +msgstr "Girar o bastão e não pressionar os botões" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:95 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:123 -#, c-format -msgid "%d FPS (Software)" -msgstr "%d FPS (software)" +#. TRANSLATORS: mods tab in settings +#: src/gui/widgets/tabs/setup_mods.cpp:42 +msgid "Mods" +msgstr "Mods" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:102 -#, c-format -msgid "%d FPS (normal OpenGL)" -msgstr "%d FPS (OpenGL normal)" +#. TRANSLATORS: settings label +#: src/gui/widgets/tabs/setup_mods.cpp:77 +msgid "No mods present" +msgstr "Nenhum mods disponível" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:106 -#, c-format -msgid "%d FPS (safe OpenGL)" -msgstr "%d FPS (OpenGL seguro)" +#. TRANSLATORS: show buttons at top right corner type +#: src/gui/widgets/tabs/setup_other.cpp:48 +msgid "Always show" +msgstr "Sempre mostrar" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:110 -#, c-format -msgid "%d FPS (mobile OpenGL)" -msgstr "%d FPS (mobile OpenGL)" +#. TRANSLATORS: show buttons at top right corner type +#: src/gui/widgets/tabs/setup_other.cpp:50 +msgid "Auto hide in small resolution" +msgstr "Auto ocultar em baixa resolução" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:114 -#, c-format -msgid "%d FPS (modern OpenGL)" -msgstr "%d FPS (OpenGL Moderno)" - -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:118 -#, c-format -msgid "%d FPS (SDL2 default)" -msgstr "%d FPS (SDL2 padrão)" - -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:143 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:213 -msgid "Textures count:" -msgstr "Contador de texturas:" - -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:202 -#, c-format -msgid "Particle count: %d" -msgstr "Contagem de partículas: %d" - -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:262 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:313 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:375 -msgid "Target:" -msgstr "Alvo:" - -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:264 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:319 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:377 -msgid "Target Id:" -msgstr "ID do alvo:" - -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:267 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:322 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:379 -msgid "Target type:" -msgstr "Tipo de alvo:" - -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:269 -msgid "Target level:" -msgstr "Level do alvo:" +#. TRANSLATORS: show buttons at top right corner type +#: src/gui/widgets/tabs/setup_other.cpp:52 +msgid "Always auto hide" +msgstr "Sempre ocultar" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:271 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:338 -msgid "Target race:" -msgstr "Raça do alvo:" +#. TRANSLATORS: Proxy type selection +#: src/gui/widgets/tabs/setup_other.cpp:60 +msgid "System proxy" +msgstr "Sistema proxy" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:273 -msgid "Target party:" -msgstr "Grupo do alvo:" +#. TRANSLATORS: Proxy type selection +#: src/gui/widgets/tabs/setup_other.cpp:62 +msgid "Direct connection" +msgstr "Conexão direta" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:275 -msgid "Target guild:" -msgstr "Guilda do alvo:" +#. TRANSLATORS: Proxy type selection +#: src/gui/widgets/tabs/setup_other.cpp:69 +msgid "SOCKS5 hostname" +msgstr "SOCK5 hostname" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:277 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:363 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:369 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:387 -msgid "Attack delay:" -msgstr "Atarso de ataque:" +#. TRANSLATORS: screen density type +#. TRANSLATORS: ambient effect type +#. TRANSLATORS: particle details +#: src/gui/widgets/tabs/setup_other.cpp:79 +#: src/gui/widgets/tabs/setup_visual.cpp:59 +#: src/gui/widgets/tabs/setup_visual.cpp:161 +msgid "low" +msgstr "baixo" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:279 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:350 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:389 -msgid "Minimal hit:" -msgstr "Hit minimo:" +#. TRANSLATORS: screen density type +#. TRANSLATORS: particle details +#: src/gui/widgets/tabs/setup_other.cpp:81 +#: src/gui/widgets/tabs/setup_visual.cpp:163 +msgid "medium" +msgstr "médio" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:281 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:353 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:391 -msgid "Maximum hit:" -msgstr "Hit máximo:" +#. TRANSLATORS: screen density type +#: src/gui/widgets/tabs/setup_other.cpp:83 +msgid "tv" +msgstr "tv" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:283 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:356 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:393 -msgid "Critical hit:" -msgstr "Hit crítico:" +#. TRANSLATORS: screen density type +#. TRANSLATORS: ambient effect type +#. TRANSLATORS: particle details +#: src/gui/widgets/tabs/setup_other.cpp:85 +#: src/gui/widgets/tabs/setup_visual.cpp:61 +#: src/gui/widgets/tabs/setup_visual.cpp:165 +msgid "high" +msgstr "alto" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:327 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:333 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:381 -msgid "Target Level:" -msgstr "Nível do alvo:" +#. TRANSLATORS: screen density type +#: src/gui/widgets/tabs/setup_other.cpp:87 +msgid "xhigh" +msgstr "xalta" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:341 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:383 -msgid "Target Party:" -msgstr "Grupo do alvo:" +#. TRANSLATORS: screen density type +#: src/gui/widgets/tabs/setup_other.cpp:89 +msgid "xxhigh" +msgstr "xxalta" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:345 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:385 -msgid "Target Guild:" -msgstr "Guilda do alvo:" +#. TRANSLATORS: misc tab in settings +#: src/gui/widgets/tabs/setup_other.cpp:99 +msgid "Misc" +msgstr "Diversos" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:430 -#: src/gui/widgets/tabs/debugwindowtabs.cpp:436 -#, c-format -msgid "Ping: %s ms" -msgstr "Ping: %s ms" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:109 +msgid "Show damage inflicted to monsters" +msgstr "Ver dano causado aos monstros" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:439 -#, c-format -msgid "In: %d bytes/s" -msgstr "Entrada: %d bytes/s" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:113 +msgid "Auto target only reachable monsters" +msgstr "Auto-alvo apenas em inimigos acessíveis" -#. TRANSLATORS: debug window label -#: src/gui/widgets/tabs/debugwindowtabs.cpp:442 -#, c-format -msgid "Out: %d bytes/s" -msgstr "Saída: %d bytes/s" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:117 +msgid "Highlight monster attack range" +msgstr "Destacar alcance de inimigos" -#. TRANSLATORS: gb tab name -#: src/gui/widgets/tabs/gmtab.cpp:33 -msgid "GM" -msgstr "GM" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:122 +msgid "Show monster hp bar" +msgstr "Mostrar barra de hp dos monstros" -#. TRANSLATORS: guild chat tab name -#. TRANSLATORS: tab in social window -#. TRANSLATORS: guild chat tab name -#: src/gui/widgets/tabs/guildchattab.cpp:39 -#: src/gui/widgets/tabs/socialguildtab2.h:48 -#: src/gui/widgets/tabs/socialguildtab.h:50 src/net/ea/gui/guildtab.cpp:46 -msgid "Guild" -msgstr "Guilda" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:126 +msgid "Cycle monster targets" +msgstr "Alvo de monstros em ciclo" -#. TRANSLATORS: lang chat tab name -#: src/gui/widgets/tabs/langtab.cpp:34 -msgid "Lang" -msgstr "Idioma" +#. TRANSLATORS: settings group +#. TRANSLATORS: debug window tab +#. TRANSLATORS: mini map window name +#: src/gui/widgets/tabs/setup_other.cpp:131 src/gui/windowmenu.cpp:106 +#: src/gui/windows/debugwindow.cpp:61 src/gui/windows/minimap.cpp:59 +#: src/gui/windows/minimap.cpp:122 +msgid "Map" +msgstr "Mapa" -#. TRANSLATORS: audio tab in settings -#: src/gui/widgets/tabs/setup_audio.cpp:51 -msgid "Audio" -msgstr "Áudio" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:134 +msgid "Show warps particles" +msgstr "Mostrar partículas de warps" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:59 -msgid "Basic settings" -msgstr "Configurações básicas" +#: src/gui/widgets/tabs/setup_other.cpp:138 +msgid "Highlight map portals" +msgstr "Destacar portais do mapa" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:62 -msgid "Enable Audio" -msgstr "Habilitar Áudio" +#: src/gui/widgets/tabs/setup_other.cpp:142 +msgid "Highlight floor items" +msgstr "Destacar itens no chão" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:65 -msgid "Enable music" -msgstr "Habilitar música" +#: src/gui/widgets/tabs/setup_other.cpp:146 +msgid "Highlight player attack range" +msgstr "Destacar alcance de meu ataque" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:69 -msgid "Enable game sfx" -msgstr "Habilitar sfx do jogo" +#: src/gui/widgets/tabs/setup_other.cpp:150 +msgid "Show extended minimaps" +msgstr "Mostrar minimapas grandes" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:73 -msgid "Enable gui sfx" -msgstr "Habilitar gui sfx" +#: src/gui/widgets/tabs/setup_other.cpp:154 +msgid "Draw path" +msgstr "Desenhar caminho" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:77 -msgid "Sfx volume" -msgstr "Volume Sfx" +#: src/gui/widgets/tabs/setup_other.cpp:158 +msgid "Draw hotkeys on map" +msgstr "Desenhar atalhos no mapa" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:82 -msgid "Music volume" -msgstr "Volume da Música" +#: src/gui/widgets/tabs/setup_other.cpp:162 +msgid "Enable lazy scrolling" +msgstr "Habilitar rolagem suave" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:87 -msgid "Enable music fade out" -msgstr "Habilitar desaparecimento gradual da música" +#: src/gui/widgets/tabs/setup_other.cpp:166 +msgid "Scroll laziness" +msgstr "Rolagem suave" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:91 -msgid "Audio frequency" -msgstr "Freqüência de áudio" - -#. TRANSLATORS: audio type -#: src/gui/widgets/tabs/setup_audio.cpp:95 -msgid "mono" -msgstr "mono" - -#. TRANSLATORS: audio type -#: src/gui/widgets/tabs/setup_audio.cpp:97 -msgid "stereo" -msgstr "estereo" - -#. TRANSLATORS: audio type -#: src/gui/widgets/tabs/setup_audio.cpp:99 -msgid "surround" -msgstr "surrond" +#: src/gui/widgets/tabs/setup_other.cpp:170 +msgid "Scroll radius" +msgstr "Velocidade de rolagem" -#. TRANSLATORS: audio type -#: src/gui/widgets/tabs/setup_audio.cpp:101 -msgid "surround+center+lfe" -msgstr "surrond+center+lfe" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:174 +msgid "Auto resize minimaps" +msgstr "Redirecionamento automático de mapas" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:103 -msgid "Audio channels" -msgstr "Canais de Áudio" +#: src/gui/widgets/tabs/setup_other.cpp:178 +msgid "Play map animations" +msgstr "Mostrar animações de mapa" #. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_audio.cpp:108 -msgid "Sound effects" -msgstr "Efeitos de som" +#: src/gui/widgets/tabs/setup_other.cpp:183 +msgid "Moving" +msgstr "Movendo" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:111 -msgid "Information dialog sound" -msgstr "Som de dialogo de informação" +#: src/gui/widgets/tabs/setup_other.cpp:186 +msgid "Auto fix position" +msgstr "Auto-ajustar posição" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:115 -msgid "Request dialog sound" -msgstr "Requisitar som de dialogo" +#: src/gui/widgets/tabs/setup_other.cpp:190 +msgid "Show server side position" +msgstr "Mostrar posição do lado do servidor" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:119 -msgid "Whisper message sound" -msgstr "Som de mensagem de susurros" +#: src/gui/widgets/tabs/setup_other.cpp:194 +msgid "Attack while moving" +msgstr "Atacar enquanto se move" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:123 -msgid "Guild / Party message sound" -msgstr "Som de mensagem Guilda / Grupo" +#: src/gui/widgets/tabs/setup_other.cpp:198 +msgid "Attack next target" +msgstr "Atacar próximo ao alvo" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:127 -msgid "Highlight message sound" -msgstr "Destacar som de mensagem" +#: src/gui/widgets/tabs/setup_other.cpp:202 +msgid "Sync player move" +msgstr "Sincronizar movimento" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:131 -msgid "Global message sound" -msgstr "Som de anuncios globais" +#: src/gui/widgets/tabs/setup_other.cpp:206 +msgid "Crazy move A program" +msgstr "Movimentos loucos" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:135 -msgid "Error message sound" -msgstr "Som de mensagem de erro" +#: src/gui/widgets/tabs/setup_other.cpp:210 +msgid "Mouse relative moves (good for touch interfaces)" +msgstr "Movimentos relativos ao mouse (bom para interfaces de toque)" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:139 -msgid "Trade request sound" -msgstr "Som de convites de troca" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_other.cpp:215 +msgid "Player" +msgstr "Jogador" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:143 -msgid "Show window sound" -msgstr "Mostrar som de janela" +#: src/gui/widgets/tabs/setup_other.cpp:217 +msgid "Show own hp bar" +msgstr "Mostrar minha barra de hp" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:147 -msgid "Hide window sound" -msgstr "Ocultar som de janela" +#: src/gui/widgets/tabs/setup_other.cpp:221 +msgid "Enable quick stats" +msgstr "Habilitar stats rápidos" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:155 -msgid "Enable mumble voice chat" -msgstr "Habilitar o chat de voz mumble (requer aplicativo mumble)" +#: src/gui/widgets/tabs/setup_other.cpp:225 +msgid "Cycle player targets" +msgstr "Alvo de jogadores em ciclo" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_audio.cpp:160 -msgid "Download music" -msgstr "Baixar músicas" - -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_chat.cpp:48 -msgid "Window" -msgstr "Janela" +#: src/gui/widgets/tabs/setup_other.cpp:229 +msgid "Show job exp messages" +msgstr "Mostrar mensagens de job exp" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:51 -msgid "Auto hide chat window" -msgstr "Auto ocultar janela" +#: src/gui/widgets/tabs/setup_other.cpp:233 +msgid "Show players popups" +msgstr "Mostrar popups de jogadores" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:55 -msgid "Protect chat focus" -msgstr "Proteger foco do chat" +#: src/gui/widgets/tabs/setup_other.cpp:237 +msgid "Afk message" +msgstr "Mensagem em modo Ausente" -#. TRANSLATORS: settings group -#. TRANSLATORS: settings colors tab name -#. TRANSLATORS: emotes tab name -#: src/gui/widgets/tabs/setup_chat.cpp:60 -#: src/gui/widgets/tabs/setup_colors.cpp:88 -#: src/gui/windows/emotewindow.cpp:117 -msgid "Colors" -msgstr "Cores" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:241 +msgid "Show job" +msgstr "Mostrar job" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:63 -msgid "Remove colors from received chat messages" -msgstr "Remover mensagens coloridas do chat" +#: src/gui/widgets/tabs/setup_other.cpp:245 +msgid "Enable attack filter" +msgstr "Habilitar filtro de ataque" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:67 -msgid "Show chat colors list" -msgstr "Mostrar lista de cores do chat" +#: src/gui/widgets/tabs/setup_other.cpp:249 +msgid "Enable pickup filter" +msgstr "Habilitar filtro de captura" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:72 -msgid "Commands" -msgstr "Comandos" +#: src/gui/widgets/tabs/setup_other.cpp:253 +msgid "Enable advert protocol" +msgstr "Habilitar o protocolo de aviso" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:75 -msgid "Allow magic and GM commands in all chat tabs" -msgstr "Permitir feitiços e comandos de GM em todas abas" +#: src/gui/widgets/tabs/setup_other.cpp:257 +msgid "Enabled pets support" +msgstr "Habilitar suporte de animais" + +#: src/gui/widgets/tabs/setup_other.cpp:260 +msgid "Enable weight notifications" +msgstr "Habilitar notificações de peso" #. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_chat.cpp:80 -msgid "Limits" -msgstr "Limites" +#. TRANSLATORS: full button name +#. TRANSLATORS: shop window name +#. TRANSLATORS: inventory button +#: src/gui/widgets/tabs/setup_other.cpp:265 src/gui/windowmenu.cpp:138 +#: src/gui/windows/buyselldialog.cpp:41 src/gui/windows/buyselldialog.cpp:52 +#: src/gui/windows/inventorywindow.cpp:198 +msgid "Shop" +msgstr "Loja" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:83 -msgid "Limit max chars in chat line" -msgstr "Limite de caracteres na linha de chat" +#: src/gui/widgets/tabs/setup_other.cpp:268 +msgid "Accept sell/buy requests" +msgstr "Aceitar convites de compra/venda" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:87 -msgid "Limit max lines in chat" -msgstr "Limite de linhas máximas no chat" +#: src/gui/widgets/tabs/setup_other.cpp:272 +msgid "Enable shop mode" +msgstr "Habilitar modo loja" #. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_chat.cpp:92 -msgid "Logs" -msgstr "Logs" +#. TRANSLATORS: npc dialog name +#. TRANSLATORS: npc post dialog caption +#: src/gui/widgets/tabs/setup_other.cpp:277 src/gui/windows/npcdialog.cpp:87 +#: src/gui/windows/npcpostdialog.cpp:46 +msgid "NPC" +msgstr "NPC" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:95 -msgid "Enable chat Log" -msgstr "Salvar conversas" +#: src/gui/widgets/tabs/setup_other.cpp:280 +msgid "Cycle npc targets" +msgstr "Alvo NPC em ciclos" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:99 -msgid "Enable debug chat Log" -msgstr "Habilitar depurador de bate-papo" +#: src/gui/widgets/tabs/setup_other.cpp:284 +msgid "Log NPC dialogue" +msgstr "Salvar diálogos com NPC" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:103 -msgid "Show chat history" -msgstr "Mostrar mensagens antigas" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_other.cpp:289 +msgid "Bots support" +msgstr "Suporte de bots" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:107 -msgid "Show party online messages" -msgstr "Mostrar mensagens de membros do grupo online" +#: src/gui/widgets/tabs/setup_other.cpp:292 +msgid "Enable auction bot support" +msgstr "Ativar suporte ao auction bot" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:111 -msgid "Show guild online messages" -msgstr "Mostrar mensagens de guildas online" +#: src/gui/widgets/tabs/setup_other.cpp:296 +msgid "Enable guild bot support and disable native guild support" +msgstr "Ativar o suporte a bot guilda e desabilitar o suporte nativo guilda" #. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_chat.cpp:116 -msgid "Messages" -msgstr "Mensagens" +#: src/gui/widgets/tabs/setup_other.cpp:302 +msgid "Keyboard" +msgstr "Teclado" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:119 -msgid "Hide shop messages" -msgstr "Esconder mensagens de loja" +#: src/gui/widgets/tabs/setup_other.cpp:305 +msgid "Repeat delay" +msgstr "Atraso de repetição" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:123 -msgid "Show MVP messages" -msgstr "Ver Mensagens MVP" +#: src/gui/widgets/tabs/setup_other.cpp:309 +msgid "Repeat interval" +msgstr "Intervalo de repetição" -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_chat.cpp:128 -msgid "Tabs" -msgstr "Abas" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:313 +msgid "Custom repeat interval" +msgstr "Intervalo de repetição personalizado" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:131 -msgid "Put all whispers in tabs" -msgstr "Deixar as mensagens privadas em abas" +#: src/gui/widgets/tabs/setup_other.cpp:321 +msgid "Shortcut buttons" +msgstr "botões de atalho" + +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_other.cpp:326 +msgid "Proxy server" +msgstr "Servidor proxy" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:135 -msgid "Log magic messages in debug tab" -msgstr "Salvar comandos de feitiços na aba do Depurador" +#: src/gui/widgets/tabs/setup_other.cpp:330 +msgid "Proxy type" +msgstr "Tipo de Proxy" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:139 -msgid "Show server messages in debug tab" -msgstr "Mostrar as mensagens do servidor na aba do Depurador" +#: src/gui/widgets/tabs/setup_other.cpp:334 +msgid "Proxy address:port" +msgstr "Proxy endereço:porta" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:143 -msgid "Enable trade tab" -msgstr "Habilitar aba de negociação" +#: src/gui/widgets/tabs/setup_other.cpp:342 +msgid "Enable server side attack" +msgstr "Habilitar ataque do lado do servidor" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:147 -msgid "Enable gm tab" -msgstr "Habilitar aba de gm" +#: src/gui/widgets/tabs/setup_other.cpp:346 +msgid "Hide support page link on error" +msgstr "Esconder link da página de suporte em erros" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:151 -msgid "Enable language tab" -msgstr "Habilitar aba de idiomas" +#: src/gui/widgets/tabs/setup_other.cpp:350 +msgid "Enable double clicks" +msgstr "Habilitar duplo clique" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:155 -msgid "Show all languages messages" -msgstr "Mostrar mensagens de todos idiomas" +#: src/gui/widgets/tabs/setup_other.cpp:354 +msgid "Enable bot checker" +msgstr "Habilitar Analisador de bot" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:159 -msgid "Enable battle tab" -msgstr "Habilitar aba de batalha" +#: src/gui/widgets/tabs/setup_other.cpp:358 +msgid "Enable buggy servers protection (do not disable)" +msgstr "Habilitar proteção para servidores com bugs (não desabilitar)" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:163 -msgid "Show battle events" -msgstr "Mostrar eventos de batalha" +#: src/gui/widgets/tabs/setup_other.cpp:363 +msgid "Enable debug log" +msgstr "Habilitar Depurador" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:167 -msgid "Resize chat tabs if need" -msgstr "Redimensionar aba de chat caso precisar" +#: src/gui/widgets/tabs/setup_other.cpp:367 +msgid "Enable OpenGL log" +msgstr "Ativar LOG OpenGL" -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_chat.cpp:172 -msgid "Time" -msgstr "Tempo" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:371 +msgid "Enable input log" +msgstr "Habilitar log de entrada" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:175 -msgid "Use local time" -msgstr "Usar tempo local" +#. TRANSLATORS: input action name +#: src/gui/widgets/tabs/setup_other.cpp:375 src/input/pages/other.cpp:364 +msgid "Upload log file" +msgstr "" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:182 -msgid "Highlight words (separated by comma)" -msgstr "Palavras destacadas (separadas em vírgulas)" +#: src/gui/widgets/tabs/setup_other.cpp:379 +msgid "Low traffic mode" +msgstr "Modo de baixo tráfego" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:186 -msgid "Globals ignore names (separated by comma)" -msgstr "Nomes globais à ignorar (separados por virgula)" +#: src/gui/widgets/tabs/setup_other.cpp:383 +msgid "Hide shield sprite" +msgstr "Ocultar sprite de escudo" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:190 -msgid "Show emotes button in chat" -msgstr "Mostrar botão de emoticon no chat" +#: src/gui/widgets/tabs/setup_other.cpp:388 +msgid "Use FBO for screenshots (only for opengl)" +msgstr "Utilizar FBO para capturas de tela (apenas para opengl)" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_chat.cpp:194 -msgid "Show motd server message on start" -msgstr "Mostrar mensagem do dia ao começar" +#: src/gui/widgets/tabs/setup_other.cpp:394 +msgid "Screenshot directory" +msgstr "Diretório de screenshot" -#: src/gui/widgets/tabs/setup_colors.cpp:50 -msgid "This is what the color looks like" -msgstr "A cor vai ficar assim" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:399 +msgid "Network delay between sub servers" +msgstr "Atraso de rede entre sub servidores" -#. TRANSLATORS: colors tab. label. -#: src/gui/widgets/tabs/setup_colors.cpp:65 -msgid "Type:" -msgstr "Tipo:" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:403 +msgid "Show background" +msgstr "Mostrar imagem de fundo" -#. TRANSLATORS: colors tab. label. -#: src/gui/widgets/tabs/setup_colors.cpp:69 -#: src/gui/widgets/tabs/setup_colors.cpp:336 -msgid "Delay:" -msgstr "Atraso:" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_other.cpp:408 +msgid "Screen density override" +msgstr "Ultrapassar Densidade da tela" -#. TRANSLATORS: colors tab. label. -#: src/gui/widgets/tabs/setup_colors.cpp:73 -msgid "Red:" -msgstr "Vermelho:" +#. TRANSLATORS: texture compression type +#. TRANSLATORS: confirm dialog button +#: src/gui/widgets/tabs/setup_perfomance.cpp:42 +#: src/gui/windows/confirmdialog.cpp:57 +msgid "No" +msgstr "Não" -#. TRANSLATORS: colors tab. label. -#: src/gui/widgets/tabs/setup_colors.cpp:77 -msgid "Green:" -msgstr "Verde:" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:62 +msgid "Better performance (enable for better performance)" +msgstr "Melhor performance (habilite para melhor performance)" -#. TRANSLATORS: colors tab. label. -#: src/gui/widgets/tabs/setup_colors.cpp:81 -msgid "Blue:" -msgstr "Azul:" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:66 +msgid "Auto adjust performance" +msgstr "Auto ajustar performance" -#. TRANSLATORS: color type -#: src/gui/widgets/tabs/setup_colors.cpp:107 -#: src/gui/widgets/tabs/setup_colors.cpp:403 -msgid "Static" -msgstr "Estático" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:70 +msgid "Hw acceleration" +msgstr "Aceleração por HW" -#. TRANSLATORS: color type -#: src/gui/widgets/tabs/setup_colors.cpp:110 -#: src/gui/widgets/tabs/setup_colors.cpp:113 -#: src/gui/widgets/tabs/setup_colors.cpp:405 -msgid "Pulse" -msgstr "Pulso" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:74 +msgid "Enable opacity cache (Software, can use much memory)" +msgstr "" +"Habilitar cache de transparência (Software, pode se usar muita memória)" -#. TRANSLATORS: color type -#: src/gui/widgets/tabs/setup_colors.cpp:115 -#: src/gui/widgets/tabs/setup_colors.cpp:118 -#: src/gui/widgets/tabs/setup_colors.cpp:407 -msgid "Rainbow" -msgstr "Arco-íris" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:79 +msgid "Enable map reduce (Software)" +msgstr "Habilitar redução de mapa (Software)" -#. TRANSLATORS: color type -#: src/gui/widgets/tabs/setup_colors.cpp:120 -#: src/gui/widgets/tabs/setup_colors.cpp:123 -#: src/gui/widgets/tabs/setup_colors.cpp:407 -msgid "Spectrum" -msgstr "Espectro" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:84 +msgid "Enable compound sprite delay (Software)" +msgstr "Habilitar atraso composto de sprite (Software)" -#. TRANSLATORS: colors tab. label. -#: src/gui/widgets/tabs/setup_colors.cpp:330 -msgid "Alpha:" -msgstr "Alpha:" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:88 +msgid "Enable delayed images load (OpenGL)" +msgstr "Ativar carregamento imagens atrasados (OpenGL)" -#. TRANSLATORS: button in input settings tab -#: src/gui/widgets/tabs/setup_input.cpp:55 -msgid "Assign" -msgstr "Atribuir" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:92 +msgid "Enable texture sampler (OpenGL)" +msgstr "Ativar exemplos de texturas (OpenGL)" -#. TRANSLATORS: button in input settings tab -#: src/gui/widgets/tabs/setup_input.cpp:57 -msgid "Unassign" -msgstr "Retirar" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:97 +msgid "Better quality (disable for better performance)" +msgstr "Melhor qualidade (desabilitar para melhor performance)" -#. TRANSLATORS: button in input settings tab -#: src/gui/widgets/tabs/setup_input.cpp:59 -msgid "Default" -msgstr "Padrão" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:101 +msgid "Enable alpha channel fix (Software, can be very slow)" +msgstr "Habilitar ajuste de canal alpha (Software, pode ficar muito lento)" -#. TRANSLATORS: button in input settings tab -#: src/gui/widgets/tabs/setup_input.cpp:61 -msgid "Reset all keys" -msgstr "Resetar todas teclas" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:106 +msgid "Show beings transparency" +msgstr "Mostrar transparencia" -#. TRANSLATORS: setting tab name -#: src/gui/widgets/tabs/setup_input.cpp:71 -msgid "Input" -msgstr "Entrada" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:110 +msgid "Enable reorder sprites (need for mods support)." +msgstr "" -#. TRANSLATORS: input settings error header -#: src/gui/widgets/tabs/setup_input.cpp:149 -msgid "Key Conflict(s) Detected." -msgstr "Conflitos de teclas detectado." - -#. TRANSLATORS: input settings error -#: src/gui/widgets/tabs/setup_input.cpp:151 -#, c-format -msgid "" -"Conflict \"%s\" and \"%s\" keys. Resolve them, or gameplay may result in " -"strange behaviour." -msgstr "" -"Conflito com as teclas \"%s\" e \"%s\" . Resolva o conflito para não " -"comprometer a jogabilidade." - -#. TRANSLATORS: unknown key name -#. TRANSLATORS: quests window quest name -#: src/gui/widgets/tabs/setup_input.cpp:321 -#: src/gui/windows/questswindow.cpp:203 -msgid "unknown" -msgstr "desconhecido" - -#. TRANSLATORS: joystick settings tab label -#: src/gui/widgets/tabs/setup_joystick.cpp:49 -#: src/gui/widgets/tabs/setup_joystick.cpp:139 -msgid "Press the button to start calibration" -msgstr "Aperte o botão para começar a calibrar" - -#. TRANSLATORS: joystick settings tab button -#: src/gui/widgets/tabs/setup_joystick.cpp:51 -#: src/gui/widgets/tabs/setup_joystick.cpp:136 -msgid "Calibrate" -msgstr "Calibrar" - -#. TRANSLATORS: joystick settings tab button -#: src/gui/widgets/tabs/setup_joystick.cpp:53 -msgid "Detect joysticks" -msgstr "Detectar joysticks" - -#. TRANSLATORS: joystick settings tab checkbox -#: src/gui/widgets/tabs/setup_joystick.cpp:56 -msgid "Enable joystick" -msgstr "Habilitar joystick" - -#. TRANSLATORS: joystick settings tab checkbox -#: src/gui/widgets/tabs/setup_joystick.cpp:60 -msgid "Use joystick if client window inactive" -msgstr "Usar joystick se a janela do jogo estiver inativa" - -#. TRANSLATORS: joystick settings tab name -#: src/gui/widgets/tabs/setup_joystick.cpp:64 -msgid "Joystick" -msgstr "Joystick" - -#. TRANSLATORS: joystick settings tab button -#: src/gui/widgets/tabs/setup_joystick.cpp:145 -msgid "Stop" -msgstr "Parar" - -#. TRANSLATORS: joystick settings tab label -#: src/gui/widgets/tabs/setup_joystick.cpp:148 -msgid "Rotate the stick and don't press buttons" -msgstr "Girar o bastão e não pressionar os botões" - -#. TRANSLATORS: mods tab in settings -#: src/gui/widgets/tabs/setup_mods.cpp:42 -msgid "Mods" -msgstr "Mods" - -#. TRANSLATORS: settings label -#: src/gui/widgets/tabs/setup_mods.cpp:77 -msgid "No mods present" -msgstr "Nenhum mods disponível" - -#. TRANSLATORS: show buttons at top right corner type -#: src/gui/widgets/tabs/setup_other.cpp:48 -msgid "Always show" -msgstr "Sempre mostrar" - -#. TRANSLATORS: show buttons at top right corner type -#: src/gui/widgets/tabs/setup_other.cpp:50 -msgid "Auto hide in small resolution" -msgstr "Auto ocultar em baixa resolução" - -#. TRANSLATORS: show buttons at top right corner type -#: src/gui/widgets/tabs/setup_other.cpp:52 -msgid "Always auto hide" -msgstr "Sempre ocultar" - -#. TRANSLATORS: Proxy type selection -#: src/gui/widgets/tabs/setup_other.cpp:60 -msgid "System proxy" -msgstr "Sistema proxy" - -#. TRANSLATORS: Proxy type selection -#: src/gui/widgets/tabs/setup_other.cpp:62 -msgid "Direct connection" -msgstr "Conexão direta" - -#. TRANSLATORS: Proxy type selection -#: src/gui/widgets/tabs/setup_other.cpp:69 -msgid "SOCKS5 hostname" -msgstr "SOCK5 hostname" - -#. TRANSLATORS: screen density type -#. TRANSLATORS: ambient effect type -#. TRANSLATORS: particle details -#: src/gui/widgets/tabs/setup_other.cpp:79 -#: src/gui/widgets/tabs/setup_visual.cpp:59 -#: src/gui/widgets/tabs/setup_visual.cpp:161 -msgid "low" -msgstr "baixo" - -#. TRANSLATORS: screen density type -#. TRANSLATORS: particle details -#: src/gui/widgets/tabs/setup_other.cpp:81 -#: src/gui/widgets/tabs/setup_visual.cpp:163 -msgid "medium" -msgstr "médio" - -#. TRANSLATORS: screen density type -#: src/gui/widgets/tabs/setup_other.cpp:83 -msgid "tv" -msgstr "tv" - -#. TRANSLATORS: screen density type -#. TRANSLATORS: ambient effect type -#. TRANSLATORS: particle details -#: src/gui/widgets/tabs/setup_other.cpp:85 -#: src/gui/widgets/tabs/setup_visual.cpp:61 -#: src/gui/widgets/tabs/setup_visual.cpp:165 -msgid "high" -msgstr "alto" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:115 +msgid "Small memory (enable for lower memory usage)" +msgstr "Menos memória (habilite para usar menos memória)" -#. TRANSLATORS: screen density type -#: src/gui/widgets/tabs/setup_other.cpp:87 -msgid "xhigh" -msgstr "xalta" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:120 +msgid "Disable advanced beings caching (Software)" +msgstr "Desabilitar cache avançado (Software)" -#. TRANSLATORS: screen density type -#: src/gui/widgets/tabs/setup_other.cpp:89 -msgid "xxhigh" -msgstr "xxalta" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:124 +msgid "Disable beings caching (Software)" +msgstr "Desabilitar cache (Software)" -#. TRANSLATORS: misc tab in settings -#: src/gui/widgets/tabs/setup_other.cpp:99 -msgid "Misc" -msgstr "Diversos" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_perfomance.cpp:129 +msgid "Different options (enable or disable can improve performance)" +msgstr "Opções Diversas (habilitar ou desabilitar pode melhorar performance)" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:109 -msgid "Show damage inflicted to monsters" -msgstr "Ver dano causado aos monstros" +#: src/gui/widgets/tabs/setup_perfomance.cpp:135 +msgid "Enable texture compression (OpenGL)" +msgstr "Habilitar compressão de textura (OpenGL)" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:113 -msgid "Auto target only reachable monsters" -msgstr "Auto-alvo apenas em inimigos acessíveis" +#: src/gui/widgets/tabs/setup_perfomance.cpp:139 +msgid "Enable rectangular texture extension (OpenGL)" +msgstr "Habilitar extensão de texturas retangulares (OpenGL)" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:117 -msgid "Highlight monster attack range" -msgstr "Destacar alcance de inimigos" +#: src/gui/widgets/tabs/setup_perfomance.cpp:143 +msgid "Use new texture internal format (OpenGL)" +msgstr "Usar nova textura de formato interno (OpenGL)" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:122 -msgid "Show monster hp bar" -msgstr "Mostrar barra de hp dos monstros" +#: src/gui/widgets/tabs/setup_perfomance.cpp:147 +msgid "Enable texture atlases (OpenGL)" +msgstr "Ativar atlas de textura (OpenGL)" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:126 -msgid "Cycle monster targets" -msgstr "Alvo de monstros em ciclo" +#: src/gui/widgets/tabs/setup_perfomance.cpp:151 +msgid "Cache all sprites per map (can use additional memory)" +msgstr "" +"Guardar todos os sprites do mapa em cache (pode usar memória adicional)" -#. TRANSLATORS: settings group -#. TRANSLATORS: debug window tab -#. TRANSLATORS: mini map window name -#: src/gui/widgets/tabs/setup_other.cpp:131 src/gui/windowmenu.cpp:106 -#: src/gui/windows/debugwindow.cpp:61 src/gui/windows/minimap.cpp:59 -#: src/gui/windows/minimap.cpp:122 -msgid "Map" -msgstr "Mapa" +#. TRANSLATORS: settings option +#: src/gui/widgets/tabs/setup_perfomance.cpp:156 +msgid "Cache all sounds (can use additional memory)" +msgstr "Cachear todos os sons (pode usar memória adicional)" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:134 -msgid "Show warps particles" -msgstr "Mostrar partículas de warps" +#: src/gui/widgets/tabs/setup_players.cpp:45 +msgid "Show gender" +msgstr "Mostrar gênero" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:138 -msgid "Highlight map portals" -msgstr "Destacar portais do mapa" +#: src/gui/widgets/tabs/setup_players.cpp:49 +msgid "Show level" +msgstr "Mostrar nível" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:142 -msgid "Highlight floor items" -msgstr "Destacar itens no chão" +#: src/gui/widgets/tabs/setup_players.cpp:53 +msgid "Show own name" +msgstr "Mostrar o próprio nome" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:146 -msgid "Highlight player attack range" -msgstr "Destacar alcance de meu ataque" +#: src/gui/widgets/tabs/setup_players.cpp:57 +msgid "Enable extended mouse targeting" +msgstr "Ativar segmentação de mouse prolongado" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:150 -msgid "Show extended minimaps" -msgstr "Mostrar minimapas grandes" +#: src/gui/widgets/tabs/setup_players.cpp:61 +msgid "Target dead players" +msgstr "Jogadores(as) mortos(as) como alvo" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:154 -msgid "Draw path" -msgstr "Desenhar caminho" +#: src/gui/widgets/tabs/setup_players.cpp:65 +msgid "Visible names" +msgstr "Nomes visíveis" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:158 -msgid "Draw hotkeys on map" -msgstr "Desenhar atalhos no mapa" +#: src/gui/widgets/tabs/setup_players.cpp:69 +msgid "Auto move names" +msgstr "Mover nomes automaticamente" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:162 -msgid "Enable lazy scrolling" -msgstr "Habilitar rolagem suave" +#: src/gui/widgets/tabs/setup_players.cpp:73 +msgid "Secure trades" +msgstr "Trocas seguras" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:166 -msgid "Scroll laziness" -msgstr "Rolagem suave" +#: src/gui/widgets/tabs/setup_players.cpp:77 +msgid "Unsecure chars in names" +msgstr "Letras inseguras no nome" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:170 -msgid "Scroll radius" -msgstr "Velocidade de rolagem" +#: src/gui/widgets/tabs/setup_players.cpp:81 +msgid "Show statuses" +msgstr "Mostrar status" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:174 -msgid "Auto resize minimaps" -msgstr "Redirecionamento automático de mapas" +#: src/gui/widgets/tabs/setup_players.cpp:85 +msgid "Show ip addresses on screenshots" +msgstr "Mostrar endereço de IP em Capturas de Tela" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:178 -msgid "Play map animations" -msgstr "Mostrar animações de mapa" - -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_other.cpp:183 -msgid "Moving" -msgstr "Movendo" +#: src/gui/widgets/tabs/setup_players.cpp:89 +msgid "Allow self heal with mouse click" +msgstr "Permitir se curar com o clique do mouse" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:186 -msgid "Auto fix position" -msgstr "Auto-ajustar posição" +#: src/gui/widgets/tabs/setup_players.cpp:93 +msgid "Group friends in who is online window" +msgstr "Grupo de amigos que está na janela on-line" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:190 -msgid "Show server side position" -msgstr "Mostrar posição do lado do servidor" +#: src/gui/widgets/tabs/setup_players.cpp:97 +msgid "Hide erased players nicks" +msgstr "Esconder nicks de jogadores apagados" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:194 -msgid "Attack while moving" -msgstr "Atacar enquanto se move" +#: src/gui/widgets/tabs/setup_players.cpp:101 +msgid "Use special diagonal speed in players moving" +msgstr "Utilizar velocidade diagonal especial em jogadores se movendo" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:198 -msgid "Attack next target" -msgstr "Atacar próximo ao alvo" +#: src/gui/widgets/tabs/setup_players.cpp:105 +msgid "" +"Emulate right mouse button by long mouse click (useful for touch interfaces)" +msgstr "" +"Simular clique com o botão direito por clique prolongado com o botão " +"esquerdo (útil para interfaces de toque)" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:202 -msgid "Sync player move" -msgstr "Sincronizar movimento" +#. TRANSLATORS: relations table header +#. TRANSLATORS: bot checker window table header +#: src/gui/widgets/tabs/setup_relations.cpp:58 +#: src/gui/windows/botcheckerwindow.cpp:87 +msgid "Name" +msgstr "Nome" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:206 -msgid "Crazy move A program" -msgstr "Movimentos loucos" +#. TRANSLATORS: relations table header +#: src/gui/widgets/tabs/setup_relations.cpp:60 +msgid "Relation" +msgstr "Relação" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:210 -msgid "Mouse relative moves (good for touch interfaces)" -msgstr "Movimentos relativos ao mouse (bom para interfaces de toque)" +#. TRANSLATORS: relation dialog button +#: src/gui/widgets/tabs/setup_relations.cpp:72 +msgid "Allow trading" +msgstr "Permitir negociações" -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_other.cpp:215 -msgid "Player" -msgstr "Jogador" +#. TRANSLATORS: relation dialog button +#: src/gui/widgets/tabs/setup_relations.cpp:75 +msgid "Allow whispers" +msgstr "Permitir mensagens particulares" -#: src/gui/widgets/tabs/setup_other.cpp:217 -msgid "Show own hp bar" -msgstr "Mostrar minha barra de hp" +#. TRANSLATORS: char select dialog. button. +#. TRANSLATORS: servers dialog button +#. TRANSLATORS: shop window label +#. TRANSLATORS: shop window button +#. TRANSLATORS: command editor button +#. TRANSLATORS: input action name +#: src/gui/widgets/tabs/setup_relations.cpp:77 +#: src/gui/windows/charselectdialog.cpp:78 +#: src/gui/windows/serverdialog.cpp:119 src/gui/windows/shopwindow.cpp:102 +#: src/gui/windows/shopwindow.cpp:109 src/gui/windows/textcommandeditor.cpp:92 +#: src/input/pages/gui.cpp:113 +msgid "Delete" +msgstr "Excluir" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:221 -msgid "Enable quick stats" -msgstr "Habilitar stats rápidos" +#. TRANSLATORS: relation dialog name +#: src/gui/widgets/tabs/setup_relations.cpp:82 +msgid "Relations" +msgstr "Relações" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:225 -msgid "Cycle player targets" -msgstr "Alvo de jogadores em ciclo" +#. TRANSLATORS: relation dialog label +#: src/gui/widgets/tabs/setup_relations.cpp:107 +msgid "When ignoring:" +msgstr "Quando ignorar:" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:229 -msgid "Show job exp messages" -msgstr "Mostrar mensagens de job exp" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:63 +msgid "Gui theme" +msgstr "Tema" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:233 -msgid "Show players popups" -msgstr "Mostrar popups de jogadores" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:70 +msgid "Main Font" +msgstr "Fonte" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:237 -msgid "Afk message" -msgstr "Mensagem em modo Ausente" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:75 +msgid "Language" +msgstr "Linguagem" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:241 -msgid "Show job" -msgstr "Mostrar job" +#. TRANSLATORS: theme settings label +#. TRANSLATORS: font size +#: src/gui/widgets/tabs/setup_theme.cpp:79 src/gui/windows/emotewindow.cpp:49 +msgid "Bold font" +msgstr "Fonte negrito" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:245 -msgid "Enable attack filter" -msgstr "Habilitar filtro de ataque" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:83 +msgid "Particle font" +msgstr "Fonte de particulas" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:249 -msgid "Enable pickup filter" -msgstr "Habilitar filtro de captura" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:87 +msgid "Help font" +msgstr "Fonte de ajuda" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:253 -msgid "Enable advert protocol" -msgstr "Habilitar o protocolo de aviso" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:91 +msgid "Secure font" +msgstr "Fonte segura" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:257 -msgid "Enabled pets support" -msgstr "Habilitar suporte de animais" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:95 +msgid "Npc font" +msgstr "Fonte de NPC" -#: src/gui/widgets/tabs/setup_other.cpp:260 -msgid "Enable weight notifications" -msgstr "Habilitar notificações de peso" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:99 +msgid "Japanese font" +msgstr "Fontes japonesas" -#. TRANSLATORS: settings group -#. TRANSLATORS: full button name -#. TRANSLATORS: shop window name -#. TRANSLATORS: inventory button -#: src/gui/widgets/tabs/setup_other.cpp:265 src/gui/windowmenu.cpp:138 -#: src/gui/windows/buyselldialog.cpp:41 src/gui/windows/buyselldialog.cpp:52 -#: src/gui/windows/inventorywindow.cpp:198 -msgid "Shop" -msgstr "Loja" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:103 +msgid "Chinese font" +msgstr "Fonte chinesa" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:268 -msgid "Accept sell/buy requests" -msgstr "Aceitar convites de compra/venda" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:108 +msgid "Font size" +msgstr "Tamanho da fonte" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:272 -msgid "Enable shop mode" -msgstr "Habilitar modo loja" +#. TRANSLATORS: theme settings label +#: src/gui/widgets/tabs/setup_theme.cpp:113 +msgid "Npc font size" +msgstr "Tamanho de fonte de NPC" -#. TRANSLATORS: settings group -#. TRANSLATORS: npc dialog name -#. TRANSLATORS: npc post dialog caption -#: src/gui/widgets/tabs/setup_other.cpp:277 src/gui/windows/npcdialog.cpp:87 -#: src/gui/windows/npcpostdialog.cpp:46 -msgid "NPC" -msgstr "NPC" +#. TRANSLATORS: button name with information about selected theme +#: src/gui/widgets/tabs/setup_theme.cpp:117 +msgid "i" +msgstr "i" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:280 -msgid "Cycle npc targets" -msgstr "Alvo NPC em ciclos" +#. TRANSLATORS: theme info dialog +#: src/gui/widgets/tabs/setup_theme.cpp:243 +msgid "Name: " +msgstr "Nome: " -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:284 -msgid "Log NPC dialogue" -msgstr "Salvar diálogos com NPC" +#: src/gui/widgets/tabs/setup_theme.cpp:244 +msgid "Copyright:" +msgstr "Direitos Autorais:" -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_other.cpp:289 -msgid "Bots support" -msgstr "Suporte de bots" +#. TRANSLATORS: theme info dialog header +#: src/gui/widgets/tabs/setup_theme.cpp:309 +msgid "Theme info" +msgstr "Informação de Tema" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:292 -msgid "Enable auction bot support" -msgstr "Ativar suporte ao auction bot" +#. TRANSLATORS: theme message dialog +#: src/gui/widgets/tabs/setup_theme.cpp:339 +msgid "Theme Changed" +msgstr "Tema alterado" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:296 -msgid "Enable guild bot support and disable native guild support" -msgstr "Ativar o suporte a bot guilda e desabilitar o suporte nativo guilda" +#. TRANSLATORS: video settings warning +#: src/gui/widgets/tabs/setup_theme.cpp:339 +#: src/gui/widgets/tabs/setup_video.cpp:382 +#: src/gui/widgets/tabs/setup_video.cpp:395 +msgid "Restart your client for the change to take effect." +msgstr "Reincie o cliente para que as mudanças surtam efeito." -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_other.cpp:302 -msgid "Keyboard" -msgstr "Teclado" +#. TRANSLATORS: onscreen button size +#: src/gui/widgets/tabs/setup_touch.cpp:42 +msgid "Small" +msgstr "Pequeno" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:305 -msgid "Repeat delay" -msgstr "Atraso de repetição" +#. TRANSLATORS: onscreen button size +#: src/gui/widgets/tabs/setup_touch.cpp:46 +msgid "Medium" +msgstr "Médio" + +#. TRANSLATORS: onscreen button size +#: src/gui/widgets/tabs/setup_touch.cpp:48 +msgid "Large" +msgstr "Grande" + +#. TRANSLATORS: touch settings tab +#: src/gui/widgets/tabs/setup_touch.cpp:69 +msgid "Touch" +msgstr "Toque" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:309 -msgid "Repeat interval" -msgstr "Intervalo de repetição" +#: src/gui/widgets/tabs/setup_touch.cpp:78 +msgid "Onscreen keyboard" +msgstr "Teclado virtual" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:313 -msgid "Custom repeat interval" -msgstr "Intervalo de repetição personalizado" +#: src/gui/widgets/tabs/setup_touch.cpp:81 +msgid "Show onscreen keyboard icon" +msgstr "Mostrar ícone do teclado virtual" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:321 -msgid "Shortcut buttons" -msgstr "botões de atalho" +#: src/gui/widgets/tabs/setup_touch.cpp:85 +msgid "Keyboard icon action" +msgstr "Ação do ícone do teclado" #. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_other.cpp:326 -msgid "Proxy server" -msgstr "Servidor proxy" +#: src/gui/widgets/tabs/setup_touch.cpp:91 +msgid "Onscreen joystick" +msgstr "Joystick virtual" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:330 -msgid "Proxy type" -msgstr "Tipo de Proxy" +#: src/gui/widgets/tabs/setup_touch.cpp:94 +msgid "Show onscreen joystick" +msgstr "Mostrar joystick virtual" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:334 -msgid "Proxy address:port" -msgstr "Proxy endereço:porta" +#: src/gui/widgets/tabs/setup_touch.cpp:98 +msgid "Joystick size" +msgstr "Tamanho do joystick" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:342 -msgid "Enable server side attack" -msgstr "Habilitar ataque do lado do servidor" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_touch.cpp:103 +msgid "Onscreen buttons" +msgstr "Botões virtuais" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:346 -msgid "Hide support page link on error" -msgstr "Esconder link da página de suporte em erros" +#: src/gui/widgets/tabs/setup_touch.cpp:106 +msgid "Show onscreen buttons" +msgstr "Mostrar botões virtuais" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:350 -msgid "Enable double clicks" -msgstr "Habilitar duplo clique" +#: src/gui/widgets/tabs/setup_touch.cpp:110 +msgid "Buttons format" +msgstr "Formato dos botões" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:354 -msgid "Enable bot checker" -msgstr "Habilitar Analisador de bot" +#: src/gui/widgets/tabs/setup_touch.cpp:114 +msgid "Buttons size" +msgstr "Tamanho dos botões" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:358 -msgid "Enable buggy servers protection (do not disable)" -msgstr "Habilitar proteção para servidores com bugs (não desabilitar)" +#: src/gui/widgets/tabs/setup_touch.cpp:122 +#, c-format +msgid "Button %u action" +msgstr "Ação do botão %u" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:363 -msgid "Enable debug log" -msgstr "Habilitar Depurador" +#. TRANSLATORS: video settings checkbox +#: src/gui/widgets/tabs/setup_video.cpp:69 +msgid "Full screen" +msgstr "Tela cheia" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:367 -msgid "Enable OpenGL log" -msgstr "Ativar LOG OpenGL" +#. TRANSLATORS: video settings checkbox +#: src/gui/widgets/tabs/setup_video.cpp:72 +msgid "FPS limit:" +msgstr "Limite de FPS:" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:371 -msgid "Enable input log" -msgstr "Habilitar log de entrada" +#. TRANSLATORS: video settings label +#: src/gui/widgets/tabs/setup_video.cpp:77 +#: src/gui/widgets/tabs/setup_video.cpp:119 +#: src/gui/widgets/tabs/setup_video.cpp:312 +#: src/gui/widgets/tabs/setup_video.cpp:448 +msgid "Alt FPS limit: " +msgstr "Limite de FPS alternativo: " -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:375 -msgid "Upload log file" -msgstr "" +#. TRANSLATORS: video settings button +#: src/gui/widgets/tabs/setup_video.cpp:80 +msgid "Detect best mode" +msgstr "Detectar melhor modo" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:379 -msgid "Low traffic mode" -msgstr "Modo de baixo tráfego" +#. TRANSLATORS: video settings checkbox +#: src/gui/widgets/tabs/setup_video.cpp:89 +msgid "Show cursor" +msgstr "Mostrar Ponteiro" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:383 -msgid "Hide shield sprite" -msgstr "Ocultar sprite de escudo" +#. TRANSLATORS: video settings checkbox +#: src/gui/widgets/tabs/setup_video.cpp:92 +msgid "Custom cursor" +msgstr "Cursor customizado" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:388 -msgid "Use FBO for screenshots (only for opengl)" -msgstr "Utilizar FBO para capturas de tela (apenas para opengl)" +#. TRANSLATORS: video settings checkbox +#: src/gui/widgets/tabs/setup_video.cpp:96 +msgid "Enable resize" +msgstr "Habilitar redimensionamento" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:394 -msgid "Screenshot directory" -msgstr "Diretório de screenshot" +#. TRANSLATORS: video settings checkbox +#: src/gui/widgets/tabs/setup_video.cpp:99 +msgid "No frame" +msgstr "Sem moldura de janela" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:399 -msgid "Network delay between sub servers" -msgstr "Atraso de rede entre sub servidores" +#. TRANSLATORS: video settings label +#: src/gui/widgets/tabs/setup_video.cpp:116 +#: src/gui/widgets/tabs/setup_video.cpp:120 +#: src/gui/widgets/tabs/setup_video.cpp:310 +#: src/gui/widgets/tabs/setup_video.cpp:432 +#: src/gui/widgets/tabs/setup_video.cpp:445 +msgid "None" +msgstr "Nenhum" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:403 -msgid "Show background" -msgstr "Mostrar imagem de fundo" +#. TRANSLATORS: video error message +#: src/gui/widgets/tabs/setup_video.cpp:224 +msgid "" +"Failed to switch to windowed mode and restoration of old mode also failed!" +msgstr "" +"Falha ao mudar para o modo janela e falha na restauração do modo anterior!" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_other.cpp:408 -msgid "Screen density override" -msgstr "Ultrapassar Densidade da tela" +#. TRANSLATORS: video error message +#: src/gui/widgets/tabs/setup_video.cpp:231 +msgid "" +"Failed to switch to fullscreen mode and restoration of old mode also failed!" +msgstr "" +"Falha ao mudar para o modo tela cheia e falha na restauração do modo " +"anterior!" -#. TRANSLATORS: texture compression type -#. TRANSLATORS: confirm dialog button -#: src/gui/widgets/tabs/setup_perfomance.cpp:42 -#: src/gui/windows/confirmdialog.cpp:57 -msgid "No" -msgstr "Não" +#. TRANSLATORS: video settings warning +#: src/gui/widgets/tabs/setup_video.cpp:243 +msgid "Switching to Full Screen" +msgstr "Mudando para tela cheia" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:62 -msgid "Better performance (enable for better performance)" -msgstr "Melhor performance (habilite para melhor performance)" +#. TRANSLATORS: video settings warning +#: src/gui/widgets/tabs/setup_video.cpp:245 +msgid "Restart needed for changes to take effect." +msgstr "É preciso reiniciar para as mudanças terem efeito." -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:66 -msgid "Auto adjust performance" -msgstr "Auto ajustar performance" +#. TRANSLATORS: video settings warning +#: src/gui/widgets/tabs/setup_video.cpp:267 +msgid "Changing to OpenGL" +msgstr "Mudando para OpenGL" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:70 -msgid "Hw acceleration" -msgstr "Aceleração por HW" +#. TRANSLATORS: video settings warning +#: src/gui/widgets/tabs/setup_video.cpp:269 +msgid "Applying change to OpenGL requires restart." +msgstr "Mudanças no OpenGL requerem o reinício do jogo." -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:74 -msgid "Enable opacity cache (Software, can use much memory)" -msgstr "" -"Habilitar cache de transparência (Software, pode se usar muita memória)" +#. TRANSLATORS: resolution question dialog +#: src/gui/widgets/tabs/setup_video.cpp:351 +msgid "Custom resolution (example: 1024x768)" +msgstr "Resolução customizada (exemplo 1024x768)" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:79 -msgid "Enable map reduce (Software)" -msgstr "Habilitar redução de mapa (Software)" +#. TRANSLATORS: resolution question dialog +#: src/gui/widgets/tabs/setup_video.cpp:353 +msgid "Enter new resolution: " +msgstr "Escolha a nova resolução " -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:84 -msgid "Enable compound sprite delay (Software)" -msgstr "Habilitar atraso composto de sprite (Software)" - -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:88 -msgid "Enable delayed images load (OpenGL)" -msgstr "Ativar carregamento imagens atrasados (OpenGL)" +#. TRANSLATORS: video settings warning +#: src/gui/widgets/tabs/setup_video.cpp:380 +#: src/gui/widgets/tabs/setup_video.cpp:393 +msgid "Screen Resolution Changed" +msgstr "Resolução de tela alterada" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:92 -msgid "Enable texture sampler (OpenGL)" -msgstr "Ativar exemplos de texturas (OpenGL)" +#: src/gui/widgets/tabs/setup_video.cpp:383 +msgid "Some windows may be moved to fit the lowered resolution." +msgstr "" +"Algumas janelas podem ser movidas para se adequar à resolução mais baixa." -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:97 -msgid "Better quality (disable for better performance)" -msgstr "Melhor qualidade (desabilitar para melhor performance)" +#. TRANSLATORS: speach type +#: src/gui/widgets/tabs/setup_visual.cpp:43 +msgid "No text" +msgstr "Sem texto" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:101 -msgid "Enable alpha channel fix (Software, can be very slow)" -msgstr "Habilitar ajuste de canal alpha (Software, pode ficar muito lento)" +#. TRANSLATORS: speach type +#: src/gui/widgets/tabs/setup_visual.cpp:45 +msgid "Text" +msgstr "Texto" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:106 -msgid "Show beings transparency" -msgstr "Mostrar transparencia" +#. TRANSLATORS: speach type +#: src/gui/widgets/tabs/setup_visual.cpp:47 +msgid "Bubbles, no names" +msgstr "Bolhas, sem nomes" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:110 -msgid "Enable reorder sprites (need for mods support)." -msgstr "" +#. TRANSLATORS: speach type +#: src/gui/widgets/tabs/setup_visual.cpp:49 +msgid "Bubbles with names" +msgstr "Bolhas com nomes" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:115 -msgid "Small memory (enable for lower memory usage)" -msgstr "Menos memória (habilite para usar menos memória)" +#. TRANSLATORS: ambient effect type +#. TRANSLATORS: vsync type +#: src/gui/widgets/tabs/setup_visual.cpp:57 +#: src/gui/widgets/tabs/setup_visual.cpp:83 +msgid "off" +msgstr "Desligado" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:120 -msgid "Disable advanced beings caching (Software)" -msgstr "Desabilitar cache avançado (Software)" +#. TRANSLATORS: patricle effects type +#: src/gui/widgets/tabs/setup_visual.cpp:69 +msgid "best quality" +msgstr "Melhor qualidade" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:124 -msgid "Disable beings caching (Software)" -msgstr "Desabilitar cache (Software)" +#. TRANSLATORS: patricle effects type +#: src/gui/widgets/tabs/setup_visual.cpp:71 +msgid "normal" +msgstr "normal" -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_perfomance.cpp:129 -msgid "Different options (enable or disable can improve performance)" -msgstr "Opções Diversas (habilitar ou desabilitar pode melhorar performance)" +#. TRANSLATORS: patricle effects type +#: src/gui/widgets/tabs/setup_visual.cpp:73 +msgid "best performance" +msgstr "melhor performance" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:135 -msgid "Enable texture compression (OpenGL)" -msgstr "Habilitar compressão de textura (OpenGL)" +#. TRANSLATORS: vsync type +#: src/gui/widgets/tabs/setup_visual.cpp:85 +msgid "on" +msgstr "on" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:139 -msgid "Enable rectangular texture extension (OpenGL)" -msgstr "Habilitar extensão de texturas retangulares (OpenGL)" +#. TRANSLATORS: settings tab name +#: src/gui/widgets/tabs/setup_visual.cpp:98 +msgid "Visual" +msgstr "Visual" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:143 -msgid "Use new texture internal format (OpenGL)" -msgstr "Usar nova textura de formato interno (OpenGL)" +#: src/gui/widgets/tabs/setup_visual.cpp:107 +#: src/gui/widgets/tabs/setup_visual.cpp:115 +msgid "Scale" +msgstr "Escala" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:147 -msgid "Enable texture atlases (OpenGL)" -msgstr "Ativar atlas de textura (OpenGL)" +#: src/gui/widgets/tabs/setup_visual.cpp:119 +msgid "Notifications" +msgstr "Notificações" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:151 -msgid "Cache all sprites per map (can use additional memory)" -msgstr "" -"Guardar todos os sprites do mapa em cache (pode usar memória adicional)" +#: src/gui/widgets/tabs/setup_visual.cpp:122 +msgid "Show pickup notifications in chat" +msgstr "Mostrar notificações de coleta no bate-papo" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_perfomance.cpp:156 -msgid "Cache all sounds (can use additional memory)" -msgstr "Cachear todos os sons (pode usar memória adicional)" +#: src/gui/widgets/tabs/setup_visual.cpp:126 +msgid "Show pickup notifications as particle effects" +msgstr "Mostrar notificações de coleta como particula" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:45 -msgid "Show gender" -msgstr "Mostrar gênero" +#: src/gui/widgets/tabs/setup_visual.cpp:130 +msgid "Effects" +msgstr "Efeitos" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:49 -msgid "Show level" -msgstr "Mostrar nível" +#: src/gui/widgets/tabs/setup_visual.cpp:134 +msgid "Grab mouse and keyboard input" +msgstr "Pegue a entrada do mouse e teclado" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:53 -msgid "Show own name" -msgstr "Mostrar o próprio nome" +#: src/gui/widgets/tabs/setup_visual.cpp:139 +msgid "Blurring textures (OpenGL)" +msgstr "Texturas borradas (OpenGL)" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:57 -msgid "Enable extended mouse targeting" -msgstr "Ativar segmentação de mouse prolongado" +#: src/gui/widgets/tabs/setup_visual.cpp:143 +msgid "Gui opacity" +msgstr "Transparência de janelas" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:61 -msgid "Target dead players" -msgstr "Jogadores(as) mortos(as) como alvo" +#: src/gui/widgets/tabs/setup_visual.cpp:148 +msgid "Overhead text" +msgstr "Texto sobrescrito como:" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:65 -msgid "Visible names" -msgstr "Nomes visíveis" +#: src/gui/widgets/tabs/setup_visual.cpp:153 +msgid "Ambient FX" +msgstr "Ambiente FX" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:69 -msgid "Auto move names" -msgstr "Mover nomes automaticamente" +#. TRANSLATORS: particle details +#: src/gui/widgets/tabs/setup_visual.cpp:167 +msgid "max" +msgstr "máximo" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:73 -msgid "Secure trades" -msgstr "Trocas seguras" +#: src/gui/widgets/tabs/setup_visual.cpp:168 +msgid "Particle detail" +msgstr "Detalhe de partículas" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:77 -msgid "Unsecure chars in names" -msgstr "Letras inseguras no nome" +#: src/gui/widgets/tabs/setup_visual.cpp:175 +msgid "Particle physics" +msgstr "Física de partículas" +#. TRANSLATORS: settings group #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:81 -msgid "Show statuses" -msgstr "Mostrar status" +#: src/gui/widgets/tabs/setup_visual.cpp:180 +#: src/gui/widgets/tabs/setup_visual.cpp:187 +msgid "Gamma" +msgstr "Gamma" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:85 -msgid "Show ip addresses on screenshots" -msgstr "Mostrar endereço de IP em Capturas de Tela" +#: src/gui/widgets/tabs/setup_visual.cpp:183 +msgid "Enable gamma control" +msgstr "Habilitar controle gamma" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:89 -msgid "Allow self heal with mouse click" -msgstr "Permitir se curar com o clique do mouse" +#: src/gui/widgets/tabs/setup_visual.cpp:196 +msgid "Vsync" +msgstr "Vsync" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:93 -msgid "Group friends in who is online window" -msgstr "Grupo de amigos que está na janela on-line" +#: src/gui/widgets/tabs/setup_visual.cpp:201 +msgid "Center game window" +msgstr "Centro da janela de jogo" #. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:97 -msgid "Hide erased players nicks" -msgstr "Esconder nicks de jogadores apagados" +#: src/gui/widgets/tabs/setup_visual.cpp:206 +msgid "Allow screensaver to run" +msgstr "Permitir rodar proteção de tela" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:101 -msgid "Use special diagonal speed in players moving" -msgstr "Utilizar velocidade diagonal especial em jogadores se movendo" +#. TRANSLATORS: settings group +#: src/gui/widgets/tabs/setup_visual.cpp:211 +msgid "Screenshots" +msgstr "Capturas de Tela" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_players.cpp:105 -msgid "" -"Emulate right mouse button by long mouse click (useful for touch interfaces)" -msgstr "" -"Simular clique com o botão direito por clique prolongado com o botão " -"esquerdo (útil para interfaces de toque)" +#: src/gui/widgets/tabs/setup_visual.cpp:213 +msgid "Add water mark into screenshots" +msgstr "Adicionar marca d'água nas capturas de tela" -#. TRANSLATORS: relations table header -#. TRANSLATORS: bot checker window table header -#: src/gui/widgets/tabs/setup_relations.cpp:58 -#: src/gui/windows/botcheckerwindow.cpp:87 -msgid "Name" -msgstr "Nome" +#. TRANSLATORS: Attack filter tab name in social window. +#. TRANSLATORS: Should be small +#: src/gui/widgets/tabs/socialattacktab.h:51 +msgid "Atk" +msgstr "Ataque" -#. TRANSLATORS: relations table header -#: src/gui/widgets/tabs/setup_relations.cpp:60 -msgid "Relation" -msgstr "Relação" +#. TRANSLATORS: mobs group name in social window +#: src/gui/widgets/tabs/socialattacktab.h:67 +msgid "Priority mobs" +msgstr "Mobs prioritarios" -#. TRANSLATORS: relation dialog button -#: src/gui/widgets/tabs/setup_relations.cpp:72 -msgid "Allow trading" -msgstr "Permitir negociações" +#. TRANSLATORS: mobs group name in social window +#: src/gui/widgets/tabs/socialattacktab.h:69 +msgid "Attack mobs" +msgstr "Atacar mobs" -#. TRANSLATORS: relation dialog button -#: src/gui/widgets/tabs/setup_relations.cpp:75 -msgid "Allow whispers" -msgstr "Permitir mensagens particulares" +#. TRANSLATORS: mobs group name in social window +#: src/gui/widgets/tabs/socialattacktab.h:71 +msgid "Ignore mobs" +msgstr "Ignorar mobs" -#. TRANSLATORS: relation dialog name -#: src/gui/widgets/tabs/setup_relations.cpp:82 -msgid "Relations" -msgstr "Relações" +#. TRANSLATORS: social window label +#: src/gui/widgets/tabs/socialfriendstab.h:119 +#, c-format +msgid "Friends: %u/%u" +msgstr "Amigos: %u/%u" -#. TRANSLATORS: relation dialog label -#: src/gui/widgets/tabs/setup_relations.cpp:107 -msgid "When ignoring:" -msgstr "Quando ignorar:" +#. TRANSLATORS: social window label +#: src/gui/widgets/tabs/socialguildtab2.h:95 +#: src/gui/widgets/tabs/socialguildtab.h:166 +#: src/gui/widgets/tabs/socialpartytab.h:158 +#, c-format +msgid "Players: %u/%u" +msgstr "Jogadores: %u/%u" -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:63 -msgid "Gui theme" -msgstr "Tema" +#. TRANSLATORS: chat message +#: src/gui/widgets/tabs/socialguildtab.h:84 +#, c-format +msgid "Invited user %s to guild %s." +msgstr "Convidou o jogador %s para a guilda %s." -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:70 -msgid "Main Font" -msgstr "Fonte" +#: src/gui/widgets/tabs/socialguildtab.h:102 +#, c-format +msgid "Guild %s quit requested." +msgstr "Saída da Guilda %s requisitada." -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:75 -msgid "Language" -msgstr "Linguagem" +#. TRANSLATORS: guild invite message +#: src/gui/widgets/tabs/socialguildtab.h:117 +msgid "Member Invite to Guild" +msgstr "Convite de membros para a Guilda." -#. TRANSLATORS: theme settings label -#. TRANSLATORS: font size -#: src/gui/widgets/tabs/setup_theme.cpp:79 src/gui/windows/emotewindow.cpp:49 -msgid "Bold font" -msgstr "Fonte negrito" +#. TRANSLATORS: guild invite message +#: src/gui/widgets/tabs/socialguildtab.h:119 +#, c-format +msgid "Who would you like to invite to guild %s?" +msgstr "Quem você gostaria de convidar para a guilda %s?" -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:83 -msgid "Particle font" -msgstr "Fonte de particulas" +#. TRANSLATORS: guild leave message +#: src/gui/widgets/tabs/socialguildtab.h:129 +msgid "Leave Guild?" +msgstr "Sair da guilda?" -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:87 -msgid "Help font" -msgstr "Fonte de ajuda" +#. TRANSLATORS: guild leave message +#: src/gui/widgets/tabs/socialguildtab.h:131 +#, c-format +msgid "Are you sure you want to leave guild %s?" +msgstr "Tem certeza que deseja sair da guilda %s?" -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:91 -msgid "Secure font" -msgstr "Fonte segura" +#. TRANSLATORS: social window label +#: src/gui/widgets/tabs/socialguildtab.h:142 +#, c-format +msgid "Members: %u/%u" +msgstr "Membros: %u/%u" -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:95 -msgid "Npc font" -msgstr "Fonte de NPC" +#. TRANSLATORS: Navigation tab name in social window. +#. TRANSLATORS: Should be small +#: src/gui/widgets/tabs/socialnavigationtab.h:60 +msgid "Nav" +msgstr "Nav" -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:99 -msgid "Japanese font" -msgstr "Fontes japonesas" +#. TRANSLATORS: social window label +#: src/gui/widgets/tabs/socialnavigationtab.h:161 +#, c-format +msgid "Portals: %u/%u" +msgstr "Portais: %u/%u" -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:103 -msgid "Chinese font" -msgstr "Fonte chinesa" +#. TRANSLATORS: tab in social window +#. TRANSLATORS: party chat tab name +#: src/gui/widgets/tabs/socialpartytab.h:51 src/net/ea/gui/partytab.cpp:48 +msgid "Party" +msgstr "Grupo" -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:108 -msgid "Font size" -msgstr "Tamanho da fonte" +#: src/gui/widgets/tabs/socialpartytab.h:85 +#, c-format +msgid "Invited user %s to party." +msgstr "Convidou usuário %s para o grupo." -#. TRANSLATORS: theme settings label -#: src/gui/widgets/tabs/setup_theme.cpp:113 -msgid "Npc font size" -msgstr "Tamanho de fonte de NPC" +#: src/gui/widgets/tabs/socialpartytab.h:102 +#, c-format +msgid "Party %s quit requested." +msgstr "Saída do grupo %s requisitada." -#. TRANSLATORS: button name with information about selected theme -#: src/gui/widgets/tabs/setup_theme.cpp:117 -msgid "i" -msgstr "i" +#. TRANSLATORS: party invite message +#: src/gui/widgets/tabs/socialpartytab.h:117 +msgid "Member Invite to Party" +msgstr "Convite de membros para o grupo" -#. TRANSLATORS: theme info dialog -#: src/gui/widgets/tabs/setup_theme.cpp:243 -msgid "Name: " -msgstr "Nome: " +#. TRANSLATORS: party invite message +#: src/gui/widgets/tabs/socialpartytab.h:119 +#, c-format +msgid "Who would you like to invite to party %s?" +msgstr "Quem você gostaria de convidar para o grupo %s?" -#: src/gui/widgets/tabs/setup_theme.cpp:244 -msgid "Copyright:" -msgstr "Direitos Autorais:" +#. TRANSLATORS: party leave message +#: src/gui/widgets/tabs/socialpartytab.h:129 +msgid "Leave Party?" +msgstr "Sair do grupo?" -#. TRANSLATORS: theme info dialog header -#: src/gui/widgets/tabs/setup_theme.cpp:309 -msgid "Theme info" -msgstr "Informação de Tema" +#. TRANSLATORS: party leave message +#: src/gui/widgets/tabs/socialpartytab.h:131 +#, c-format +msgid "Are you sure you want to leave party %s?" +msgstr "Tem certeza que deseja sair do grupo %s?" -#. TRANSLATORS: theme message dialog -#: src/gui/widgets/tabs/setup_theme.cpp:339 -msgid "Theme Changed" -msgstr "Tema alterado" +#. TRANSLATORS: Pickup filter tab name in social window. +#. TRANSLATORS: Should be small +#: src/gui/widgets/tabs/socialpickuptab.h:51 +msgid "Pik" +msgstr "Pik" -#. TRANSLATORS: video settings warning -#: src/gui/widgets/tabs/setup_theme.cpp:339 -#: src/gui/widgets/tabs/setup_video.cpp:382 -#: src/gui/widgets/tabs/setup_video.cpp:395 -msgid "Restart your client for the change to take effect." -msgstr "Reincie o cliente para que as mudanças surtam efeito." +#. TRANSLATORS: items group name in social window +#: src/gui/widgets/tabs/socialpickuptab.h:67 +msgid "Pickup items" +msgstr "Pegar itens" -#. TRANSLATORS: onscreen button size -#: src/gui/widgets/tabs/setup_touch.cpp:42 -msgid "Small" -msgstr "Pequeno" +#. TRANSLATORS: items group name in social window +#: src/gui/widgets/tabs/socialpickuptab.h:69 +msgid "Ignore items" +msgstr "Ignorar itens" -#. TRANSLATORS: onscreen button size -#: src/gui/widgets/tabs/setup_touch.cpp:46 -msgid "Medium" -msgstr "Médio" +#. TRANSLATORS: social window label +#: src/gui/widgets/tabs/socialplayerstab.h:192 +#, c-format +msgid "Visible players: %d" +msgstr "Jogadores visíveis: %d" -#. TRANSLATORS: onscreen button size -#: src/gui/widgets/tabs/setup_touch.cpp:48 -msgid "Large" -msgstr "Grande" +#. TRANSLATORS: short button name for who is online window. +#: src/gui/windowmenu.cpp:71 +msgid "ONL" +msgstr "ONL" -#. TRANSLATORS: touch settings tab -#: src/gui/widgets/tabs/setup_touch.cpp:69 -msgid "Touch" -msgstr "Toque" +#: src/gui/windowmenu.cpp:72 +msgid "Who is online" +msgstr "Quem esta online" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_touch.cpp:78 -msgid "Onscreen keyboard" -msgstr "Teclado virtual" +#. TRANSLATORS: short button name for help window. +#: src/gui/windowmenu.cpp:74 +msgid "HLP" +msgstr "AJU" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_touch.cpp:81 -msgid "Show onscreen keyboard icon" -msgstr "Mostrar ícone do teclado virtual" +#. TRANSLATORS: short button name for quests window. +#: src/gui/windowmenu.cpp:77 +msgid "QE" +msgstr "MSS" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_touch.cpp:85 -msgid "Keyboard icon action" -msgstr "Ação do ícone do teclado" +#. TRANSLATORS: quests window name +#: src/gui/windowmenu.cpp:78 src/gui/windows/questswindow.cpp:65 +msgid "Quests" +msgstr "Missões" -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_touch.cpp:91 -msgid "Onscreen joystick" -msgstr "Joystick virtual" +#. TRANSLATORS: short button name for bot checker window. +#: src/gui/windowmenu.cpp:80 +msgid "BC" +msgstr "AB" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_touch.cpp:94 -msgid "Show onscreen joystick" -msgstr "Mostrar joystick virtual" - -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_touch.cpp:98 -msgid "Joystick size" -msgstr "Tamanho do joystick" +#: src/gui/windowmenu.cpp:81 +msgid "Bot checker" +msgstr "Analisador de bot" -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_touch.cpp:103 -msgid "Onscreen buttons" -msgstr "Botões virtuais" +#. TRANSLATORS: short button name for kill stats window. +#: src/gui/windowmenu.cpp:83 +msgid "KS" +msgstr "EST" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_touch.cpp:106 -msgid "Show onscreen buttons" -msgstr "Mostrar botões virtuais" +#. TRANSLATORS: kill stats window name +#: src/gui/windowmenu.cpp:84 src/gui/windows/killstats.cpp:49 +msgid "Kill stats" +msgstr "Estatísticas" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_touch.cpp:110 -msgid "Buttons format" -msgstr "Formato dos botões" +#: src/gui/windowmenu.cpp:86 +msgid "Smilies" +msgstr "Smileys:" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_touch.cpp:114 -msgid "Buttons size" -msgstr "Tamanho dos botões" +#. TRANSLATORS: short button name for chat window. +#: src/gui/windowmenu.cpp:88 +msgid "CH" +msgstr "CH" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_touch.cpp:122 -#, c-format -msgid "Button %u action" -msgstr "Ação do botão %u" +#. TRANSLATORS: short button name for status window. +#: src/gui/windowmenu.cpp:96 +msgid "STA" +msgstr "STA" -#. TRANSLATORS: video settings checkbox -#: src/gui/widgets/tabs/setup_video.cpp:69 -msgid "Full screen" -msgstr "Tela cheia" +#: src/gui/windowmenu.cpp:97 +msgid "Status" +msgstr "Status" -#. TRANSLATORS: video settings checkbox -#: src/gui/widgets/tabs/setup_video.cpp:72 -msgid "FPS limit:" -msgstr "Limite de FPS:" +#. TRANSLATORS: short button name for equipment window. +#: src/gui/windowmenu.cpp:99 +msgid "EQU" +msgstr "EQU" -#. TRANSLATORS: video settings label -#: src/gui/widgets/tabs/setup_video.cpp:77 -#: src/gui/widgets/tabs/setup_video.cpp:119 -#: src/gui/widgets/tabs/setup_video.cpp:312 -#: src/gui/widgets/tabs/setup_video.cpp:448 -msgid "Alt FPS limit: " -msgstr "Limite de FPS alternativo: " +#. TRANSLATORS: equipment window name +#. TRANSLATORS: inventory button +#: src/gui/windowmenu.cpp:100 src/gui/windows/equipmentwindow.cpp:63 +#: src/gui/windows/inventorywindow.cpp:200 +msgid "Equipment" +msgstr "Equipamento" -#. TRANSLATORS: video settings button -#: src/gui/widgets/tabs/setup_video.cpp:80 -msgid "Detect best mode" -msgstr "Detectar melhor modo" +#. TRANSLATORS: short button name for inventory window. +#: src/gui/windowmenu.cpp:102 +msgid "INV" +msgstr "INV" -#. TRANSLATORS: video settings checkbox -#: src/gui/widgets/tabs/setup_video.cpp:89 -msgid "Show cursor" -msgstr "Mostrar Ponteiro" +#. TRANSLATORS: inventory window name +#. TRANSLATORS: inventory type name +#: src/gui/windowmenu.cpp:103 src/gui/windows/inventorywindow.cpp:135 +#: src/inventory.cpp:262 +msgid "Inventory" +msgstr "Inventário" -#. TRANSLATORS: video settings checkbox -#: src/gui/widgets/tabs/setup_video.cpp:92 -msgid "Custom cursor" -msgstr "Cursor customizado" +#. TRANSLATORS: short button name for map window. +#: src/gui/windowmenu.cpp:105 +msgid "MAP" +msgstr "MAP" -#. TRANSLATORS: video settings checkbox -#: src/gui/widgets/tabs/setup_video.cpp:96 -msgid "Enable resize" -msgstr "Habilitar redimensionamento" +#. TRANSLATORS: short button name for skills window. +#: src/gui/windowmenu.cpp:111 +msgid "SKI" +msgstr "HAB" -#. TRANSLATORS: video settings checkbox -#: src/gui/widgets/tabs/setup_video.cpp:99 -msgid "No frame" -msgstr "Sem moldura de janela" +#. TRANSLATORS: skills dialog name +#: src/gui/windowmenu.cpp:112 src/gui/windows/skilldialog.cpp:61 +msgid "Skills" +msgstr "Habilidades" -#. TRANSLATORS: video settings label -#: src/gui/widgets/tabs/setup_video.cpp:116 -#: src/gui/widgets/tabs/setup_video.cpp:120 -#: src/gui/widgets/tabs/setup_video.cpp:310 -#: src/gui/widgets/tabs/setup_video.cpp:432 -#: src/gui/widgets/tabs/setup_video.cpp:445 -msgid "None" -msgstr "Nenhum" +#. TRANSLATORS: short button name for social window. +#: src/gui/windowmenu.cpp:116 +msgid "SOC" +msgstr "SOC" -#. TRANSLATORS: video error message -#: src/gui/widgets/tabs/setup_video.cpp:224 -msgid "" -"Failed to switch to windowed mode and restoration of old mode also failed!" -msgstr "" -"Falha ao mudar para o modo janela e falha na restauração do modo anterior!" +#. TRANSLATORS: full button name +#. TRANSLATORS: social window name +#: src/gui/windowmenu.cpp:118 src/gui/windows/socialwindow.cpp:60 +msgid "Social" +msgstr "Social" -#. TRANSLATORS: video error message -#: src/gui/widgets/tabs/setup_video.cpp:231 -msgid "" -"Failed to switch to fullscreen mode and restoration of old mode also failed!" -msgstr "" -"Falha ao mudar para o modo tela cheia e falha na restauração do modo " -"anterior!" +#. TRANSLATORS: short button name for shortcuts window. +#: src/gui/windowmenu.cpp:120 +msgid "SH" +msgstr "AT" -#. TRANSLATORS: video settings warning -#: src/gui/widgets/tabs/setup_video.cpp:243 -msgid "Switching to Full Screen" -msgstr "Mudando para tela cheia" +#. TRANSLATORS: short button name for spells window. +#: src/gui/windowmenu.cpp:124 +msgid "SP" +msgstr "FE" -#. TRANSLATORS: video settings warning -#: src/gui/widgets/tabs/setup_video.cpp:245 -msgid "Restart needed for changes to take effect." -msgstr "É preciso reiniciar para as mudanças terem efeito." +#. TRANSLATORS: short button name for drops window. +#: src/gui/windowmenu.cpp:128 +msgid "DR" +msgstr "DE" -#. TRANSLATORS: video settings warning -#: src/gui/widgets/tabs/setup_video.cpp:267 -msgid "Changing to OpenGL" -msgstr "Mudando para OpenGL" +#. TRANSLATORS: short button name for did you know window. +#: src/gui/windowmenu.cpp:132 +msgid "YK" +msgstr "YK" -#. TRANSLATORS: video settings warning -#: src/gui/widgets/tabs/setup_video.cpp:269 -msgid "Applying change to OpenGL requires restart." -msgstr "Mudanças no OpenGL requerem o reinício do jogo." +#. TRANSLATORS: full button name +#: src/gui/windowmenu.cpp:134 +msgid "Did you know" +msgstr "Você Sabia" -#. TRANSLATORS: resolution question dialog -#: src/gui/widgets/tabs/setup_video.cpp:351 -msgid "Custom resolution (example: 1024x768)" -msgstr "Resolução customizada (exemplo 1024x768)" +#. TRANSLATORS: short button name for shop window. +#: src/gui/windowmenu.cpp:136 +msgid "SHP" +msgstr "LOJ" -#. TRANSLATORS: resolution question dialog -#: src/gui/widgets/tabs/setup_video.cpp:353 -msgid "Enter new resolution: " -msgstr "Escolha a nova resolução " +#. TRANSLATORS: short button name for outfits window. +#: src/gui/windowmenu.cpp:140 +msgid "OU" +msgstr "RO" -#. TRANSLATORS: video settings warning -#: src/gui/widgets/tabs/setup_video.cpp:380 -#: src/gui/widgets/tabs/setup_video.cpp:393 -msgid "Screen Resolution Changed" -msgstr "Resolução de tela alterada" +#. TRANSLATORS: short button name for updates window. +#: src/gui/windowmenu.cpp:144 +msgid "UP" +msgstr "CIMA" -#: src/gui/widgets/tabs/setup_video.cpp:383 -msgid "Some windows may be moved to fit the lowered resolution." -msgstr "" -"Algumas janelas podem ser movidas para se adequar à resolução mais baixa." +#. TRANSLATORS: full button name +#: src/gui/windowmenu.cpp:146 +msgid "Updates" +msgstr "Atualizações" -#. TRANSLATORS: speach type -#: src/gui/widgets/tabs/setup_visual.cpp:43 -msgid "No text" -msgstr "Sem texto" +#. TRANSLATORS: short button name for debug window. +#: src/gui/windowmenu.cpp:148 +msgid "DBG" +msgstr "DBG" -#. TRANSLATORS: speach type -#: src/gui/widgets/tabs/setup_visual.cpp:45 -msgid "Text" -msgstr "Texto" +#. TRANSLATORS: short button name for windows list menu. +#: src/gui/windowmenu.cpp:157 +msgid "WIN" +msgstr "WIN" -#. TRANSLATORS: speach type -#: src/gui/widgets/tabs/setup_visual.cpp:47 -msgid "Bubbles, no names" -msgstr "Bolhas, sem nomes" +#. TRANSLATORS: short button name for setup window. +#: src/gui/windowmenu.cpp:161 +msgid "SET" +msgstr "CON" -#. TRANSLATORS: speach type -#: src/gui/widgets/tabs/setup_visual.cpp:49 -msgid "Bubbles with names" -msgstr "Bolhas com nomes" +#. TRANSLATORS: short key name +#. TRANSLATORS: outfits window label +#: src/gui/windowmenu.cpp:296 src/gui/windows/outfitwindow.cpp:78 +#: src/gui/windows/outfitwindow.cpp:572 +#, c-format +msgid "Key: %s" +msgstr "Tecla: %s" -#. TRANSLATORS: ambient effect type -#. TRANSLATORS: vsync type -#: src/gui/widgets/tabs/setup_visual.cpp:57 -#: src/gui/widgets/tabs/setup_visual.cpp:83 -msgid "off" -msgstr "Desligado" +#. TRANSLATORS: bot checker window header +#: src/gui/windows/botcheckerwindow.cpp:45 +msgid "Bot Checker" +msgstr "Analizador de bot" -#. TRANSLATORS: patricle effects type -#: src/gui/widgets/tabs/setup_visual.cpp:69 -msgid "best quality" -msgstr "Melhor qualidade" +#. TRANSLATORS: bot checker window button +#. TRANSLATORS: npc dialog button +#: src/gui/windows/botcheckerwindow.cpp:54 src/gui/windows/npcdialog.cpp:118 +msgid "Reset" +msgstr "Resetar" -#. TRANSLATORS: patricle effects type -#: src/gui/widgets/tabs/setup_visual.cpp:71 -msgid "normal" -msgstr "normal" +#. TRANSLATORS: bot checker window table header +#: src/gui/windows/botcheckerwindow.cpp:95 +msgid "Result" +msgstr "Resultado" -#. TRANSLATORS: patricle effects type -#: src/gui/widgets/tabs/setup_visual.cpp:73 -msgid "best performance" -msgstr "melhor performance" +#. TRANSLATORS: buy dialog name +#: src/gui/windows/buydialog.cpp:168 +msgid "Create items" +msgstr "Criar itens" -#. TRANSLATORS: vsync type -#: src/gui/widgets/tabs/setup_visual.cpp:85 -msgid "on" -msgstr "on" +#. TRANSLATORS: buy dialog label +#. TRANSLATORS: sell dialog label +#: src/gui/windows/buydialog.cpp:241 src/gui/windows/buydialog.cpp:526 +#: src/gui/windows/selldialog.cpp:115 src/gui/windows/selldialog.cpp:370 +#, c-format +msgid "Price: %s / Total: %s" +msgstr "Preço: %s / Total: %s" -#. TRANSLATORS: settings tab name -#: src/gui/widgets/tabs/setup_visual.cpp:98 -msgid "Visual" -msgstr "Visual" +#. TRANSLATORS: buy dialog label +#: src/gui/windows/buydialog.cpp:250 +msgid "Amount:" +msgstr "Quantidade:" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:107 -#: src/gui/widgets/tabs/setup_visual.cpp:115 -msgid "Scale" -msgstr "Escala" +#. TRANSLATORS: This is a narrow symbol used to denote 'increasing'. +#. You may change this symbol if your language uses another. +#. TRANSLATORS: item amount window button +#. TRANSLATORS: npc dialog button +#. TRANSLATORS: sell dialog button +#. TRANSLATORS: status window label (plus sign) +#: src/gui/windows/buydialog.cpp:255 src/gui/windows/itemamountwindow.cpp:159 +#: src/gui/windows/itemamountwindow.cpp:194 src/gui/windows/npcdialog.cpp:107 +#: src/gui/windows/selldialog.cpp:119 src/gui/windows/statuswindow.cpp:747 +msgid "+" +msgstr "+" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:119 -msgid "Notifications" -msgstr "Notificações" +#. TRANSLATORS: This is a narrow symbol used to denote 'decreasing'. +#. You may change this symbol if your language uses another. +#. TRANSLATORS: item amount window button +#. TRANSLATORS: npc dialog button +#. TRANSLATORS: sell dialog button +#. TRANSLATORS: status window label (minus sign) +#: src/gui/windows/buydialog.cpp:258 src/gui/windows/itemamountwindow.cpp:157 +#: src/gui/windows/itemamountwindow.cpp:191 src/gui/windows/npcdialog.cpp:109 +#: src/gui/windows/selldialog.cpp:121 src/gui/windows/statuswindow.cpp:760 +msgid "-" +msgstr "-" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:122 -msgid "Show pickup notifications in chat" -msgstr "Mostrar notificações de coleta no bate-papo" +#. TRANSLATORS: char create dialog button +#. TRANSLATORS: char select dialog. button. +#. TRANSLATORS: social window button +#: src/gui/windows/buydialog.cpp:261 src/gui/windows/charcreatedialog.cpp:126 +#: src/gui/windows/charselectdialog.cpp:569 +#: src/gui/windows/socialwindow.cpp:83 +msgid "Create" +msgstr "Criar" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:126 -msgid "Show pickup notifications as particle effects" -msgstr "Mostrar notificações de coleta como particula" +#. TRANSLATORS: buy dialog button +#. TRANSLATORS: quit dialog name +#. TRANSLATORS: quit dialog button +#. TRANSLATORS: sell dialog button +#. TRANSLATORS: servers dialog button +#. TRANSLATORS: input action name +#: src/gui/windows/buydialog.cpp:263 src/gui/windows/quitdialog.cpp:55 +#: src/gui/windows/quitdialog.cpp:60 src/gui/windows/quitdialog.cpp:62 +#: src/gui/windows/selldialog.cpp:125 src/gui/windows/serverdialog.cpp:111 +#: src/input/pages/basic.cpp:200 +msgid "Quit" +msgstr "Sair" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:130 -msgid "Effects" -msgstr "Efeitos" +#. TRANSLATORS: buy dialog button +#. TRANSLATORS: sell dialog button +#. TRANSLATORS: status bar label +#. TRANSLATORS: status window label +#. TRANSLATORS: status bar label +#: src/gui/windows/buydialog.cpp:265 src/gui/windows/selldialog.cpp:127 +#: src/gui/windows/statuswindow.cpp:490 src/gui/windows/statuswindow.cpp:545 +#: src/gui/windows/statuswindow.cpp:744 src/gui/windows/statuswindow.cpp:776 +msgid "Max" +msgstr "Máximo" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:134 -msgid "Grab mouse and keyboard input" -msgstr "Pegue a entrada do mouse e teclado" +#. TRANSLATORS: change email dialog header +#. TRANSLATORS: button in change email dialog +#: src/gui/windows/changeemaildialog.cpp:49 +#: src/gui/windows/changeemaildialog.cpp:54 +msgid "Change Email Address" +msgstr "Alterar e-mail" + +#. TRANSLATORS: label in change email dialog +#. TRANSLATORS: change password dialog label +#: src/gui/windows/changeemaildialog.cpp:62 +#: src/gui/windows/changepassworddialog.cpp:65 +#, c-format +msgid "Account: %s" +msgstr "Conta: %s" + +#. TRANSLATORS: label in change email dialog +#: src/gui/windows/changeemaildialog.cpp:66 +msgid "Type new email address twice:" +msgstr "Digite o novo email duas vezes:" + +#. TRANSLATORS: change email error +#: src/gui/windows/changeemaildialog.cpp:140 +#, c-format +msgid "The new email address needs to be at least %u characters long." +msgstr "O novo email deve ter pelo menos %u caracteres." + +#. TRANSLATORS: change email error +#: src/gui/windows/changeemaildialog.cpp:148 +#, c-format +msgid "The new email address needs to be less than %u characters long." +msgstr "A nova senha deve ter menos que %u caracteres." + +#. TRANSLATORS: change email error +#: src/gui/windows/changeemaildialog.cpp:156 +msgid "The email address entries mismatch." +msgstr "Os emails informados não são iguais." + +#. TRANSLATORS: change password window name +#. TRANSLATORS: change password dialog button +#. TRANSLATORS: char select dialog. button. +#: src/gui/windows/changepassworddialog.cpp:50 +#: src/gui/windows/changepassworddialog.cpp:56 +#: src/gui/windows/charselectdialog.cpp:69 +msgid "Change Password" +msgstr "Alterar senha" + +#. TRANSLATORS: change password dialog label +#. TRANSLATORS: login dialog label +#. TRANSLATORS: register dialog. label. +#. TRANSLATORS: unregister dialog. label. +#: src/gui/windows/changepassworddialog.cpp:69 +#: src/gui/windows/logindialog.cpp:109 src/gui/windows/registerdialog.cpp:79 +#: src/gui/windows/unregisterdialog.cpp:67 +msgid "Password:" +msgstr "Senha:" + +#. TRANSLATORS: change password dialog label +#: src/gui/windows/changepassworddialog.cpp:72 +msgid "Type new password twice:" +msgstr "Digite a nova senha duas vezes:" + +#. TRANSLATORS: change password error +#: src/gui/windows/changepassworddialog.cpp:121 +msgid "Enter the old password first." +msgstr "Primeiro entre com a antiga senha." + +#. TRANSLATORS: change password error +#: src/gui/windows/changepassworddialog.cpp:128 +#, c-format +msgid "The new password needs to be at least %u characters long." +msgstr "A nova senha deve ter pelo menos %u caracteres." + +#. TRANSLATORS: change password error +#: src/gui/windows/changepassworddialog.cpp:136 +#, c-format +msgid "The new password needs to be less than %u characters long." +msgstr "A nova senha deve ser menor que %u caracteres." + +#. TRANSLATORS: change password error +#: src/gui/windows/changepassworddialog.cpp:144 +msgid "The new password entries mismatch." +msgstr "As novas senhas não são iguais." + +#. TRANSLATORS: char create dialog name +#: src/gui/windows/charcreatedialog.cpp:76 +msgid "New Character" +msgstr "Novo Personagem" + +#. TRANSLATORS: char create dialog label +#. TRANSLATORS: edit server dialog label +#. TRANSLATORS: login dialog label +#. TRANSLATORS: register dialog. label. +#: src/gui/windows/charcreatedialog.cpp:82 +#: src/gui/windows/editserverdialog.cpp:74 src/gui/windows/logindialog.cpp:107 +#: src/gui/windows/registerdialog.cpp:77 +msgid "Name:" +msgstr "Nome:" + +#. TRANSLATORS: This is a narrow symbol used to denote 'next'. +#. You may change this symbol if your language uses another. +#. TRANSLATORS: char create dialog button +#. TRANSLATORS: outfits window button +#: src/gui/windows/charcreatedialog.cpp:86 +#: src/gui/windows/charcreatedialog.cpp:95 +#: src/gui/windows/charcreatedialog.cpp:112 +#: src/gui/windows/charcreatedialog.cpp:192 +#: src/gui/windows/charcreatedialog.cpp:202 +#: src/gui/windows/outfitwindow.cpp:66 +msgid ">" +msgstr ">" + +#. TRANSLATORS: This is a narrow symbol used to denote 'previous'. +#. You may change this symbol if your language uses another. +#. TRANSLATORS: char create dialog button +#. TRANSLATORS: outfits window button +#: src/gui/windows/charcreatedialog.cpp:90 +#: src/gui/windows/charcreatedialog.cpp:97 +#: src/gui/windows/charcreatedialog.cpp:194 +#: src/gui/windows/charcreatedialog.cpp:204 +#: src/gui/windows/outfitwindow.cpp:64 +msgid "<" +msgstr "<" + +#. TRANSLATORS: char create dialog label +#: src/gui/windows/charcreatedialog.cpp:92 +msgid "Hair color:" +msgstr "Cor do Cabelo:" + +#. TRANSLATORS: char create dialog label +#: src/gui/windows/charcreatedialog.cpp:99 +msgid "Hair style:" +msgstr "Estilo do Cabelo:" + +#. TRANSLATORS: char create dialog button +#: src/gui/windows/charcreatedialog.cpp:110 +msgid "^" +msgstr "^" + +#. TRANSLATORS: char create dialog button +#. TRANSLATORS: register dialog. button. +#: src/gui/windows/charcreatedialog.cpp:114 +#: src/gui/windows/registerdialog.cpp:98 +msgid "Male" +msgstr "Homem" + +#. TRANSLATORS: char create dialog button +#. TRANSLATORS: register dialog. button. +#: src/gui/windows/charcreatedialog.cpp:116 +#: src/gui/windows/registerdialog.cpp:100 +msgid "Female" +msgstr "Mulher" + +#. TRANSLATORS: char create dialog label +#: src/gui/windows/charcreatedialog.cpp:124 +#: src/gui/windows/charcreatedialog.cpp:480 +#, c-format +msgid "Please distribute %d points" +msgstr "Por favor distribua %d pontos" + +#. TRANSLATORS: char create dialog label +#: src/gui/windows/charcreatedialog.cpp:196 +msgid "Race:" +msgstr "Corrida:" + +#. TRANSLATORS: char create dialog label +#: src/gui/windows/charcreatedialog.cpp:206 +msgid "Look:" +msgstr "Aparência:" + +#. TRANSLATORS: char creation error +#: src/gui/windows/charcreatedialog.cpp:370 +msgid "Your name needs to be at least 4 characters." +msgstr "Seu nome deve ter pelo menos 4 caracteres." + +#. TRANSLATORS: char create dialog label +#: src/gui/windows/charcreatedialog.cpp:470 +msgid "Character stats OK" +msgstr "Atributos do personagem OK" + +#. TRANSLATORS: char create dialog label +#: src/gui/windows/charcreatedialog.cpp:486 +#, c-format +msgid "Please remove %d points" +msgstr "Por favor remova %d pontos" + +#. TRANSLATORS: char deletion message +#: src/gui/windows/chardeleteconfirm.h:41 +msgid "Confirm Character Delete" +msgstr "Confimar exclusão do personagem" + +#. TRANSLATORS: char deletion message +#: src/gui/windows/chardeleteconfirm.h:43 +msgid "Are you sure you want to delete this character?" +msgstr "Tem certeza que deseja excluir este personagem?" + +#. TRANSLATORS: char select dialog name +#: src/gui/windows/charselectdialog.cpp:60 +#, c-format +msgid "Account %s (last login time %s)" +msgstr "Conta %s (Último acesso em %s)" + +#. TRANSLATORS: char select dialog. button. +#: src/gui/windows/charselectdialog.cpp:67 +msgid "Switch Login" +msgstr "Trocar Login" + +#. TRANSLATORS: char select dialog. button. +#. TRANSLATORS: updater window button +#: src/gui/windows/charselectdialog.cpp:74 +#: src/gui/windows/charselectdialog.cpp:564 +#: src/gui/windows/updaterwindow.cpp:195 +msgid "Play" +msgstr "Jogar" + +#. TRANSLATORS: char select dialog. button. +#. TRANSLATORS: info message +#: src/gui/windows/charselectdialog.cpp:76 +#: src/net/ea/charserverhandler.cpp:223 +msgid "Info" +msgstr "Informações" + +#. TRANSLATORS: char select dialog. button. +#. TRANSLATORS: unregister dialog name +#. TRANSLATORS: unregister dialog. button. +#: src/gui/windows/charselectdialog.cpp:103 +#: src/gui/windows/unregisterdialog.cpp:49 +#: src/gui/windows/unregisterdialog.cpp:54 +msgid "Unregister" +msgstr "Cancelar Registro" + +#. TRANSLATORS: char select dialog. button. +#: src/gui/windows/charselectdialog.cpp:115 +msgid "Change Email" +msgstr "Alterar email" + +#. TRANSLATORS: char select dialog name +#: src/gui/windows/charselectdialog.cpp:153 +#, c-format +msgid "Account %s" +msgstr "Conta %s" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:139 -msgid "Blurring textures (OpenGL)" -msgstr "Texturas borradas (OpenGL)" +#. TRANSLATORS: char select dialog. player info message. +#: src/gui/windows/charselectdialog.cpp:227 +#, c-format +msgid "" +"Hp: %u/%u\n" +"Mp: %u/%u\n" +"Level: %u\n" +"Experience: %u\n" +"Money: %s" +msgstr "" +"Hp: %u/%u\n" +"Mp: %u/%u\n" +"Level: %u\n" +"Experiência: %u\n" +"Money: %s" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:143 -msgid "Gui opacity" -msgstr "Transparência de janelas" +#: src/gui/windows/charselectdialog.cpp:279 +msgid "Incorrect password" +msgstr "Senha incorreta" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:148 -msgid "Overhead text" -msgstr "Texto sobrescrito como:" +#. TRANSLATORS: char deletion question. +#: src/gui/windows/charselectdialog.cpp:419 +msgid "Enter password for deleting character" +msgstr "Entre com a senha para apagar o personagem" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:153 -msgid "Ambient FX" -msgstr "Ambiente FX" +#: src/gui/windows/charselectdialog.cpp:419 +msgid "Enter password:" +msgstr "Entre com a senha:" -#. TRANSLATORS: particle details -#: src/gui/widgets/tabs/setup_visual.cpp:167 -msgid "max" -msgstr "máximo" +#. TRANSLATORS: chat message +#: src/gui/windows/chatwindow.cpp:640 +#, c-format +msgid "Present: %s; %d players are present." +msgstr "Presentes: %s; %d jogadores estão presentes." -#: src/gui/widgets/tabs/setup_visual.cpp:168 -msgid "Particle detail" -msgstr "Detalhe de partículas" +#. TRANSLATORS: chat message +#: src/gui/windows/chatwindow.cpp:1083 +#, c-format +msgid "Whispering to %s: %s" +msgstr "Enviando MP para %s: %s" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:175 -msgid "Particle physics" -msgstr "Física de partículas" +#. TRANSLATORS: owners pet name. For example: 4144's pet +#: src/gui/windows/chatwindow.cpp:1528 +#, c-format +msgid "%s's pet" +msgstr "Animal de %s" -#. TRANSLATORS: settings group -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:180 -#: src/gui/widgets/tabs/setup_visual.cpp:187 -msgid "Gamma" -msgstr "Gamma" +#. TRANSLATORS: confirm dialog button +#: src/gui/windows/confirmdialog.cpp:55 +msgid "Yes" +msgstr "Sim" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:183 -msgid "Enable gamma control" -msgstr "Habilitar controle gamma" +#. TRANSLATORS: debug window tab +#: src/gui/windows/debugwindow.cpp:63 +msgid "Target" +msgstr "Alvo" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:196 -msgid "Vsync" -msgstr "Vsync" +#. TRANSLATORS: debug window tab +#: src/gui/windows/debugwindow.cpp:65 +msgid "Net" +msgstr "Rede" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:201 -msgid "Center game window" -msgstr "Centro da janela de jogo" +#. TRANSLATORS: did you know window name +#: src/gui/windows/didyouknowwindow.cpp:53 +msgid "Did You Know?" +msgstr "Você Sabia?" -#. TRANSLATORS: settings option -#: src/gui/widgets/tabs/setup_visual.cpp:206 -msgid "Allow screensaver to run" -msgstr "Permitir rodar proteção de tela" +#. TRANSLATORS: did you know window button +#: src/gui/windows/didyouknowwindow.cpp:60 +msgid "< Previous" +msgstr "< Anterior" -#. TRANSLATORS: settings group -#: src/gui/widgets/tabs/setup_visual.cpp:211 -msgid "Screenshots" -msgstr "Capturas de Tela" +#. TRANSLATORS: did you know window button +#: src/gui/windows/didyouknowwindow.cpp:62 +msgid "Next >" +msgstr "Próximo >" -#: src/gui/widgets/tabs/setup_visual.cpp:213 -msgid "Add water mark into screenshots" -msgstr "Adicionar marca d'água nas capturas de tela" +#. TRANSLATORS: did you know window checkbox +#: src/gui/windows/didyouknowwindow.cpp:64 +msgid "Auto open this window" +msgstr "Auto abrir esta janela" -#. TRANSLATORS: Attack filter tab name in social window. -#. TRANSLATORS: Should be small -#: src/gui/widgets/tabs/socialattacktab.h:51 -msgid "Atk" -msgstr "Ataque" +#. TRANSLATORS: edit server dialog name +#: src/gui/windows/editserverdialog.cpp:48 +msgid "Edit Server" +msgstr "Editar Servidor" -#. TRANSLATORS: mobs group name in social window -#: src/gui/widgets/tabs/socialattacktab.h:67 -msgid "Priority mobs" -msgstr "Mobs prioritarios" +#. TRANSLATORS: edit server dialog button +#. TRANSLATORS: servers dialog button +#: src/gui/windows/editserverdialog.cpp:57 +#: src/gui/windows/serverdialog.cpp:113 +msgid "Connect" +msgstr "Conectar" -#. TRANSLATORS: mobs group name in social window -#: src/gui/widgets/tabs/socialattacktab.h:69 -msgid "Attack mobs" -msgstr "Atacar mobs" +#. TRANSLATORS: edit server dialog label +#: src/gui/windows/editserverdialog.cpp:63 +msgid "Use same ip" +msgstr "Usar mesmo ip" -#. TRANSLATORS: mobs group name in social window -#: src/gui/widgets/tabs/socialattacktab.h:71 -msgid "Ignore mobs" -msgstr "Ignorar mobs" +#. TRANSLATORS: edit server dialog label +#: src/gui/windows/editserverdialog.cpp:76 +msgid "Address:" +msgstr "Endereço:" -#. TRANSLATORS: social window label -#: src/gui/widgets/tabs/socialfriendstab.h:119 -#, c-format -msgid "Friends: %u/%u" -msgstr "Amigos: %u/%u" +#. TRANSLATORS: edit server dialog label +#: src/gui/windows/editserverdialog.cpp:78 +msgid "Port:" +msgstr "Porta:" -#. TRANSLATORS: social window label -#: src/gui/widgets/tabs/socialguildtab2.h:95 -#: src/gui/widgets/tabs/socialguildtab.h:166 -#: src/gui/widgets/tabs/socialpartytab.h:158 -#, c-format -msgid "Players: %u/%u" -msgstr "Jogadores: %u/%u" +#. TRANSLATORS: edit server dialog label +#: src/gui/windows/editserverdialog.cpp:80 +msgid "Server type:" +msgstr "Tipo de servidor:" -#. TRANSLATORS: chat message -#: src/gui/widgets/tabs/socialguildtab.h:84 -#, c-format -msgid "Invited user %s to guild %s." -msgstr "Convidou o jogador %s para a guilda %s." +#. TRANSLATORS: edit server dialog label +#: src/gui/windows/editserverdialog.cpp:82 +msgid "Description:" +msgstr "Descrição:" -#: src/gui/widgets/tabs/socialguildtab.h:102 -#, c-format -msgid "Guild %s quit requested." -msgstr "Saída da Guilda %s requisitada." +#. TRANSLATORS: edit server dialog label +#: src/gui/windows/editserverdialog.cpp:84 +msgid "Online list url:" +msgstr "URL de lista online:" -#. TRANSLATORS: guild invite message -#: src/gui/widgets/tabs/socialguildtab.h:117 -msgid "Member Invite to Guild" -msgstr "Convite de membros para a Guilda." +#. TRANSLATORS: edit server dialog error message +#: src/gui/windows/editserverdialog.cpp:196 +msgid "Please at least type both the address and the port of the server." +msgstr "Por favor, pelo menos um dos dois tipos de portas de servidor." -#. TRANSLATORS: guild invite message -#: src/gui/widgets/tabs/socialguildtab.h:119 -#, c-format -msgid "Who would you like to invite to guild %s?" -msgstr "Quem você gostaria de convidar para a guilda %s?" +#. TRANSLATORS: font size +#: src/gui/windows/emotewindow.cpp:47 +msgid "Normal font" +msgstr "Fonte normal" -#. TRANSLATORS: guild leave message -#: src/gui/widgets/tabs/socialguildtab.h:129 -msgid "Leave Guild?" -msgstr "Sair da guilda?" +#. TRANSLATORS: emotes tab name +#: src/gui/windows/emotewindow.cpp:119 +msgid "Fonts" +msgstr "Fontes" -#. TRANSLATORS: guild leave message -#: src/gui/widgets/tabs/socialguildtab.h:131 -#, c-format -msgid "Are you sure you want to leave guild %s?" -msgstr "Tem certeza que deseja sair da guilda %s?" +#. TRANSLATORS: equipment window button +#. TRANSLATORS: inventory button +#: src/gui/windows/equipmentwindow.cpp:70 +#: src/gui/windows/inventorywindow.cpp:179 src/resources/itemtypemapdata.h:47 +#: src/resources/itemtypemapdata.h:51 src/resources/itemtypemapdata.h:55 +#: src/resources/itemtypemapdata.h:59 src/resources/itemtypemapdata.h:63 +#: src/resources/itemtypemapdata.h:67 src/resources/itemtypemapdata.h:71 +#: src/resources/itemtypemapdata.h:75 src/resources/itemtypemapdata.h:79 +#: src/resources/itemtypemapdata.h:83 src/resources/itemtypemapdata.h:87 +#: src/resources/itemtypemapdata.h:91 src/resources/itemtypemapdata.h:95 +msgid "Unequip" +msgstr "Desequipar" -#. TRANSLATORS: social window label -#: src/gui/widgets/tabs/socialguildtab.h:142 -#, c-format -msgid "Members: %u/%u" -msgstr "Membros: %u/%u" +#. TRANSLATORS: help window. button. +#: src/gui/windows/helpwindow.cpp:57 +msgid "Did you know..." +msgstr "Você sabia que ..." -#. TRANSLATORS: Navigation tab name in social window. -#. TRANSLATORS: Should be small -#: src/gui/widgets/tabs/socialnavigationtab.h:60 -msgid "Nav" -msgstr "Nav" +#. TRANSLATORS: inventory button +#. TRANSLATORS: outfits window button +#. TRANSLATORS: inventory button +#: src/gui/windows/inventorywindow.cpp:175 src/gui/windows/outfitwindow.cpp:68 +#: src/resources/itemtypemapdata.h:47 src/resources/itemtypemapdata.h:51 +#: src/resources/itemtypemapdata.h:55 src/resources/itemtypemapdata.h:59 +#: src/resources/itemtypemapdata.h:63 src/resources/itemtypemapdata.h:67 +#: src/resources/itemtypemapdata.h:71 src/resources/itemtypemapdata.h:75 +#: src/resources/itemtypemapdata.h:79 src/resources/itemtypemapdata.h:83 +#: src/resources/itemtypemapdata.h:87 src/resources/itemtypemapdata.h:91 +#: src/resources/itemtypemapdata.h:95 +msgid "Equip" +msgstr "Equipar" -#. TRANSLATORS: social window label -#: src/gui/widgets/tabs/socialnavigationtab.h:161 -#, c-format -msgid "Portals: %u/%u" -msgstr "Portais: %u/%u" +#. TRANSLATORS: item amount window button +#: src/gui/windows/itemamountwindow.cpp:165 +msgid "All" +msgstr "Tudo" -#. TRANSLATORS: tab in social window -#. TRANSLATORS: party chat tab name -#: src/gui/widgets/tabs/socialpartytab.h:51 src/net/ea/gui/partytab.cpp:48 -msgid "Party" -msgstr "Grupo" +#. TRANSLATORS: amount window message +#: src/gui/windows/itemamountwindow.cpp:221 +msgid "Select amount of items to trade." +msgstr "Selecionar quantidade de itens para negociar." -#: src/gui/widgets/tabs/socialpartytab.h:85 -#, c-format -msgid "Invited user %s to party." -msgstr "Convidou usuário %s para o grupo." +#. TRANSLATORS: amount window message +#: src/gui/windows/itemamountwindow.cpp:225 +msgid "Select amount of items to drop." +msgstr "Selecionar quantidade de itens para descartar." -#: src/gui/widgets/tabs/socialpartytab.h:102 -#, c-format -msgid "Party %s quit requested." -msgstr "Saída do grupo %s requisitada." +#. TRANSLATORS: amount window message +#: src/gui/windows/itemamountwindow.cpp:229 +msgid "Select amount of items to store." +msgstr "Escolha a quantidade de itens para armazenar." -#. TRANSLATORS: party invite message -#: src/gui/widgets/tabs/socialpartytab.h:117 -msgid "Member Invite to Party" -msgstr "Convite de membros para o grupo" +#. TRANSLATORS: amount window message +#: src/gui/windows/itemamountwindow.cpp:233 +msgid "Select amount of items to retrieve." +msgstr "Escolha a quantidade de itens para retirar." -#. TRANSLATORS: party invite message -#: src/gui/widgets/tabs/socialpartytab.h:119 -#, c-format -msgid "Who would you like to invite to party %s?" -msgstr "Quem você gostaria de convidar para o grupo %s?" +#. TRANSLATORS: amount window message +#: src/gui/windows/itemamountwindow.cpp:237 +msgid "Select amount of items to split." +msgstr "Selecionar quantidade de itens para dividir." -#. TRANSLATORS: party leave message -#: src/gui/widgets/tabs/socialpartytab.h:129 -msgid "Leave Party?" -msgstr "Sair do grupo?" +#. TRANSLATORS: amount window message +#: src/gui/windows/itemamountwindow.cpp:241 +msgid "Add to buy shop." +msgstr "Adicionar na loja de compra." -#. TRANSLATORS: party leave message -#: src/gui/widgets/tabs/socialpartytab.h:131 -#, c-format -msgid "Are you sure you want to leave party %s?" -msgstr "Tem certeza que deseja sair do grupo %s?" +#. TRANSLATORS: amount window message +#: src/gui/windows/itemamountwindow.cpp:245 +msgid "Add to sell shop." +msgstr "Adicionar na loja de venda." -#. TRANSLATORS: Pickup filter tab name in social window. -#. TRANSLATORS: Should be small -#: src/gui/widgets/tabs/socialpickuptab.h:51 -msgid "Pik" -msgstr "Pik" +#. TRANSLATORS: amount window message +#: src/gui/windows/itemamountwindow.cpp:249 +msgid "Unknown." +msgstr "Desconhecido." -#. TRANSLATORS: items group name in social window -#: src/gui/widgets/tabs/socialpickuptab.h:67 -msgid "Pickup items" -msgstr "Pegar itens" +#. TRANSLATORS: kill stats window button +#: src/gui/windows/killstats.cpp:54 +msgid "Reset stats" +msgstr "Resetar status" -#. TRANSLATORS: items group name in social window -#: src/gui/widgets/tabs/socialpickuptab.h:69 -msgid "Ignore items" -msgstr "Ignorar itens" +#. TRANSLATORS: kill stats window button +#: src/gui/windows/killstats.cpp:56 +msgid "Reset timer" +msgstr "Resetar tempo" -#. TRANSLATORS: social window label -#: src/gui/widgets/tabs/socialplayerstab.h:192 +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:61 src/gui/windows/killstats.cpp:175 +#: src/gui/windows/killstats.cpp:280 src/gui/windows/killstats.cpp:521 #, c-format -msgid "Visible players: %d" -msgstr "Jogadores visíveis: %d" +msgid "Kills: %s, total exp: %s" +msgstr "Mortes: %s Total exp: %s" -#. TRANSLATORS: short button name for who is online window. -#: src/gui/windowmenu.cpp:71 -msgid "ONL" -msgstr "ONL" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:64 src/gui/windows/killstats.cpp:177 +#: src/gui/windows/killstats.cpp:257 src/gui/windows/killstats.cpp:272 +#: src/gui/windows/killstats.cpp:523 +#, c-format +msgid "Avg Exp: %s" +msgstr "Média Exp: %s" -#: src/gui/windowmenu.cpp:72 -msgid "Who is online" -msgstr "Quem esta online" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:66 src/gui/windows/killstats.cpp:180 +#: src/gui/windows/killstats.cpp:262 src/gui/windows/killstats.cpp:276 +#: src/gui/windows/killstats.cpp:526 +#, c-format +msgid "No. of avg mob to next level: %s" +msgstr "Média de mob para próximo level: %s" -#. TRANSLATORS: short button name for help window. -#: src/gui/windowmenu.cpp:74 -msgid "HLP" -msgstr "AJU" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:69 src/gui/windows/killstats.cpp:191 +#: src/gui/windows/killstats.cpp:284 src/gui/windows/killstats.cpp:529 +#, c-format +msgid "Kills/Min: %s, Exp/Min: %s" +msgstr "Mortes/Min: %s Exp/Min: %s" -#. TRANSLATORS: short button name for quests window. -#: src/gui/windowmenu.cpp:77 -msgid "QE" -msgstr "MSS" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:73 src/gui/windows/killstats.cpp:78 +#: src/gui/windows/killstats.cpp:83 src/gui/windows/killstats.cpp:350 +#: src/gui/windows/killstats.cpp:369 src/gui/windows/killstats.cpp:390 +#, c-format +msgid "Exp speed per %d min: %s" +msgid_plural "Exp speed per %d min: %s" +msgstr[0] "Velocidade de exp por %d min: %s" +msgstr[1] "Velocidade de exp por %d mins: %s" -#. TRANSLATORS: quests window name -#: src/gui/windowmenu.cpp:78 src/gui/windows/questswindow.cpp:65 -msgid "Quests" -msgstr "Missões" +#: src/gui/windows/killstats.cpp:75 src/gui/windows/killstats.cpp:80 +#: src/gui/windows/killstats.cpp:86 +#, c-format +msgid "Time for next level per %d min: %s" +msgid_plural "Time for next level per %d min: %s" +msgstr[0] "Tempo para o próximo nível %d min: %s" +msgstr[1] "Tempo para o próximo nível %d mins: %s" -#. TRANSLATORS: short button name for bot checker window. -#: src/gui/windowmenu.cpp:80 -msgid "BC" -msgstr "AB" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:89 src/gui/windows/killstats.cpp:289 +msgid "Last kill exp:" +msgstr "Ultima exp por morte:" -#: src/gui/windowmenu.cpp:81 -msgid "Bot checker" -msgstr "Analisador de bot" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:92 src/gui/windows/killstats.cpp:421 +#: src/gui/windows/killstats.cpp:428 src/gui/windows/killstats.cpp:435 +#: src/gui/windows/killstats.cpp:441 +msgid "Time before jacko spawn:" +msgstr "Tempo para próxima aparição do JackO:" -#. TRANSLATORS: short button name for kill stats window. -#: src/gui/windowmenu.cpp:83 -msgid "KS" -msgstr "EST" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:129 src/gui/windows/killstats.cpp:242 +#, c-format +msgid "Level: %d at %f%%" +msgstr "Nível: %d em %f%%" -#. TRANSLATORS: kill stats window name -#: src/gui/windowmenu.cpp:84 src/gui/windows/killstats.cpp:49 -msgid "Kill stats" -msgstr "Estatísticas" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:134 src/gui/windows/killstats.cpp:247 +#, c-format +msgid "Exp: %d/%d Left: %d" +msgstr "Exp: %d%d Falta: %d" -#: src/gui/windowmenu.cpp:86 -msgid "Smilies" -msgstr "Smileys:" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:138 src/gui/windows/killstats.cpp:253 +#: src/gui/windows/killstats.cpp:267 +#, c-format +msgid "1%% = %d exp, avg mob for 1%%: %s" +msgstr "1%% = %d ex, avg mob por 1%%: %s" -#. TRANSLATORS: short button name for chat window. -#: src/gui/windowmenu.cpp:88 -msgid "CH" -msgstr "CH" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:356 src/gui/windows/killstats.cpp:365 +#: src/gui/windows/killstats.cpp:376 src/gui/windows/killstats.cpp:385 +#: src/gui/windows/killstats.cpp:398 src/gui/windows/killstats.cpp:407 +#, c-format +msgid " Time for next level: %s" +msgstr " Tempo para próximo nível: %s" -#. TRANSLATORS: short button name for status window. -#: src/gui/windowmenu.cpp:96 -msgid "STA" -msgstr "STA" +#. TRANSLATORS: kill stats window label +#: src/gui/windows/killstats.cpp:428 +#, c-format +msgid "%s %d?" +msgstr "%s %d?" -#: src/gui/windowmenu.cpp:97 -msgid "Status" -msgstr "Status" +#: src/gui/windows/killstats.cpp:435 +msgid "jacko spawning" +msgstr "Aparição do JackO" -#. TRANSLATORS: short button name for equipment window. -#: src/gui/windowmenu.cpp:99 -msgid "EQU" -msgstr "EQU" +#. TRANSLATORS: login dialog name +#. TRANSLATORS: login dialog button +#: src/gui/windows/logindialog.cpp:67 src/gui/windows/logindialog.cpp:84 +msgid "Login" +msgstr "Login" -#. TRANSLATORS: equipment window name -#. TRANSLATORS: inventory button -#: src/gui/windowmenu.cpp:100 src/gui/windows/equipmentwindow.cpp:63 -#: src/gui/windows/inventorywindow.cpp:200 -msgid "Equipment" -msgstr "Equipamento" +#. TRANSLATORS: login dialog label +#: src/gui/windows/logindialog.cpp:74 +msgid "Remember username" +msgstr "Lembrar usuário" -#. TRANSLATORS: short button name for inventory window. -#: src/gui/windowmenu.cpp:102 -msgid "INV" -msgstr "INV" +#. TRANSLATORS: login dialog label +#: src/gui/windows/logindialog.cpp:77 +msgid "Update:" +msgstr "Atualização:" -#. TRANSLATORS: inventory window name -#. TRANSLATORS: inventory type name -#: src/gui/windowmenu.cpp:103 src/gui/windows/inventorywindow.cpp:135 -#: src/inventory.cpp:262 -msgid "Inventory" -msgstr "Inventário" +#. TRANSLATORS: login dialog button +#: src/gui/windows/logindialog.cpp:82 +msgid "Change Server" +msgstr "Trocar servidor" -#. TRANSLATORS: short button name for map window. -#: src/gui/windowmenu.cpp:105 -msgid "MAP" -msgstr "MAP" +#. TRANSLATORS: login dialog button +#. TRANSLATORS: register dialog name +#. TRANSLATORS: register dialog. button. +#: src/gui/windows/logindialog.cpp:86 src/gui/windows/registerdialog.cpp:54 +#: src/gui/windows/registerdialog.cpp:63 +msgid "Register" +msgstr "Registrar" -#. TRANSLATORS: short button name for skills window. -#: src/gui/windowmenu.cpp:111 -msgid "SKI" -msgstr "HAB" +#. TRANSLATORS: login dialog checkbox +#: src/gui/windows/logindialog.cpp:88 +msgid "Custom update host" +msgstr "Atualizações customizadas" -#. TRANSLATORS: skills dialog name -#: src/gui/windowmenu.cpp:112 src/gui/windows/skilldialog.cpp:61 -msgid "Skills" -msgstr "Habilidades" +#. TRANSLATORS: login dialog label +#: src/gui/windows/logindialog.cpp:103 +msgid "Server:" +msgstr "Servidor:" -#. TRANSLATORS: short button name for social window. -#: src/gui/windowmenu.cpp:116 -msgid "SOC" -msgstr "SOC" +#. TRANSLATORS: login dialog label +#: src/gui/windows/logindialog.cpp:113 +#, c-format +msgid "Update host: %s" +msgstr "Atualizando Servidor: %s" -#. TRANSLATORS: full button name -#. TRANSLATORS: social window name -#: src/gui/windowmenu.cpp:118 src/gui/windows/socialwindow.cpp:60 -msgid "Social" -msgstr "Social" +#: src/gui/windows/logindialog.cpp:232 +msgid "Open register url" +msgstr "Abrir endereço de registro" -#. TRANSLATORS: short button name for shortcuts window. -#: src/gui/windowmenu.cpp:120 -msgid "SH" -msgstr "AT" +#: src/gui/windows/ministatuswindow.cpp:72 +msgid "health bar" +msgstr "Barra de Vida" -#. TRANSLATORS: short button name for spells window. -#: src/gui/windowmenu.cpp:124 -msgid "SP" -msgstr "FE" +#. TRANSLATORS: status bar name +#: src/gui/windows/ministatuswindow.cpp:83 +msgid "mana bar" +msgstr "Barra de Mana" -#. TRANSLATORS: short button name for drops window. -#: src/gui/windowmenu.cpp:128 -msgid "DR" -msgstr "DE" +#. TRANSLATORS: status bar name +#: src/gui/windows/ministatuswindow.cpp:87 +msgid "experience bar" +msgstr "Barra de experiencia" -#. TRANSLATORS: short button name for did you know window. -#: src/gui/windowmenu.cpp:132 -msgid "YK" -msgstr "YK" +#. TRANSLATORS: status bar name +#: src/gui/windows/ministatuswindow.cpp:92 +msgid "weight bar" +msgstr "Barra de Peso" -#. TRANSLATORS: full button name -#: src/gui/windowmenu.cpp:134 -msgid "Did you know" -msgstr "Você Sabia" +#. TRANSLATORS: status bar name +#: src/gui/windows/ministatuswindow.cpp:98 +msgid "inventory slots bar" +msgstr "Barra de slots no inventário" -#. TRANSLATORS: short button name for shop window. -#: src/gui/windowmenu.cpp:136 -msgid "SHP" -msgstr "LOJ" +#. TRANSLATORS: status bar name +#: src/gui/windows/ministatuswindow.cpp:102 +msgid "money bar" +msgstr "Barra de Dinheiro" -#. TRANSLATORS: short button name for outfits window. -#: src/gui/windowmenu.cpp:140 -msgid "OU" -msgstr "RO" +#. TRANSLATORS: status bar name +#: src/gui/windows/ministatuswindow.cpp:106 +msgid "arrows bar" +msgstr "Barra de flechas" -#. TRANSLATORS: short button name for updates window. -#: src/gui/windowmenu.cpp:144 -msgid "UP" -msgstr "CIMA" +#. TRANSLATORS: status bar name +#: src/gui/windows/ministatuswindow.cpp:111 +msgid "status bar" +msgstr "Barra de Status" -#. TRANSLATORS: full button name -#: src/gui/windowmenu.cpp:146 -msgid "Updates" -msgstr "Atualizações" +#: src/gui/windows/ministatuswindow.cpp:135 +msgid "job bar" +msgstr "Barra de Job" -#. TRANSLATORS: short button name for debug window. -#: src/gui/windowmenu.cpp:148 -msgid "DBG" -msgstr "DBG" +#. TRANSLATORS: status bar label +#. TRANSLATORS: status window label +#: src/gui/windows/ministatuswindow.cpp:342 +#: src/gui/windows/statuswindow.cpp:247 +#, c-format +msgid "Level: %d (GM %d)" +msgstr "Nível: %d (GM %d)" -#. TRANSLATORS: short button name for windows list menu. -#: src/gui/windowmenu.cpp:157 -msgid "WIN" -msgstr "WIN" +#. TRANSLATORS: status bar label +#. TRANSLATORS: status window label +#: src/gui/windows/ministatuswindow.cpp:349 +#: src/gui/windows/statuswindow.cpp:73 src/gui/windows/statuswindow.cpp:254 +#: src/gui/windows/statuswindow.cpp:379 +#, c-format +msgid "Level: %d" +msgstr "Nível: %d" -#. TRANSLATORS: short button name for setup window. -#: src/gui/windowmenu.cpp:161 -msgid "SET" -msgstr "CON" +#. TRANSLATORS: status bar label +#: src/gui/windows/ministatuswindow.cpp:365 +#: src/gui/windows/ministatuswindow.cpp:403 +msgid "Need" +msgstr "Precisa" -#. TRANSLATORS: short key name -#. TRANSLATORS: outfits window label -#: src/gui/windowmenu.cpp:296 src/gui/windows/outfitwindow.cpp:78 -#: src/gui/windows/outfitwindow.cpp:572 +#. TRANSLATORS: job bar label +#: src/gui/windows/ministatuswindow.cpp:389 #, c-format -msgid "Key: %s" -msgstr "Tecla: %s" +msgid "Job level: %d" +msgstr "Nível Job: %d" -#. TRANSLATORS: bot checker window header -#: src/gui/windows/botcheckerwindow.cpp:45 -msgid "Bot Checker" -msgstr "Analizador de bot" +#. TRANSLATORS: npc dialog button +#: src/gui/windows/npcdialog.cpp:72 +msgid "Stop waiting" +msgstr "Parar de esperar" -#. TRANSLATORS: bot checker window button #. TRANSLATORS: npc dialog button -#: src/gui/windows/botcheckerwindow.cpp:54 src/gui/windows/npcdialog.cpp:118 -msgid "Reset" -msgstr "Resetar" +#: src/gui/windows/npcdialog.cpp:74 +msgid "Next" +msgstr "Próximo" -#. TRANSLATORS: bot checker window table header -#: src/gui/windows/botcheckerwindow.cpp:95 -msgid "Result" -msgstr "Resultado" +#. TRANSLATORS: npc dialog button +#: src/gui/windows/npcdialog.cpp:78 +msgid "Submit" +msgstr "Enviar" -#. TRANSLATORS: buy dialog name -#: src/gui/windows/buydialog.cpp:168 -msgid "Create items" -msgstr "Criar itens" +#. TRANSLATORS: npc dialog button +#. TRANSLATORS: servers dialog button +#. TRANSLATORS: shop window label +#. TRANSLATORS: shop window button +#. TRANSLATORS: trade window button +#: src/gui/windows/npcdialog.cpp:116 src/gui/windows/serverdialog.cpp:115 +#: src/gui/windows/shopwindow.cpp:100 src/gui/windows/shopwindow.cpp:107 +#: src/gui/windows/tradewindow.cpp:84 +msgid "Add" +msgstr "Adicionar" -#. TRANSLATORS: buy dialog label -#. TRANSLATORS: sell dialog label -#: src/gui/windows/buydialog.cpp:241 src/gui/windows/buydialog.cpp:526 -#: src/gui/windows/selldialog.cpp:115 src/gui/windows/selldialog.cpp:370 +#. TRANSLATORS: label in npc post dialog +#: src/gui/windows/npcpostdialog.cpp:62 +msgid "To:" +msgstr "Para:" + +#. TRANSLATORS: button in npc post dialog +#: src/gui/windows/npcpostdialog.cpp:69 +msgid "Send" +msgstr "Enviar" + +#. TRANSLATORS: npc post message error +#: src/gui/windows/npcpostdialog.cpp:116 +msgid "Failed to send as sender or letter invalid." +msgstr "Falha ao enviar como remetente ou a carta é inválida." + +#. TRANSLATORS: outfits window label +#: src/gui/windows/outfitwindow.cpp:70 src/gui/windows/outfitwindow.cpp:566 #, c-format -msgid "Price: %s / Total: %s" -msgstr "Preço: %s / Total: %s" +msgid "Outfit: %d" +msgstr "Roupas: %d" -#. TRANSLATORS: buy dialog label -#: src/gui/windows/buydialog.cpp:250 -msgid "Amount:" -msgstr "Quantidade:" +#. TRANSLATORS: outfits window checkbox +#: src/gui/windows/outfitwindow.cpp:72 +msgid "Unequip first" +msgstr "Desequipar antes" -#. TRANSLATORS: This is a narrow symbol used to denote 'increasing'. -#. You may change this symbol if your language uses another. -#. TRANSLATORS: item amount window button -#. TRANSLATORS: npc dialog button -#. TRANSLATORS: sell dialog button -#. TRANSLATORS: status window label (plus sign) -#: src/gui/windows/buydialog.cpp:255 src/gui/windows/itemamountwindow.cpp:159 -#: src/gui/windows/itemamountwindow.cpp:194 src/gui/windows/npcdialog.cpp:107 -#: src/gui/windows/selldialog.cpp:119 src/gui/windows/statuswindow.cpp:747 -msgid "+" -msgstr "+" +#. TRANSLATORS: outfits window checkbox +#: src/gui/windows/outfitwindow.cpp:75 +msgid "Away outfit" +msgstr "Roupas em modo ausente" -#. TRANSLATORS: This is a narrow symbol used to denote 'decreasing'. -#. You may change this symbol if your language uses another. -#. TRANSLATORS: item amount window button -#. TRANSLATORS: npc dialog button -#. TRANSLATORS: sell dialog button -#. TRANSLATORS: status window label (minus sign) -#: src/gui/windows/buydialog.cpp:258 src/gui/windows/itemamountwindow.cpp:157 -#: src/gui/windows/itemamountwindow.cpp:191 src/gui/windows/npcdialog.cpp:109 -#: src/gui/windows/selldialog.cpp:121 src/gui/windows/statuswindow.cpp:760 -msgid "-" -msgstr "-" +#. TRANSLATORS: quit dialog button +#: src/gui/windows/quitdialog.cpp:65 +msgid "Switch server" +msgstr "Trocar servidor" -#. TRANSLATORS: char create dialog button -#. TRANSLATORS: char select dialog. button. -#. TRANSLATORS: social window button -#: src/gui/windows/buydialog.cpp:261 src/gui/windows/charcreatedialog.cpp:126 -#: src/gui/windows/charselectdialog.cpp:569 -#: src/gui/windows/socialwindow.cpp:83 -msgid "Create" -msgstr "Criar" +#. TRANSLATORS: quit dialog button +#: src/gui/windows/quitdialog.cpp:68 +msgid "Switch character" +msgstr "Trocar de Personagem" -#. TRANSLATORS: buy dialog button -#. TRANSLATORS: sell dialog button -#. TRANSLATORS: status bar label -#. TRANSLATORS: status window label -#. TRANSLATORS: status bar label -#: src/gui/windows/buydialog.cpp:265 src/gui/windows/selldialog.cpp:127 -#: src/gui/windows/statuswindow.cpp:490 src/gui/windows/statuswindow.cpp:545 -#: src/gui/windows/statuswindow.cpp:744 src/gui/windows/statuswindow.cpp:776 -msgid "Max" -msgstr "Máximo" +#. TRANSLATORS: register dialog. label. +#: src/gui/windows/registerdialog.cpp:81 +msgid "Confirm:" +msgstr "Confirmar:" -#. TRANSLATORS: change email dialog header -#. TRANSLATORS: button in change email dialog -#: src/gui/windows/changeemaildialog.cpp:49 -#: src/gui/windows/changeemaildialog.cpp:54 -msgid "Change Email Address" -msgstr "Alterar e-mail" +#. TRANSLATORS: register dialog. label. +#: src/gui/windows/registerdialog.cpp:121 +msgid "Email:" +msgstr "Email:" -#. TRANSLATORS: label in change email dialog -#. TRANSLATORS: change password dialog label -#: src/gui/windows/changeemaildialog.cpp:62 -#: src/gui/windows/changepassworddialog.cpp:65 +#. TRANSLATORS: error message +#: src/gui/windows/registerdialog.cpp:192 #, c-format -msgid "Account: %s" -msgstr "Conta: %s" +msgid "The username needs to be at least %u characters long." +msgstr "O nome do usuário precisa ter pelo menos %u caracteres." -#. TRANSLATORS: label in change email dialog -#: src/gui/windows/changeemaildialog.cpp:66 -msgid "Type new email address twice:" -msgstr "Digite o novo email duas vezes:" +#. TRANSLATORS: error message +#: src/gui/windows/registerdialog.cpp:201 +#, c-format +msgid "The username needs to be less than %u characters long." +msgstr "O nome do usuário deve ser menor que %u caracteres." -#. TRANSLATORS: change email error -#: src/gui/windows/changeemaildialog.cpp:140 +#. TRANSLATORS: error message +#. TRANSLATORS: unregister dialog. error message. +#: src/gui/windows/registerdialog.cpp:210 +#: src/gui/windows/unregisterdialog.cpp:130 #, c-format -msgid "The new email address needs to be at least %u characters long." -msgstr "O novo email deve ter pelo menos %u caracteres." +msgid "The password needs to be at least %u characters long." +msgstr "A senha deve ter pelo menos %u caracteres." -#. TRANSLATORS: change email error -#: src/gui/windows/changeemaildialog.cpp:148 +#. TRANSLATORS: error message +#. TRANSLATORS: unregister dialog. error message. +#: src/gui/windows/registerdialog.cpp:219 +#: src/gui/windows/unregisterdialog.cpp:137 #, c-format -msgid "The new email address needs to be less than %u characters long." -msgstr "A nova senha deve ter menos que %u caracteres." +msgid "The password needs to be less than %u characters long." +msgstr "A senha deve ser menor que %u caracteres." -#. TRANSLATORS: change email error -#: src/gui/windows/changeemaildialog.cpp:156 -msgid "The email address entries mismatch." -msgstr "Os emails informados não são iguais." +#. TRANSLATORS: error message +#: src/gui/windows/registerdialog.cpp:227 +msgid "Passwords do not match." +msgstr "Senhas não conferem." -#. TRANSLATORS: change password window name -#. TRANSLATORS: change password dialog button -#. TRANSLATORS: char select dialog. button. -#: src/gui/windows/changepassworddialog.cpp:50 -#: src/gui/windows/changepassworddialog.cpp:56 -#: src/gui/windows/charselectdialog.cpp:69 -msgid "Change Password" -msgstr "Alterar senha" +#. TRANSLATORS: sell confirmation header +#: src/gui/windows/selldialog.cpp:260 +msgid "sell item" +msgstr "Vender itens" -#. TRANSLATORS: change password dialog label -#. TRANSLATORS: login dialog label -#. TRANSLATORS: register dialog. label. -#. TRANSLATORS: unregister dialog. label. -#: src/gui/windows/changepassworddialog.cpp:69 -#: src/gui/windows/logindialog.cpp:109 src/gui/windows/registerdialog.cpp:79 -#: src/gui/windows/unregisterdialog.cpp:67 -msgid "Password:" -msgstr "Senha:" +#. TRANSLATORS: sell confirmation message +#: src/gui/windows/selldialog.cpp:262 +#, c-format +msgid "Do you really want to sell %s?" +msgstr "Você realmente quer vender: %s?" -#. TRANSLATORS: change password dialog label -#: src/gui/windows/changepassworddialog.cpp:72 -msgid "Type new password twice:" -msgstr "Digite a nova senha duas vezes:" +#. TRANSLATORS: servers dialog name +#: src/gui/windows/serverdialog.cpp:102 +msgid "Choose Your Server" +msgstr "Escolha seu servidor" -#. TRANSLATORS: change password error -#: src/gui/windows/changepassworddialog.cpp:121 -msgid "Enter the old password first." -msgstr "Primeiro entre com a antiga senha." +#. TRANSLATORS: servers dialog button +#: src/gui/windows/serverdialog.cpp:121 +msgid "Load" +msgstr "Carregar" -#. TRANSLATORS: change password error -#: src/gui/windows/changepassworddialog.cpp:128 +#. TRANSLATORS: servers dialog name +#: src/gui/windows/serverdialog.cpp:135 +msgid "Choose Your Server *** SAFE MODE ***" +msgstr "Escolha seu servidor *** MODO SEGURO ***" + +#. TRANSLATORS: servers dialog checkbox +#: src/gui/windows/serverdialog.cpp:144 +msgid "Use same ip for game sub servers" +msgstr "Usar o mesmo ip para os sub servidores do jogo" + +#. TRANSLATORS: servers dialog label +#: src/gui/windows/serverdialog.cpp:396 #, c-format -msgid "The new password needs to be at least %u characters long." -msgstr "A nova senha deve ter pelo menos %u caracteres." +msgid "Downloading server list...%2.2f%%" +msgstr "Baixando lista de servidores...%2.2f%%" -#. TRANSLATORS: change password error -#: src/gui/windows/changepassworddialog.cpp:136 +#. TRANSLATORS: servers dialog label +#: src/gui/windows/serverdialog.cpp:402 +msgid "Waiting for server..." +msgstr "Aguardando servidor..." + +#. TRANSLATORS: servers dialog label +#: src/gui/windows/serverdialog.cpp:407 +msgid "Preparing download" +msgstr "Preparando download" + +#. TRANSLATORS: servers dialog label +#: src/gui/windows/serverdialog.cpp:412 +msgid "Error retreiving server list!" +msgstr "Erro ao recuperar lista!" + +#. TRANSLATORS: servers dialog label +#: src/gui/windows/serverdialog.cpp:502 +msgid "requires a newer version" +msgstr "requer uma versão mais nova" + +#. TRANSLATORS: servers dialog label +#: src/gui/windows/serverdialog.cpp:507 #, c-format -msgid "The new password needs to be less than %u characters long." -msgstr "A nova senha deve ser menor que %u caracteres." +msgid "requires v%s" +msgstr "requer v%s" -#. TRANSLATORS: change password error -#: src/gui/windows/changepassworddialog.cpp:144 -msgid "The new password entries mismatch." -msgstr "As novas senhas não são iguais." +#. TRANSLATORS: setup button +#: src/gui/windows/setupwindow.cpp:93 +msgid "Apply" +msgstr "Aplicar" -#. TRANSLATORS: char create dialog name -#: src/gui/windows/charcreatedialog.cpp:76 -msgid "New Character" -msgstr "Novo Personagem" +#. TRANSLATORS: setup button +#: src/gui/windows/setupwindow.cpp:99 +msgid "Reset Windows" +msgstr "Restaurar janelas" -#. TRANSLATORS: char create dialog label -#. TRANSLATORS: edit server dialog label -#. TRANSLATORS: login dialog label -#. TRANSLATORS: register dialog. label. -#: src/gui/windows/charcreatedialog.cpp:82 -#: src/gui/windows/editserverdialog.cpp:74 src/gui/windows/logindialog.cpp:107 -#: src/gui/windows/registerdialog.cpp:77 -msgid "Name:" -msgstr "Nome:" +#. TRANSLATORS: shop window name +#: src/gui/windows/shopwindow.cpp:81 +msgid "Personal Shop" +msgstr "Loja pessoal" -#. TRANSLATORS: This is a narrow symbol used to denote 'next'. -#. You may change this symbol if your language uses another. -#. TRANSLATORS: char create dialog button -#. TRANSLATORS: outfits window button -#: src/gui/windows/charcreatedialog.cpp:86 -#: src/gui/windows/charcreatedialog.cpp:95 -#: src/gui/windows/charcreatedialog.cpp:112 -#: src/gui/windows/charcreatedialog.cpp:192 -#: src/gui/windows/charcreatedialog.cpp:202 -#: src/gui/windows/outfitwindow.cpp:66 -msgid ">" -msgstr ">" +#. TRANSLATORS: shop window label +#: src/gui/windows/shopwindow.cpp:96 +msgid "Buy items" +msgstr "Comprar itens" -#. TRANSLATORS: This is a narrow symbol used to denote 'previous'. -#. You may change this symbol if your language uses another. -#. TRANSLATORS: char create dialog button -#. TRANSLATORS: outfits window button -#: src/gui/windows/charcreatedialog.cpp:90 -#: src/gui/windows/charcreatedialog.cpp:97 -#: src/gui/windows/charcreatedialog.cpp:194 -#: src/gui/windows/charcreatedialog.cpp:204 -#: src/gui/windows/outfitwindow.cpp:64 -msgid "<" -msgstr "<" +#. TRANSLATORS: shop window label +#: src/gui/windows/shopwindow.cpp:98 +msgid "Sell items" +msgstr "Vender itens" + +#. TRANSLATORS: shop window label +#. TRANSLATORS: shop window button +#: src/gui/windows/shopwindow.cpp:104 src/gui/windows/shopwindow.cpp:111 +msgid "Announce" +msgstr "Anúncio" -#. TRANSLATORS: char create dialog label -#: src/gui/windows/charcreatedialog.cpp:92 -msgid "Hair color:" -msgstr "Cor do Cabelo:" +#. TRANSLATORS: shop window checkbox +#: src/gui/windows/shopwindow.cpp:115 +msgid "Show links in announce" +msgstr "Mostrar links em anúncio" -#. TRANSLATORS: char create dialog label -#: src/gui/windows/charcreatedialog.cpp:99 -msgid "Hair style:" -msgstr "Estilo do Cabelo:" +#. TRANSLATORS: shop window button +#: src/gui/windows/shopwindow.cpp:177 src/gui/windows/shopwindow.cpp:180 +msgid "Auction" +msgstr "Leilão" -#. TRANSLATORS: char create dialog button -#: src/gui/windows/charcreatedialog.cpp:110 -msgid "^" -msgstr "^" +#. TRANSLATORS: shop window dialog +#. TRANSLATORS: trade message +#: src/gui/windows/shopwindow.cpp:791 src/net/ea/tradehandler.cpp:100 +msgid "Request for Trade" +msgstr "Proposta de negociação" -#. TRANSLATORS: char create dialog button -#. TRANSLATORS: register dialog. button. -#: src/gui/windows/charcreatedialog.cpp:114 -#: src/gui/windows/registerdialog.cpp:98 -msgid "Male" -msgstr "Homem" +#: src/gui/windows/shopwindow.cpp:791 +#, c-format +msgid "%s wants to %s %s do you accept?" +msgstr "%s quer %s %s você aceita?" -#. TRANSLATORS: char create dialog button -#. TRANSLATORS: register dialog. button. -#: src/gui/windows/charcreatedialog.cpp:116 -#: src/gui/windows/registerdialog.cpp:100 -msgid "Female" -msgstr "Mulher" +#. TRANSLATORS: skills dialog button +#: src/gui/windows/skilldialog.cpp:70 +msgid "Up" +msgstr "+" -#. TRANSLATORS: char create dialog label -#: src/gui/windows/charcreatedialog.cpp:124 -#: src/gui/windows/charcreatedialog.cpp:480 +#. TRANSLATORS: skills dialog label +#: src/gui/windows/skilldialog.cpp:191 #, c-format -msgid "Please distribute %d points" -msgstr "Por favor distribua %d pontos" +msgid "Skill points available: %d" +msgstr "Pontos de habilidade disponíveis: %d" -#. TRANSLATORS: char create dialog label -#: src/gui/windows/charcreatedialog.cpp:196 -msgid "Race:" -msgstr "Corrida:" +#. TRANSLATORS: skills dialog default skill tab +#: src/gui/windows/skilldialog.cpp:251 +#, c-format +msgid "Skill Set %d" +msgstr "Habilidade %d" -#. TRANSLATORS: char create dialog label -#: src/gui/windows/charcreatedialog.cpp:206 -msgid "Look:" -msgstr "Aparência:" +#. TRANSLATORS: skills dialog. skill id +#: src/gui/windows/skilldialog.cpp:287 +#, c-format +msgid "Skill %d" +msgstr "Habilidade %d" -#. TRANSLATORS: char creation error -#: src/gui/windows/charcreatedialog.cpp:370 -msgid "Your name needs to be at least 4 characters." -msgstr "Seu nome deve ter pelo menos 4 caracteres." +#. TRANSLATORS: here P is title for visible players tab in social window +#: src/gui/windows/socialwindow.cpp:74 +msgid "P" +msgstr "J" -#. TRANSLATORS: char create dialog label -#: src/gui/windows/charcreatedialog.cpp:470 -msgid "Character stats OK" -msgstr "Atributos do personagem OK" +#. TRANSLATORS: here F is title for friends tab in social window +#: src/gui/windows/socialwindow.cpp:79 +msgid "F" +msgstr "A" -#. TRANSLATORS: char create dialog label -#: src/gui/windows/charcreatedialog.cpp:486 +#. TRANSLATORS: social window button +#: src/gui/windows/socialwindow.cpp:85 +msgid "Invite" +msgstr "Convidar" + +#. TRANSLATORS: chat message +#: src/gui/windows/socialwindow.cpp:273 #, c-format -msgid "Please remove %d points" -msgstr "Por favor remova %d pontos" +msgid "Accepted party invite from %s." +msgstr "Aceitou convite para o grupo de %s." -#. TRANSLATORS: char deletion message -#: src/gui/windows/chardeleteconfirm.h:41 -msgid "Confirm Character Delete" -msgstr "Confimar exclusão do personagem" +#. TRANSLATORS: chat message +#: src/gui/windows/socialwindow.cpp:284 +#, c-format +msgid "Rejected party invite from %s." +msgstr "Rejeitou convite para o grupo de %s." -#. TRANSLATORS: char deletion message -#: src/gui/windows/chardeleteconfirm.h:43 -msgid "Are you sure you want to delete this character?" -msgstr "Tem certeza que deseja excluir este personagem?" +#. TRANSLATORS: chat message +#: src/gui/windows/socialwindow.cpp:301 +#, c-format +msgid "Accepted guild invite from %s." +msgstr "Aceitou convite para a guilda de %s." -#. TRANSLATORS: char select dialog name -#: src/gui/windows/charselectdialog.cpp:60 +#. TRANSLATORS: chat message +#: src/gui/windows/socialwindow.cpp:315 #, c-format -msgid "Account %s (last login time %s)" -msgstr "Conta %s (Último acesso em %s)" +msgid "Rejected guild invite from %s." +msgstr "Rejeitou convite para a guilda de %s." -#. TRANSLATORS: char select dialog. button. -#: src/gui/windows/charselectdialog.cpp:67 -msgid "Switch Login" -msgstr "Trocar Login" +#. TRANSLATORS: chat message +#: src/gui/windows/socialwindow.cpp:355 +#, c-format +msgid "Creating guild called %s." +msgstr "Criando guilda chamada %s." -#. TRANSLATORS: char select dialog. button. -#. TRANSLATORS: updater window button -#: src/gui/windows/charselectdialog.cpp:74 -#: src/gui/windows/charselectdialog.cpp:564 -#: src/gui/windows/updaterwindow.cpp:195 -msgid "Play" -msgstr "Jogar" +#. TRANSLATORS: chat message +#: src/gui/windows/socialwindow.cpp:376 +#, c-format +msgid "Creating party called %s." +msgstr "Criando grupo chamado %s." -#. TRANSLATORS: char select dialog. button. -#. TRANSLATORS: info message -#: src/gui/windows/charselectdialog.cpp:76 -#: src/net/ea/charserverhandler.cpp:223 -msgid "Info" -msgstr "Informações" +#. TRANSLATORS: guild creation message +#: src/gui/windows/socialwindow.cpp:391 +msgid "Guild Name" +msgstr "Nome da guilda" -#. TRANSLATORS: char select dialog. button. -#. TRANSLATORS: unregister dialog name -#. TRANSLATORS: unregister dialog. button. -#: src/gui/windows/charselectdialog.cpp:103 -#: src/gui/windows/unregisterdialog.cpp:49 -#: src/gui/windows/unregisterdialog.cpp:54 -msgid "Unregister" -msgstr "Cancelar Registro" +#. TRANSLATORS: guild creation message +#: src/gui/windows/socialwindow.cpp:393 +msgid "Choose your guild's name." +msgstr "Escolha o nome da sua guilda." -#. TRANSLATORS: char select dialog. button. -#: src/gui/windows/charselectdialog.cpp:115 -msgid "Change Email" -msgstr "Alterar email" +#. TRANSLATORS: chat message +#: src/gui/windows/socialwindow.cpp:409 +msgid "Received guild request, but one already exists." +msgstr "Requisição de guilda recebida, mas já existe uma." -#. TRANSLATORS: char select dialog name -#: src/gui/windows/charselectdialog.cpp:153 +#. TRANSLATORS: chat message +#: src/gui/windows/socialwindow.cpp:417 #, c-format -msgid "Account %s" -msgstr "Conta %s" +msgid "%s has invited you to join the guild %s." +msgstr "%s te convidou para entrar na guilda %s." -#. TRANSLATORS: char select dialog. player info message. -#: src/gui/windows/charselectdialog.cpp:227 +#. TRANSLATORS: guild invite message +#: src/gui/windows/socialwindow.cpp:424 +msgid "Accept Guild Invite" +msgstr "Aceitar convite para a guilda" + +#. TRANSLATORS: chat message +#: src/gui/windows/socialwindow.cpp:440 +msgid "Received party request, but one already exists." +msgstr "Requisição de grupo recebida, mas já existe um." + +#. TRANSLATORS: party invite message +#: src/gui/windows/socialwindow.cpp:452 +msgid "You have been invited you to join a party." +msgstr "Você foi convidado(a) para entrar em um grupo." + +#. TRANSLATORS: party invite message +#: src/gui/windows/socialwindow.cpp:457 #, c-format -msgid "" -"Hp: %u/%u\n" -"Mp: %u/%u\n" -"Level: %u\n" -"Experience: %u\n" -"Money: %s" -msgstr "" -"Hp: %u/%u\n" -"Mp: %u/%u\n" -"Level: %u\n" -"Experiência: %u\n" -"Money: %s" +msgid "You have been invited to join the %s party." +msgstr "Você foi convidado(a) para entrar no grupo %s." -#: src/gui/windows/charselectdialog.cpp:279 -msgid "Incorrect password" -msgstr "Senha incorreta" +#. TRANSLATORS: party invite message +#: src/gui/windows/socialwindow.cpp:466 +#, c-format +msgid "%s has invited you to join their party." +msgstr "%s te convidou para entrar em seu grupo." + +#. TRANSLATORS: party invite message +#: src/gui/windows/socialwindow.cpp:472 +#, c-format +msgid "%s has invited you to join the %s party." +msgstr "%s te convidou para entrar no grupo %s." + +#. TRANSLATORS: party invite message +#: src/gui/windows/socialwindow.cpp:482 +msgid "Accept Party Invite" +msgstr "Aceitar convite para o grupo" + +#: src/gui/windows/socialwindow.cpp:498 +msgid "Cannot create party. You are already in a party" +msgstr "Não foi possível criar o grupo. Você já faz parte de um." + +#. TRANSLATORS: party creation message +#: src/gui/windows/socialwindow.cpp:507 +msgid "Party Name" +msgstr "Nome do grupo" + +#. TRANSLATORS: party creation message +#: src/gui/windows/socialwindow.cpp:509 +msgid "Choose your party's name." +msgstr "Escolha o nome do seu grupo." + +#. TRANSLATORS: status window label +#: src/gui/windows/statuswindow.cpp:77 +msgid "HP:" +msgstr "HP:" -#. TRANSLATORS: char deletion question. -#: src/gui/windows/charselectdialog.cpp:419 -msgid "Enter password for deleting character" -msgstr "Entre com a senha para apagar o personagem" +#. TRANSLATORS: status window label +#: src/gui/windows/statuswindow.cpp:80 +msgid "Exp:" +msgstr "Exp:" -#: src/gui/windows/charselectdialog.cpp:419 -msgid "Enter password:" -msgstr "Entre com a senha:" +#. TRANSLATORS: status window label +#: src/gui/windows/statuswindow.cpp:139 +msgid "MP:" +msgstr "MP:" -#. TRANSLATORS: chat message -#: src/gui/windows/chatwindow.cpp:639 +#. TRANSLATORS: status window label +#: src/gui/windows/statuswindow.cpp:182 src/gui/windows/statuswindow.cpp:305 #, c-format -msgid "Present: %s; %d players are present." -msgstr "Presentes: %s; %d jogadores estão presentes." +msgid "Job: %d" +msgstr "Job: %d" -#. TRANSLATORS: chat message -#: src/gui/windows/chatwindow.cpp:1082 +#. TRANSLATORS: status window label +#: src/gui/windows/statuswindow.cpp:184 +msgid "Job:" +msgstr "Job:" + +#. TRANSLATORS: status window label +#: src/gui/windows/statuswindow.cpp:240 src/gui/windows/statuswindow.cpp:351 #, c-format -msgid "Whispering to %s: %s" -msgstr "Enviando MP para %s: %s" +msgid "Character points: %d" +msgstr "Pontos do personagem: %d" -#. TRANSLATORS: owners pet name. For example: 4144's pet -#: src/gui/windows/chatwindow.cpp:1527 +#. TRANSLATORS: status window label +#: src/gui/windows/statuswindow.cpp:366 #, c-format -msgid "%s's pet" -msgstr "Animal de %s" +msgid "Correction points: %d" +msgstr "Pontos de correção: %d" -#. TRANSLATORS: confirm dialog button -#: src/gui/windows/confirmdialog.cpp:55 -msgid "Yes" -msgstr "Sim" +#. TRANSLATORS: command editor name +#: src/gui/windows/textcommandeditor.cpp:49 +msgid "Command Editor" +msgstr "Editor de comandos" -#. TRANSLATORS: debug window tab -#: src/gui/windows/debugwindow.cpp:63 -msgid "Target" -msgstr "Alvo" +#. TRANSLATORS: command editor button +#: src/gui/windows/textcommandeditor.cpp:54 +msgid "magic" +msgstr "Feitiço" -#. TRANSLATORS: debug window tab -#: src/gui/windows/debugwindow.cpp:65 -msgid "Net" -msgstr "Rede" +#. TRANSLATORS: command editor button +#: src/gui/windows/textcommandeditor.cpp:56 +msgid "other" +msgstr "Outro" -#. TRANSLATORS: did you know window name -#: src/gui/windows/didyouknowwindow.cpp:53 -msgid "Did You Know?" -msgstr "Você Sabia?" +#. TRANSLATORS: command editor label +#: src/gui/windows/textcommandeditor.cpp:58 +msgid "Symbol:" +msgstr "Símbolo:" -#. TRANSLATORS: did you know window button -#: src/gui/windows/didyouknowwindow.cpp:60 -msgid "< Previous" -msgstr "< Anterior" +#. TRANSLATORS: command editor label +#: src/gui/windows/textcommandeditor.cpp:61 +msgid "Command:" +msgstr "Comando:" -#. TRANSLATORS: did you know window button -#: src/gui/windows/didyouknowwindow.cpp:62 -msgid "Next >" -msgstr "Próximo >" +#. TRANSLATORS: command editor label +#: src/gui/windows/textcommandeditor.cpp:64 +msgid "Comment:" +msgstr "Comentario:" -#. TRANSLATORS: did you know window checkbox -#: src/gui/windows/didyouknowwindow.cpp:64 -msgid "Auto open this window" -msgstr "Auto abrir esta janela" +#. TRANSLATORS: command editor label +#: src/gui/windows/textcommandeditor.cpp:68 +msgid "Target Type:" +msgstr "Tipo de alvo:" -#. TRANSLATORS: edit server dialog name -#: src/gui/windows/editserverdialog.cpp:48 -msgid "Edit Server" -msgstr "Editar Servidor" +#. TRANSLATORS: command editor label +#: src/gui/windows/textcommandeditor.cpp:72 +msgid "Icon:" +msgstr "Icone:" -#. TRANSLATORS: edit server dialog button -#. TRANSLATORS: servers dialog button -#: src/gui/windows/editserverdialog.cpp:57 -#: src/gui/windows/serverdialog.cpp:113 -msgid "Connect" -msgstr "Conectar" +#. TRANSLATORS: command editor label +#: src/gui/windows/textcommandeditor.cpp:75 +msgid "Mana:" +msgstr "Mana:" -#. TRANSLATORS: edit server dialog label -#: src/gui/windows/editserverdialog.cpp:63 -msgid "Use same ip" -msgstr "Usar mesmo ip" +#. TRANSLATORS: command editor label +#: src/gui/windows/textcommandeditor.cpp:78 +msgid "Magic level:" +msgstr "Nível mágico:" -#. TRANSLATORS: edit server dialog label -#: src/gui/windows/editserverdialog.cpp:76 -msgid "Address:" -msgstr "Endereço:" +#. TRANSLATORS: command editor label +#: src/gui/windows/textcommandeditor.cpp:82 +msgid "Magic School:" +msgstr "Escola de Feitiço:" -#. TRANSLATORS: edit server dialog label -#: src/gui/windows/editserverdialog.cpp:78 -msgid "Port:" -msgstr "Porta:" +#. TRANSLATORS: command editor label +#: src/gui/windows/textcommandeditor.cpp:85 +msgid "School level:" +msgstr "Nível da escola:" -#. TRANSLATORS: edit server dialog label -#: src/gui/windows/editserverdialog.cpp:80 -msgid "Server type:" -msgstr "Tipo de servidor:" +#. TRANSLATORS: command editor button +#: src/gui/windows/textcommandeditor.cpp:90 +msgid "Save" +msgstr "Salvar" -#. TRANSLATORS: edit server dialog label -#: src/gui/windows/editserverdialog.cpp:82 -msgid "Description:" -msgstr "Descrição:" +#. TRANSLATORS: trade window button +#: src/gui/windows/tradewindow.cpp:64 +msgid "Propose trade" +msgstr "Propor negócio" -#. TRANSLATORS: edit server dialog label -#: src/gui/windows/editserverdialog.cpp:84 -msgid "Online list url:" -msgstr "URL de lista online:" +#. TRANSLATORS: trade window button +#: src/gui/windows/tradewindow.cpp:66 +msgid "Confirmed. Waiting..." +msgstr "Confirmado. Aguardando..." -#. TRANSLATORS: edit server dialog error message -#: src/gui/windows/editserverdialog.cpp:196 -msgid "Please at least type both the address and the port of the server." -msgstr "Por favor, pelo menos um dos dois tipos de portas de servidor." +#. TRANSLATORS: trade window button +#: src/gui/windows/tradewindow.cpp:68 +msgid "Agree trade" +msgstr "Aceitar negociação" -#. TRANSLATORS: font size -#: src/gui/windows/emotewindow.cpp:47 -msgid "Normal font" -msgstr "Fonte normal" +#. TRANSLATORS: trade window button +#: src/gui/windows/tradewindow.cpp:70 +msgid "Agreed. Waiting..." +msgstr "Aceitou. Aguarde..." -#. TRANSLATORS: emotes tab name -#: src/gui/windows/emotewindow.cpp:119 -msgid "Fonts" -msgstr "Fontes" +#. TRANSLATORS: trade window caption +#: src/gui/windows/tradewindow.cpp:74 +msgid "Trade: You" +msgstr "Negócio: você" -#. TRANSLATORS: equipment window button -#. TRANSLATORS: inventory button -#: src/gui/windows/equipmentwindow.cpp:70 -#: src/gui/windows/inventorywindow.cpp:179 src/resources/itemtypemapdata.h:47 -#: src/resources/itemtypemapdata.h:51 src/resources/itemtypemapdata.h:55 -#: src/resources/itemtypemapdata.h:59 src/resources/itemtypemapdata.h:63 -#: src/resources/itemtypemapdata.h:67 src/resources/itemtypemapdata.h:71 -#: src/resources/itemtypemapdata.h:75 src/resources/itemtypemapdata.h:79 -#: src/resources/itemtypemapdata.h:83 src/resources/itemtypemapdata.h:87 -#: src/resources/itemtypemapdata.h:91 src/resources/itemtypemapdata.h:95 -msgid "Unequip" -msgstr "Desequipar" +#. TRANSLATORS: trade window money label +#: src/gui/windows/tradewindow.cpp:82 src/gui/windows/tradewindow.cpp:189 +#, c-format +msgid "You get %s" +msgstr "Você pegou %s" -#. TRANSLATORS: help window. button. -#: src/gui/windows/helpwindow.cpp:57 -msgid "Did you know..." -msgstr "Você sabia que ..." +#. TRANSLATORS: trade window money change button +#: src/gui/windows/tradewindow.cpp:87 +msgid "Change" +msgstr "Mudar" -#. TRANSLATORS: inventory button -#. TRANSLATORS: outfits window button -#. TRANSLATORS: inventory button -#: src/gui/windows/inventorywindow.cpp:175 src/gui/windows/outfitwindow.cpp:68 -#: src/resources/itemtypemapdata.h:47 src/resources/itemtypemapdata.h:51 -#: src/resources/itemtypemapdata.h:55 src/resources/itemtypemapdata.h:59 -#: src/resources/itemtypemapdata.h:63 src/resources/itemtypemapdata.h:67 -#: src/resources/itemtypemapdata.h:71 src/resources/itemtypemapdata.h:75 -#: src/resources/itemtypemapdata.h:79 src/resources/itemtypemapdata.h:83 -#: src/resources/itemtypemapdata.h:87 src/resources/itemtypemapdata.h:91 -#: src/resources/itemtypemapdata.h:95 -msgid "Equip" -msgstr "Equipar" +#. TRANSLATORS: trade window money label +#: src/gui/windows/tradewindow.cpp:132 +msgid "You give:" +msgstr "Você dá:" + +#. TRANSLATORS: trade error +#: src/gui/windows/tradewindow.cpp:397 +msgid "You don't have enough money." +msgstr "Você não tem dinheiro suficiente." + +#. TRANSLATORS: trade error +#: src/gui/windows/tradewindow.cpp:483 +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 este tipo de item na janela." + +#. TRANSLATORS: unregister dialog. label. +#: src/gui/windows/unregisterdialog.cpp:64 +#, c-format +msgid "Name: %s" +msgstr "Nome: %s" + +#. TRANSLATORS: updater window name +#: src/gui/windows/updaterwindow.cpp:174 +msgid "Updating..." +msgstr "Atualizando..." + +#. TRANSLATORS: updater window label +#: src/gui/windows/updaterwindow.cpp:191 +msgid "Connecting..." +msgstr "Conectando..." -#. TRANSLATORS: item amount window button -#: src/gui/windows/itemamountwindow.cpp:165 -msgid "All" -msgstr "Tudo" +#: src/gui/windows/updaterwindow.cpp:398 +msgid "Show all news (can be slow)" +msgstr "Mostrar todas as noticias (pode ser lento)" -#. TRANSLATORS: amount window message -#: src/gui/windows/itemamountwindow.cpp:221 -msgid "Select amount of items to trade." -msgstr "Selecionar quantidade de itens para negociar." +#. TRANSLATORS: update message +#: src/gui/windows/updaterwindow.cpp:824 +msgid "##1 The update process is incomplete." +msgstr "##1 O processo de update está incompleto." -#. TRANSLATORS: amount window message -#: src/gui/windows/itemamountwindow.cpp:225 -msgid "Select amount of items to drop." -msgstr "Selecionar quantidade de itens para descartar." +#. TRANSLATORS: Continues "The update process is incomplete.". +#: src/gui/windows/updaterwindow.cpp:826 +msgid "##1 It is strongly recommended that" +msgstr "##1 É altamente recomendado que" -#. TRANSLATORS: amount window message -#: src/gui/windows/itemamountwindow.cpp:229 -msgid "Select amount of items to store." -msgstr "Escolha a quantidade de itens para armazenar." +#. TRANSLATORS: Begins "It is strongly recommended that". +#: src/gui/windows/updaterwindow.cpp:828 +msgid "##1 you try again later." +msgstr "##1 tente novamente mais tarde." -#. TRANSLATORS: amount window message -#: src/gui/windows/itemamountwindow.cpp:233 -msgid "Select amount of items to retrieve." -msgstr "Escolha a quantidade de itens para retirar." +#. TRANSLATORS: updater window label +#: src/gui/windows/updaterwindow.cpp:1005 +msgid "Completed" +msgstr "Concluído" -#. TRANSLATORS: amount window message -#: src/gui/windows/itemamountwindow.cpp:237 -msgid "Select amount of items to split." -msgstr "Selecionar quantidade de itens para dividir." +#. TRANSLATORS: who is online window name +#: src/gui/windows/whoisonline.cpp:92 src/gui/windows/whoisonline.cpp:635 +msgid "Who Is Online - Updating" +msgstr "Quem está online - Atualizando" -#. TRANSLATORS: amount window message -#: src/gui/windows/itemamountwindow.cpp:241 -msgid "Add to buy shop." -msgstr "Adicionar na loja de compra." +#. TRANSLATORS: who is online. button. +#: src/gui/windows/whoisonline.cpp:103 +msgid "Update" +msgstr "Atualizar" -#. TRANSLATORS: amount window message -#: src/gui/windows/itemamountwindow.cpp:245 -msgid "Add to sell shop." -msgstr "Adicionar na loja de venda." +#. TRANSLATORS: who is online window name +#: src/gui/windows/whoisonline.cpp:230 +msgid "Who Is Online - " +msgstr "Quem está online - " -#. TRANSLATORS: amount window message -#: src/gui/windows/itemamountwindow.cpp:249 -msgid "Unknown." -msgstr "Desconhecido." +#. TRANSLATORS: who is online window name +#: src/gui/windows/whoisonline.cpp:650 +msgid "Who Is Online - error" +msgstr "Quem está online - Erro" -#. TRANSLATORS: kill stats window button -#: src/gui/windows/killstats.cpp:54 -msgid "Reset stats" -msgstr "Resetar status" +#. TRANSLATORS: who is online window name +#: src/gui/windows/whoisonline.cpp:692 +msgid "Who Is Online - Update" +msgstr "Quem está online - Atualizado" -#. TRANSLATORS: kill stats window button -#: src/gui/windows/killstats.cpp:56 -msgid "Reset timer" -msgstr "Resetar tempo" +#. TRANSLATORS: world select dialog name +#: src/gui/windows/worldselectdialog.cpp:49 +msgid "Select World" +msgstr "Selecionar Mundo" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:61 src/gui/windows/killstats.cpp:175 -#: src/gui/windows/killstats.cpp:280 src/gui/windows/killstats.cpp:521 -#, c-format -msgid "Kills: %s, total exp: %s" -msgstr "Mortes: %s Total exp: %s" +#. TRANSLATORS: world dialog button +#: src/gui/windows/worldselectdialog.cpp:55 +msgid "Change Login" +msgstr "Trocar Login" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:64 src/gui/windows/killstats.cpp:177 -#: src/gui/windows/killstats.cpp:257 src/gui/windows/killstats.cpp:272 -#: src/gui/windows/killstats.cpp:523 -#, c-format -msgid "Avg Exp: %s" -msgstr "Média Exp: %s" +#. TRANSLATORS: world dialog button +#: src/gui/windows/worldselectdialog.cpp:57 +msgid "Choose World" +msgstr "Escolher Mundo" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:66 src/gui/windows/killstats.cpp:180 -#: src/gui/windows/killstats.cpp:262 src/gui/windows/killstats.cpp:276 -#: src/gui/windows/killstats.cpp:526 +#. TRANSLATORS: long key name. must be short. +#. TRANSLATORS: short key name. must be very short. +#. TRANSLATORS: long key name, should be short +#: src/input/inputmanager.cpp:369 src/input/inputmanager.cpp:413 +#: src/input/keyboardconfig.cpp:104 #, c-format -msgid "No. of avg mob to next level: %s" -msgstr "Média de mob para próximo level: %s" +msgid "key_%d" +msgstr "tecla_%d" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:69 src/gui/windows/killstats.cpp:191 -#: src/gui/windows/killstats.cpp:284 src/gui/windows/killstats.cpp:529 +#. TRANSLATORS: long joystick button name. must be short. +#: src/input/inputmanager.cpp:375 #, c-format -msgid "Kills/Min: %s, Exp/Min: %s" -msgstr "Mortes/Min: %s Exp/Min: %s" +msgid "JButton%d" +msgstr "BotãoJ%d" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:73 src/gui/windows/killstats.cpp:78 -#: src/gui/windows/killstats.cpp:83 src/gui/windows/killstats.cpp:350 -#: src/gui/windows/killstats.cpp:369 src/gui/windows/killstats.cpp:390 -#, c-format -msgid "Exp speed per %d min: %s" -msgid_plural "Exp speed per %d min: %s" -msgstr[0] "Velocidade de exp por %d min: %s" -msgstr[1] "Velocidade de exp por %d mins: %s" +#. TRANSLATORS: unknown long key type +#: src/input/inputmanager.cpp:389 +msgid "unknown key" +msgstr "Tecla desconhecida" -#: src/gui/windows/killstats.cpp:75 src/gui/windows/killstats.cpp:80 -#: src/gui/windows/killstats.cpp:86 +#. TRANSLATORS: short joystick button name. muse be very short +#: src/input/inputmanager.cpp:419 #, c-format -msgid "Time for next level per %d min: %s" -msgid_plural "Time for next level per %d min: %s" -msgstr[0] "Tempo para o próximo nível %d min: %s" -msgstr[1] "Tempo para o próximo nível %d mins: %s" +msgid "JB%d" +msgstr "JB%d" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:89 src/gui/windows/killstats.cpp:289 -msgid "Last kill exp:" -msgstr "Ultima exp por morte:" +#. TRANSLATORS: unknown short key type. must be short +#. TRANSLATORS: Unknown key short string. +#. TRANSLATORS: This string must be maximum 5 chars +#: src/input/inputmanager.cpp:433 src/input/keyboardconfig.cpp:148 +msgid "u key" +msgstr "tecla u" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:92 src/gui/windows/killstats.cpp:421 -#: src/gui/windows/killstats.cpp:428 src/gui/windows/killstats.cpp:435 -#: src/gui/windows/killstats.cpp:441 -msgid "Time before jacko spawn:" -msgstr "Tempo para próxima aparição do JackO:" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:38 +msgid "Target and attack keys" +msgstr "Teclas de Alvo e ataque" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:129 src/gui/windows/killstats.cpp:242 -#, c-format -msgid "Level: %d at %f%%" -msgstr "Nível: %d em %f%%" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:50 +#, fuzzy +msgid "Target & attack closest monster" +msgstr "Teclas de Alvo e ataque" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:134 src/gui/windows/killstats.cpp:247 -#, c-format -msgid "Exp: %d/%d Left: %d" -msgstr "Exp: %d%d Falta: %d" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:56 +#, fuzzy +msgid "Target & attack closest player" +msgstr "(a) atacar qualquer jogador" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:138 src/gui/windows/killstats.cpp:253 -#: src/gui/windows/killstats.cpp:267 -#, c-format -msgid "1%% = %d exp, avg mob for 1%%: %s" -msgstr "1%% = %d ex, avg mob por 1%%: %s" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:62 +msgid "Move to Target" +msgstr "Mover para o alvo" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:356 src/gui/windows/killstats.cpp:365 -#: src/gui/windows/killstats.cpp:376 src/gui/windows/killstats.cpp:385 -#: src/gui/windows/killstats.cpp:398 src/gui/windows/killstats.cpp:407 -#, c-format -msgid " Time for next level: %s" -msgstr " Tempo para próximo nível: %s" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:68 +msgid "Change Move to Target type" +msgstr "Mudar o tipo de movimento ao alvo" -#. TRANSLATORS: kill stats window label -#: src/gui/windows/killstats.cpp:428 -#, c-format -msgid "%s %d?" -msgstr "%s %d?" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:74 +msgid "Move to Home location" +msgstr "Mover para localização" -#: src/gui/windows/killstats.cpp:435 -msgid "jacko spawning" -msgstr "Aparição do JackO" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:80 +msgid "Set home location" +msgstr "Definir localização" -#. TRANSLATORS: login dialog name -#. TRANSLATORS: login dialog button -#: src/gui/windows/logindialog.cpp:67 src/gui/windows/logindialog.cpp:84 -msgid "Login" -msgstr "Login" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:86 +msgid "Move to navigation point" +msgstr "Mover para ponto de navegação" + +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:98 +msgid "Stop Attack / Modifier key" +msgstr "Parar Ataque / Chave de modificação" + +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:104 +msgid "Untarget" +msgstr "Remover alvo" + +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:110 +msgid "Target monster" +msgstr "Monstro alvo" + +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:116 +msgid "Target closest monster (without filters)" +msgstr "" + +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:122 +msgid "Target NPC" +msgstr "Selecionar NPC" + +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:128 +msgid "Target Player" +msgstr "Selecionar Jogador" + +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:134 +msgid "Other Keys" +msgstr "Outras teclas" + +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:140 +msgid "Pickup" +msgstr "Pegar item" + +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:146 +msgid "Change Pickup Type" +msgstr "Mudar o modo de pegar itens" -#. TRANSLATORS: login dialog label -#: src/gui/windows/logindialog.cpp:74 -msgid "Remember username" -msgstr "Lembrar usuário" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:152 +msgid "Sit" +msgstr "Sentar" -#. TRANSLATORS: login dialog label -#: src/gui/windows/logindialog.cpp:77 -msgid "Update:" -msgstr "Atualização:" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:158 +msgid "Screenshot" +msgstr "Screenshot" -#. TRANSLATORS: login dialog button -#: src/gui/windows/logindialog.cpp:82 -msgid "Change Server" -msgstr "Trocar servidor" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:164 +msgid "Enable/Disable Trading" +msgstr "Habilitar/Desabilitar Negociações" -#. TRANSLATORS: login dialog button -#. TRANSLATORS: register dialog name -#. TRANSLATORS: register dialog. button. -#: src/gui/windows/logindialog.cpp:86 src/gui/windows/registerdialog.cpp:54 -#: src/gui/windows/registerdialog.cpp:63 -msgid "Register" -msgstr "Registrar" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:170 +msgid "Open trade window" +msgstr "Abrir janela de troca" -#. TRANSLATORS: login dialog checkbox -#: src/gui/windows/logindialog.cpp:88 -msgid "Custom update host" -msgstr "Atualizações customizadas" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:176 +msgid "Start trade with target" +msgstr "" -#. TRANSLATORS: login dialog label -#: src/gui/windows/logindialog.cpp:103 -msgid "Server:" -msgstr "Servidor:" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:182 +msgid "Follow selected player" +msgstr "" -#. TRANSLATORS: login dialog label -#: src/gui/windows/logindialog.cpp:113 -#, c-format -msgid "Update host: %s" -msgstr "Atualizando Servidor: %s" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:188 +msgid "Change Map View Mode" +msgstr "Mudar o modo de visualização de mapas" -#: src/gui/windows/logindialog.cpp:232 -msgid "Open register url" -msgstr "Abrir endereço de registro" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:194 +msgid "Select OK" +msgstr "Selecionar OK" -#: src/gui/windows/ministatuswindow.cpp:72 -msgid "health bar" -msgstr "Barra de Vida" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:206 +msgid "Stop or sit" +msgstr "Parar ou sentar" -#. TRANSLATORS: status bar name -#: src/gui/windows/ministatuswindow.cpp:83 -msgid "mana bar" -msgstr "Barra de Mana" +#. TRANSLATORS: input action name +#: src/input/pages/basic.cpp:212 +msgid "Return to safe video mode" +msgstr "Retornar para o modo seguro de vídeo" -#. TRANSLATORS: status bar name -#: src/gui/windows/ministatuswindow.cpp:87 -msgid "experience bar" -msgstr "Barra de experiencia" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:35 +msgid "Toggle Chat" +msgstr "Alternar para chat" -#. TRANSLATORS: status bar name -#: src/gui/windows/ministatuswindow.cpp:92 -msgid "weight bar" -msgstr "Barra de Peso" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:41 +msgid "Scroll Chat Up" +msgstr "Rolar chat para cima" -#. TRANSLATORS: status bar name -#: src/gui/windows/ministatuswindow.cpp:98 -msgid "inventory slots bar" -msgstr "Barra de slots no inventário" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:47 +msgid "Scroll Chat Down" +msgstr "Rolar chat para baixo" -#. TRANSLATORS: status bar name -#: src/gui/windows/ministatuswindow.cpp:102 -msgid "money bar" -msgstr "Barra de Dinheiro" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:53 +msgid "Previous Chat Tab" +msgstr "Aba de chat anterior" -#. TRANSLATORS: status bar name -#: src/gui/windows/ministatuswindow.cpp:106 -msgid "arrows bar" -msgstr "Barra de flechas" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:59 +msgid "Next Chat Tab" +msgstr "Próxima aba de chat" -#. TRANSLATORS: status bar name -#: src/gui/windows/ministatuswindow.cpp:111 -msgid "status bar" -msgstr "Barra de Status" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:65 +#, fuzzy +msgid "Clear current chat tab" +msgstr "Fechar aba de chat atual" -#: src/gui/windows/ministatuswindow.cpp:135 -msgid "job bar" -msgstr "Barra de Job" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:71 +msgid "Close current Chat Tab" +msgstr "Fechar aba de chat atual" -#. TRANSLATORS: status bar label -#. TRANSLATORS: status window label -#: src/gui/windows/ministatuswindow.cpp:342 -#: src/gui/windows/statuswindow.cpp:247 -#, c-format -msgid "Level: %d (GM %d)" -msgstr "Nível: %d (GM %d)" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:77 +#, fuzzy +msgid "Close all chat tabs" +msgstr "Fechar aba de chat atual" -#. TRANSLATORS: status bar label -#. TRANSLATORS: status window label -#: src/gui/windows/ministatuswindow.cpp:349 -#: src/gui/windows/statuswindow.cpp:73 src/gui/windows/statuswindow.cpp:254 -#: src/gui/windows/statuswindow.cpp:379 -#, c-format -msgid "Level: %d" -msgstr "Nível: %d" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:83 +#, fuzzy +msgid "Ignore all whispers" +msgstr "Permitir mensagens particulares" -#. TRANSLATORS: status bar label -#: src/gui/windows/ministatuswindow.cpp:365 -#: src/gui/windows/ministatuswindow.cpp:403 -msgid "Need" -msgstr "Precisa" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:89 +msgid "Ignore all whispers on server side" +msgstr "" -#. TRANSLATORS: job bar label -#: src/gui/windows/ministatuswindow.cpp:389 -#, c-format -msgid "Job level: %d" -msgstr "Nível Job: %d" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:95 +msgid "Unignore all whispers on server side" +msgstr "" -#. TRANSLATORS: npc dialog button -#: src/gui/windows/npcdialog.cpp:72 -msgid "Stop waiting" -msgstr "Parar de esperar" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:101 +msgid "Previous chat line" +msgstr "Linha de chat anterior" -#. TRANSLATORS: npc dialog button -#: src/gui/windows/npcdialog.cpp:74 -msgid "Next" -msgstr "Próximo" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:107 +msgid "Next chat line" +msgstr "Próxima linha de chat" -#. TRANSLATORS: npc dialog button -#: src/gui/windows/npcdialog.cpp:78 -msgid "Submit" -msgstr "Enviar" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:113 +msgid "Chat modifier key" +msgstr "Tecla modificadora de chat" -#. TRANSLATORS: npc dialog button -#. TRANSLATORS: servers dialog button -#. TRANSLATORS: shop window label -#. TRANSLATORS: shop window button -#. TRANSLATORS: trade window button -#: src/gui/windows/npcdialog.cpp:116 src/gui/windows/serverdialog.cpp:115 -#: src/gui/windows/shopwindow.cpp:100 src/gui/windows/shopwindow.cpp:107 -#: src/gui/windows/tradewindow.cpp:84 -msgid "Add" -msgstr "Adicionar" +#. TRANSLATORS: input action name +#: src/input/pages/chat.cpp:119 +msgid "Show smiles" +msgstr "Mostrar sorrisos" -#. TRANSLATORS: label in npc post dialog -#: src/gui/windows/npcpostdialog.cpp:62 -msgid "To:" -msgstr "Para:" +#. TRANSLATORS: input action name +#: src/input/pages/emotes.cpp:38 +msgid "Emote modifiers keys" +msgstr "Teclas de emoções modificadoras" -#. TRANSLATORS: button in npc post dialog -#: src/gui/windows/npcpostdialog.cpp:69 -msgid "Send" -msgstr "Enviar" +#. TRANSLATORS: input action name +#: src/input/pages/emotes.cpp:44 +msgid "Emote modifier key" +msgstr "Tecla modificadora de emoção" -#. TRANSLATORS: npc post message error -#: src/gui/windows/npcpostdialog.cpp:116 -msgid "Failed to send as sender or letter invalid." -msgstr "Falha ao enviar como remetente ou a carta é inválida." +#. TRANSLATORS: input action name +#: src/input/pages/emotes.cpp:50 +msgid "Emote shortcuts" +msgstr "Atalhos de emoções" -#. TRANSLATORS: outfits window label -#: src/gui/windows/outfitwindow.cpp:70 src/gui/windows/outfitwindow.cpp:566 +#. TRANSLATORS: input action name +#: src/input/pages/emotes.cpp:56 src/input/pages/emotes.cpp:62 +#: src/input/pages/emotes.cpp:68 src/input/pages/emotes.cpp:74 +#: src/input/pages/emotes.cpp:80 src/input/pages/emotes.cpp:86 +#: src/input/pages/emotes.cpp:92 src/input/pages/emotes.cpp:98 +#: src/input/pages/emotes.cpp:104 src/input/pages/emotes.cpp:110 +#: src/input/pages/emotes.cpp:116 src/input/pages/emotes.cpp:122 +#: src/input/pages/emotes.cpp:128 src/input/pages/emotes.cpp:134 +#: src/input/pages/emotes.cpp:140 src/input/pages/emotes.cpp:146 +#: src/input/pages/emotes.cpp:152 src/input/pages/emotes.cpp:158 +#: src/input/pages/emotes.cpp:164 src/input/pages/emotes.cpp:170 +#: src/input/pages/emotes.cpp:176 src/input/pages/emotes.cpp:182 +#: src/input/pages/emotes.cpp:188 src/input/pages/emotes.cpp:194 +#: src/input/pages/emotes.cpp:200 src/input/pages/emotes.cpp:206 +#: src/input/pages/emotes.cpp:212 src/input/pages/emotes.cpp:218 +#: src/input/pages/emotes.cpp:224 src/input/pages/emotes.cpp:230 +#: src/input/pages/emotes.cpp:236 src/input/pages/emotes.cpp:242 +#: src/input/pages/emotes.cpp:248 src/input/pages/emotes.cpp:254 +#: src/input/pages/emotes.cpp:260 src/input/pages/emotes.cpp:266 +#: src/input/pages/emotes.cpp:272 src/input/pages/emotes.cpp:278 +#: src/input/pages/emotes.cpp:284 src/input/pages/emotes.cpp:290 +#: src/input/pages/emotes.cpp:296 src/input/pages/emotes.cpp:302 +#: src/input/pages/emotes.cpp:308 src/input/pages/emotes.cpp:314 +#: src/input/pages/emotes.cpp:320 src/input/pages/emotes.cpp:326 +#: src/input/pages/emotes.cpp:332 src/input/pages/emotes.cpp:338 #, c-format -msgid "Outfit: %d" -msgstr "Roupas: %d" +msgid "Emote Shortcut %d" +msgstr "Atalho para emoticon %d" -#. TRANSLATORS: outfits window checkbox -#: src/gui/windows/outfitwindow.cpp:72 -msgid "Unequip first" -msgstr "Desequipar antes" +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:35 +msgid "Move & selection" +msgstr "Move & seleção" -#. TRANSLATORS: outfits window checkbox -#: src/gui/windows/outfitwindow.cpp:75 -msgid "Away outfit" -msgstr "Roupas em modo ausente" +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:41 src/input/pages/move.cpp:44 +msgid "Move Up" +msgstr "Mover para Cima" -#. TRANSLATORS: quit dialog button -#: src/gui/windows/quitdialog.cpp:65 -msgid "Switch server" -msgstr "Trocar servidor" +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:47 src/input/pages/move.cpp:50 +msgid "Move Down" +msgstr "Mover para Baixo" -#. TRANSLATORS: quit dialog button -#: src/gui/windows/quitdialog.cpp:68 -msgid "Switch character" -msgstr "Trocar de Personagem" +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:53 src/input/pages/move.cpp:56 +msgid "Move Left" +msgstr "Esquerda" -#. TRANSLATORS: register dialog. label. -#: src/gui/windows/registerdialog.cpp:81 -msgid "Confirm:" -msgstr "Confirmar:" +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:59 src/input/pages/move.cpp:62 +msgid "Move Right" +msgstr "Direita" + +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:65 +msgid "Move Home" +msgstr "Mover para Home" + +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:71 +msgid "Move End" +msgstr "Mover para End" -#. TRANSLATORS: register dialog. label. -#: src/gui/windows/registerdialog.cpp:121 -msgid "Email:" -msgstr "Email:" +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:77 +msgid "Page up" +msgstr "Page up" -#. TRANSLATORS: error message -#: src/gui/windows/registerdialog.cpp:192 -#, c-format -msgid "The username needs to be at least %u characters long." -msgstr "O nome do usuário precisa ter pelo menos %u caracteres." +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:83 +msgid "Page down" +msgstr "Page down" -#. TRANSLATORS: error message -#: src/gui/windows/registerdialog.cpp:201 -#, c-format -msgid "The username needs to be less than %u characters long." -msgstr "O nome do usuário deve ser menor que %u caracteres." +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:95 +msgid "Select" +msgstr "Selecionar" -#. TRANSLATORS: error message -#. TRANSLATORS: unregister dialog. error message. -#: src/gui/windows/registerdialog.cpp:210 -#: src/gui/windows/unregisterdialog.cpp:130 -#, c-format -msgid "The password needs to be at least %u characters long." -msgstr "A senha deve ter pelo menos %u caracteres." +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:101 +msgid "Select2" +msgstr "Selecionar2" -#. TRANSLATORS: error message -#. TRANSLATORS: unregister dialog. error message. -#: src/gui/windows/registerdialog.cpp:219 -#: src/gui/windows/unregisterdialog.cpp:137 -#, c-format -msgid "The password needs to be less than %u characters long." -msgstr "A senha deve ser menor que %u caracteres." +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:119 +msgid "Backspace" +msgstr "Backspace" -#. TRANSLATORS: error message -#: src/gui/windows/registerdialog.cpp:227 -msgid "Passwords do not match." -msgstr "Senhas não conferem." +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:125 +msgid "Insert" +msgstr "Inserir" -#. TRANSLATORS: sell confirmation header -#: src/gui/windows/selldialog.cpp:260 -msgid "sell item" -msgstr "Vender itens" +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:131 +msgid "Tab" +msgstr "Aba" -#. TRANSLATORS: sell confirmation message -#: src/gui/windows/selldialog.cpp:262 -#, c-format -msgid "Do you really want to sell %s?" -msgstr "Você realmente quer vender: %s?" +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:137 +msgid "Mod" +msgstr "Mod" -#. TRANSLATORS: servers dialog name -#: src/gui/windows/serverdialog.cpp:102 -msgid "Choose Your Server" -msgstr "Escolha seu servidor" +#. TRANSLATORS: input action name +#: src/input/pages/gui.cpp:143 +msgid "Ctrl" +msgstr "Ctrl" -#. TRANSLATORS: servers dialog button -#: src/gui/windows/serverdialog.cpp:121 -msgid "Load" -msgstr "Carregar" +#. TRANSLATORS: input action name +#: src/input/pages/move.cpp:38 +msgid "Move Keys" +msgstr "Tecla de movimento" -#. TRANSLATORS: servers dialog name -#: src/gui/windows/serverdialog.cpp:135 -msgid "Choose Your Server *** SAFE MODE ***" -msgstr "Escolha seu servidor *** MODO SEGURO ***" +#. TRANSLATORS: input action name +#: src/input/pages/move.cpp:68 +msgid "Move Forward" +msgstr "Mover para Frente" -#. TRANSLATORS: servers dialog checkbox -#: src/gui/windows/serverdialog.cpp:144 -msgid "Use same ip for game sub servers" -msgstr "Usar o mesmo ip para os sub servidores do jogo" +#. TRANSLATORS: input action name +#: src/input/pages/move.cpp:74 +msgid "Move to navigation point shortcuts" +msgstr "Atalhos de ponto de navegação" -#. TRANSLATORS: servers dialog label -#: src/gui/windows/serverdialog.cpp:396 +#. TRANSLATORS: input action name +#: src/input/pages/move.cpp:80 src/input/pages/move.cpp:86 +#: src/input/pages/move.cpp:92 src/input/pages/move.cpp:98 +#: src/input/pages/move.cpp:104 src/input/pages/move.cpp:110 +#: src/input/pages/move.cpp:116 src/input/pages/move.cpp:122 +#: src/input/pages/move.cpp:128 src/input/pages/move.cpp:134 +#: src/input/pages/move.cpp:140 src/input/pages/move.cpp:146 +#: src/input/pages/move.cpp:152 src/input/pages/move.cpp:158 +#: src/input/pages/move.cpp:164 src/input/pages/move.cpp:170 +#: src/input/pages/move.cpp:176 src/input/pages/move.cpp:182 +#: src/input/pages/move.cpp:188 src/input/pages/move.cpp:194 +#: src/input/pages/move.cpp:200 src/input/pages/move.cpp:206 +#: src/input/pages/move.cpp:212 src/input/pages/move.cpp:218 +#: src/input/pages/move.cpp:224 src/input/pages/move.cpp:230 +#: src/input/pages/move.cpp:236 src/input/pages/move.cpp:242 +#: src/input/pages/move.cpp:248 src/input/pages/move.cpp:254 +#: src/input/pages/move.cpp:260 src/input/pages/move.cpp:266 +#: src/input/pages/move.cpp:272 src/input/pages/move.cpp:278 +#: src/input/pages/move.cpp:284 src/input/pages/move.cpp:290 +#: src/input/pages/move.cpp:296 src/input/pages/move.cpp:302 +#: src/input/pages/move.cpp:308 src/input/pages/move.cpp:314 +#: src/input/pages/move.cpp:320 src/input/pages/move.cpp:326 +#: src/input/pages/move.cpp:332 src/input/pages/move.cpp:338 +#: src/input/pages/move.cpp:344 src/input/pages/move.cpp:350 +#: src/input/pages/move.cpp:356 src/input/pages/move.cpp:362 #, c-format -msgid "Downloading server list...%2.2f%%" -msgstr "Baixando lista de servidores...%2.2f%%" +msgid "Move to point Shortcut %d" +msgstr "Mover para o atalho %d" -#. TRANSLATORS: servers dialog label -#: src/gui/windows/serverdialog.cpp:402 -msgid "Waiting for server..." -msgstr "Aguardando servidor..." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:38 +msgid "Ignore input 1" +msgstr "Ignorar input 1" -#. TRANSLATORS: servers dialog label -#: src/gui/windows/serverdialog.cpp:407 -msgid "Preparing download" -msgstr "Preparando download" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:44 +msgid "Ignore input 2" +msgstr "Ignorar input 2" -#. TRANSLATORS: servers dialog label -#: src/gui/windows/serverdialog.cpp:412 -msgid "Error retreiving server list!" -msgstr "Erro ao recuperar lista!" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:50 +msgid "Direct Up" +msgstr "Para cima" -#. TRANSLATORS: servers dialog label -#: src/gui/windows/serverdialog.cpp:502 -msgid "requires a newer version" -msgstr "requer uma versão mais nova" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:56 +msgid "Direct Down" +msgstr "Para baixo" -#. TRANSLATORS: servers dialog label -#: src/gui/windows/serverdialog.cpp:507 -#, c-format -msgid "requires v%s" -msgstr "requer v%s" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:62 +msgid "Direct Left" +msgstr "Para esquerda" -#. TRANSLATORS: setup button -#: src/gui/windows/setupwindow.cpp:93 -msgid "Apply" -msgstr "Aplicar" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:68 +msgid "Direct Right" +msgstr "Para direita" -#. TRANSLATORS: setup button -#: src/gui/windows/setupwindow.cpp:99 -msgid "Reset Windows" -msgstr "Restaurar janelas" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:74 +msgid "Crazy moves" +msgstr "Movimentos loucos" -#. TRANSLATORS: shop window name -#: src/gui/windows/shopwindow.cpp:81 -msgid "Personal Shop" -msgstr "Loja pessoal" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:80 +msgid "Change Crazy Move mode" +msgstr "Trocar Modo de movimentos loucos" -#. TRANSLATORS: shop window label -#: src/gui/windows/shopwindow.cpp:96 -msgid "Buy items" -msgstr "Comprar itens" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:86 +msgid "Quick Drop N Items from 0 slot" +msgstr "Descartar rapidamente N itens do slot 0" -#. TRANSLATORS: shop window label -#: src/gui/windows/shopwindow.cpp:98 -msgid "Sell items" -msgstr "Vender itens" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:92 +msgid "Quick Drop N Items" +msgstr "Descartar rapidamente N itens" -#. TRANSLATORS: shop window label -#. TRANSLATORS: shop window button -#: src/gui/windows/shopwindow.cpp:104 src/gui/windows/shopwindow.cpp:111 -msgid "Announce" -msgstr "Anúncio" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:98 +msgid "Switch Quick Drop Counter" +msgstr "Mudar contador de descarte" -#. TRANSLATORS: shop window checkbox -#: src/gui/windows/shopwindow.cpp:115 -msgid "Show links in announce" -msgstr "Mostrar links em anúncio" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:104 +msgid "Quick heal target or self" +msgstr "Curar um alvo ou você mesmo(a)" -#. TRANSLATORS: shop window button -#: src/gui/windows/shopwindow.cpp:177 src/gui/windows/shopwindow.cpp:180 -msgid "Auction" -msgstr "Leilão" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:110 +msgid "Use #itenplz spell" +msgstr "Usa feitiço #itenplz" -#. TRANSLATORS: shop window dialog -#. TRANSLATORS: trade message -#: src/gui/windows/shopwindow.cpp:791 src/net/ea/tradehandler.cpp:100 -msgid "Request for Trade" -msgstr "Proposta de negociação" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:116 +msgid "Use magic attack" +msgstr "Usar feitiço de ataque" -#: src/gui/windows/shopwindow.cpp:791 -#, c-format -msgid "%s wants to %s %s do you accept?" -msgstr "%s quer %s %s você aceita?" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:122 +msgid "Switch magic attack" +msgstr "Trocar feitiço de ataque" -#. TRANSLATORS: skills dialog button -#: src/gui/windows/skilldialog.cpp:70 -msgid "Up" -msgstr "+" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:128 +msgid "Switch pvp attack" +msgstr "Mudar ataque em pvp" -#. TRANSLATORS: skills dialog label -#: src/gui/windows/skilldialog.cpp:191 -#, c-format -msgid "Skill points available: %d" -msgstr "Pontos de habilidade disponíveis: %d" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:134 +msgid "Change move type" +msgstr "Mudar tipo de movimento" -#. TRANSLATORS: skills dialog default skill tab -#: src/gui/windows/skilldialog.cpp:251 -#, c-format -msgid "Skill Set %d" -msgstr "Habilidade %d" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:140 +msgid "Change Attack Weapon Type" +msgstr "Mudar tipo de ataque de arma" -#. TRANSLATORS: skills dialog. skill id -#: src/gui/windows/skilldialog.cpp:287 -#, c-format -msgid "Skill %d" -msgstr "Habilidade %d" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:146 +msgid "Change Attack Type" +msgstr "Mudar tipo de ataque" -#. TRANSLATORS: here P is title for visible players tab in social window -#: src/gui/windows/socialwindow.cpp:74 -msgid "P" -msgstr "J" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:152 +msgid "Change Follow mode" +msgstr "Mudar modo de seguir" + +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:158 +msgid "Change Imitation mode" +msgstr "Mudar modo de imitação" + +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:164 +msgid "Disable / Enable Game modifier keys" +msgstr "Habilitar / Desabilitar Chaves de modificação" -#. TRANSLATORS: here F is title for friends tab in social window -#: src/gui/windows/socialwindow.cpp:79 -msgid "F" -msgstr "A" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:170 +msgid "On / Off audio" +msgstr "Ligar / Desligar áudio" -#. TRANSLATORS: social window button -#: src/gui/windows/socialwindow.cpp:85 -msgid "Invite" -msgstr "Convidar" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:176 +msgid "Enable / Disable away mode" +msgstr "Habilitar / Desabilitar modo indisponivel" -#. TRANSLATORS: chat message -#: src/gui/windows/socialwindow.cpp:273 -#, c-format -msgid "Accepted party invite from %s." -msgstr "Aceitou convite para o grupo de %s." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:182 +msgid "Emulate right click from keyboard" +msgstr "Emular botão direito do teclado" -#. TRANSLATORS: chat message -#: src/gui/windows/socialwindow.cpp:284 -#, c-format -msgid "Rejected party invite from %s." -msgstr "Rejeitou convite para o grupo de %s." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:188 +msgid "Toggle camera mode" +msgstr "Alterar modo de camera" -#. TRANSLATORS: chat message -#: src/gui/windows/socialwindow.cpp:301 -#, c-format -msgid "Accepted guild invite from %s." -msgstr "Aceitou convite para a guilda de %s." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:194 +#, fuzzy +msgid "Toggle ipc mode" +msgstr "Alterar modo de camera" -#. TRANSLATORS: chat message -#: src/gui/windows/socialwindow.cpp:315 -#, c-format -msgid "Rejected guild invite from %s." -msgstr "Rejeitou convite para a guilda de %s." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:200 +#, fuzzy +msgid "Show information about position in chat" +msgstr "Mostrar botão de emoticon no chat" -#. TRANSLATORS: chat message -#: src/gui/windows/socialwindow.cpp:355 -#, c-format -msgid "Creating guild called %s." -msgstr "Criando guilda chamada %s." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:206 +#, fuzzy +msgid "Show online players number in chat" +msgstr "Mostrar botão de emoticon no chat" -#. TRANSLATORS: chat message -#: src/gui/windows/socialwindow.cpp:376 -#, c-format -msgid "Creating party called %s." -msgstr "Criando grupo chamado %s." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:212 +msgid "Show onscreen keyboard" +msgstr "Mostrar teclado virtual" -#. TRANSLATORS: guild creation message -#: src/gui/windows/socialwindow.cpp:391 -msgid "Guild Name" -msgstr "Nome da guilda" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:218 +msgid "Clean cached graphics" +msgstr "" -#. TRANSLATORS: guild creation message -#: src/gui/windows/socialwindow.cpp:393 -msgid "Choose your guild's name." -msgstr "Escolha o nome da sua guilda." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:224 +msgid "Clean cached fonts" +msgstr "" -#. TRANSLATORS: chat message -#: src/gui/windows/socialwindow.cpp:409 -msgid "Received guild request, but one already exists." -msgstr "Requisição de guilda recebida, mas já existe uma." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:230 +#, fuzzy +msgid "Print visible players in chat" +msgstr "Jogadores visíveis: %d" -#. TRANSLATORS: chat message -#: src/gui/windows/socialwindow.cpp:417 -#, c-format -msgid "%s has invited you to join the guild %s." -msgstr "%s te convidou para entrar na guilda %s." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:236 +#, fuzzy +msgid "Print all visible beings in chat" +msgstr "Limite de linhas máximas no chat" -#. TRANSLATORS: guild invite message -#: src/gui/windows/socialwindow.cpp:424 -msgid "Accept Guild Invite" -msgstr "Aceitar convite para a guilda" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:242 +msgid "Load shop items list from disk" +msgstr "" -#. TRANSLATORS: chat message -#: src/gui/windows/socialwindow.cpp:440 -msgid "Received party request, but one already exists." -msgstr "Requisição de grupo recebida, mas já existe um." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:248 +msgid "Save shop items list to disk" +msgstr "" -#. TRANSLATORS: party invite message -#: src/gui/windows/socialwindow.cpp:452 -msgid "You have been invited you to join a party." -msgstr "Você foi convidado(a) para entrar em um grupo." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:254 +msgid "Print debug cache info" +msgstr "" -#. TRANSLATORS: party invite message -#: src/gui/windows/socialwindow.cpp:457 -#, c-format -msgid "You have been invited to join the %s party." -msgstr "Você foi convidado(a) para entrar no grupo %s." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:260 +msgid "Undress selected player" +msgstr "" -#. TRANSLATORS: party invite message -#: src/gui/windows/socialwindow.cpp:466 -#, c-format -msgid "%s has invited you to join their party." -msgstr "%s te convidou para entrar em seu grupo." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:266 +#, fuzzy +msgid "Quick disconnect from server" +msgstr "Você foi desconectado(a) do servidor!" -#. TRANSLATORS: party invite message -#: src/gui/windows/socialwindow.cpp:472 -#, c-format -msgid "%s has invited you to join the %s party." -msgstr "%s te convidou para entrar no grupo %s." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:272 +#, fuzzy +msgid "Disable debug particle" +msgstr "Habilitar Depurador" -#. TRANSLATORS: party invite message -#: src/gui/windows/socialwindow.cpp:482 -msgid "Accept Party Invite" -msgstr "Aceitar convite para o grupo" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:278 +#, fuzzy +msgid "Crate items (for gms)" +msgstr "Criar itens" -#: src/gui/windows/socialwindow.cpp:498 -msgid "Cannot create party. You are already in a party" -msgstr "Não foi possível criar o grupo. Você já faz parte de um." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:284 +msgid "Print configured directories in chat" +msgstr "" -#. TRANSLATORS: party creation message -#: src/gui/windows/socialwindow.cpp:507 -msgid "Party Name" -msgstr "Nome do grupo" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:290 +#, fuzzy +msgid "Print client uptime in chat" +msgstr "Limite de linhas máximas no chat" -#. TRANSLATORS: party creation message -#: src/gui/windows/socialwindow.cpp:509 -msgid "Choose your party's name." -msgstr "Escolha o nome do seu grupo." +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:296 +#, fuzzy +msgid "Dump debug information" +msgstr "(D) Mímica padrão" -#. TRANSLATORS: status window label -#: src/gui/windows/statuswindow.cpp:77 -msgid "HP:" -msgstr "HP:" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:302 +msgid "Crash client" +msgstr "" -#. TRANSLATORS: status window label -#: src/gui/windows/statuswindow.cpp:80 -msgid "Exp:" -msgstr "Exp:" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:308 +msgid "Dump graphics info into chat" +msgstr "" -#. TRANSLATORS: status window label -#: src/gui/windows/statuswindow.cpp:139 -msgid "MP:" -msgstr "MP:" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:314 +msgid "Dump tests info into chat" +msgstr "" -#. TRANSLATORS: status window label -#: src/gui/windows/statuswindow.cpp:182 src/gui/windows/statuswindow.cpp:305 -#, c-format -msgid "Job: %d" -msgstr "Job: %d" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:320 +msgid "Print OpenGL version in chat" +msgstr "" -#. TRANSLATORS: status window label -#: src/gui/windows/statuswindow.cpp:184 -msgid "Job:" -msgstr "Job:" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:326 +#, fuzzy +msgid "Print enabled mods in chat" +msgstr "Limite de linhas máximas no chat" -#. TRANSLATORS: status window label -#: src/gui/windows/statuswindow.cpp:240 src/gui/windows/statuswindow.cpp:351 -#, c-format -msgid "Character points: %d" -msgstr "Pontos do personagem: %d" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:332 +msgid "Dump environments into log" +msgstr "" -#. TRANSLATORS: status window label -#: src/gui/windows/statuswindow.cpp:366 -#, c-format -msgid "Correction points: %d" -msgstr "Pontos de correção: %d" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:338 +msgid "Dump OpenGL state into log" +msgstr "" -#. TRANSLATORS: command editor name -#: src/gui/windows/textcommandeditor.cpp:49 -msgid "Command Editor" -msgstr "Editor de comandos" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:345 +msgid "Test SDL font speed" +msgstr "" -#. TRANSLATORS: command editor button -#: src/gui/windows/textcommandeditor.cpp:54 -msgid "magic" -msgstr "Feitiço" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:352 +msgid "Upload main config" +msgstr "" -#. TRANSLATORS: command editor button -#: src/gui/windows/textcommandeditor.cpp:56 -msgid "other" -msgstr "Outro" +#. TRANSLATORS: input action name +#: src/input/pages/other.cpp:358 +msgid "Upload server config" +msgstr "" -#. TRANSLATORS: command editor label -#: src/gui/windows/textcommandeditor.cpp:58 -msgid "Symbol:" -msgstr "Símbolo:" +#. TRANSLATORS: input action name +#: src/input/pages/outfits.cpp:38 +msgid "Outfits keys" +msgstr "Teclas de roupas" -#. TRANSLATORS: command editor label -#: src/gui/windows/textcommandeditor.cpp:61 -msgid "Command:" -msgstr "Comando:" +#. TRANSLATORS: input action name +#: src/input/pages/outfits.cpp:44 +msgid "Wear Outfit" +msgstr "Vestir roupas" -#. TRANSLATORS: command editor label -#: src/gui/windows/textcommandeditor.cpp:64 -msgid "Comment:" -msgstr "Comentario:" +#. TRANSLATORS: input action name +#: src/input/pages/outfits.cpp:50 +msgid "Copy Outfit" +msgstr "Copiar roupas" -#. TRANSLATORS: command editor label -#: src/gui/windows/textcommandeditor.cpp:68 -msgid "Target Type:" -msgstr "Tipo de alvo:" +#. TRANSLATORS: input action name +#: src/input/pages/outfits.cpp:56 +msgid "Copy equipped to Outfit" +msgstr "Copiar roupa equipada" -#. TRANSLATORS: command editor label -#: src/gui/windows/textcommandeditor.cpp:72 -msgid "Icon:" -msgstr "Icone:" +#. TRANSLATORS: input action name +#: src/input/pages/outfits.cpp:62 +msgid "Outfits shortcuts" +msgstr "Atalhos de Roupas" -#. TRANSLATORS: command editor label -#: src/gui/windows/textcommandeditor.cpp:75 -msgid "Mana:" -msgstr "Mana:" +#. TRANSLATORS: input action name +#: src/input/pages/outfits.cpp:68 src/input/pages/outfits.cpp:74 +#: src/input/pages/outfits.cpp:80 src/input/pages/outfits.cpp:86 +#: src/input/pages/outfits.cpp:92 src/input/pages/outfits.cpp:98 +#: src/input/pages/outfits.cpp:104 src/input/pages/outfits.cpp:110 +#: src/input/pages/outfits.cpp:116 src/input/pages/outfits.cpp:122 +#: src/input/pages/outfits.cpp:128 src/input/pages/outfits.cpp:134 +#: src/input/pages/outfits.cpp:140 src/input/pages/outfits.cpp:146 +#: src/input/pages/outfits.cpp:152 src/input/pages/outfits.cpp:158 +#: src/input/pages/outfits.cpp:164 src/input/pages/outfits.cpp:170 +#: src/input/pages/outfits.cpp:176 src/input/pages/outfits.cpp:182 +#: src/input/pages/outfits.cpp:188 src/input/pages/outfits.cpp:194 +#: src/input/pages/outfits.cpp:200 src/input/pages/outfits.cpp:206 +#: src/input/pages/outfits.cpp:212 src/input/pages/outfits.cpp:218 +#: src/input/pages/outfits.cpp:224 src/input/pages/outfits.cpp:230 +#: src/input/pages/outfits.cpp:236 src/input/pages/outfits.cpp:242 +#: src/input/pages/outfits.cpp:248 src/input/pages/outfits.cpp:254 +#: src/input/pages/outfits.cpp:260 src/input/pages/outfits.cpp:266 +#: src/input/pages/outfits.cpp:272 src/input/pages/outfits.cpp:278 +#: src/input/pages/outfits.cpp:284 src/input/pages/outfits.cpp:290 +#: src/input/pages/outfits.cpp:296 src/input/pages/outfits.cpp:302 +#: src/input/pages/outfits.cpp:308 src/input/pages/outfits.cpp:314 +#: src/input/pages/outfits.cpp:320 src/input/pages/outfits.cpp:326 +#: src/input/pages/outfits.cpp:332 src/input/pages/outfits.cpp:338 +#: src/input/pages/outfits.cpp:344 src/input/pages/outfits.cpp:350 +#, c-format +msgid "Outfit Shortcut %d" +msgstr "Atalho de Roupa %d" -#. TRANSLATORS: command editor label -#: src/gui/windows/textcommandeditor.cpp:78 -msgid "Magic level:" -msgstr "Nível mágico:" +#. TRANSLATORS: input action name +#: src/input/pages/shortcuts.cpp:38 +msgid "Shortcuts modifiers keys" +msgstr "Teclas de atalho modificadoras" -#. TRANSLATORS: command editor label -#: src/gui/windows/textcommandeditor.cpp:82 -msgid "Magic School:" -msgstr "Escola de Feitiço:" +#. TRANSLATORS: input action name +#: src/input/pages/shortcuts.cpp:44 +msgid "Item Shortcuts Key" +msgstr "Atalhos de item" -#. TRANSLATORS: command editor label -#: src/gui/windows/textcommandeditor.cpp:85 -msgid "School level:" -msgstr "Nível da escola:" +#. TRANSLATORS: input action name +#: src/input/pages/shortcuts.cpp:50 +msgid "Shortcuts keys" +msgstr "Teclas de atalhos" -#. TRANSLATORS: command editor button -#: src/gui/windows/textcommandeditor.cpp:90 -msgid "Save" -msgstr "Salvar" +#. TRANSLATORS: input action name +#: src/input/pages/shortcuts.cpp:56 src/input/pages/shortcuts.cpp:62 +#: src/input/pages/shortcuts.cpp:68 src/input/pages/shortcuts.cpp:74 +#: src/input/pages/shortcuts.cpp:80 src/input/pages/shortcuts.cpp:86 +#: src/input/pages/shortcuts.cpp:92 src/input/pages/shortcuts.cpp:98 +#: src/input/pages/shortcuts.cpp:104 src/input/pages/shortcuts.cpp:110 +#: src/input/pages/shortcuts.cpp:116 src/input/pages/shortcuts.cpp:122 +#: src/input/pages/shortcuts.cpp:128 src/input/pages/shortcuts.cpp:134 +#: src/input/pages/shortcuts.cpp:140 src/input/pages/shortcuts.cpp:146 +#: src/input/pages/shortcuts.cpp:152 src/input/pages/shortcuts.cpp:158 +#: src/input/pages/shortcuts.cpp:164 src/input/pages/shortcuts.cpp:170 +#, c-format +msgid "Item Shortcut %d" +msgstr "Atalho para item %d" -#. TRANSLATORS: trade window button -#: src/gui/windows/tradewindow.cpp:64 -msgid "Propose trade" -msgstr "Propor negócio" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:38 +msgid "Show Windows Menu" +msgstr "Mostar menu de janelas" -#. TRANSLATORS: trade window button -#: src/gui/windows/tradewindow.cpp:66 -msgid "Confirmed. Waiting..." -msgstr "Confirmado. Aguardando..." +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:44 +msgid "Hide Windows" +msgstr "Esconder janelas" -#. TRANSLATORS: trade window button -#: src/gui/windows/tradewindow.cpp:68 -msgid "Agree trade" -msgstr "Aceitar negociação" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:50 +msgid "About Window" +msgstr "Sobre a Janela" -#. TRANSLATORS: trade window button -#: src/gui/windows/tradewindow.cpp:70 -msgid "Agreed. Waiting..." -msgstr "Aceitou. Aguarde..." +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:56 +msgid "Help Window" +msgstr "Janela de Ajuda" -#. TRANSLATORS: trade window caption -#: src/gui/windows/tradewindow.cpp:74 -msgid "Trade: You" -msgstr "Negócio: você" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:62 +msgid "Status Window" +msgstr "Janela de Status" -#. TRANSLATORS: trade window money label -#: src/gui/windows/tradewindow.cpp:82 src/gui/windows/tradewindow.cpp:189 -#, c-format -msgid "You get %s" -msgstr "Você pegou %s" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:68 +msgid "Inventory Window" +msgstr "Janela de inventário" -#. TRANSLATORS: trade window money change button -#: src/gui/windows/tradewindow.cpp:87 -msgid "Change" -msgstr "Mudar" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:74 +msgid "Equipment Window" +msgstr "Janela de equipamento" -#. TRANSLATORS: trade window money label -#: src/gui/windows/tradewindow.cpp:132 -msgid "You give:" -msgstr "Você dá:" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:80 +msgid "Skill Window" +msgstr "Janela de Habilidade" -#. TRANSLATORS: trade error -#: src/gui/windows/tradewindow.cpp:397 -msgid "You don't have enough money." -msgstr "Você não tem dinheiro suficiente." +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:86 +msgid "Minimap Window" +msgstr "Janela de Minimapa" -#. TRANSLATORS: trade error -#: src/gui/windows/tradewindow.cpp:483 -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 este tipo de item na janela." +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:92 +msgid "Chat Window" +msgstr "Janela de chat" -#. TRANSLATORS: unregister dialog. label. -#: src/gui/windows/unregisterdialog.cpp:64 -#, c-format -msgid "Name: %s" -msgstr "Nome: %s" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:98 +msgid "Item Shortcut Window" +msgstr "Janela de atalhos para itens" -#. TRANSLATORS: updater window name -#: src/gui/windows/updaterwindow.cpp:174 -msgid "Updating..." -msgstr "Atualizando..." +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:104 +msgid "Setup Window" +msgstr "Janela de Configurações" -#. TRANSLATORS: updater window label -#: src/gui/windows/updaterwindow.cpp:191 -msgid "Connecting..." -msgstr "Conectando..." +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:110 +msgid "Debug Window" +msgstr "Janela de Depuração" -#: src/gui/windows/updaterwindow.cpp:398 -msgid "Show all news (can be slow)" -msgstr "Mostrar todas as noticias (pode ser lento)" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:116 +msgid "Social Window" +msgstr "Janela social" -#. TRANSLATORS: update message -#: src/gui/windows/updaterwindow.cpp:824 -msgid "##1 The update process is incomplete." -msgstr "##1 O processo de update está incompleto." +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:122 +msgid "Emote Shortcut Window" +msgstr "Janela de atalho para emoticons" -#. TRANSLATORS: Continues "The update process is incomplete.". -#: src/gui/windows/updaterwindow.cpp:826 -msgid "##1 It is strongly recommended that" -msgstr "##1 É altamente recomendado que" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:128 +msgid "Outfits Window" +msgstr "Janela de roupas" -#. TRANSLATORS: Begins "It is strongly recommended that". -#: src/gui/windows/updaterwindow.cpp:828 -msgid "##1 you try again later." -msgstr "##1 tente novamente mais tarde." +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:134 +msgid "Shop Window" +msgstr "Janela Loja" -#. TRANSLATORS: updater window label -#: src/gui/windows/updaterwindow.cpp:1005 -msgid "Completed" -msgstr "Concluído" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:140 +msgid "Quick drop Window" +msgstr "Janela Descarte rápido" -#. TRANSLATORS: who is online window name -#: src/gui/windows/whoisonline.cpp:92 src/gui/windows/whoisonline.cpp:635 -msgid "Who Is Online - Updating" -msgstr "Quem está online - Atualizando" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:146 +msgid "Kill Stats Window" +msgstr "Janela de estado de mortes" -#. TRANSLATORS: who is online. button. -#: src/gui/windows/whoisonline.cpp:103 -msgid "Update" -msgstr "Atualizar" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:152 +msgid "Commands Window" +msgstr "Janela Comandos" -#. TRANSLATORS: who is online window name -#: src/gui/windows/whoisonline.cpp:230 -msgid "Who Is Online - " -msgstr "Quem está online - " +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:158 +msgid "Bot Checker Window" +msgstr "Janela Analisador de bot" -#. TRANSLATORS: who is online window name -#: src/gui/windows/whoisonline.cpp:650 -msgid "Who Is Online - error" -msgstr "Quem está online - Erro" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:164 +msgid "Who Is Online Window" +msgstr "Janela Quem está online" -#. TRANSLATORS: who is online window name -#: src/gui/windows/whoisonline.cpp:692 -msgid "Who Is Online - Update" -msgstr "Quem está online - Atualizado" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:170 +msgid "Did you know Window" +msgstr "Janela Você Sabia" -#. TRANSLATORS: world select dialog name -#: src/gui/windows/worldselectdialog.cpp:49 -msgid "Select World" -msgstr "Selecionar Mundo" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:176 +msgid "Quests Window" +msgstr "Janela de Missões" -#. TRANSLATORS: world dialog button -#: src/gui/windows/worldselectdialog.cpp:55 -msgid "Change Login" -msgstr "Trocar Login" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:182 +msgid "Updates Window" +msgstr "Atualizar Janela/s" -#. TRANSLATORS: world dialog button -#: src/gui/windows/worldselectdialog.cpp:57 -msgid "Choose World" -msgstr "Escolher Mundo" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:188 +msgid "Previous Social Tab" +msgstr "Aba social anterior" -#. TRANSLATORS: long key name. must be short. -#. TRANSLATORS: short key name. must be very short. -#. TRANSLATORS: long key name, should be short -#: src/input/inputmanager.cpp:360 src/input/inputmanager.cpp:404 -#: src/input/keyboardconfig.cpp:104 -#, c-format -msgid "key_%d" -msgstr "tecla_%d" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:194 +msgid "Next Social Tab" +msgstr "Próxima aba social" -#. TRANSLATORS: long joystick button name. must be short. -#: src/input/inputmanager.cpp:366 -#, c-format -msgid "JButton%d" -msgstr "BotãoJ%d" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:200 +msgid "Previous Shortcuts tab" +msgstr "Aba de Atalhos Anterior" -#. TRANSLATORS: unknown long key type -#: src/input/inputmanager.cpp:380 -msgid "unknown key" -msgstr "Tecla desconhecida" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:206 +msgid "Next Shortcuts tab" +msgstr "Aba de Atalhos Seguinte" -#. TRANSLATORS: short joystick button name. muse be very short -#: src/input/inputmanager.cpp:410 -#, c-format -msgid "JB%d" -msgstr "JB%d" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:212 +msgid "Previous Commands tab" +msgstr "Aba de Comandos Anterior" -#. TRANSLATORS: unknown short key type. must be short -#. TRANSLATORS: Unknown key short string. -#. TRANSLATORS: This string must be maximum 5 chars -#: src/input/inputmanager.cpp:424 src/input/keyboardconfig.cpp:148 -msgid "u key" -msgstr "tecla u" +#. TRANSLATORS: input action name +#: src/input/pages/windows.cpp:218 +msgid "Next Commands tab" +msgstr "Aba de Comandos Seguinte" #. TRANSLATORS: inventory type name #: src/inventory.cpp:267 @@ -8082,3 +8259,19 @@ msgstr "pvp ligado, gvg ligado" #: src/resources/notifications.h:311 msgid "unknown pvp" msgstr "pvp desconhecido" + +#. TRANSLATORS: chat option changed message +#: src/utils/booleanoptions.h:27 +#, c-format +msgid "Options to /%s are \"yes\", \"no\", \"true\", \"false\", \"1\", \"0\"." +msgstr "" +"Opções para /%s são \"yes\" e \"no\", \"true\" e \"false\", \"1\" e \"0\"." + +#~ msgid "Unknown command." +#~ msgstr "Comando desconhecido." + +#~ msgid "Player successfully erased!" +#~ msgstr "Jogador apagado com sucesso!" + +#~ msgid "Target & Attack" +#~ msgstr "Selecionar & Atacar" -- cgit v1.2.3-60-g2f50